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

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.76
          </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="Ao, the Dawn Sky" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d2c4063-7322-4041-a870-b95598a03e29.jpg?1783923928" />

        <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">
            Ao, the Dawn Sky
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ao, the Dawn Sky" src="https://cards.scryfall.io/large/front/8/d/8d2c4063-7322-4041-a870-b95598a03e29.jpg?1783923928" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.46
              </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.10</span>
              <span class="text-xs text-grey-text">Credit: $0.13</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.46},{&quot;2026-06-13&quot;:1.46},{&quot;2026-06-14&quot;:1.46},{&quot;2026-06-15&quot;:1.46},{&quot;2026-06-16&quot;:1.46},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.46},{&quot;2026-06-19&quot;:1.46},{&quot;2026-06-20&quot;:1.46},{&quot;2026-06-21&quot;:1.46},{&quot;2026-06-22&quot;:1.46},{&quot;2026-06-23&quot;:1.46},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.46},{&quot;2026-06-28&quot;:1.46},{&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.48},{&quot;2026-07-04&quot;:1.48},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.48},{&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.48},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.48},{&quot;2026-07-17&quot;:1.48},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.48},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-25&quot;:1.47},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.48},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.49},{&quot;2026-08-01&quot;:1.49},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.51},{&quot;2026-08-07&quot;:1.51},{&quot;2026-08-08&quot;:1.51},{&quot;2026-08-09&quot;:1.51},{&quot;2026-08-10&quot;:1.51},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.51},{&quot;2026-08-15&quot;:1.51},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.51},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.51},{&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.51},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&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.49},{&quot;2026-09-09&quot;:1.49},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.46}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.06},{&quot;2026-06-13&quot;:1.06},{&quot;2026-06-14&quot;:1.06},{&quot;2026-06-15&quot;:1.06},{&quot;2026-06-16&quot;:1.06},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.06},{&quot;2026-06-20&quot;:1.06},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.06},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.06},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.06},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.06},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:1.03},{&quot;2026-07-08&quot;:1.03},{&quot;2026-07-09&quot;:1.03},{&quot;2026-07-10&quot;:1.02},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:0.99},{&quot;2026-07-14&quot;:0.99},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.97},{&quot;2026-07-19&quot;:0.94},{&quot;2026-07-20&quot;:0.94},{&quot;2026-07-21&quot;:0.94},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-25&quot;:0.86},{&quot;2026-07-26&quot;:0.86},{&quot;2026-07-27&quot;:0.86},{&quot;2026-07-29&quot;:0.86},{&quot;2026-07-30&quot;:0.83},{&quot;2026-07-31&quot;:0.86},{&quot;2026-08-01&quot;:0.86},{&quot;2026-08-02&quot;:0.85},{&quot;2026-08-03&quot;:0.85},{&quot;2026-08-04&quot;:0.85},{&quot;2026-08-05&quot;:0.85},{&quot;2026-08-07&quot;:0.85},{&quot;2026-08-08&quot;:0.87},{&quot;2026-08-09&quot;:0.87},{&quot;2026-08-10&quot;:0.86},{&quot;2026-08-11&quot;:0.85},{&quot;2026-08-12&quot;:0.85},{&quot;2026-08-13&quot;:0.83},{&quot;2026-08-14&quot;:0.8},{&quot;2026-08-15&quot;:0.78},{&quot;2026-08-16&quot;:0.78},{&quot;2026-08-17&quot;:0.78},{&quot;2026-08-18&quot;:0.78},{&quot;2026-08-19&quot;:0.77},{&quot;2026-08-20&quot;:0.77},{&quot;2026-08-21&quot;:0.77},{&quot;2026-08-22&quot;:0.77},{&quot;2026-08-23&quot;:0.77},{&quot;2026-08-24&quot;:0.77},{&quot;2026-08-25&quot;:0.77},{&quot;2026-08-26&quot;:0.77},{&quot;2026-08-27&quot;:0.77},{&quot;2026-08-28&quot;:0.76},{&quot;2026-08-29&quot;:0.76},{&quot;2026-08-30&quot;:0.74},{&quot;2026-08-31&quot;:0.74},{&quot;2026-09-01&quot;:0.74},{&quot;2026-09-02&quot;:0.74},{&quot;2026-09-03&quot;:0.74},{&quot;2026-09-04&quot;:0.74},{&quot;2026-09-05&quot;:0.74},{&quot;2026-09-06&quot;:0.74},{&quot;2026-09-07&quot;:0.74},{&quot;2026-09-08&quot;:0.74},{&quot;2026-09-09&quot;:0.73},{&quot;2026-09-10&quot;:0.73},{&quot;2026-09-11&quot;:0.73},{&quot;2026-09-12&quot;:0.73},{&quot;2026-09-13&quot;:0.76}]}"
        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="70943"
  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-ltc 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">
            Elvish Piper
        </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-50 text-badge-text">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Elvish Piper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/94cb4d52-0042-494d-8025-59c1eb0f90e0.jpg?1783915922" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Elvish Piper
        </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="Elvish Piper" src="https://cards.scryfall.io/large/front/9/4/94cb4d52-0042-494d-8025-59c1eb0f90e0.jpg?1783915922" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="The Enigma Jewel // Locus of Enlightenment" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2e98970d-06a8-4c91-ba47-4a02c5b949f2.jpg?1783913801" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Enigma Jewel 
        </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</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="The Enigma Jewel // Locus of Enlightenment" src="https://cards.scryfall.io/large/front/2/e/2e98970d-06a8-4c91-ba47-4a02c5b949f2.jpg?1783913801" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Enigma Jewel // Locus of Enlightenment" src="https://cards.scryfall.io/large/back/2/e/2e98970d-06a8-4c91-ba47-4a02c5b949f2.jpg?1783913801" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.83
              </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.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;:1.77},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.77},{&quot;2026-06-17&quot;:1.77},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.76},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.76},{&quot;2026-06-30&quot;:1.76},{&quot;2026-07-01&quot;:1.76},{&quot;2026-07-02&quot;:1.76},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.77},{&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.77},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.77},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.79},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.81},{&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.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.73},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.72},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.72},{&quot;2026-08-29&quot;:1.72},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.72},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.83},{&quot;2026-09-10&quot;:1.83},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.83}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.21},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.23},{&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-23&quot;:1.15},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.18},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.21},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.25},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.28},{&quot;2026-07-20&quot;:1.3},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-24&quot;:1.35},{&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.32},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.35},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.3},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.31},{&quot;2026-08-11&quot;:1.33},{&quot;2026-08-12&quot;:1.28},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.18},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.22},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.3},{&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.31},{&quot;2026-08-31&quot;:1.3},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.29},{&quot;2026-09-04&quot;:1.36},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.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="86702"
  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">
            The Irencrag
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="The Irencrag" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/0/8051c5ec-54a6-45a8-8945-fb93c5feaa39.jpg?1783915058" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact</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="The Irencrag" src="https://cards.scryfall.io/large/front/8/0/8051c5ec-54a6-45a8-8945-fb93c5feaa39.jpg?1783915058" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.48},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.48},{&quot;2026-06-28&quot;:1.48},{&quot;2026-06-29&quot;:1.48},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.48},{&quot;2026-07-02&quot;:1.48},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.48},{&quot;2026-07-05&quot;:1.48},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.53},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.51},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.53},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-24&quot;:1.53},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.53},{&quot;2026-07-29&quot;:1.53},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.33},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.33},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.28},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.31},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.31},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.31},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.3},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.37},{&quot;2026-09-10&quot;:1.32},{&quot;2026-09-11&quot;:1.32},{&quot;2026-09-12&quot;:1.32},{&quot;2026-09-13&quot;:1.25}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:0.95},{&quot;2026-06-17&quot;:0.82},{&quot;2026-06-18&quot;:0.82},{&quot;2026-06-19&quot;:0.81},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.77},{&quot;2026-06-23&quot;:0.73},{&quot;2026-06-24&quot;:0.72},{&quot;2026-06-25&quot;:0.69},{&quot;2026-06-26&quot;:0.65},{&quot;2026-06-27&quot;:0.68},{&quot;2026-06-28&quot;:0.63},{&quot;2026-06-29&quot;:0.6},{&quot;2026-06-30&quot;:0.62},{&quot;2026-07-01&quot;:0.64},{&quot;2026-07-02&quot;:0.6},{&quot;2026-07-03&quot;:0.62},{&quot;2026-07-04&quot;:0.66},{&quot;2026-07-05&quot;:0.66},{&quot;2026-07-06&quot;:0.68},{&quot;2026-07-07&quot;:0.68},{&quot;2026-07-08&quot;:0.67},{&quot;2026-07-09&quot;:0.66},{&quot;2026-07-10&quot;:0.72},{&quot;2026-07-11&quot;:0.78},{&quot;2026-07-12&quot;:0.79},{&quot;2026-07-13&quot;:0.73},{&quot;2026-07-14&quot;:0.73},{&quot;2026-07-15&quot;:0.64},{&quot;2026-07-16&quot;:0.64},{&quot;2026-07-17&quot;:0.66},{&quot;2026-07-18&quot;:0.65},{&quot;2026-07-19&quot;:0.64},{&quot;2026-07-20&quot;:0.65},{&quot;2026-07-21&quot;:0.66},{&quot;2026-07-22&quot;:0.66},{&quot;2026-07-23&quot;:0.66},{&quot;2026-07-24&quot;:0.67},{&quot;2026-07-25&quot;:0.68},{&quot;2026-07-26&quot;:0.7},{&quot;2026-07-27&quot;:0.77},{&quot;2026-07-28&quot;:0.77},{&quot;2026-07-29&quot;:0.78},{&quot;2026-07-30&quot;:0.77},{&quot;2026-07-31&quot;:0.79},{&quot;2026-08-01&quot;:0.8},{&quot;2026-08-02&quot;:0.8},{&quot;2026-08-03&quot;:0.81},{&quot;2026-08-04&quot;:0.79},{&quot;2026-08-05&quot;:0.8},{&quot;2026-08-07&quot;:0.77},{&quot;2026-08-08&quot;:0.76},{&quot;2026-08-09&quot;:0.73},{&quot;2026-08-10&quot;:0.74},{&quot;2026-08-11&quot;:0.78},{&quot;2026-08-12&quot;:0.78},{&quot;2026-08-13&quot;:0.79},{&quot;2026-08-14&quot;:0.77},{&quot;2026-08-15&quot;:0.75},{&quot;2026-08-16&quot;:0.76},{&quot;2026-08-17&quot;:0.74},{&quot;2026-08-18&quot;:0.77},{&quot;2026-08-19&quot;:0.8},{&quot;2026-08-20&quot;:0.8},{&quot;2026-08-21&quot;:0.8},{&quot;2026-08-22&quot;:0.85},{&quot;2026-08-23&quot;:0.85},{&quot;2026-08-24&quot;:0.83},{&quot;2026-08-25&quot;:0.83},{&quot;2026-08-26&quot;:0.83},{&quot;2026-08-27&quot;:0.86},{&quot;2026-08-28&quot;:0.85},{&quot;2026-08-29&quot;:0.85},{&quot;2026-08-30&quot;:0.84},{&quot;2026-08-31&quot;:0.86},{&quot;2026-09-01&quot;:0.89},{&quot;2026-09-02&quot;:0.92},{&quot;2026-09-03&quot;:1.07},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.33},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.41},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.48},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.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="95466"
  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">
            Vaan, Street Thief
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Vaan, Street Thief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6db5c3de-eb63-40f1-a721-9f2de47ea59e.jpg?1783906505" />

        <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">
            Vaan, Street Thief
        </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 Scout</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Vaan, Street Thief" src="https://cards.scryfall.io/large/front/6/d/6db5c3de-eb63-40f1-a721-9f2de47ea59e.jpg?1783906505" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.13},{&quot;2026-06-14&quot;:1.13},{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.16},{&quot;2026-06-20&quot;:1.16},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.22},{&quot;2026-06-24&quot;:1.22},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.21},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.29},{&quot;2026-07-04&quot;:1.3},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.42},{&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.41},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.42},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.45},{&quot;2026-07-19&quot;:1.45},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-23&quot;:1.46},{&quot;2026-07-25&quot;:1.45},{&quot;2026-07-26&quot;:1.44},{&quot;2026-07-27&quot;:1.44},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.45},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.48},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.43},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:1.38},{&quot;2026-08-22&quot;:1.38},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.38},{&quot;2026-08-25&quot;:1.38},{&quot;2026-08-26&quot;:1.37},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.5},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.5},{&quot;2026-09-02&quot;:1.53},{&quot;2026-09-03&quot;:1.54},{&quot;2026-09-04&quot;:1.56},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.82},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.82},{&quot;2026-09-13&quot;:1.8}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.97},{&quot;2026-06-15&quot;:1.02},{&quot;2026-06-16&quot;:1.0},{&quot;2026-06-17&quot;:1.0},{&quot;2026-06-18&quot;:0.98},{&quot;2026-06-19&quot;:1.03},{&quot;2026-06-20&quot;:1.06},{&quot;2026-06-21&quot;:1.04},{&quot;2026-06-22&quot;:1.04},{&quot;2026-06-23&quot;:1.07},{&quot;2026-06-24&quot;:1.07},{&quot;2026-06-25&quot;:1.08},{&quot;2026-06-26&quot;:1.04},{&quot;2026-06-27&quot;:1.04},{&quot;2026-06-28&quot;:1.01},{&quot;2026-06-29&quot;:1.03},{&quot;2026-06-30&quot;:1.03},{&quot;2026-07-01&quot;:1.03},{&quot;2026-07-02&quot;:1.02},{&quot;2026-07-03&quot;:1.02},{&quot;2026-07-04&quot;:0.99},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:0.98},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:0.96},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.94},{&quot;2026-07-16&quot;:0.92},{&quot;2026-07-17&quot;:0.91},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.89},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-23&quot;:0.93},{&quot;2026-07-25&quot;:1.01},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.0},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:0.98},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:0.97},{&quot;2026-08-01&quot;:0.98},{&quot;2026-08-02&quot;:1.0},{&quot;2026-08-03&quot;:0.99},{&quot;2026-08-04&quot;:0.95},{&quot;2026-08-05&quot;:0.88},{&quot;2026-08-07&quot;:0.81},{&quot;2026-08-08&quot;:0.81},{&quot;2026-08-09&quot;:0.91},{&quot;2026-08-10&quot;:0.96},{&quot;2026-08-11&quot;:1.01},{&quot;2026-08-12&quot;:0.96},{&quot;2026-08-13&quot;:0.96},{&quot;2026-08-14&quot;:0.99},{&quot;2026-08-15&quot;:0.98},{&quot;2026-08-16&quot;:0.98},{&quot;2026-08-17&quot;:0.97},{&quot;2026-08-18&quot;:1.0},{&quot;2026-08-19&quot;:1.02},{&quot;2026-08-20&quot;:1.02},{&quot;2026-08-21&quot;:1.05},{&quot;2026-08-22&quot;:1.09},{&quot;2026-08-23&quot;:1.02},{&quot;2026-08-24&quot;:0.97},{&quot;2026-08-25&quot;:0.97},{&quot;2026-08-26&quot;:0.98},{&quot;2026-08-27&quot;:0.98},{&quot;2026-08-28&quot;:1.01},{&quot;2026-08-29&quot;:1.01},{&quot;2026-08-30&quot;:1.06},{&quot;2026-08-31&quot;:1.1},{&quot;2026-09-01&quot;:1.1},{&quot;2026-09-02&quot;:1.06},{&quot;2026-09-03&quot;:1.11},{&quot;2026-09-04&quot;:1.15},{&quot;2026-09-05&quot;:1.13},{&quot;2026-09-06&quot;:1.16},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.32},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.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="28713"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Preposterous Proportions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acb65189-60e4-42e0-9fb1-da6b716b91d7.jpg?1783909096" />

        <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">
            Preposterous Proportions
        </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-5'></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="Preposterous Proportions" src="https://cards.scryfall.io/large/front/a/c/acb65189-60e4-42e0-9fb1-da6b716b91d7.jpg?1783909096" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.0},{&quot;2026-06-13&quot;:1.06},{&quot;2026-06-14&quot;:1.06},{&quot;2026-06-15&quot;:1.05},{&quot;2026-06-16&quot;:1.06},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:0.98},{&quot;2026-06-22&quot;:0.98},{&quot;2026-06-23&quot;:1.02},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.0},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.98},{&quot;2026-06-28&quot;:0.99},{&quot;2026-06-29&quot;:0.99},{&quot;2026-06-30&quot;:0.98},{&quot;2026-07-01&quot;:0.93},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:1.39},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.33},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.94},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:2.02},{&quot;2026-07-12&quot;:2.31},{&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.08},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.18},{&quot;2026-07-23&quot;:2.18},{&quot;2026-07-25&quot;:2.18},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:1.98},{&quot;2026-07-29&quot;:2.09},{&quot;2026-07-30&quot;:2.09},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.89},{&quot;2026-08-02&quot;:2.11},{&quot;2026-08-03&quot;:2.3},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.4},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.12},{&quot;2026-08-15&quot;:2.19},{&quot;2026-08-16&quot;:2.27},{&quot;2026-08-17&quot;:2.6},{&quot;2026-08-18&quot;:2.77},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:2.91},{&quot;2026-08-24&quot;:2.91},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.53},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.23},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.18},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.09},{&quot;2026-09-13&quot;:2.09}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.94},{&quot;2026-06-13&quot;:0.95},{&quot;2026-06-14&quot;:1.04},{&quot;2026-06-15&quot;:0.96},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.0},{&quot;2026-06-19&quot;:0.92},{&quot;2026-06-20&quot;:0.9},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.99},{&quot;2026-06-23&quot;:1.05},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.36},{&quot;2026-06-27&quot;:1.21},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.13},{&quot;2026-07-01&quot;:1.36},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:2.0},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.02},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:1.01},{&quot;2026-07-20&quot;:1.06},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.25},{&quot;2026-07-27&quot;:1.32},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.89},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.58},{&quot;2026-08-09&quot;:1.4},{&quot;2026-08-10&quot;:1.0},{&quot;2026-08-11&quot;:1.17},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.11},{&quot;2026-08-14&quot;:1.08},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.04},{&quot;2026-08-17&quot;:1.02},{&quot;2026-08-18&quot;:1.28},{&quot;2026-08-19&quot;:1.23},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.48},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.66},{&quot;2026-08-29&quot;:1.66},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.46},{&quot;2026-09-04&quot;:1.54},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.76},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.62},{&quot;2026-09-13&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="33849"
  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">
            Burnt Offering
        </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-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Burnt Offering" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1dae52a2-3af7-4b97-9d2e-2448b7c413fb.jpg?1783947505" />

        <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">
            Burnt Offering
        </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="Burnt Offering" src="https://cards.scryfall.io/large/front/1/d/1dae52a2-3af7-4b97-9d2e-2448b7c413fb.jpg?1783947505" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.68},{&quot;2026-06-21&quot;:1.68},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.74},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.59},{&quot;2026-07-09&quot;:1.6},{&quot;2026-07-10&quot;:1.6},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.44},{&quot;2026-07-19&quot;:1.4},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-22&quot;:1.45},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-24&quot;:1.51},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.51},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.51},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.45},{&quot;2026-08-01&quot;:1.45},{&quot;2026-08-02&quot;:1.44},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.38},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.35},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.33},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.31},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.32},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.4},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.37},{&quot;2026-08-29&quot;:1.37},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="37263"
  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-xln 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">
            Axis of Mortality
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Axis of Mortality" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3b9d72a8-8acf-42c6-8adf-cbaecb4a985a.jpg?1783935805" />

        <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">
            Axis of Mortality
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Axis of Mortality" src="https://cards.scryfall.io/large/front/3/b/3b9d72a8-8acf-42c6-8adf-cbaecb4a985a.jpg?1783935805" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.76},{&quot;2026-06-16&quot;:2.76},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:2.76},{&quot;2026-06-19&quot;:2.76},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.67},{&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.67},{&quot;2026-07-16&quot;:2.67},{&quot;2026-07-17&quot;:2.67},{&quot;2026-07-18&quot;:2.67},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.67},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-22&quot;:2.67},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-24&quot;:2.67},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.67},{&quot;2026-07-27&quot;:2.67},{&quot;2026-07-28&quot;:2.67},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.67},{&quot;2026-07-31&quot;:2.67},{&quot;2026-08-01&quot;:2.67},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.67},{&quot;2026-08-08&quot;:2.67},{&quot;2026-08-09&quot;:2.67},{&quot;2026-08-10&quot;:2.67},{&quot;2026-08-11&quot;:2.67},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.67},{&quot;2026-08-14&quot;:2.67},{&quot;2026-08-15&quot;:2.67},{&quot;2026-08-16&quot;:2.67},{&quot;2026-08-17&quot;:2.67},{&quot;2026-08-18&quot;:2.67},{&quot;2026-08-19&quot;:2.6},{&quot;2026-08-20&quot;:2.6},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.6},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.6},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&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.6},{&quot;2026-09-03&quot;:2.6},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.63},{&quot;2026-09-08&quot;:2.63},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.63},{&quot;2026-09-12&quot;:2.63},{&quot;2026-09-13&quot;:2.63}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.21},{&quot;2026-06-17&quot;:1.21},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.21},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.2},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.19},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.2},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.17},{&quot;2026-07-04&quot;:1.17},{&quot;2026-07-05&quot;:1.17},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.15},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.11},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.02},{&quot;2026-07-22&quot;:1.01},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-24&quot;:1.01},{&quot;2026-07-25&quot;:1.02},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-28&quot;:1.06},{&quot;2026-07-29&quot;:1.06},{&quot;2026-07-30&quot;:1.05},{&quot;2026-07-31&quot;:1.07},{&quot;2026-08-01&quot;:1.06},{&quot;2026-08-02&quot;:1.09},{&quot;2026-08-03&quot;:1.09},{&quot;2026-08-04&quot;:1.11},{&quot;2026-08-05&quot;:1.11},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.11},{&quot;2026-08-09&quot;:1.11},{&quot;2026-08-10&quot;:1.11},{&quot;2026-08-11&quot;:1.11},{&quot;2026-08-12&quot;:1.11},{&quot;2026-08-13&quot;:1.11},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.12},{&quot;2026-08-17&quot;:1.12},{&quot;2026-08-18&quot;:1.12},{&quot;2026-08-19&quot;:1.12},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.16},{&quot;2026-08-23&quot;:1.2},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.19},{&quot;2026-08-31&quot;:1.17},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.29},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="45753"
  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">
            Invasion of Segovia 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.06
          </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="Invasion of Segovia // Caetus, Sea Tyrant of Segovia" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9df3e743-7bb8-482a-afd1-4d51119d416c.jpg?1783917037" />

        <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">
            Invasion of Segovia 
        </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">Battle — Siege</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"
    >
        <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="Invasion of Segovia // Caetus, Sea Tyrant of Segovia" src="https://cards.scryfall.io/large/front/9/d/9df3e743-7bb8-482a-afd1-4d51119d416c.jpg?1783917037" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Invasion of Segovia // Caetus, Sea Tyrant of Segovia" src="https://cards.scryfall.io/large/back/9/d/9df3e743-7bb8-482a-afd1-4d51119d416c.jpg?1783917037" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Sol Talisman" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a51fb64d-cc0c-400d-971f-78c28d42043b.jpg?1783926801" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Talisman" src="https://cards.scryfall.io/large/front/a/5/a51fb64d-cc0c-400d-971f-78c28d42043b.jpg?1783926801" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.2},{&quot;2026-06-12&quot;:2.2},{&quot;2026-06-13&quot;:2.2},{&quot;2026-06-14&quot;:2.2},{&quot;2026-06-15&quot;:2.2},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.19},{&quot;2026-06-19&quot;:2.36},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.36},{&quot;2026-06-22&quot;:2.36},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.36},{&quot;2026-06-29&quot;:2.36},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.7},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.7},{&quot;2026-07-11&quot;:2.7},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.7},{&quot;2026-07-17&quot;:2.7},{&quot;2026-07-18&quot;:2.7},{&quot;2026-07-19&quot;:2.7},{&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.69},{&quot;2026-07-27&quot;:2.69},{&quot;2026-07-29&quot;:2.71},{&quot;2026-07-30&quot;:2.71},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.71},{&quot;2026-08-03&quot;:2.71},{&quot;2026-08-04&quot;:2.71},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.71},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.57},{&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.56},{&quot;2026-09-01&quot;:2.56},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.56},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.58},{&quot;2026-09-07&quot;:2.58},{&quot;2026-09-08&quot;:2.58},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.58},{&quot;2026-09-11&quot;:2.58},{&quot;2026-09-12&quot;:2.58},{&quot;2026-09-13&quot;:2.58}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.81},{&quot;2026-06-12&quot;:0.88},{&quot;2026-06-13&quot;:0.9},{&quot;2026-06-14&quot;:0.91},{&quot;2026-06-15&quot;:0.92},{&quot;2026-06-16&quot;:0.9},{&quot;2026-06-17&quot;:0.9},{&quot;2026-06-18&quot;:0.87},{&quot;2026-06-19&quot;:0.82},{&quot;2026-06-20&quot;:0.83},{&quot;2026-06-21&quot;:0.91},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-24&quot;:0.93},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.91},{&quot;2026-06-27&quot;:0.87},{&quot;2026-06-28&quot;:0.91},{&quot;2026-06-29&quot;:0.89},{&quot;2026-06-30&quot;:0.91},{&quot;2026-07-01&quot;:0.9},{&quot;2026-07-02&quot;:0.96},{&quot;2026-07-03&quot;:0.95},{&quot;2026-07-04&quot;:0.93},{&quot;2026-07-05&quot;:0.92},{&quot;2026-07-06&quot;:0.93},{&quot;2026-07-07&quot;:0.94},{&quot;2026-07-08&quot;:0.94},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.96},{&quot;2026-07-11&quot;:0.91},{&quot;2026-07-12&quot;:0.93},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.97},{&quot;2026-07-18&quot;:0.95},{&quot;2026-07-19&quot;:0.98},{&quot;2026-07-20&quot;:1.01},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-23&quot;:1.05},{&quot;2026-07-25&quot;:1.04},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-29&quot;:0.94},{&quot;2026-07-30&quot;:0.94},{&quot;2026-07-31&quot;:0.96},{&quot;2026-08-01&quot;:0.96},{&quot;2026-08-02&quot;:0.95},{&quot;2026-08-03&quot;:0.96},{&quot;2026-08-04&quot;:1.02},{&quot;2026-08-05&quot;:1.02},{&quot;2026-08-07&quot;:1.09},{&quot;2026-08-08&quot;:1.1},{&quot;2026-08-09&quot;:1.12},{&quot;2026-08-10&quot;:1.1},{&quot;2026-08-11&quot;:1.12},{&quot;2026-08-12&quot;:1.1},{&quot;2026-08-13&quot;:1.15},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:1.11},{&quot;2026-08-16&quot;:1.12},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.1},{&quot;2026-08-20&quot;:1.1},{&quot;2026-08-21&quot;:1.08},{&quot;2026-08-22&quot;:1.08},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.04},{&quot;2026-08-25&quot;:1.04},{&quot;2026-08-26&quot;:1.05},{&quot;2026-08-27&quot;:1.08},{&quot;2026-08-28&quot;:1.1},{&quot;2026-08-29&quot;:1.1},{&quot;2026-08-30&quot;:1.17},{&quot;2026-08-31&quot;:1.16},{&quot;2026-09-01&quot;:1.16},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.2},{&quot;2026-09-04&quot;:1.22},{&quot;2026-09-05&quot;:1.19},{&quot;2026-09-06&quot;:1.2},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.23},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.32},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="53683"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Shamanic Revelation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b95f36ad-2fb0-448c-b74f-a2a104240d8d.jpg?1783923950" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Shamanic Revelation" src="https://cards.scryfall.io/large/front/b/9/b95f36ad-2fb0-448c-b74f-a2a104240d8d.jpg?1783923950" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-15&quot;:1.14},{&quot;2026-06-16&quot;:1.14},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.1},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.1},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.08},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.04},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:1.0},{&quot;2026-06-28&quot;:0.98},{&quot;2026-06-29&quot;:0.98},{&quot;2026-06-30&quot;:0.96},{&quot;2026-07-01&quot;:0.96},{&quot;2026-07-02&quot;:0.94},{&quot;2026-07-03&quot;:0.94},{&quot;2026-07-04&quot;:0.94},{&quot;2026-07-05&quot;:0.95},{&quot;2026-07-06&quot;:0.9},{&quot;2026-07-07&quot;:0.99},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:1.06},{&quot;2026-07-10&quot;:1.04},{&quot;2026-07-11&quot;:1.04},{&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.15},{&quot;2026-07-16&quot;:1.15},{&quot;2026-07-17&quot;:1.17},{&quot;2026-07-18&quot;:1.17},{&quot;2026-07-19&quot;:1.19},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.19},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-24&quot;:1.2},{&quot;2026-07-25&quot;:1.2},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-28&quot;:1.15},{&quot;2026-07-29&quot;:1.2},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.33},{&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.37},{&quot;2026-08-05&quot;:1.34},{&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.34},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.22},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.25},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.38},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.31},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.34},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&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="58063"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Seachrome Coast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9c37f4e8-aa29-4c68-ab89-7a529bae73e9.jpg?1783917932" />

        <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">
            Seachrome Coast
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Seachrome Coast" src="https://cards.scryfall.io/large/front/9/c/9c37f4e8-aa29-4c68-ab89-7a529bae73e9.jpg?1783917932" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.4},{&quot;2026-06-16&quot;:1.4},{&quot;2026-06-17&quot;:1.4},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.32},{&quot;2026-06-23&quot;:1.32},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.32},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.4},{&quot;2026-07-01&quot;:1.4},{&quot;2026-07-02&quot;:1.4},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.6},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.64},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.8},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-28&quot;:1.8},{&quot;2026-07-29&quot;:1.83},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:1.89},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.0},{&quot;2026-08-19&quot;:2.02},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.88},{&quot;2026-08-27&quot;:1.88},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.88},{&quot;2026-09-02&quot;:1.88},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.92},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.98},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.93}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.2},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.23},{&quot;2026-06-20&quot;:1.23},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.23},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.22},{&quot;2026-06-25&quot;:1.22},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.23},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.33},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.3},{&quot;2026-07-02&quot;:1.32},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.29},{&quot;2026-07-06&quot;:1.32},{&quot;2026-07-07&quot;:1.32},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.36},{&quot;2026-07-12&quot;:1.35},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.36},{&quot;2026-07-15&quot;:1.37},{&quot;2026-07-16&quot;:1.37},{&quot;2026-07-17&quot;:1.35},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.36},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&quot;:1.31},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.24},{&quot;2026-07-28&quot;:1.24},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.24},{&quot;2026-07-31&quot;:1.31},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.29},{&quot;2026-08-15&quot;:1.32},{&quot;2026-08-16&quot;:1.32},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.31},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.33},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.32},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.35},{&quot;2026-08-29&quot;:1.35},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.4},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.4},{&quot;2026-09-07&quot;:1.4},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.41},{&quot;2026-09-10&quot;:1.44},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="72863"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Hajar, Loyal Bodyguard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a0a2f82-57d3-45d8-b1c8-357883c62728.jpg?1783920031" />

        <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">
            Hajar, Loyal Bodyguard
        </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 Soldier</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hajar, Loyal Bodyguard" src="https://cards.scryfall.io/large/front/5/a/5a0a2f82-57d3-45d8-b1c8-357883c62728.jpg?1783920031" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  50%
                </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.19</span>
              <span class="text-xs text-grey-text">Credit: $0.25</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:0.61},{&quot;2026-06-13&quot;:0.61},{&quot;2026-06-14&quot;:0.61},{&quot;2026-06-15&quot;:0.61},{&quot;2026-06-16&quot;:0.61},{&quot;2026-06-17&quot;:0.61},{&quot;2026-06-18&quot;:0.61},{&quot;2026-06-19&quot;:0.61},{&quot;2026-06-20&quot;:0.61},{&quot;2026-06-21&quot;:0.61},{&quot;2026-06-22&quot;:0.61},{&quot;2026-06-23&quot;:0.61},{&quot;2026-06-24&quot;:0.61},{&quot;2026-06-25&quot;:0.61},{&quot;2026-06-26&quot;:0.64},{&quot;2026-06-27&quot;:0.64},{&quot;2026-06-28&quot;:0.62},{&quot;2026-06-29&quot;:0.63},{&quot;2026-06-30&quot;:0.63},{&quot;2026-07-01&quot;:0.64},{&quot;2026-07-02&quot;:0.64},{&quot;2026-07-03&quot;:0.64},{&quot;2026-07-04&quot;:0.64},{&quot;2026-07-05&quot;:0.64},{&quot;2026-07-06&quot;:0.64},{&quot;2026-07-07&quot;:0.64},{&quot;2026-07-08&quot;:0.64},{&quot;2026-07-09&quot;:0.64},{&quot;2026-07-10&quot;:0.64},{&quot;2026-07-11&quot;:0.65},{&quot;2026-07-12&quot;:0.65},{&quot;2026-07-13&quot;:0.65},{&quot;2026-07-14&quot;:0.65},{&quot;2026-07-15&quot;:0.65},{&quot;2026-07-16&quot;:0.66},{&quot;2026-07-17&quot;:0.65},{&quot;2026-07-18&quot;:0.65},{&quot;2026-07-19&quot;:0.7},{&quot;2026-07-20&quot;:0.67},{&quot;2026-07-21&quot;:0.67},{&quot;2026-07-23&quot;:0.67},{&quot;2026-07-25&quot;:0.68},{&quot;2026-07-26&quot;:0.68},{&quot;2026-07-27&quot;:0.68},{&quot;2026-07-29&quot;:0.68},{&quot;2026-07-30&quot;:0.68},{&quot;2026-07-31&quot;:0.68},{&quot;2026-08-01&quot;:0.68},{&quot;2026-08-02&quot;:0.68},{&quot;2026-08-03&quot;:0.68},{&quot;2026-08-04&quot;:0.68},{&quot;2026-08-05&quot;:0.68},{&quot;2026-08-07&quot;:0.68},{&quot;2026-08-08&quot;:0.69},{&quot;2026-08-09&quot;:0.69},{&quot;2026-08-10&quot;:0.69},{&quot;2026-08-11&quot;:0.69},{&quot;2026-08-12&quot;:0.69},{&quot;2026-08-13&quot;:0.69},{&quot;2026-08-14&quot;:0.69},{&quot;2026-08-15&quot;:0.69},{&quot;2026-08-16&quot;:0.69},{&quot;2026-08-17&quot;:0.69},{&quot;2026-08-18&quot;:0.69},{&quot;2026-08-19&quot;:0.69},{&quot;2026-08-20&quot;:0.69},{&quot;2026-08-21&quot;:0.72},{&quot;2026-08-22&quot;:0.73},{&quot;2026-08-23&quot;:0.7},{&quot;2026-08-24&quot;:0.7},{&quot;2026-08-25&quot;:0.7},{&quot;2026-08-26&quot;:0.7},{&quot;2026-08-27&quot;:0.7},{&quot;2026-08-28&quot;:0.7},{&quot;2026-08-29&quot;:0.7},{&quot;2026-08-30&quot;:0.7},{&quot;2026-08-31&quot;:0.64},{&quot;2026-09-01&quot;:0.64},{&quot;2026-09-02&quot;:0.64},{&quot;2026-09-03&quot;:0.64},{&quot;2026-09-04&quot;:0.64},{&quot;2026-09-05&quot;:0.64},{&quot;2026-09-06&quot;:0.64},{&quot;2026-09-07&quot;:0.64},{&quot;2026-09-08&quot;:0.64},{&quot;2026-09-09&quot;:0.64},{&quot;2026-09-10&quot;:0.95},{&quot;2026-09-11&quot;:0.95},{&quot;2026-09-12&quot;:0.95},{&quot;2026-09-13&quot;:0.96}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.8},{&quot;2026-06-13&quot;:0.83},{&quot;2026-06-14&quot;:0.82},{&quot;2026-06-15&quot;:0.82},{&quot;2026-06-16&quot;:0.82},{&quot;2026-06-17&quot;:0.83},{&quot;2026-06-18&quot;:0.91},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.96},{&quot;2026-06-21&quot;:1.01},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:1.03},{&quot;2026-06-25&quot;:1.03},{&quot;2026-06-26&quot;:1.06},{&quot;2026-06-27&quot;:1.12},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.1},{&quot;2026-06-30&quot;:1.11},{&quot;2026-07-01&quot;:1.11},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.11},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.05},{&quot;2026-07-06&quot;:0.98},{&quot;2026-07-07&quot;:1.0},{&quot;2026-07-08&quot;:0.89},{&quot;2026-07-09&quot;:0.89},{&quot;2026-07-10&quot;:0.89},{&quot;2026-07-11&quot;:0.89},{&quot;2026-07-12&quot;:0.92},{&quot;2026-07-13&quot;:0.96},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.96},{&quot;2026-07-17&quot;:0.98},{&quot;2026-07-18&quot;:0.97},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.92},{&quot;2026-07-21&quot;:0.9},{&quot;2026-07-23&quot;:0.82},{&quot;2026-07-25&quot;:0.79},{&quot;2026-07-26&quot;:0.79},{&quot;2026-07-27&quot;:0.76},{&quot;2026-07-29&quot;:0.72},{&quot;2026-07-30&quot;:0.72},{&quot;2026-07-31&quot;:0.75},{&quot;2026-08-01&quot;:0.75},{&quot;2026-08-02&quot;:0.73},{&quot;2026-08-03&quot;:0.72},{&quot;2026-08-04&quot;:0.72},{&quot;2026-08-05&quot;:0.71},{&quot;2026-08-07&quot;:0.7},{&quot;2026-08-08&quot;:0.72},{&quot;2026-08-09&quot;:0.71},{&quot;2026-08-10&quot;:0.71},{&quot;2026-08-11&quot;:0.72},{&quot;2026-08-12&quot;:0.68},{&quot;2026-08-13&quot;:0.75},{&quot;2026-08-14&quot;:0.76},{&quot;2026-08-15&quot;:0.76},{&quot;2026-08-16&quot;:0.77},{&quot;2026-08-17&quot;:0.75},{&quot;2026-08-18&quot;:0.78},{&quot;2026-08-19&quot;:0.77},{&quot;2026-08-20&quot;:0.77},{&quot;2026-08-21&quot;:0.79},{&quot;2026-08-22&quot;:0.79},{&quot;2026-08-23&quot;:0.77},{&quot;2026-08-24&quot;:0.76},{&quot;2026-08-25&quot;:0.76},{&quot;2026-08-26&quot;:0.79},{&quot;2026-08-27&quot;:0.74},{&quot;2026-08-28&quot;:0.8},{&quot;2026-08-29&quot;:0.8},{&quot;2026-08-30&quot;:1.21},{&quot;2026-08-31&quot;:1.22},{&quot;2026-09-01&quot;:1.22},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.22},{&quot;2026-09-04&quot;:1.25},{&quot;2026-09-05&quot;:1.31},{&quot;2026-09-06&quot;:1.27},{&quot;2026-09-07&quot;:1.36},{&quot;2026-09-08&quot;:1.28},{&quot;2026-09-09&quot;:1.29},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.43},{&quot;2026-09-13&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="72934"
  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-brr 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">
            Chromatic Lantern
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Chromatic Lantern" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/15a0977c-e3cd-4963-935b-29cf3cbd28ff.jpg?1783919796" />

        <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">
            Chromatic Lantern
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Chromatic Lantern" src="https://cards.scryfall.io/large/front/1/5/15a0977c-e3cd-4963-935b-29cf3cbd28ff.jpg?1783919796" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:4.53},{&quot;2026-06-16&quot;:4.53},{&quot;2026-06-17&quot;:4.53},{&quot;2026-06-18&quot;:4.44},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.44},{&quot;2026-06-21&quot;:4.44},{&quot;2026-06-22&quot;:4.44},{&quot;2026-06-23&quot;:4.44},{&quot;2026-06-24&quot;:4.44},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.44},{&quot;2026-06-27&quot;:4.44},{&quot;2026-06-28&quot;:4.44},{&quot;2026-06-29&quot;:4.44},{&quot;2026-06-30&quot;:4.44},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.44},{&quot;2026-07-06&quot;:4.44},{&quot;2026-07-07&quot;:4.44},{&quot;2026-07-08&quot;:4.44},{&quot;2026-07-09&quot;:4.44},{&quot;2026-07-10&quot;:4.27},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.34},{&quot;2026-07-13&quot;:4.34},{&quot;2026-07-14&quot;:4.34},{&quot;2026-07-15&quot;:4.34},{&quot;2026-07-16&quot;:4.34},{&quot;2026-07-17&quot;:4.34},{&quot;2026-07-18&quot;:4.34},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.19},{&quot;2026-07-21&quot;:4.19},{&quot;2026-07-22&quot;:4.19},{&quot;2026-07-23&quot;:4.19},{&quot;2026-07-24&quot;:4.19},{&quot;2026-07-25&quot;:4.19},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.19},{&quot;2026-07-28&quot;:4.19},{&quot;2026-07-29&quot;:4.19},{&quot;2026-07-30&quot;:4.19},{&quot;2026-07-31&quot;:4.24},{&quot;2026-08-01&quot;:4.24},{&quot;2026-08-02&quot;:4.24},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.25},{&quot;2026-08-05&quot;:4.25},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.25},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.25},{&quot;2026-08-12&quot;:4.25},{&quot;2026-08-13&quot;:4.25},{&quot;2026-08-14&quot;:4.25},{&quot;2026-08-15&quot;:4.25},{&quot;2026-08-16&quot;:4.25},{&quot;2026-08-17&quot;:4.25},{&quot;2026-08-18&quot;:4.25},{&quot;2026-08-19&quot;:4.06},{&quot;2026-08-20&quot;:4.06},{&quot;2026-08-21&quot;:4.06},{&quot;2026-08-22&quot;:4.11},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.11},{&quot;2026-08-25&quot;:4.11},{&quot;2026-08-26&quot;:4.09},{&quot;2026-08-27&quot;:4.09},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.12},{&quot;2026-09-01&quot;:4.14},{&quot;2026-09-02&quot;:4.14},{&quot;2026-09-03&quot;:4.32},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.32},{&quot;2026-09-07&quot;:4.32},{&quot;2026-09-08&quot;:4.32},{&quot;2026-09-09&quot;:4.33},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.33},{&quot;2026-09-12&quot;:4.33},{&quot;2026-09-13&quot;:4.23}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.54},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.46},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.58},{&quot;2026-06-21&quot;:1.6},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.6},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.52},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.58},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.54},{&quot;2026-07-04&quot;:1.49},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.49},{&quot;2026-07-07&quot;:1.46},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.58},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.48},{&quot;2026-07-22&quot;:1.48},{&quot;2026-07-23&quot;:1.5},{&quot;2026-07-24&quot;:1.5},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-28&quot;:1.46},{&quot;2026-07-29&quot;:1.49},{&quot;2026-07-30&quot;:1.49},{&quot;2026-07-31&quot;:1.48},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.44},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.55},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.57},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.54},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.45},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.49},{&quot;2026-08-29&quot;:1.49},{&quot;2026-08-30&quot;:1.46},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.5},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.5},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.5},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.47},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="88177"
  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">
            Serum Visions
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Serum Visions" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c75ec73-0f6a-4392-b058-ab40a07dcd3a.jpg?1783924594" />

        <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">
            Serum Visions
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Serum Visions" src="https://cards.scryfall.io/large/front/5/c/5c75ec73-0f6a-4392-b058-ab40a07dcd3a.jpg?1783924594" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.53},{&quot;2026-06-13&quot;:1.53},{&quot;2026-06-14&quot;:1.58},{&quot;2026-06-15&quot;:1.48},{&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.3},{&quot;2026-06-20&quot;:1.3},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.22},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.21},{&quot;2026-07-03&quot;:1.21},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.21},{&quot;2026-07-07&quot;:1.21},{&quot;2026-07-08&quot;:1.21},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.17},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-23&quot;:1.19},{&quot;2026-07-25&quot;:1.15},{&quot;2026-07-26&quot;:1.15},{&quot;2026-07-27&quot;:1.15},{&quot;2026-07-29&quot;:1.09},{&quot;2026-07-30&quot;:1.09},{&quot;2026-07-31&quot;:1.17},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.12},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.85},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.51},{&quot;2026-08-09&quot;:2.52},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.31},{&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.17},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.82},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.68},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.34},{&quot;2026-09-01&quot;:1.34},{&quot;2026-09-02&quot;:1.31},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.5},{&quot;2026-09-06&quot;:1.5},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&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="108815"
  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-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">
            Subterranean Tremors
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Subterranean Tremors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02a20564-90af-4dbd-bf5c-debc49e4f391.jpg?1782683402" />

        <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">
            Subterranean Tremors
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Subterranean Tremors" src="https://cards.scryfall.io/large/front/0/2/02a20564-90af-4dbd-bf5c-debc49e4f391.jpg?1782683402" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.9},{&quot;2026-06-13&quot;:1.92},{&quot;2026-06-14&quot;:1.91},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.95},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.99},{&quot;2026-06-23&quot;:1.99},{&quot;2026-06-24&quot;:1.95},{&quot;2026-06-25&quot;:1.97},{&quot;2026-06-26&quot;:1.95},{&quot;2026-06-27&quot;:1.96},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.93},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.91},{&quot;2026-07-06&quot;:1.89},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.68},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.67},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.59},{&quot;2026-08-19&quot;:1.59},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.56},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.53},{&quot;2026-09-02&quot;:1.5},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.52},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.52},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.54},{&quot;2026-09-13&quot;:1.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.45},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.47},{&quot;2026-06-15&quot;:1.57},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.59},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.49},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.46},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.47},{&quot;2026-06-24&quot;:1.47},{&quot;2026-06-25&quot;:1.44},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.3},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.23},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.19},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.18},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.15},{&quot;2026-07-12&quot;:1.13},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.19},{&quot;2026-07-16&quot;:1.18},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.45},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.5},{&quot;2026-07-23&quot;:1.51},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.52},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.26},{&quot;2026-07-31&quot;:1.26},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.15},{&quot;2026-08-04&quot;:1.22},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.15},{&quot;2026-08-10&quot;:1.14},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.13},{&quot;2026-08-17&quot;:1.18},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.31},{&quot;2026-08-28&quot;:1.31},{&quot;2026-08-29&quot;:1.31},{&quot;2026-08-30&quot;:1.3},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.33},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.33},{&quot;2026-09-06&quot;:1.31},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.39},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&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="109083"
  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">
            Anguished Unmaking
        </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">
              ↑
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Anguished Unmaking" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/407183c6-c962-4f8c-867e-abc309b6c573.jpg?1782683161" />

        <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">
            Anguished Unmaking
        </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-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="Anguished Unmaking" src="https://cards.scryfall.io/large/front/4/0/407183c6-c962-4f8c-867e-abc309b6c573.jpg?1782683161" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.45
              </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">
                $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-12&quot;:0.86},{&quot;2026-06-13&quot;:0.88},{&quot;2026-06-14&quot;:0.87},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.92},{&quot;2026-06-17&quot;:0.9},{&quot;2026-06-18&quot;:0.87},{&quot;2026-06-19&quot;:0.84},{&quot;2026-06-20&quot;:0.9},{&quot;2026-06-21&quot;:0.89},{&quot;2026-06-22&quot;:0.87},{&quot;2026-06-23&quot;:0.97},{&quot;2026-06-24&quot;:1.04},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:0.97},{&quot;2026-06-27&quot;:0.96},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.3},{&quot;2026-06-30&quot;:1.33},{&quot;2026-07-01&quot;:1.06},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.17},{&quot;2026-07-06&quot;:1.08},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.02},{&quot;2026-07-09&quot;:1.0},{&quot;2026-07-10&quot;:1.06},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.11},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.06},{&quot;2026-07-15&quot;:1.06},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.01},{&quot;2026-07-18&quot;:1.0},{&quot;2026-07-19&quot;:1.02},{&quot;2026-07-20&quot;:1.05},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.35},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.26},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.31},{&quot;2026-08-02&quot;:1.33},{&quot;2026-08-03&quot;:1.26},{&quot;2026-08-04&quot;:1.26},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.45},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.44},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.4},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.39},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.28},{&quot;2026-09-03&quot;:1.23},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.29},{&quot;2026-09-06&quot;:1.29},{&quot;2026-09-07&quot;:1.27},{&quot;2026-09-08&quot;:1.29},{&quot;2026-09-09&quot;:1.33},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.45},{&quot;2026-09-12&quot;:1.48},{&quot;2026-09-13&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="5061"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Thundertrap Trainer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9cf3af94-b7c8-415c-a5a1-d89967fd0bba.jpg?1783910839" />

        <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">
            Thundertrap Trainer
        </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 — Otter Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thundertrap Trainer" src="https://cards.scryfall.io/large/front/9/c/9cf3af94-b7c8-415c-a5a1-d89967fd0bba.jpg?1783910839" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.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">
                $1.31
              </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.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-12&quot;:1.4},{&quot;2026-06-13&quot;:1.39},{&quot;2026-06-14&quot;:1.39},{&quot;2026-06-15&quot;:1.39},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.16},{&quot;2026-06-20&quot;:1.11},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.08},{&quot;2026-06-23&quot;:1.09},{&quot;2026-06-24&quot;:1.09},{&quot;2026-06-25&quot;:1.09},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:1.02},{&quot;2026-06-28&quot;:1.02},{&quot;2026-06-29&quot;:0.99},{&quot;2026-06-30&quot;:0.99},{&quot;2026-07-01&quot;:0.99},{&quot;2026-07-02&quot;:0.99},{&quot;2026-07-03&quot;:0.99},{&quot;2026-07-04&quot;:0.99},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:1.03},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.99},{&quot;2026-07-09&quot;:1.03},{&quot;2026-07-10&quot;:1.06},{&quot;2026-07-11&quot;:1.06},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.11},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.07},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-23&quot;:1.13},{&quot;2026-07-25&quot;:1.13},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.12},{&quot;2026-07-29&quot;:1.15},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.14},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.13},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.14},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.14},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.15},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.15},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.15},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.19},{&quot;2026-08-25&quot;:1.19},{&quot;2026-08-26&quot;:1.19},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.33},{&quot;2026-09-01&quot;:1.33},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.32},{&quot;2026-09-04&quot;:1.29},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.37},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.39},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.4},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.31},{&quot;2026-09-13&quot;:1.31}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.86},{&quot;2026-06-13&quot;:0.81},{&quot;2026-06-14&quot;:0.81},{&quot;2026-06-15&quot;:0.81},{&quot;2026-06-16&quot;:0.83},{&quot;2026-06-17&quot;:0.76},{&quot;2026-06-18&quot;:0.74},{&quot;2026-06-19&quot;:0.74},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.79},{&quot;2026-06-22&quot;:0.78},{&quot;2026-06-23&quot;:0.8},{&quot;2026-06-24&quot;:0.79},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.79},{&quot;2026-06-27&quot;:0.79},{&quot;2026-06-28&quot;:0.77},{&quot;2026-06-29&quot;:0.71},{&quot;2026-06-30&quot;:0.71},{&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.81},{&quot;2026-07-06&quot;:0.79},{&quot;2026-07-07&quot;:0.81},{&quot;2026-07-08&quot;:0.82},{&quot;2026-07-09&quot;:0.87},{&quot;2026-07-10&quot;:0.87},{&quot;2026-07-11&quot;:0.86},{&quot;2026-07-12&quot;:0.94},{&quot;2026-07-13&quot;:0.93},{&quot;2026-07-14&quot;:0.9},{&quot;2026-07-15&quot;:0.86},{&quot;2026-07-16&quot;:0.85},{&quot;2026-07-17&quot;:0.82},{&quot;2026-07-18&quot;:0.81},{&quot;2026-07-19&quot;:0.76},{&quot;2026-07-20&quot;:0.79},{&quot;2026-07-21&quot;:0.82},{&quot;2026-07-23&quot;:0.7},{&quot;2026-07-25&quot;:0.74},{&quot;2026-07-26&quot;:0.71},{&quot;2026-07-27&quot;:0.73},{&quot;2026-07-29&quot;:0.68},{&quot;2026-07-30&quot;:0.68},{&quot;2026-07-31&quot;:0.69},{&quot;2026-08-01&quot;:0.71},{&quot;2026-08-02&quot;:0.75},{&quot;2026-08-03&quot;:0.8},{&quot;2026-08-04&quot;:0.79},{&quot;2026-08-05&quot;:0.85},{&quot;2026-08-07&quot;:0.85},{&quot;2026-08-08&quot;:0.88},{&quot;2026-08-09&quot;:0.87},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:0.91},{&quot;2026-08-12&quot;:1.0},{&quot;2026-08-13&quot;:0.96},{&quot;2026-08-14&quot;:0.97},{&quot;2026-08-15&quot;:0.96},{&quot;2026-08-16&quot;:1.03},{&quot;2026-08-17&quot;:0.97},{&quot;2026-08-18&quot;:0.91},{&quot;2026-08-19&quot;:0.97},{&quot;2026-08-20&quot;:0.97},{&quot;2026-08-21&quot;:0.93},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.16},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.33},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.35},{&quot;2026-08-31&quot;:1.31},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.38},{&quot;2026-09-03&quot;:1.33},{&quot;2026-09-04&quot;:1.32},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.32},{&quot;2026-09-10&quot;:1.41},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.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="9543"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-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">
            Stitch Together
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Stitch Together" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/8423c98d-4cb6-4a70-8bf2-3ac24c025c4e.jpg?1783934297" />

        <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">
            Stitch Together
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Stitch Together" src="https://cards.scryfall.io/large/front/8/4/8423c98d-4cb6-4a70-8bf2-3ac24c025c4e.jpg?1783934297" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.99},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:1.97},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:1.97},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.97},{&quot;2026-06-29&quot;:1.97},{&quot;2026-06-30&quot;:1.97},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.86},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.85},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.89},{&quot;2026-07-28&quot;:1.85},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.85},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.83},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.64},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.64},{&quot;2026-08-14&quot;:1.64},{&quot;2026-08-15&quot;:1.62},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.65},{&quot;2026-08-21&quot;:1.65},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.52},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.52},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.47},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.44},{&quot;2026-09-10&quot;:1.44},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.44},{&quot;2026-09-13&quot;:1.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="18627"
  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-dmr 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">
            Cryptic Gateway
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Cryptic Gateway" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c872e2b4-3ca9-4649-b863-17c0c4065f63.jpg?1783918417" />

        <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">
            Cryptic Gateway
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cryptic Gateway" src="https://cards.scryfall.io/large/front/c/8/c872e2b4-3ca9-4649-b863-17c0c4065f63.jpg?1783918417" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.14},{&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.14},{&quot;2026-06-20&quot;:1.14},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.15},{&quot;2026-06-23&quot;:1.15},{&quot;2026-06-24&quot;:1.16},{&quot;2026-06-25&quot;:1.16},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:1.05},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:1.08},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.1},{&quot;2026-07-06&quot;:1.1},{&quot;2026-07-07&quot;:1.1},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.08},{&quot;2026-07-11&quot;:1.09},{&quot;2026-07-12&quot;:1.09},{&quot;2026-07-13&quot;:1.09},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.06},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.01},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-23&quot;:1.03},{&quot;2026-07-24&quot;:1.03},{&quot;2026-07-25&quot;:1.03},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:1.03},{&quot;2026-07-29&quot;:1.03},{&quot;2026-07-30&quot;:1.03},{&quot;2026-07-31&quot;:1.03},{&quot;2026-08-01&quot;:1.03},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.01},{&quot;2026-08-04&quot;:0.97},{&quot;2026-08-05&quot;:1.0},{&quot;2026-08-07&quot;:1.0},{&quot;2026-08-08&quot;:1.01},{&quot;2026-08-09&quot;:1.01},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.06},{&quot;2026-08-12&quot;:1.05},{&quot;2026-08-13&quot;:1.05},{&quot;2026-08-14&quot;:1.05},{&quot;2026-08-15&quot;:1.05},{&quot;2026-08-16&quot;:1.14},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.21},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.21},{&quot;2026-08-22&quot;:1.21},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.21},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.27},{&quot;2026-08-31&quot;:1.27},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.27},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.27},{&quot;2026-09-05&quot;:1.26},{&quot;2026-09-06&quot;:1.26},{&quot;2026-09-07&quot;:1.26},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.26},{&quot;2026-09-10&quot;:1.26},{&quot;2026-09-11&quot;:1.26},{&quot;2026-09-12&quot;:1.26},{&quot;2026-09-13&quot;:1.28}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:0.97},{&quot;2026-06-15&quot;:0.94},{&quot;2026-06-16&quot;:0.94},{&quot;2026-06-17&quot;:0.93},{&quot;2026-06-18&quot;:0.92},{&quot;2026-06-19&quot;:0.92},{&quot;2026-06-20&quot;:0.92},{&quot;2026-06-21&quot;:0.93},{&quot;2026-06-22&quot;:0.91},{&quot;2026-06-23&quot;:0.92},{&quot;2026-06-24&quot;:0.9},{&quot;2026-06-25&quot;:0.92},{&quot;2026-06-26&quot;:0.94},{&quot;2026-06-27&quot;:0.96},{&quot;2026-06-28&quot;:0.95},{&quot;2026-06-29&quot;:0.93},{&quot;2026-06-30&quot;:0.93},{&quot;2026-07-01&quot;:0.98},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.05},{&quot;2026-07-05&quot;:1.09},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.1},{&quot;2026-07-16&quot;:1.1},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.12},{&quot;2026-07-19&quot;:1.13},{&quot;2026-07-20&quot;:1.16},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-24&quot;:1.23},{&quot;2026-07-25&quot;:1.23},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.24},{&quot;2026-07-30&quot;:1.24},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.22},{&quot;2026-08-05&quot;:1.25},{&quot;2026-08-07&quot;:1.25},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.21},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.17},{&quot;2026-08-16&quot;:1.19},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.28},{&quot;2026-08-20&quot;:1.28},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.42},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.49},{&quot;2026-08-25&quot;:1.48},{&quot;2026-08-26&quot;:1.48},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.63},{&quot;2026-09-03&quot;:1.63},{&quot;2026-09-04&quot;:1.63},{&quot;2026-09-05&quot;:1.56},{&quot;2026-09-06&quot;:1.55},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.5},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.43},{&quot;2026-09-13&quot;:1.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="49282"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Verdant Command" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/83031ea8-a6c9-4318-af16-bba701dd76bb.jpg?1783926823" />

        <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">
            Verdant Command
        </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-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="Verdant Command" src="https://cards.scryfall.io/large/front/8/3/83031ea8-a6c9-4318-af16-bba701dd76bb.jpg?1783926823" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.26},{&quot;2026-06-17&quot;:1.26},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.19},{&quot;2026-06-24&quot;:1.19},{&quot;2026-06-25&quot;:1.19},{&quot;2026-06-26&quot;:1.19},{&quot;2026-06-27&quot;:1.22},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.22},{&quot;2026-07-02&quot;:1.22},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.24},{&quot;2026-07-12&quot;:1.27},{&quot;2026-07-13&quot;:1.27},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.23},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.17},{&quot;2026-07-25&quot;:1.17},{&quot;2026-07-26&quot;:1.17},{&quot;2026-07-27&quot;:1.17},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.19},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.2},{&quot;2026-08-11&quot;:1.2},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.22},{&quot;2026-08-15&quot;:1.24},{&quot;2026-08-16&quot;:1.24},{&quot;2026-08-17&quot;:1.24},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.21},{&quot;2026-08-21&quot;:1.14},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.13},{&quot;2026-08-28&quot;:1.13},{&quot;2026-08-29&quot;:1.13},{&quot;2026-08-30&quot;:1.13},{&quot;2026-08-31&quot;:1.14},{&quot;2026-09-01&quot;:1.13},{&quot;2026-09-02&quot;:1.13},{&quot;2026-09-03&quot;:1.16},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.18},{&quot;2026-09-06&quot;:1.18},{&quot;2026-09-07&quot;:1.18},{&quot;2026-09-08&quot;:1.18},{&quot;2026-09-09&quot;:1.18},{&quot;2026-09-10&quot;:1.19},{&quot;2026-09-11&quot;:1.19},{&quot;2026-09-12&quot;:1.23},{&quot;2026-09-13&quot;:1.23}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.8},{&quot;2026-06-16&quot;:0.83},{&quot;2026-06-17&quot;:0.84},{&quot;2026-06-18&quot;:0.83},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.77},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.71},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.87},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.93},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:1.0},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.08},{&quot;2026-07-09&quot;:1.07},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.17},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.15},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.02},{&quot;2026-07-16&quot;:0.97},{&quot;2026-07-17&quot;:0.99},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.27},{&quot;2026-07-23&quot;:1.25},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-28&quot;:1.04},{&quot;2026-07-29&quot;:1.08},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.16},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.17},{&quot;2026-08-04&quot;:1.07},{&quot;2026-08-05&quot;:1.1},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.28},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.34},{&quot;2026-08-12&quot;:1.32},{&quot;2026-08-13&quot;:1.29},{&quot;2026-08-14&quot;:1.31},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.37},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.21},{&quot;2026-08-19&quot;:1.15},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.08},{&quot;2026-08-23&quot;:1.07},{&quot;2026-08-24&quot;:1.19},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.33},{&quot;2026-08-29&quot;:1.33},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.47},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.63},{&quot;2026-09-08&quot;:1.58},{&quot;2026-09-09&quot;:1.52},{&quot;2026-09-10&quot;:1.49},{&quot;2026-09-11&quot;:1.48},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.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="73177"
  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-brr 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">
            Foundry Inspector
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Foundry Inspector" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c9f8526-c9ef-480c-a20e-777abf50d29f.jpg?1783919763" />

        <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">
            Foundry Inspector
        </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 Creature — Construct</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Foundry Inspector" src="https://cards.scryfall.io/large/front/2/c/2c9f8526-c9ef-480c-a20e-777abf50d29f.jpg?1783919763" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.69},{&quot;2026-06-16&quot;:0.69},{&quot;2026-06-17&quot;:0.69},{&quot;2026-06-18&quot;:0.69},{&quot;2026-06-19&quot;:0.69},{&quot;2026-06-20&quot;:0.75},{&quot;2026-06-21&quot;:0.75},{&quot;2026-06-22&quot;:0.76},{&quot;2026-06-23&quot;:0.76},{&quot;2026-06-24&quot;:0.77},{&quot;2026-06-25&quot;:0.82},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.84},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.86},{&quot;2026-07-01&quot;:0.87},{&quot;2026-07-02&quot;:0.87},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.86},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.86},{&quot;2026-07-07&quot;:0.86},{&quot;2026-07-08&quot;:0.86},{&quot;2026-07-09&quot;:0.86},{&quot;2026-07-10&quot;:0.88},{&quot;2026-07-11&quot;:0.89},{&quot;2026-07-12&quot;:0.91},{&quot;2026-07-13&quot;:0.91},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.93},{&quot;2026-07-16&quot;:0.93},{&quot;2026-07-17&quot;:0.93},{&quot;2026-07-18&quot;:0.95},{&quot;2026-07-19&quot;:0.95},{&quot;2026-07-20&quot;:0.95},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-22&quot;:0.97},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-24&quot;:0.98},{&quot;2026-07-25&quot;:0.97},{&quot;2026-07-26&quot;:1.0},{&quot;2026-07-27&quot;:1.02},{&quot;2026-07-28&quot;:1.02},{&quot;2026-07-29&quot;:1.02},{&quot;2026-07-30&quot;:1.13},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.14},{&quot;2026-08-03&quot;:1.14},{&quot;2026-08-04&quot;:1.14},{&quot;2026-08-05&quot;:1.14},{&quot;2026-08-07&quot;:1.14},{&quot;2026-08-08&quot;:1.14},{&quot;2026-08-09&quot;:1.14},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.15},{&quot;2026-08-13&quot;:1.15},{&quot;2026-08-14&quot;:1.15},{&quot;2026-08-15&quot;:1.15},{&quot;2026-08-16&quot;:1.15},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.22},{&quot;2026-08-21&quot;:1.22},{&quot;2026-08-22&quot;:1.22},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.23},{&quot;2026-08-27&quot;:1.23},{&quot;2026-08-28&quot;:1.23},{&quot;2026-08-29&quot;:1.23},{&quot;2026-08-30&quot;:1.27},{&quot;2026-08-31&quot;:1.27},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.27},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.3},{&quot;2026-09-05&quot;:1.3},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.35},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.44}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.64},{&quot;2026-06-16&quot;:0.65},{&quot;2026-06-17&quot;:0.66},{&quot;2026-06-18&quot;:0.66},{&quot;2026-06-19&quot;:0.67},{&quot;2026-06-20&quot;:0.68},{&quot;2026-06-21&quot;:0.67},{&quot;2026-06-22&quot;:0.65},{&quot;2026-06-23&quot;:0.64},{&quot;2026-06-24&quot;:0.65},{&quot;2026-06-25&quot;:0.64},{&quot;2026-06-26&quot;:0.64},{&quot;2026-06-27&quot;:0.64},{&quot;2026-06-28&quot;:0.64},{&quot;2026-06-29&quot;:0.66},{&quot;2026-06-30&quot;:0.67},{&quot;2026-07-01&quot;:0.75},{&quot;2026-07-02&quot;:0.74},{&quot;2026-07-03&quot;:0.74},{&quot;2026-07-04&quot;:0.75},{&quot;2026-07-05&quot;:0.76},{&quot;2026-07-06&quot;:0.76},{&quot;2026-07-07&quot;:0.76},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.75},{&quot;2026-07-10&quot;:0.77},{&quot;2026-07-11&quot;:0.77},{&quot;2026-07-12&quot;:0.67},{&quot;2026-07-13&quot;:0.69},{&quot;2026-07-14&quot;:0.69},{&quot;2026-07-15&quot;:0.69},{&quot;2026-07-16&quot;:0.68},{&quot;2026-07-17&quot;:0.68},{&quot;2026-07-18&quot;:0.67},{&quot;2026-07-19&quot;:0.66},{&quot;2026-07-20&quot;:0.65},{&quot;2026-07-21&quot;:0.65},{&quot;2026-07-22&quot;:0.69},{&quot;2026-07-23&quot;:0.7},{&quot;2026-07-24&quot;:0.68},{&quot;2026-07-25&quot;:0.72},{&quot;2026-07-26&quot;:0.75},{&quot;2026-07-27&quot;:0.77},{&quot;2026-07-28&quot;:0.76},{&quot;2026-07-29&quot;:0.77},{&quot;2026-07-30&quot;:0.74},{&quot;2026-07-31&quot;:0.72},{&quot;2026-08-01&quot;:0.72},{&quot;2026-08-02&quot;:0.73},{&quot;2026-08-03&quot;:0.74},{&quot;2026-08-04&quot;:0.72},{&quot;2026-08-05&quot;:0.72},{&quot;2026-08-07&quot;:0.71},{&quot;2026-08-08&quot;:0.71},{&quot;2026-08-09&quot;:0.69},{&quot;2026-08-10&quot;:0.65},{&quot;2026-08-11&quot;:0.63},{&quot;2026-08-12&quot;:0.6},{&quot;2026-08-13&quot;:0.61},{&quot;2026-08-14&quot;:0.61},{&quot;2026-08-15&quot;:0.61},{&quot;2026-08-16&quot;:0.61},{&quot;2026-08-17&quot;:0.59},{&quot;2026-08-18&quot;:0.6},{&quot;2026-08-19&quot;:0.6},{&quot;2026-08-20&quot;:0.59},{&quot;2026-08-21&quot;:0.6},{&quot;2026-08-22&quot;:0.58},{&quot;2026-08-23&quot;:0.59},{&quot;2026-08-24&quot;:0.59},{&quot;2026-08-25&quot;:0.59},{&quot;2026-08-26&quot;:0.59},{&quot;2026-08-27&quot;:0.58},{&quot;2026-08-28&quot;:0.57},{&quot;2026-08-29&quot;:0.57},{&quot;2026-08-30&quot;:0.57},{&quot;2026-08-31&quot;:0.57},{&quot;2026-09-01&quot;:0.56},{&quot;2026-09-02&quot;:0.56},{&quot;2026-09-03&quot;:0.56},{&quot;2026-09-04&quot;:0.55},{&quot;2026-09-05&quot;:0.55},{&quot;2026-09-06&quot;:0.54},{&quot;2026-09-07&quot;:0.54},{&quot;2026-09-08&quot;:0.54},{&quot;2026-09-09&quot;:0.55},{&quot;2026-09-10&quot;:0.57},{&quot;2026-09-11&quot;:0.57},{&quot;2026-09-12&quot;:0.59},{&quot;2026-09-13&quot;:0.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79236"
  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">
            Rage Reflection
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Rage Reflection" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/4/84ef99c0-1a33-473a-80ff-bfe5544e7784.jpg?1783932178" />

        <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">
            Rage Reflection
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rage Reflection" src="https://cards.scryfall.io/large/front/8/4/84ef99c0-1a33-473a-80ff-bfe5544e7784.jpg?1783932178" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Cultivate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/7/47086c14-f451-47da-845b-2a256930d067.jpg?1783931769" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Cultivate" src="https://cards.scryfall.io/large/front/4/7/47086c14-f451-47da-845b-2a256930d067.jpg?1783931769" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.6},{&quot;2026-06-13&quot;:1.61},{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.75},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.71},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.51},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.47},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.47},{&quot;2026-07-21&quot;:1.47},{&quot;2026-07-23&quot;:1.46},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.46},{&quot;2026-07-27&quot;:1.46},{&quot;2026-07-29&quot;:1.46},{&quot;2026-07-30&quot;:1.46},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.46},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.41},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.41},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.41},{&quot;2026-08-21&quot;:1.44},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.46},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.43},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.45},{&quot;2026-08-31&quot;:1.45},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.45},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.45},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.44},{&quot;2026-09-13&quot;:1.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="108951"
  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">
            Path to Exile
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Path to Exile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90b690f4-9647-4e67-b7cb-b2692ea149b1.jpg?1782683262" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Path to Exile" src="https://cards.scryfall.io/large/front/9/0/90b690f4-9647-4e67-b7cb-b2692ea149b1.jpg?1782683262" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $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.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;:1.11},{&quot;2026-06-15&quot;:1.09},{&quot;2026-06-16&quot;:1.11},{&quot;2026-06-17&quot;:1.13},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.12},{&quot;2026-06-20&quot;:1.12},{&quot;2026-06-21&quot;:1.12},{&quot;2026-06-22&quot;:1.14},{&quot;2026-06-23&quot;:1.12},{&quot;2026-06-24&quot;:1.12},{&quot;2026-06-25&quot;:1.12},{&quot;2026-06-26&quot;:1.11},{&quot;2026-06-27&quot;:1.11},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.16},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.18},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.16},{&quot;2026-07-07&quot;:1.16},{&quot;2026-07-08&quot;:1.15},{&quot;2026-07-09&quot;:1.13},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.18},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.16},{&quot;2026-07-17&quot;:1.16},{&quot;2026-07-18&quot;:1.13},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.15},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.19},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.26},{&quot;2026-08-03&quot;:1.26},{&quot;2026-08-04&quot;:1.21},{&quot;2026-08-05&quot;:1.22},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.33},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.57},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.31},{&quot;2026-08-19&quot;:1.32},{&quot;2026-08-20&quot;:1.32},{&quot;2026-08-21&quot;:1.35},{&quot;2026-08-22&quot;:1.34},{&quot;2026-08-23&quot;:1.34},{&quot;2026-08-24&quot;:1.35},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.3},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.31},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.67},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.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="9356"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Isolated Watchtower
        </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="text-sm font-medium text-nine-white">
            $1.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="Isolated Watchtower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/e/9ee3c4f0-ec6b-48cd-b1be-4620aea337d6.jpg?1783934323" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Isolated Watchtower
        </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="Isolated Watchtower" src="https://cards.scryfall.io/large/front/9/e/9ee3c4f0-ec6b-48cd-b1be-4620aea337d6.jpg?1783934323" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Szat&#39;s Will
        </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">
            $1.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="Szat&#39;s Will" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/9828be7b-1eae-4718-9e71-2f625121b00b.jpg?1783928826" />

        <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">
            Szat&#39;s Will
        </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-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="Szat&#39;s Will" src="https://cards.scryfall.io/large/front/9/8/9828be7b-1eae-4718-9e71-2f625121b00b.jpg?1783928826" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Geode Rager" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/c/1c5974dd-78fc-4bfb-8678-72041c797584.jpg?1783922423" />

        <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">
            Geode Rager
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Geode Rager" src="https://cards.scryfall.io/large/front/1/c/1c5974dd-78fc-4bfb-8678-72041c797584.jpg?1783922423" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.43
              </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-13&quot;:1.79},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.77},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.77},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.76},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.66},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.62},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-28&quot;:1.52},{&quot;2026-07-29&quot;:1.5},{&quot;2026-07-30&quot;:1.5},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.45},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.42},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.43},{&quot;2026-08-20&quot;:1.43},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.4},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.41},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.43},{&quot;2026-09-11&quot;:1.43},{&quot;2026-09-12&quot;:1.43},{&quot;2026-09-13&quot;:1.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="33981"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Ominous Seas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce8965f2-756a-4461-a643-db024a11c2de.jpg?1783931072" />

        <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">
            Ominous Seas
        </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-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="Ominous Seas" src="https://cards.scryfall.io/large/front/c/e/ce8965f2-756a-4461-a643-db024a11c2de.jpg?1783931072" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-14&quot;:2.6},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.6},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.64},{&quot;2026-06-19&quot;:2.64},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.67},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-23&quot;:2.67},{&quot;2026-06-24&quot;:2.67},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.71},{&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.46},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.46},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.46},{&quot;2026-07-12&quot;:2.46},{&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.4},{&quot;2026-07-17&quot;:2.4},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.4},{&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.43},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.44},{&quot;2026-08-07&quot;:2.43},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.42},{&quot;2026-08-17&quot;:2.42},{&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.38},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.38},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.36},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.42},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.44},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.41},{&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.34},{&quot;2026-09-12&quot;:2.34},{&quot;2026-09-13&quot;:2.33}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.39},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.12},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:0.94},{&quot;2026-06-22&quot;:0.92},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.97},{&quot;2026-06-25&quot;:0.98},{&quot;2026-06-26&quot;:1.0},{&quot;2026-06-27&quot;:0.98},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.1},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.22},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.16},{&quot;2026-07-07&quot;:1.13},{&quot;2026-07-08&quot;:1.12},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.15},{&quot;2026-07-11&quot;:1.14},{&quot;2026-07-12&quot;:1.19},{&quot;2026-07-13&quot;:1.16},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.14},{&quot;2026-07-16&quot;:1.17},{&quot;2026-07-17&quot;:1.17},{&quot;2026-07-18&quot;:1.17},{&quot;2026-07-19&quot;:1.14},{&quot;2026-07-20&quot;:1.13},{&quot;2026-07-21&quot;:1.16},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.1},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.16},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.15},{&quot;2026-07-31&quot;:1.19},{&quot;2026-08-01&quot;:1.12},{&quot;2026-08-02&quot;:1.14},{&quot;2026-08-03&quot;:1.24},{&quot;2026-08-04&quot;:1.25},{&quot;2026-08-05&quot;:1.25},{&quot;2026-08-07&quot;:1.16},{&quot;2026-08-08&quot;:1.12},{&quot;2026-08-09&quot;:1.09},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.08},{&quot;2026-08-13&quot;:1.08},{&quot;2026-08-14&quot;:1.04},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.07},{&quot;2026-08-17&quot;:1.08},{&quot;2026-08-18&quot;:1.1},{&quot;2026-08-19&quot;:1.08},{&quot;2026-08-20&quot;:1.08},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.09},{&quot;2026-08-23&quot;:1.11},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.3},{&quot;2026-08-27&quot;:1.27},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.26},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.27},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.41},{&quot;2026-09-05&quot;:1.33},{&quot;2026-09-06&quot;:1.38},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.25},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.28},{&quot;2026-09-12&quot;:1.43},{&quot;2026-09-13&quot;:1.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="34326"
  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">
            Tinder Wall
        </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">
            $1.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="Tinder Wall" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2a7c6489-21e9-4b86-a54a-b1e2f1fce318.jpg?1783947471" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — 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-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="Tinder Wall" src="https://cards.scryfall.io/large/front/2/a/2a7c6489-21e9-4b86-a54a-b1e2f1fce318.jpg?1783947471" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.04},{&quot;2026-06-17&quot;:1.15},{&quot;2026-06-18&quot;:1.21},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.33},{&quot;2026-06-23&quot;:1.41},{&quot;2026-06-24&quot;:1.42},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.78},{&quot;2026-07-01&quot;:1.78},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.84},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.81},{&quot;2026-07-07&quot;:1.81},{&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.63},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-22&quot;:1.78},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.23},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.06},{&quot;2026-08-09&quot;:2.0},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:1.92},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.99},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.92},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.84},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.71},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.22},{&quot;2026-09-01&quot;:1.28},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.28},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.4},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.43},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&quot;:1.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="40454"
  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-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">
            Wirewood Channeler
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Wirewood Channeler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/6/5670ae47-befb-4aaf-a77a-d7dbd4d8dc08.jpg?1783928307" />

        <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">
            Wirewood Channeler
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — 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-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="Wirewood Channeler" src="https://cards.scryfall.io/large/front/5/6/5670ae47-befb-4aaf-a77a-d7dbd4d8dc08.jpg?1783928307" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-11&quot;:1.4},{&quot;2026-06-12&quot;:1.4},{&quot;2026-06-13&quot;:1.38},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.34},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.33},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.27},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.18},{&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.14},{&quot;2026-07-08&quot;:1.14},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.1},{&quot;2026-07-11&quot;:1.1},{&quot;2026-07-12&quot;:1.1},{&quot;2026-07-13&quot;:1.09},{&quot;2026-07-14&quot;:1.1},{&quot;2026-07-15&quot;:1.1},{&quot;2026-07-16&quot;:1.09},{&quot;2026-07-17&quot;:1.09},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.1},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.1},{&quot;2026-07-23&quot;:1.13},{&quot;2026-07-25&quot;:1.2},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.27},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.28},{&quot;2026-08-05&quot;:1.28},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.37},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.37},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.37},{&quot;2026-08-15&quot;:1.38},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.35},{&quot;2026-08-20&quot;:1.35},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.3},{&quot;2026-08-28&quot;:1.32},{&quot;2026-08-29&quot;:1.32},{&quot;2026-08-30&quot;:1.34},{&quot;2026-08-31&quot;:1.32},{&quot;2026-09-01&quot;:1.32},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.33},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.34},{&quot;2026-09-08&quot;:1.34},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.34},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&quot;:1.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="52988"
  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">
            Bojuka Bog
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Bojuka Bog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7afabc06-8e28-46df-ae46-1c527845da66.jpg?1783910587" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bojuka Bog" src="https://cards.scryfall.io/large/front/7/a/7afabc06-8e28-46df-ae46-1c527845da66.jpg?1783910587" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.43
              </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;normal&quot;:[{&quot;2026-06-12&quot;:1.37},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.34},{&quot;2026-06-15&quot;:1.34},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.33},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.3},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.28},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.3},{&quot;2026-07-03&quot;:1.3},{&quot;2026-07-04&quot;:1.3},{&quot;2026-07-05&quot;:1.3},{&quot;2026-07-06&quot;:1.3},{&quot;2026-07-07&quot;:1.3},{&quot;2026-07-08&quot;:1.29},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.22},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.26},{&quot;2026-07-23&quot;:1.28},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.25},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.26},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.27},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.22},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.11},{&quot;2026-08-10&quot;:1.15},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.16},{&quot;2026-08-13&quot;:1.17},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.16},{&quot;2026-08-16&quot;:1.16},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.12},{&quot;2026-08-19&quot;:1.12},{&quot;2026-08-20&quot;:1.12},{&quot;2026-08-21&quot;:1.07},{&quot;2026-08-22&quot;:1.1},{&quot;2026-08-23&quot;:1.17},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.16},{&quot;2026-08-26&quot;:1.16},{&quot;2026-08-27&quot;:1.2},{&quot;2026-08-28&quot;:1.2},{&quot;2026-08-29&quot;:1.2},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.25},{&quot;2026-09-03&quot;:1.25},{&quot;2026-09-04&quot;:1.26},{&quot;2026-09-05&quot;:1.28},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.41},{&quot;2026-09-11&quot;:1.41},{&quot;2026-09-12&quot;:1.45},{&quot;2026-09-13&quot;:1.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="73081"
  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-brr 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">
            Well of Lost Dreams
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Well of Lost Dreams" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0e06b825-b8e4-4ea0-9046-39ee15991118.jpg?1783919776" />

        <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">
            Well of Lost Dreams
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Well of Lost Dreams" src="https://cards.scryfall.io/large/front/0/e/0e06b825-b8e4-4ea0-9046-39ee15991118.jpg?1783919776" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.14},{&quot;2026-06-13&quot;:2.14},{&quot;2026-06-14&quot;:2.14},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.14},{&quot;2026-06-17&quot;:2.14},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.06},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:2.05},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.01},{&quot;2026-07-05&quot;:2.01},{&quot;2026-07-06&quot;:2.03},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.02},{&quot;2026-07-10&quot;:2.02},{&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;:1.99},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.99},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-23&quot;:1.96},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.87},{&quot;2026-08-08&quot;:1.87},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.88},{&quot;2026-08-14&quot;:1.88},{&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;:1.89},{&quot;2026-08-19&quot;:1.89},{&quot;2026-08-20&quot;:1.89},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.81},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.81},{&quot;2026-08-25&quot;:1.81},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.79},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.79},{&quot;2026-09-04&quot;:1.79},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.79},{&quot;2026-09-11&quot;:1.79},{&quot;2026-09-12&quot;:1.79},{&quot;2026-09-13&quot;:1.79}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.28},{&quot;2026-06-13&quot;:1.41},{&quot;2026-06-14&quot;:1.47},{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.52},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.53},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.52},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.49},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.5},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.35},{&quot;2026-06-28&quot;:1.33},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.3},{&quot;2026-07-02&quot;:1.3},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.33},{&quot;2026-07-06&quot;:1.32},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.42},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.44},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.33},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.35},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.3},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.38},{&quot;2026-08-17&quot;:1.39},{&quot;2026-08-18&quot;:1.41},{&quot;2026-08-19&quot;:1.38},{&quot;2026-08-20&quot;:1.38},{&quot;2026-08-21&quot;:1.36},{&quot;2026-08-22&quot;:1.35},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.3},{&quot;2026-08-25&quot;:1.3},{&quot;2026-08-26&quot;:1.28},{&quot;2026-08-27&quot;:1.27},{&quot;2026-08-28&quot;:1.27},{&quot;2026-08-29&quot;:1.27},{&quot;2026-08-30&quot;:1.29},{&quot;2026-08-31&quot;:1.29},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.34},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.41},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.41},{&quot;2026-09-10&quot;:1.41},{&quot;2026-09-11&quot;:1.47},{&quot;2026-09-12&quot;:1.44},{&quot;2026-09-13&quot;:1.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="77708"
  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-eld ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Piper of the Swarm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/a/0a7962fe-b715-4981-86c3-223bad9b1899.jpg?1783932636" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Piper of the Swarm" src="https://cards.scryfall.io/large/front/0/a/0a7962fe-b715-4981-86c3-223bad9b1899.jpg?1783932636" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.3},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.27},{&quot;2026-06-20&quot;:3.27},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-23&quot;:3.24},{&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.24},{&quot;2026-07-03&quot;:3.24},{&quot;2026-07-04&quot;:3.24},{&quot;2026-07-05&quot;:3.24},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.24},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.24},{&quot;2026-07-12&quot;:3.24},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.24},{&quot;2026-07-17&quot;:3.18},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-22&quot;:3.16},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.16},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.16},{&quot;2026-07-28&quot;:3.16},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.27},{&quot;2026-08-05&quot;:3.27},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.27},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.2},{&quot;2026-08-14&quot;:3.2},{&quot;2026-08-15&quot;:3.2},{&quot;2026-08-16&quot;:3.2},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.09},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:3.09},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.09},{&quot;2026-08-26&quot;:3.09},{&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.09},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.09},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.09},{&quot;2026-09-12&quot;:3.09},{&quot;2026-09-13&quot;:3.09}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.81},{&quot;2026-06-26&quot;:1.79},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.62},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.03},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:1.01},{&quot;2026-07-06&quot;:0.96},{&quot;2026-07-07&quot;:0.94},{&quot;2026-07-08&quot;:0.93},{&quot;2026-07-09&quot;:0.93},{&quot;2026-07-10&quot;:0.89},{&quot;2026-07-11&quot;:0.89},{&quot;2026-07-12&quot;:0.94},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:1.18},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.33},{&quot;2026-07-17&quot;:1.47},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.45},{&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.41},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.35},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.45},{&quot;2026-08-01&quot;:1.45},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.46},{&quot;2026-08-04&quot;:1.5},{&quot;2026-08-05&quot;:1.54},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.6},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.47},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.44},{&quot;2026-08-18&quot;:1.43},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.29},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.47},{&quot;2026-08-29&quot;:1.47},{&quot;2026-08-30&quot;:1.53},{&quot;2026-08-31&quot;:1.56},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.49},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.51},{&quot;2026-09-06&quot;:1.58},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.47},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.44},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.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="95454"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Drowned Catacomb
        </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">
            $1.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="Drowned Catacomb" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8a47d5f6-e08d-4311-97d0-16f7737b83a0.jpg?1783906222" />

        <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">
            Drowned Catacomb
        </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="Drowned Catacomb" src="https://cards.scryfall.io/large/front/8/a/8a47d5f6-e08d-4311-97d0-16f7737b83a0.jpg?1783906222" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.43
              </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">
                $5.55
              </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.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-08-19&quot;:6.49},{&quot;2026-08-20&quot;:6.49},{&quot;2026-08-21&quot;:6.37},{&quot;2026-08-22&quot;:6.37},{&quot;2026-08-23&quot;:6.37},{&quot;2026-08-24&quot;:6.37},{&quot;2026-08-25&quot;:6.42},{&quot;2026-08-26&quot;:6.42},{&quot;2026-08-27&quot;:6.42},{&quot;2026-08-28&quot;:6.42},{&quot;2026-08-29&quot;:6.42},{&quot;2026-08-30&quot;:6.25},{&quot;2026-08-31&quot;:6.25},{&quot;2026-09-01&quot;:6.08},{&quot;2026-09-02&quot;:6.08},{&quot;2026-09-03&quot;:6.08},{&quot;2026-09-04&quot;:6.08},{&quot;2026-09-05&quot;:6.08},{&quot;2026-09-06&quot;:6.08},{&quot;2026-09-07&quot;:6.08},{&quot;2026-09-08&quot;:5.92},{&quot;2026-09-09&quot;:5.92},{&quot;2026-09-10&quot;:5.71},{&quot;2026-09-11&quot;:5.55},{&quot;2026-09-12&quot;:5.55},{&quot;2026-09-13&quot;:5.55}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.74},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.79},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.83},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-22&quot;:1.79},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-28&quot;:1.64},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.58},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.51},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.53},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.8},{&quot;2026-08-14&quot;:1.76},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.6},{&quot;2026-08-18&quot;:1.54},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.47},{&quot;2026-08-29&quot;:1.47},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.49},{&quot;2026-09-07&quot;:1.47},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.37},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.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="99269"
  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-ecc 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">
            Persist
        </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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Persist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/7/b7a56356-91bf-42f5-ab21-af2c48e78fc3.jpg?1782684234" />

        <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">
            Persist
        </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-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="Persist" src="https://cards.scryfall.io/large/front/b/7/b7a56356-91bf-42f5-ab21-af2c48e78fc3.jpg?1782684234" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.9},{&quot;2026-06-13&quot;:0.94},{&quot;2026-06-14&quot;:0.95},{&quot;2026-06-15&quot;:0.97},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.93},{&quot;2026-06-18&quot;:0.95},{&quot;2026-06-19&quot;:0.93},{&quot;2026-06-20&quot;:0.92},{&quot;2026-06-21&quot;:0.96},{&quot;2026-06-22&quot;:1.04},{&quot;2026-06-23&quot;:1.13},{&quot;2026-06-24&quot;:1.16},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.14},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.11},{&quot;2026-07-03&quot;:1.11},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.23},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.21},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.27},{&quot;2026-07-11&quot;:1.27},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.33},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.33},{&quot;2026-07-16&quot;:1.31},{&quot;2026-07-17&quot;:1.37},{&quot;2026-07-18&quot;:1.47},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.11},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.29},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.2},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.71},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:1.96},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.33},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.3},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.25},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.35},{&quot;2026-08-27&quot;:1.38},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&quot;2026-08-30&quot;:1.43},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.49},{&quot;2026-09-04&quot;:1.54},{&quot;2026-09-05&quot;:1.59},{&quot;2026-09-06&quot;:1.55},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.53},{&quot;2026-09-09&quot;:1.52},{&quot;2026-09-10&quot;:1.48},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.44},{&quot;2026-09-13&quot;:1.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="109153"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Bojuka Bog" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/55b5b094-9d2d-4d96-b90c-78fecdae725a.jpg?1782683104" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bojuka Bog" src="https://cards.scryfall.io/large/front/5/5/55b5b094-9d2d-4d96-b90c-78fecdae725a.jpg?1782683104" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.43
              </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">
                $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.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;:0.73},{&quot;2026-06-15&quot;:0.7},{&quot;2026-06-16&quot;:0.73},{&quot;2026-06-17&quot;:0.6},{&quot;2026-06-18&quot;:0.76},{&quot;2026-06-19&quot;:0.72},{&quot;2026-06-20&quot;:0.72},{&quot;2026-06-21&quot;:0.73},{&quot;2026-06-22&quot;:0.69},{&quot;2026-06-23&quot;:0.75},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:0.68},{&quot;2026-06-26&quot;:0.94},{&quot;2026-06-27&quot;:0.7},{&quot;2026-06-28&quot;:1.03},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.12},{&quot;2026-07-01&quot;:0.89},{&quot;2026-07-02&quot;:1.03},{&quot;2026-07-03&quot;:1.06},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.02},{&quot;2026-07-07&quot;:0.98},{&quot;2026-07-08&quot;:1.0},{&quot;2026-07-09&quot;:0.97},{&quot;2026-07-10&quot;:0.95},{&quot;2026-07-11&quot;:0.91},{&quot;2026-07-12&quot;:0.92},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.89},{&quot;2026-07-17&quot;:0.9},{&quot;2026-07-18&quot;:0.9},{&quot;2026-07-19&quot;:0.91},{&quot;2026-07-20&quot;:0.96},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:1.0},{&quot;2026-07-24&quot;:1.05},{&quot;2026-07-25&quot;:1.05},{&quot;2026-07-26&quot;:1.01},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:1.03},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.02},{&quot;2026-07-31&quot;:1.26},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.22},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.16},{&quot;2026-08-05&quot;:1.13},{&quot;2026-08-07&quot;:1.11},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.24},{&quot;2026-08-10&quot;:1.18},{&quot;2026-08-11&quot;:1.24},{&quot;2026-08-12&quot;:1.26},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.3},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.3},{&quot;2026-08-20&quot;:1.3},{&quot;2026-08-21&quot;:1.37},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.91},{&quot;2026-08-25&quot;:1.93},{&quot;2026-08-26&quot;:2.12},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.75},{&quot;2026-08-29&quot;:1.75},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.46},{&quot;2026-09-02&quot;:1.2},{&quot;2026-09-03&quot;:1.22},{&quot;2026-09-04&quot;:1.13},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.3},{&quot;2026-09-07&quot;:1.33},{&quot;2026-09-08&quot;:1.44},{&quot;2026-09-09&quot;:1.43},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.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="109270"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Silverquill, the Disputant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/1742c9cd-5ba0-4335-9999-acc7f9d4f73c.jpg?1782682841" />

        <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">
            Silverquill, the Disputant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Silverquill, the Disputant" src="https://cards.scryfall.io/large/front/1/7/1742c9cd-5ba0-4335-9999-acc7f9d4f73c.jpg?1782682841" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.41},{&quot;2026-06-14&quot;:3.36},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.18},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:2.92},{&quot;2026-06-25&quot;:3.01},{&quot;2026-06-26&quot;:2.97},{&quot;2026-06-27&quot;:2.83},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.05},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.0},{&quot;2026-07-08&quot;:2.05},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.03},{&quot;2026-07-12&quot;:2.03},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:2.08},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-23&quot;:2.11},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.22},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.23},{&quot;2026-07-31&quot;:2.18},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.13},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.23},{&quot;2026-08-12&quot;:2.23},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.22},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.22},{&quot;2026-08-19&quot;:2.29},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.29},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.23},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.28},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.24},{&quot;2026-08-29&quot;:2.24},{&quot;2026-08-30&quot;:2.24},{&quot;2026-08-31&quot;:2.25},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.31},{&quot;2026-09-04&quot;:2.27},{&quot;2026-09-05&quot;:2.27},{&quot;2026-09-06&quot;:2.27},{&quot;2026-09-07&quot;:2.3},{&quot;2026-09-08&quot;:2.27},{&quot;2026-09-09&quot;:2.27},{&quot;2026-09-10&quot;:2.26},{&quot;2026-09-11&quot;:2.22},{&quot;2026-09-12&quot;:2.1},{&quot;2026-09-13&quot;:2.1}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.73},{&quot;2026-06-14&quot;:2.84},{&quot;2026-06-15&quot;:3.02},{&quot;2026-06-16&quot;:3.13},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.64},{&quot;2026-06-21&quot;:2.54},{&quot;2026-06-22&quot;:2.45},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.46},{&quot;2026-06-26&quot;:2.38},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.45},{&quot;2026-06-29&quot;:2.65},{&quot;2026-06-30&quot;:2.59},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.24},{&quot;2026-07-03&quot;:2.18},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.31},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:1.93},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.96},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.07},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:2.02},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-25&quot;:2.08},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.09},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.72},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.72},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.47},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.41},{&quot;2026-08-19&quot;:1.34},{&quot;2026-08-20&quot;:1.34},{&quot;2026-08-21&quot;:1.5},{&quot;2026-08-22&quot;:1.56},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.61},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.46},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.46},{&quot;2026-09-03&quot;:1.34},{&quot;2026-09-04&quot;:1.35},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.28},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.32},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.23},{&quot;2026-09-11&quot;:1.3},{&quot;2026-09-12&quot;:1.37},{&quot;2026-09-13&quot;:1.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="14317"
  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">
            Managorger Hydra
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Managorger Hydra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/330aefb9-629f-4d07-94d4-7252f17f85ba.jpg?1783922407" />

        <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">
            Managorger Hydra
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Hydra</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="Managorger Hydra" src="https://cards.scryfall.io/large/front/3/3/330aefb9-629f-4d07-94d4-7252f17f85ba.jpg?1783922407" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human 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="text-sm font-medium text-nine-white">
            $1.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="Baru, Wurmspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95052dc9-2a67-4186-bb01-4044a4ca1e77.jpg?1783921446" />

        <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">
            Baru, Wurmspeaker
        </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 Druid</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Baru, Wurmspeaker" src="https://cards.scryfall.io/large/front/9/5/95052dc9-2a67-4186-bb01-4044a4ca1e77.jpg?1783921446" />
    </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.60
              </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.42
              </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.5},{&quot;2026-06-23&quot;:1.5},{&quot;2026-06-24&quot;:1.5},{&quot;2026-06-25&quot;:1.5},{&quot;2026-06-26&quot;:1.52},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.52},{&quot;2026-07-01&quot;:1.52},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.52},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.53},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.51},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-22&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-24&quot;:1.54},{&quot;2026-07-25&quot;:1.54},{&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.56},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.56},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.56},{&quot;2026-08-17&quot;:1.55},{&quot;2026-08-18&quot;:1.55},{&quot;2026-08-19&quot;:1.55},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.54},{&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.47},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.42}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.77},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.76},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.76},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.72},{&quot;2026-07-22&quot;:1.72},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-24&quot;:1.67},{&quot;2026-07-25&quot;:1.67},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.67},{&quot;2026-07-29&quot;:1.67},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.67},{&quot;2026-08-01&quot;:1.67},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.64},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.65},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.61},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.62},{&quot;2026-09-02&quot;:1.6},{&quot;2026-09-03&quot;:1.6},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.6},{&quot;2026-09-10&quot;:1.6},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.6},{&quot;2026-09-13&quot;:1.6}]}"
        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="20351"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Godo, Bandit Warlord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/123d1368-fbbe-48f8-9b44-d51946529322.jpg?1783930163" />

        <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">
            Godo, Bandit Warlord
        </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 Barbarian</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Godo, Bandit Warlord" src="https://cards.scryfall.io/large/front/1/2/123d1368-fbbe-48f8-9b44-d51946529322.jpg?1783930163" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </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.42
              </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-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.31},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.31},{&quot;2026-06-22&quot;:1.31},{&quot;2026-06-23&quot;:1.31},{&quot;2026-06-24&quot;:1.31},{&quot;2026-06-25&quot;:1.31},{&quot;2026-06-26&quot;:1.31},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.26},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.26},{&quot;2026-07-03&quot;:1.26},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.25},{&quot;2026-07-10&quot;:1.25},{&quot;2026-07-11&quot;:1.25},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.25},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.25},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-22&quot;:1.43},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.43},{&quot;2026-07-26&quot;:1.43},{&quot;2026-07-27&quot;:1.43},{&quot;2026-07-28&quot;:1.43},{&quot;2026-07-29&quot;:1.43},{&quot;2026-07-30&quot;:1.43},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.43},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.43},{&quot;2026-08-10&quot;:1.43},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.46},{&quot;2026-08-14&quot;:1.46},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.39},{&quot;2026-08-19&quot;:1.39},{&quot;2026-08-20&quot;:1.39},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.39},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.39},{&quot;2026-08-26&quot;:1.39},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.39},{&quot;2026-08-29&quot;:1.39},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.39},{&quot;2026-09-03&quot;:1.39},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.42},{&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.42},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.42}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.25},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.25},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.22},{&quot;2026-07-05&quot;:1.22},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.19},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.19},{&quot;2026-07-12&quot;:1.19},{&quot;2026-07-13&quot;:1.19},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.19},{&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.19},{&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.19},{&quot;2026-07-24&quot;:1.19},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.19},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.2},{&quot;2026-07-30&quot;:1.22},{&quot;2026-07-31&quot;:1.26},{&quot;2026-08-01&quot;:1.26},{&quot;2026-08-02&quot;:1.25},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.3},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.37},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.3},{&quot;2026-08-15&quot;:1.3},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.26},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.26},{&quot;2026-08-20&quot;:1.31},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.3},{&quot;2026-08-24&quot;:1.28},{&quot;2026-08-25&quot;:1.28},{&quot;2026-08-26&quot;:1.27},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.29},{&quot;2026-08-29&quot;:1.29},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.4},{&quot;2026-09-02&quot;:1.41},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.42},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.42},{&quot;2026-09-11&quot;:1.42},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.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="34384"
  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-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">
            Fire Covenant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Fire Covenant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6a0139c2-ad86-4c71-ab6d-4840c37d5d20.jpg?1783947467" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fire Covenant" src="https://cards.scryfall.io/large/front/6/a/6a0139c2-ad86-4c71-ab6d-4840c37d5d20.jpg?1783947467" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Llanowar Wastes
        </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">
            $1.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="Llanowar Wastes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10716909-1254-4b2b-997e-23a18994a98d.jpg?1783920005" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Llanowar Wastes
        </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="Llanowar Wastes" src="https://cards.scryfall.io/large/front/1/0/10716909-1254-4b2b-997e-23a18994a98d.jpg?1783920005" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.05},{&quot;2026-06-16&quot;:1.05},{&quot;2026-06-17&quot;:1.05},{&quot;2026-06-18&quot;:1.05},{&quot;2026-06-19&quot;:1.05},{&quot;2026-06-20&quot;:1.06},{&quot;2026-06-21&quot;:1.06},{&quot;2026-06-22&quot;:1.06},{&quot;2026-06-23&quot;:1.06},{&quot;2026-06-24&quot;:1.06},{&quot;2026-06-25&quot;:1.06},{&quot;2026-06-26&quot;:1.08},{&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.08},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.09},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.13},{&quot;2026-07-05&quot;:1.13},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.19},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.19},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.27},{&quot;2026-07-19&quot;:1.29},{&quot;2026-07-20&quot;:1.29},{&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.3},{&quot;2026-07-25&quot;:1.3},{&quot;2026-07-26&quot;:1.3},{&quot;2026-07-27&quot;:1.28},{&quot;2026-07-28&quot;:1.28},{&quot;2026-07-29&quot;:1.28},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.3},{&quot;2026-08-01&quot;:1.3},{&quot;2026-08-02&quot;:1.3},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.26},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.26},{&quot;2026-08-11&quot;:1.26},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.19},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.23},{&quot;2026-08-22&quot;:1.23},{&quot;2026-08-23&quot;:1.23},{&quot;2026-08-24&quot;:1.23},{&quot;2026-08-25&quot;:1.23},{&quot;2026-08-26&quot;:1.23},{&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.46},{&quot;2026-08-31&quot;:1.45},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.69},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.69},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.7}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.06},{&quot;2026-06-16&quot;:1.06},{&quot;2026-06-17&quot;:1.06},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.05},{&quot;2026-06-20&quot;:1.05},{&quot;2026-06-21&quot;:1.07},{&quot;2026-06-22&quot;:1.07},{&quot;2026-06-23&quot;:1.07},{&quot;2026-06-24&quot;:1.11},{&quot;2026-06-25&quot;:1.16},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.15},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.07},{&quot;2026-07-06&quot;:1.07},{&quot;2026-07-07&quot;:1.04},{&quot;2026-07-08&quot;:1.04},{&quot;2026-07-09&quot;:1.01},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:0.96},{&quot;2026-07-12&quot;:1.02},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.08},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.05},{&quot;2026-07-17&quot;:1.05},{&quot;2026-07-18&quot;:1.05},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.98},{&quot;2026-07-21&quot;:1.1},{&quot;2026-07-22&quot;:1.1},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-24&quot;:1.1},{&quot;2026-07-25&quot;:1.1},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.1},{&quot;2026-07-28&quot;:1.16},{&quot;2026-07-29&quot;:1.16},{&quot;2026-07-30&quot;:1.16},{&quot;2026-07-31&quot;:1.11},{&quot;2026-08-01&quot;:1.11},{&quot;2026-08-02&quot;:1.08},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.31},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.43},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.71},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.91},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:1.66},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.71},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.85},{&quot;2026-09-06&quot;:1.79},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.63},{&quot;2026-09-09&quot;:1.35},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.5},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.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="77914"
  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-eld 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">
            Kenrith&#39;s Transformation
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Kenrith&#39;s Transformation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6da7cd39-1f8a-4f68-adb7-df2beac02263.jpg?1783932607" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kenrith&#39;s Transformation" src="https://cards.scryfall.io/large/front/6/d/6da7cd39-1f8a-4f68-adb7-df2beac02263.jpg?1783932607" />
    </div>

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

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

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

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  14%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.76
              </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.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;:1.72},{&quot;2026-06-15&quot;:1.78},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.72},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.72},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.7},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.72},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.74},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.84},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.85},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.85},{&quot;2026-08-13&quot;:1.85},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.85},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.75},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.76}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.27},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.3},{&quot;2026-06-18&quot;:1.28},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.14},{&quot;2026-06-26&quot;:1.15},{&quot;2026-06-27&quot;:1.13},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.05},{&quot;2026-06-30&quot;:1.04},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.14},{&quot;2026-07-03&quot;:1.09},{&quot;2026-07-04&quot;:1.08},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.09},{&quot;2026-07-07&quot;:1.08},{&quot;2026-07-08&quot;:1.05},{&quot;2026-07-09&quot;:1.05},{&quot;2026-07-10&quot;:1.05},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.07},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.09},{&quot;2026-07-16&quot;:1.11},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.09},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-23&quot;:1.09},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.2},{&quot;2026-07-28&quot;:1.22},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.28},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.32},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.44},{&quot;2026-08-18&quot;:1.42},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.39},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.47},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.77},{&quot;2026-09-13&quot;:1.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="79696"
  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">
            Vampire Hexmage
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Vampire 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">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Vampire Hexmage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/9/d945e64f-cbe9-4b72-aaec-0b97be1e12d2.jpg?1783927728" />

        <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">
            Vampire Hexmage
        </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 — Vampire Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vampire Hexmage" src="https://cards.scryfall.io/large/front/d/9/d945e64f-cbe9-4b72-aaec-0b97be1e12d2.jpg?1783927728" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </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">
                $17.23
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:16.25},{&quot;2026-06-15&quot;:16.25},{&quot;2026-06-16&quot;:16.25},{&quot;2026-06-17&quot;:16.25},{&quot;2026-06-18&quot;:16.25},{&quot;2026-06-19&quot;:16.11},{&quot;2026-06-20&quot;:16.11},{&quot;2026-06-21&quot;:16.11},{&quot;2026-06-22&quot;:16.11},{&quot;2026-06-23&quot;:16.11},{&quot;2026-06-24&quot;:16.11},{&quot;2026-06-25&quot;:16.11},{&quot;2026-06-26&quot;:16.11},{&quot;2026-06-27&quot;:16.11},{&quot;2026-06-28&quot;:16.26},{&quot;2026-06-29&quot;:16.26},{&quot;2026-06-30&quot;:16.26},{&quot;2026-07-01&quot;:16.42},{&quot;2026-07-02&quot;:16.42},{&quot;2026-07-03&quot;:16.42},{&quot;2026-07-04&quot;:16.42},{&quot;2026-07-05&quot;:16.42},{&quot;2026-07-06&quot;:16.42},{&quot;2026-07-07&quot;:16.42},{&quot;2026-07-08&quot;:16.42},{&quot;2026-07-09&quot;:16.42},{&quot;2026-07-10&quot;:16.91},{&quot;2026-07-11&quot;:16.91},{&quot;2026-07-12&quot;:16.91},{&quot;2026-07-13&quot;:16.91},{&quot;2026-07-14&quot;:16.91},{&quot;2026-07-15&quot;:16.84},{&quot;2026-07-16&quot;:16.84},{&quot;2026-07-17&quot;:16.84},{&quot;2026-07-18&quot;:16.84},{&quot;2026-07-19&quot;:16.84},{&quot;2026-07-20&quot;:16.84},{&quot;2026-07-21&quot;:16.84},{&quot;2026-07-23&quot;:17.0},{&quot;2026-07-24&quot;:17.0},{&quot;2026-07-25&quot;:17.0},{&quot;2026-07-26&quot;:17.0},{&quot;2026-07-27&quot;:17.0},{&quot;2026-07-28&quot;:17.0},{&quot;2026-07-29&quot;:17.0},{&quot;2026-07-30&quot;:17.0},{&quot;2026-07-31&quot;:17.0},{&quot;2026-08-01&quot;:17.0},{&quot;2026-08-02&quot;:17.0},{&quot;2026-08-03&quot;:17.0},{&quot;2026-08-04&quot;:17.0},{&quot;2026-08-05&quot;:17.0},{&quot;2026-08-07&quot;:17.0},{&quot;2026-08-08&quot;:17.07},{&quot;2026-08-09&quot;:17.07},{&quot;2026-08-10&quot;:17.07},{&quot;2026-08-11&quot;:17.07},{&quot;2026-08-12&quot;:17.07},{&quot;2026-08-13&quot;:17.07},{&quot;2026-08-14&quot;:17.07},{&quot;2026-08-15&quot;:17.07},{&quot;2026-08-16&quot;:17.04},{&quot;2026-08-17&quot;:17.04},{&quot;2026-08-18&quot;:17.04},{&quot;2026-08-19&quot;:17.04},{&quot;2026-08-20&quot;:17.04},{&quot;2026-08-21&quot;:17.04},{&quot;2026-08-22&quot;:17.04},{&quot;2026-08-23&quot;:17.04},{&quot;2026-08-24&quot;:17.04},{&quot;2026-08-25&quot;:17.04},{&quot;2026-08-26&quot;:17.04},{&quot;2026-08-27&quot;:17.04},{&quot;2026-08-28&quot;:17.04},{&quot;2026-08-29&quot;:17.04},{&quot;2026-08-30&quot;:17.04},{&quot;2026-08-31&quot;:17.04},{&quot;2026-09-01&quot;:17.04},{&quot;2026-09-02&quot;:17.11},{&quot;2026-09-03&quot;:17.11},{&quot;2026-09-04&quot;:17.04},{&quot;2026-09-05&quot;:17.04},{&quot;2026-09-06&quot;:17.04},{&quot;2026-09-07&quot;:17.04},{&quot;2026-09-08&quot;:17.04},{&quot;2026-09-09&quot;:17.04},{&quot;2026-09-10&quot;:17.04},{&quot;2026-09-11&quot;:17.23},{&quot;2026-09-12&quot;:17.23},{&quot;2026-09-13&quot;:17.23}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.62},{&quot;2026-06-15&quot;:1.62},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.54},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.54},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.59},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.54},{&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.44},{&quot;2026-07-05&quot;:1.44},{&quot;2026-07-06&quot;:1.44},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.44},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.38},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.38},{&quot;2026-07-19&quot;:1.38},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-23&quot;:1.4},{&quot;2026-07-24&quot;:1.4},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.42},{&quot;2026-08-03&quot;:1.45},{&quot;2026-08-04&quot;:1.45},{&quot;2026-08-05&quot;:1.45},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.45},{&quot;2026-08-09&quot;:1.45},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.45},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.41},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.42},{&quot;2026-08-23&quot;:1.42},{&quot;2026-08-24&quot;:1.42},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.45},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.45},{&quot;2026-09-06&quot;:1.45},{&quot;2026-09-07&quot;:1.45},{&quot;2026-09-08&quot;:1.45},{&quot;2026-09-09&quot;:1.45},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.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="96210"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Thrumming Hivepool
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Thrumming Hivepool" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/85caf659-7b43-462e-a342-34703d46eb57.jpg?1782685413" />

        <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">
            Thrumming Hivepool
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Thrumming Hivepool" src="https://cards.scryfall.io/large/front/8/5/85caf659-7b43-462e-a342-34703d46eb57.jpg?1782685413" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </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">
                $1.56
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.71},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.7},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.61},{&quot;2026-06-26&quot;:1.61},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.34},{&quot;2026-07-20&quot;:1.3},{&quot;2026-07-21&quot;:1.35},{&quot;2026-07-22&quot;:1.35},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.36},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.33},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.41},{&quot;2026-08-01&quot;:1.41},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.31},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.3},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.31},{&quot;2026-08-13&quot;:1.3},{&quot;2026-08-14&quot;:1.4},{&quot;2026-08-15&quot;:1.4},{&quot;2026-08-16&quot;:1.45},{&quot;2026-08-17&quot;:1.45},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.55},{&quot;2026-08-21&quot;:1.53},{&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.5},{&quot;2026-08-26&quot;:1.41},{&quot;2026-08-27&quot;:1.41},{&quot;2026-08-28&quot;:1.42},{&quot;2026-08-29&quot;:1.42},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.44},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.43},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.46},{&quot;2026-09-12&quot;:1.53},{&quot;2026-09-13&quot;:1.56}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.94},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.93},{&quot;2026-06-18&quot;:0.9},{&quot;2026-06-19&quot;:0.99},{&quot;2026-06-20&quot;:0.86},{&quot;2026-06-21&quot;:0.89},{&quot;2026-06-22&quot;:0.87},{&quot;2026-06-23&quot;:0.86},{&quot;2026-06-24&quot;:0.8},{&quot;2026-06-25&quot;:0.82},{&quot;2026-06-26&quot;:0.85},{&quot;2026-06-27&quot;:0.85},{&quot;2026-06-28&quot;:0.89},{&quot;2026-06-29&quot;:0.81},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.72},{&quot;2026-07-02&quot;:0.73},{&quot;2026-07-03&quot;:0.69},{&quot;2026-07-04&quot;:0.69},{&quot;2026-07-05&quot;:0.74},{&quot;2026-07-06&quot;:0.82},{&quot;2026-07-07&quot;:0.79},{&quot;2026-07-08&quot;:0.79},{&quot;2026-07-09&quot;:0.79},{&quot;2026-07-10&quot;:0.79},{&quot;2026-07-11&quot;:0.79},{&quot;2026-07-12&quot;:0.83},{&quot;2026-07-13&quot;:0.84},{&quot;2026-07-14&quot;:0.88},{&quot;2026-07-15&quot;:0.82},{&quot;2026-07-16&quot;:0.85},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.81},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:0.87},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-22&quot;:0.89},{&quot;2026-07-23&quot;:0.95},{&quot;2026-07-24&quot;:0.97},{&quot;2026-07-25&quot;:0.99},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:0.85},{&quot;2026-07-28&quot;:0.91},{&quot;2026-07-29&quot;:0.91},{&quot;2026-07-30&quot;:0.94},{&quot;2026-07-31&quot;:0.89},{&quot;2026-08-01&quot;:0.92},{&quot;2026-08-02&quot;:0.98},{&quot;2026-08-03&quot;:0.98},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:0.98},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.1},{&quot;2026-08-09&quot;:1.01},{&quot;2026-08-10&quot;:1.01},{&quot;2026-08-11&quot;:1.15},{&quot;2026-08-12&quot;:1.33},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.07},{&quot;2026-08-18&quot;:1.11},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.15},{&quot;2026-08-23&quot;:1.09},{&quot;2026-08-24&quot;:1.1},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.46},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.57},{&quot;2026-08-31&quot;:1.32},{&quot;2026-09-01&quot;:1.31},{&quot;2026-09-02&quot;:1.32},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.27},{&quot;2026-09-06&quot;:1.25},{&quot;2026-09-07&quot;:1.28},{&quot;2026-09-08&quot;:1.26},{&quot;2026-09-09&quot;:1.33},{&quot;2026-09-10&quot;:1.3},{&quot;2026-09-11&quot;:1.31},{&quot;2026-09-12&quot;:1.33},{&quot;2026-09-13&quot;:1.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="108040"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Mikey &amp; Leo, Chaos &amp; Order
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Mutant Ninja Turtle
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $1.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="Mikey &amp; Leo, Chaos &amp; Order" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9cfeb2b4-937c-4bcc-bb03-467cc0effba2.jpg?1783904074" />

        <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">
            Mikey &amp; Leo, Chaos &amp; Order
        </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 — Mutant Ninja Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mikey &amp; Leo, Chaos &amp; Order" src="https://cards.scryfall.io/large/front/9/c/9cfeb2b4-937c-4bcc-bb03-467cc0effba2.jpg?1783904074" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            2
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </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.51
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  10%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.94},{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:3.12},{&quot;2026-06-15&quot;:2.96},{&quot;2026-06-16&quot;:3.02},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.81},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&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.53},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.41},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.3},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.26},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.27},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-23&quot;:2.08},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.96},{&quot;2026-08-01&quot;:1.96},{&quot;2026-08-02&quot;:1.96},{&quot;2026-08-03&quot;:1.92},{&quot;2026-08-04&quot;:1.84},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.83},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:1.96},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.03},{&quot;2026-08-17&quot;:2.03},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.02},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.91},{&quot;2026-08-31&quot;:1.91},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.49},{&quot;2026-09-13&quot;:1.51}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.31},{&quot;2026-06-13&quot;:2.26},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.27},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.74},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.48},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.5},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.45},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.45},{&quot;2026-07-11&quot;:1.38},{&quot;2026-07-12&quot;:1.31},{&quot;2026-07-13&quot;:1.32},{&quot;2026-07-14&quot;:1.32},{&quot;2026-07-15&quot;:1.35},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.6},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.62},{&quot;2026-07-29&quot;:1.67},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.65},{&quot;2026-08-02&quot;:1.49},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:0.92},{&quot;2026-08-08&quot;:1.02},{&quot;2026-08-09&quot;:1.18},{&quot;2026-08-10&quot;:1.29},{&quot;2026-08-11&quot;:1.28},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.22},{&quot;2026-08-14&quot;:1.16},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.3},{&quot;2026-08-17&quot;:1.49},{&quot;2026-08-18&quot;:1.37},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.25},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.62},{&quot;2026-08-27&quot;:1.6},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.51},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.27},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.25},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.5},{&quot;2026-09-09&quot;:1.49},{&quot;2026-09-10&quot;:1.57},{&quot;2026-09-11&quot;:1.53},{&quot;2026-09-12&quot;:1.46},{&quot;2026-09-13&quot;:1.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="108924"
  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">
            Eldrazi Conscription
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Kindred Enchantment — Eldrazi Aura
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.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="Eldrazi Conscription" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/33965c48-a7ce-4a04-8251-8eeb2d908c0b.jpg?1782683280" />

        <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">
            Eldrazi Conscription
        </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">Kindred Enchantment — Eldrazi Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-8'></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="Eldrazi Conscription" src="https://cards.scryfall.io/large/front/3/3/33965c48-a7ce-4a04-8251-8eeb2d908c0b.jpg?1782683280" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.42
              </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">
                $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.36</span>
              <span class="text-xs text-grey-text">Credit: $0.47</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.92},{&quot;2026-06-14&quot;:0.92},{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:0.96},{&quot;2026-06-18&quot;:0.97},{&quot;2026-06-19&quot;:0.95},{&quot;2026-06-20&quot;:0.92},{&quot;2026-06-21&quot;:0.87},{&quot;2026-06-22&quot;:0.89},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.92},{&quot;2026-06-25&quot;:0.93},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.92},{&quot;2026-06-28&quot;:0.87},{&quot;2026-06-29&quot;:0.9},{&quot;2026-06-30&quot;:0.92},{&quot;2026-07-01&quot;:0.93},{&quot;2026-07-02&quot;:0.98},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.96},{&quot;2026-07-07&quot;:0.94},{&quot;2026-07-08&quot;:0.94},{&quot;2026-07-09&quot;:0.94},{&quot;2026-07-10&quot;:0.91},{&quot;2026-07-11&quot;:0.93},{&quot;2026-07-12&quot;:0.96},{&quot;2026-07-13&quot;:0.93},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:0.99},{&quot;2026-07-16&quot;:1.07},{&quot;2026-07-17&quot;:1.06},{&quot;2026-07-18&quot;:1.01},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-25&quot;:1.22},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.38},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.73},{&quot;2026-08-08&quot;:1.72},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.49},{&quot;2026-08-12&quot;:1.49},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.43},{&quot;2026-08-16&quot;:1.33},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.37},{&quot;2026-08-20&quot;:1.37},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.47},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.52},{&quot;2026-08-31&quot;:1.45},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.44},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.4},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.37},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.37},{&quot;2026-09-12&quot;:1.42},{&quot;2026-09-13&quot;:1.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="14090"
  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">
            Guiltfeeder
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Horror
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $1.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="Guiltfeeder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8276b064-60ba-4079-b790-e2eea831e35e.jpg?1783922456" />

        <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">
            Guiltfeeder
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Guiltfeeder" src="https://cards.scryfall.io/large/front/8/2/8276b064-60ba-4079-b790-e2eea831e35e.jpg?1783922456" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.41
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.21},{&quot;2026-06-12&quot;:1.2},{&quot;2026-06-13&quot;:1.2},{&quot;2026-06-14&quot;:1.22},{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.22},{&quot;2026-06-18&quot;:1.22},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.31},{&quot;2026-06-27&quot;:1.3},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.28},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.37},{&quot;2026-07-08&quot;:1.37},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.33},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.43},{&quot;2026-07-16&quot;:1.42},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.41},{&quot;2026-08-07&quot;:1.47},{&quot;2026-08-08&quot;:1.48},{&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.48},{&quot;2026-08-13&quot;:1.47},{&quot;2026-08-14&quot;:1.46},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.46},{&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.42},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.41},{&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.44},{&quot;2026-08-28&quot;:1.43},{&quot;2026-08-29&quot;:1.43},{&quot;2026-08-30&quot;:1.42},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.42},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.43},{&quot;2026-09-05&quot;:1.43},{&quot;2026-09-06&quot;:1.42},{&quot;2026-09-07&quot;:1.41},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.38},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18111"
  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-dmr 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">
            Frantic Search
        </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">
            5 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              27%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.41
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Frantic Search" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7cceaa53-5cac-415c-ad52-6299d6934ba0.jpg?1783918494" />

        <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">
            Frantic Search
        </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-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="Frantic Search" src="https://cards.scryfall.io/large/front/7/c/7cceaa53-5cac-415c-ad52-6299d6934ba0.jpg?1783918494" />
    </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">
            5
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.41
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  27%
                </span>
            </div>
          </div>

          <div 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.78
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  5%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:0.75},{&quot;2026-06-16&quot;:0.78},{&quot;2026-06-17&quot;:0.79},{&quot;2026-06-18&quot;:0.78},{&quot;2026-06-19&quot;:0.78},{&quot;2026-06-20&quot;:0.8},{&quot;2026-06-21&quot;:0.82},{&quot;2026-06-22&quot;:0.82},{&quot;2026-06-23&quot;:0.82},{&quot;2026-06-24&quot;:0.81},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.81},{&quot;2026-06-27&quot;:0.81},{&quot;2026-06-28&quot;:0.82},{&quot;2026-06-29&quot;:0.82},{&quot;2026-06-30&quot;:0.81},{&quot;2026-07-01&quot;:0.79},{&quot;2026-07-02&quot;:0.79},{&quot;2026-07-03&quot;:0.79},{&quot;2026-07-04&quot;:0.78},{&quot;2026-07-05&quot;:0.77},{&quot;2026-07-06&quot;:0.77},{&quot;2026-07-07&quot;:0.77},{&quot;2026-07-08&quot;:0.75},{&quot;2026-07-09&quot;:0.71},{&quot;2026-07-10&quot;:0.71},{&quot;2026-07-11&quot;:0.73},{&quot;2026-07-12&quot;:0.77},{&quot;2026-07-13&quot;:0.77},{&quot;2026-07-14&quot;:0.77},{&quot;2026-07-15&quot;:0.77},{&quot;2026-07-16&quot;:0.77},{&quot;2026-07-17&quot;:0.78},{&quot;2026-07-18&quot;:0.84},{&quot;2026-07-19&quot;:0.84},{&quot;2026-07-20&quot;:0.84},{&quot;2026-07-21&quot;:0.84},{&quot;2026-07-22&quot;:0.82},{&quot;2026-07-23&quot;:0.82},{&quot;2026-07-24&quot;:0.84},{&quot;2026-07-25&quot;:0.83},{&quot;2026-07-26&quot;:0.82},{&quot;2026-07-27&quot;:0.82},{&quot;2026-07-28&quot;:0.83},{&quot;2026-07-29&quot;:0.81},{&quot;2026-07-30&quot;:0.81},{&quot;2026-07-31&quot;:0.79},{&quot;2026-08-01&quot;:0.77},{&quot;2026-08-02&quot;:0.77},{&quot;2026-08-03&quot;:0.77},{&quot;2026-08-04&quot;:0.77},{&quot;2026-08-05&quot;:0.77},{&quot;2026-08-07&quot;:0.77},{&quot;2026-08-08&quot;:0.77},{&quot;2026-08-09&quot;:0.77},{&quot;2026-08-10&quot;:0.77},{&quot;2026-08-11&quot;:0.71},{&quot;2026-08-12&quot;:0.71},{&quot;2026-08-13&quot;:0.71},{&quot;2026-08-14&quot;:0.71},{&quot;2026-08-15&quot;:0.72},{&quot;2026-08-16&quot;:0.73},{&quot;2026-08-17&quot;:0.73},{&quot;2026-08-18&quot;:0.73},{&quot;2026-08-19&quot;:0.74},{&quot;2026-08-20&quot;:0.73},{&quot;2026-08-21&quot;:0.73},{&quot;2026-08-22&quot;:0.73},{&quot;2026-08-23&quot;:0.72},{&quot;2026-08-24&quot;:0.73},{&quot;2026-08-25&quot;:0.75},{&quot;2026-08-26&quot;:0.74},{&quot;2026-08-27&quot;:0.74},{&quot;2026-08-28&quot;:0.76},{&quot;2026-08-29&quot;:0.76},{&quot;2026-08-30&quot;:0.75},{&quot;2026-08-31&quot;:0.75},{&quot;2026-09-01&quot;:0.76},{&quot;2026-09-02&quot;:0.81},{&quot;2026-09-03&quot;:0.81},{&quot;2026-09-04&quot;:0.8},{&quot;2026-09-05&quot;:0.81},{&quot;2026-09-06&quot;:0.81},{&quot;2026-09-07&quot;:0.82},{&quot;2026-09-08&quot;:0.82},{&quot;2026-09-09&quot;:0.82},{&quot;2026-09-10&quot;:0.84},{&quot;2026-09-11&quot;:0.82},{&quot;2026-09-12&quot;:0.79},{&quot;2026-09-13&quot;:0.78}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.03},{&quot;2026-06-16&quot;:0.87},{&quot;2026-06-17&quot;:0.86},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.8},{&quot;2026-06-20&quot;:0.84},{&quot;2026-06-21&quot;:0.78},{&quot;2026-06-22&quot;:0.76},{&quot;2026-06-23&quot;:0.8},{&quot;2026-06-24&quot;:0.79},{&quot;2026-06-25&quot;:0.8},{&quot;2026-06-26&quot;:0.8},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.88},{&quot;2026-06-29&quot;:0.97},{&quot;2026-06-30&quot;:0.98},{&quot;2026-07-01&quot;:1.0},{&quot;2026-07-02&quot;:1.07},{&quot;2026-07-03&quot;:1.21},{&quot;2026-07-04&quot;:1.13},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:0.87},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.42},{&quot;2026-07-11&quot;:1.21},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:0.95},{&quot;2026-07-14&quot;:0.92},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:0.98},{&quot;2026-07-17&quot;:1.18},{&quot;2026-07-18&quot;:1.07},{&quot;2026-07-19&quot;:0.89},{&quot;2026-07-20&quot;:0.93},{&quot;2026-07-21&quot;:0.84},{&quot;2026-07-22&quot;:0.83},{&quot;2026-07-23&quot;:0.78},{&quot;2026-07-24&quot;:0.75},{&quot;2026-07-25&quot;:0.73},{&quot;2026-07-26&quot;:0.74},{&quot;2026-07-27&quot;:0.71},{&quot;2026-07-28&quot;:0.78},{&quot;2026-07-29&quot;:1.12},{&quot;2026-07-30&quot;:1.16},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.27},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.19},{&quot;2026-08-05&quot;:1.07},{&quot;2026-08-07&quot;:1.12},{&quot;2026-08-08&quot;:1.21},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.28},{&quot;2026-08-11&quot;:1.3},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.23},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.07},{&quot;2026-08-16&quot;:1.02},{&quot;2026-08-17&quot;:1.35},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.4},{&quot;2026-08-20&quot;:1.35},{&quot;2026-08-21&quot;:1.32},{&quot;2026-08-22&quot;:1.26},{&quot;2026-08-23&quot;:1.36},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.6},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.5},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.52},{&quot;2026-09-11&quot;:1.5},{&quot;2026-09-12&quot;:1.41},{&quot;2026-09-13&quot;:1.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>


    <div
      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 2301-2350 of 9369 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=46&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=46&amp;username=denvermullets" rel="prev">46</a><a role="link" aria-disabled="true" aria-current="page">47</a><a href="/load_collection?direction=asc&amp;page=48&amp;username=denvermullets" rel="next">48</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=48&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="41079"
          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">
              2
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Ao, the Dawn Sky


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dragon Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $0.76

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.46

                    <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">
                $0.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41079"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41079" src="/boxset_card/41079?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70943"
          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">
              239
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x mr-4"></i>
              Elvish Piper


            </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">
                  $1.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.66
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="70943"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_70943" src="/boxset_card/70943?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73912"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              55
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x mr-4"></i>
              The Enigma Jewel // Locus of Enlightenment


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.46

                    <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.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73912"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73912" src="/boxset_card/73912?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86702"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              248
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-rare ss-fw ss-2x mr-4"></i>
              The Irencrag


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.33
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86702"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86702" src="/boxset_card/86702?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95466"
          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">
              390
            </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>
              Vaan, Street Thief


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Scout
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      21%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95466"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95466" src="/boxset_card/95466?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28713"
          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">
              109
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Preposterous Proportions


            </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-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28713"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28713" src="/boxset_card/28713?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33849"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              116
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Burnt Offering


            </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">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33849"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33849" src="/boxset_card/33849?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="37263"
          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">
              3
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-xln ss-mythic ss-fw ss-2x mr-4"></i>
              Axis of Mortality


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                </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.96
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="37263"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_37263" src="/boxset_card/37263?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45753"
          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">
              63
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mom ss-rare ss-fw ss-2x mr-4"></i>
              Invasion of Segovia // Caetus, Sea Tyrant of Segovia


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Battle — Siege
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.06

                    <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">
                <div class="flex items-center gap-2">
                  $1.45

                    <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">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="45753"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_45753" src="/boxset_card/45753?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49439"
          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">
              236
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Sol Talisman


            </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">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <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.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.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49439"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49439" src="/boxset_card/49439?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53683"
          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">
              129
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Shamanic Revelation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53683"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53683" src="/boxset_card/53683?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="58063"
          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">
              374
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x mr-4"></i>
              Seachrome Coast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                $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.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="58063"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_58063" src="/boxset_card/58063?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72863"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              211
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Hajar, Loyal Bodyguard


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                <div class="flex items-center gap-2">
                  $0.96

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      50%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.19
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72863"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72863" src="/boxset_card/72863?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72934"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Chromatic Lantern


            </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">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72934"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72934" src="/boxset_card/72934?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88177"
          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">
              C21-129
            </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>
              Serum Visions


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.52
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="88177"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_88177" src="/boxset_card/88177?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108815"
          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">
              48
            </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-mythic ss-fw ss-2x mr-4"></i>
              Subterranean Tremors


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108815"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108815" src="/boxset_card/108815?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109083"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              293
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Anguished Unmaking


            </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109083"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109083" src="/boxset_card/109083?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5061"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              78
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x mr-4"></i>
              Thundertrap Trainer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Otter Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                $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.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5061"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5061" src="/boxset_card/5061?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9543"
          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">
              119
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-uncommon ss-fw ss-2x mr-4"></i>
              Stitch Together


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <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.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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9543"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9543" src="/boxset_card/9543?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18627"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              218
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Cryptic Gateway


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <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.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18627"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18627" src="/boxset_card/18627?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49282"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              182
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Verdant Command


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49282"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49282" src="/boxset_card/49282?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73177"
          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-brr ss-uncommon ss-fw ss-2x mr-4"></i>
              Foundry Inspector


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Construct
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <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.20
            </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="73177"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73177" src="/boxset_card/73177?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79236"
          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">
              SHM-104
            </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>
              Rage Reflection


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.72
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79236"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79236" src="/boxset_card/79236?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87808"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C18-138
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Cultivate


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                $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.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87808"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87808" src="/boxset_card/87808?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108951"
          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">
              159
            </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>
              Path to Exile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108951"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108951" src="/boxset_card/108951?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9356"
          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-c18 ss-rare ss-fw ss-2x mr-4"></i>
              Isolated Watchtower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9356"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9356" src="/boxset_card/9356?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11833"
          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">
              152
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Szat&#39;s Will


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <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.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.83
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11833"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11833" src="/boxset_card/11833?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14209"
          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">
              794
            </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>
              Geode Rager


            </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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.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.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14209"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14209" src="/boxset_card/14209?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33981"
          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">
              61
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-uncommon ss-fw ss-2x mr-4"></i>
              Ominous Seas


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <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.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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33981"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33981" src="/boxset_card/33981?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34326"
          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">
              270
            </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>
              Tinder Wall


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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.12
            </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="34326"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34326" src="/boxset_card/34326?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40454"
          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-khc ss-uncommon ss-fw ss-2x mr-4"></i>
              Wirewood Channeler


            </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-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">
                  $1.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40454"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40454" src="/boxset_card/40454?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52988"
          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">
              105
            </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>
              Bojuka Bog


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52988"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52988" src="/boxset_card/52988?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73081"
          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">
              62
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Well of Lost Dreams


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <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.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.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73081"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73081" src="/boxset_card/73081?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77708"
          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">
              100
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-rare ss-fw ss-2x mr-4"></i>
              Piper of the Swarm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Warlock
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77708"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77708" src="/boxset_card/77708?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95454"
          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">
              388
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x mr-4"></i>
              Drowned Catacomb


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <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.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.05
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95454"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95454" src="/boxset_card/95454?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99269"
          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-ecc ss-rare ss-fw ss-2x mr-4"></i>
              Persist


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99269"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99269" src="/boxset_card/99269?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109153"
          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-soc ss-common ss-fw ss-2x mr-4"></i>
              Bojuka Bog


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.43

                    <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.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109153"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109153" src="/boxset_card/109153?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109270"
          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">
              226
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Silverquill, the Disputant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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.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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109270"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109270" src="/boxset_card/109270?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14317"
          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">
              828
            </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>
              Managorger Hydra


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Hydra
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <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.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.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14317"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14317" src="/boxset_card/14317?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19581"
          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">
              76
            </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>
              Baru, Wurmspeaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                </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="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="19581"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19581" src="/boxset_card/19581?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20351"
          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">
              128
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Godo, Bandit Warlord


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Barbarian
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                </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.92
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20351"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20351" src="/boxset_card/20351?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34384"
          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">
              289
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Fire Covenant


            </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <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.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.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34384"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34384" src="/boxset_card/34384?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73031"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              264
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Llanowar Wastes


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73031"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73031" src="/boxset_card/73031?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77914"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              164
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-uncommon ss-fw ss-2x mr-4"></i>
              Kenrith&#39;s Transformation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      14%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.71
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77914"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77914" src="/boxset_card/77914?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79696"
          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">
              335
            </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>
              Vampire Hexmage


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire 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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79696"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79696" src="/boxset_card/79696?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96210"
          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">
              247
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Thrumming Hivepool


            </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-6'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96210"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96210" src="/boxset_card/96210?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108040"
          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">
              158
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Mikey &amp; Leo, Chaos &amp; Order


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Mutant Ninja Turtle
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-gw'></i><i class='no-tailwind ms ms-cost ml-0 ms-gw'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                </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.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108040"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108040" src="/boxset_card/108040?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108924"
          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">
              131
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Eldrazi Conscription


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Kindred Enchantment — Eldrazi Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-8'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.42

                    <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.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.96
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108924"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108924" src="/boxset_card/108924?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14090"
          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">
              756
            </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>
              Guiltfeeder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.41

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14090"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14090" src="/boxset_card/14090?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18111"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              51
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-common ss-fw ss-2x mr-4"></i>
              Frantic Search


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      27%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18111"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18111" src="/boxset_card/18111?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 2301-2350 of 9369 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=46&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=46&amp;username=denvermullets" rel="prev">46</a><a role="link" aria-disabled="true" aria-current="page">47</a><a href="/load_collection?direction=asc&amp;page=48&amp;username=denvermullets" rel="next">48</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=48&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>