<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="109148"
  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">
            Talisman of Creativity
        </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">
              ↑
              1%
            </span>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Talisman of Creativity" src="https://cards.scryfall.io/large/front/1/0/101e47ed-4afe-4d15-b6c3-4ab495965fde.jpg?1782683110" />
    </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.94
              </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.87},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:1.9},{&quot;2026-06-18&quot;:1.91},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.86},{&quot;2026-06-22&quot;:1.91},{&quot;2026-06-23&quot;:1.94},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:1.89},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.85},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.1},{&quot;2026-07-01&quot;:2.15},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:2.03},{&quot;2026-07-11&quot;:2.08},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.92},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-24&quot;:1.91},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.57},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.5},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.38},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.71},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.69},{&quot;2026-08-18&quot;:2.59},{&quot;2026-08-19&quot;:2.53},{&quot;2026-08-20&quot;:2.53},{&quot;2026-08-21&quot;:2.41},{&quot;2026-08-22&quot;:2.42},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.56},{&quot;2026-08-26&quot;:2.63},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.72},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.42},{&quot;2026-09-02&quot;:2.24},{&quot;2026-09-03&quot;:2.23},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:1.99},{&quot;2026-09-06&quot;:1.98},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.88},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.82},{&quot;2026-09-13&quot;:1.94}]}"
        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="79838"
  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">
            Secret Plans
        </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.93
          </span>
        </div>
      </div>
    </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Secret Plans" src="https://cards.scryfall.io/large/front/b/9/b921da9a-b140-463f-aeee-6d16aaa5246c.jpg?1783927709" />
    </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.26
              </span>

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

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

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

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

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81144"
  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">
            Ancient Ziggurat
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.93
          </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="Ancient Ziggurat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0badcc1e-1129-42b1-9ea6-224b7790cf17.jpg?1783932081" />

        <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">
            Ancient Ziggurat
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ancient Ziggurat" src="https://cards.scryfall.io/large/front/0/b/0badcc1e-1129-42b1-9ea6-224b7790cf17.jpg?1783932081" />
    </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.93
              </span>

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

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:2.86},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.86},{&quot;2026-06-20&quot;:2.86},{&quot;2026-06-21&quot;:2.86},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.88},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.79},{&quot;2026-07-06&quot;:2.79},{&quot;2026-07-07&quot;:2.79},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.74},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.74},{&quot;2026-07-20&quot;:2.74},{&quot;2026-07-21&quot;:2.74},{&quot;2026-07-22&quot;:2.74},{&quot;2026-07-23&quot;:2.74},{&quot;2026-07-24&quot;:2.74},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-28&quot;:2.7},{&quot;2026-07-29&quot;:2.7},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.31},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.15},{&quot;2026-08-17&quot;:2.15},{&quot;2026-08-18&quot;:2.21},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.09},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.94},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.93}]}"
        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="108350"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.93
          </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="Big Mother Mouser" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/9/c9ae6898-6b5a-43bd-8c84-4d8add285f7d.jpg?1783904160" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Big Mother Mouser" src="https://cards.scryfall.io/large/front/c/9/c9ae6898-6b5a-43bd-8c84-4d8add285f7d.jpg?1783904160" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:9.85},{&quot;2026-08-20&quot;:9.85},{&quot;2026-08-21&quot;:9.92},{&quot;2026-08-22&quot;:9.92},{&quot;2026-08-23&quot;:9.86},{&quot;2026-08-24&quot;:10.13},{&quot;2026-08-25&quot;:10.13},{&quot;2026-08-26&quot;:10.13},{&quot;2026-08-27&quot;:10.13},{&quot;2026-08-28&quot;:10.13},{&quot;2026-08-29&quot;:10.13},{&quot;2026-08-30&quot;:10.13},{&quot;2026-08-31&quot;:10.13},{&quot;2026-09-01&quot;:10.13},{&quot;2026-09-02&quot;:10.13},{&quot;2026-09-03&quot;:10.13},{&quot;2026-09-04&quot;:10.13},{&quot;2026-09-05&quot;:10.01},{&quot;2026-09-06&quot;:9.93},{&quot;2026-09-07&quot;:9.93},{&quot;2026-09-08&quot;:9.99},{&quot;2026-09-09&quot;:9.99},{&quot;2026-09-10&quot;:9.92},{&quot;2026-09-11&quot;:9.92},{&quot;2026-09-12&quot;:9.82},{&quot;2026-09-13&quot;:9.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.98},{&quot;2026-06-14&quot;:0.97},{&quot;2026-06-15&quot;:0.96},{&quot;2026-06-16&quot;:1.02},{&quot;2026-06-17&quot;:1.04},{&quot;2026-06-18&quot;:1.06},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.12},{&quot;2026-06-21&quot;:1.16},{&quot;2026-06-22&quot;:1.18},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.22},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.5},{&quot;2026-06-30&quot;:1.45},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.4},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.38},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.38},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.53},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.07},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:3.22},{&quot;2026-07-29&quot;:2.97},{&quot;2026-07-30&quot;:2.64},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.71},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.12},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.17},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.07},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.12},{&quot;2026-08-20&quot;:2.12},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.1},{&quot;2026-08-25&quot;:2.1},{&quot;2026-08-26&quot;:2.04},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.06},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.01},{&quot;2026-09-03&quot;:2.01},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:2.06},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.07},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:1.93}]}"
        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="96117"
  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">
            Weapons Manufacturing
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.92
          </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="Weapons Manufacturing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a058f1a6-318c-4bba-981e-ace079ada806.jpg?1782685468" />

        <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">
            Weapons Manufacturing
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Weapons Manufacturing" src="https://cards.scryfall.io/large/front/a/0/a058f1a6-318c-4bba-981e-ace079ada806.jpg?1782685468" />
    </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.92
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.59},{&quot;2026-06-14&quot;:2.54},{&quot;2026-06-15&quot;:2.54},{&quot;2026-06-16&quot;:2.57},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-23&quot;:2.4},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.39},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.44},{&quot;2026-07-02&quot;:2.44},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.51},{&quot;2026-07-06&quot;:2.5},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.52},{&quot;2026-07-10&quot;:2.65},{&quot;2026-07-11&quot;:2.65},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.62},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.58},{&quot;2026-07-17&quot;:2.43},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.23},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.43},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.53},{&quot;2026-08-19&quot;:2.69},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.69},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.7},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.71},{&quot;2026-08-27&quot;:2.66},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.79},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.84},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.88},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.78},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.78},{&quot;2026-09-12&quot;:2.72},{&quot;2026-09-13&quot;:2.72}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.3},{&quot;2026-06-14&quot;:2.16},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.74},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:2.03},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.38},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.16},{&quot;2026-07-09&quot;:2.17},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.2},{&quot;2026-07-13&quot;:2.07},{&quot;2026-07-14&quot;:1.94},{&quot;2026-07-15&quot;:1.97},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.21},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.86},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.65},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.66},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.71},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.84},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.45},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.99},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.27},{&quot;2026-08-25&quot;:2.27},{&quot;2026-08-26&quot;:2.43},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.77},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.94},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.38},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:1.92}]}"
        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="108004"
  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">
            Kitsune&#39;s Technique
        </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">
            3 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kitsune&#39;s Technique" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9ca5327e-df90-483c-875f-73a23781f56d.jpg?1783904114" />

        <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">
            Kitsune&#39;s Technique
        </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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kitsune&#39;s Technique" src="https://cards.scryfall.io/large/front/9/c/9ca5327e-df90-483c-875f-73a23781f56d.jpg?1783904114" />
    </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.10
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.92
              </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.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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-15&quot;:1.53},{&quot;2026-06-16&quot;:1.51},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.55},{&quot;2026-06-19&quot;:1.47},{&quot;2026-06-20&quot;:1.47},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.41},{&quot;2026-06-24&quot;:1.38},{&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.35},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.35},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.32},{&quot;2026-07-05&quot;:1.28},{&quot;2026-07-06&quot;:1.3},{&quot;2026-07-07&quot;:1.28},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.2},{&quot;2026-07-11&quot;:1.22},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.22},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.33},{&quot;2026-07-17&quot;:1.3},{&quot;2026-07-18&quot;:1.3},{&quot;2026-07-19&quot;:1.33},{&quot;2026-07-20&quot;:1.38},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-22&quot;:1.43},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-24&quot;:1.56},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.48},{&quot;2026-07-29&quot;:1.45},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.51},{&quot;2026-08-01&quot;:1.47},{&quot;2026-08-02&quot;:1.48},{&quot;2026-08-03&quot;:1.51},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.51},{&quot;2026-08-09&quot;:1.5},{&quot;2026-08-10&quot;:1.6},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.62},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.8},{&quot;2026-08-21&quot;:1.88},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.31},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.26},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.09},{&quot;2026-09-08&quot;:2.11},{&quot;2026-09-09&quot;:2.11},{&quot;2026-09-10&quot;:1.99},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:1.92},{&quot;2026-09-13&quot;:1.92}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.39},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.16},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:0.98},{&quot;2026-06-22&quot;:0.92},{&quot;2026-06-23&quot;:0.95},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.85},{&quot;2026-06-26&quot;:0.79},{&quot;2026-06-27&quot;:0.82},{&quot;2026-06-28&quot;:0.81},{&quot;2026-06-29&quot;:0.8},{&quot;2026-06-30&quot;:0.85},{&quot;2026-07-01&quot;:0.86},{&quot;2026-07-02&quot;:0.89},{&quot;2026-07-03&quot;:0.86},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.81},{&quot;2026-07-07&quot;:0.8},{&quot;2026-07-08&quot;:0.89},{&quot;2026-07-09&quot;:0.89},{&quot;2026-07-10&quot;:0.85},{&quot;2026-07-11&quot;:0.91},{&quot;2026-07-12&quot;:0.88},{&quot;2026-07-13&quot;:0.83},{&quot;2026-07-14&quot;:0.83},{&quot;2026-07-15&quot;:0.82},{&quot;2026-07-16&quot;:0.85},{&quot;2026-07-17&quot;:0.89},{&quot;2026-07-18&quot;:1.09},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.36},{&quot;2026-07-21&quot;:1.27},{&quot;2026-07-22&quot;:1.49},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-24&quot;:1.4},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-28&quot;:1.24},{&quot;2026-07-29&quot;:1.3},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.11},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.26},{&quot;2026-08-03&quot;:1.45},{&quot;2026-08-04&quot;:1.33},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.28},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.58},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.4},{&quot;2026-08-12&quot;:1.17},{&quot;2026-08-13&quot;:0.99},{&quot;2026-08-14&quot;:1.04},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.3},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.32},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.35},{&quot;2026-08-23&quot;:1.33},{&quot;2026-08-24&quot;:1.16},{&quot;2026-08-25&quot;:1.19},{&quot;2026-08-26&quot;:1.18},{&quot;2026-08-27&quot;:1.28},{&quot;2026-08-28&quot;:1.35},{&quot;2026-08-29&quot;:1.35},{&quot;2026-08-30&quot;:1.34},{&quot;2026-08-31&quot;:1.26},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.4},{&quot;2026-09-07&quot;:1.12},{&quot;2026-09-08&quot;:1.07},{&quot;2026-09-09&quot;:1.04},{&quot;2026-09-10&quot;:1.02},{&quot;2026-09-11&quot;:1.01},{&quot;2026-09-12&quot;:1.08},{&quot;2026-09-13&quot;:1.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="9321"
  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-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">
            Thantis, the Warweaver
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Thantis, the Warweaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/91c54ac0-0edc-406f-8a22-f2996f604f36.jpg?1783934328" />

        <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">
            Thantis, the Warweaver
        </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 — Spider</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-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="Thantis, the Warweaver" src="https://cards.scryfall.io/large/front/9/1/91c54ac0-0edc-406f-8a22-f2996f604f36.jpg?1783934328" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.87},{&quot;2026-06-16&quot;:2.89},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.7},{&quot;2026-06-19&quot;:2.7},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.55},{&quot;2026-06-23&quot;:2.55},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.55},{&quot;2026-06-26&quot;:2.42},{&quot;2026-06-27&quot;:2.42},{&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.43},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.52},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.61},{&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.7},{&quot;2026-07-21&quot;:2.7},{&quot;2026-07-22&quot;:2.7},{&quot;2026-07-23&quot;:2.61},{&quot;2026-07-24&quot;:2.61},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.63},{&quot;2026-07-27&quot;:2.63},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.63},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.37},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.14},{&quot;2026-08-12&quot;:2.14},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.01},{&quot;2026-09-09&quot;:2.01},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:1.91}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="13852"
  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">
            Green Slime
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Green Slime" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/1/b1beaaae-9406-4beb-8e74-d278822434c7.jpg?1783922499" />

        <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">
            Green Slime
        </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 — Ooze</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="Green Slime" src="https://cards.scryfall.io/large/front/b/1/b1beaaae-9406-4beb-8e74-d278822434c7.jpg?1783922499" />
    </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.91
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.6},{&quot;2026-06-16&quot;:1.6},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.7},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.66},{&quot;2026-06-24&quot;:1.63},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.63},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.6},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.58},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.52},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.51},{&quot;2026-07-17&quot;:1.5},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.45},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.66},{&quot;2026-07-29&quot;:1.65},{&quot;2026-07-30&quot;:1.68},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.79},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.88},{&quot;2026-08-21&quot;:1.92},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.96},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.98},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:2.0},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.91},{&quot;2026-09-13&quot;:1.91}]}"
        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="72725"
  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-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">
            Skitterbeam Battalion
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Skitterbeam Battalion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38fc1715-4ddb-4404-83c6-0b8a61922578.jpg?1783920054" />

        <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">
            Skitterbeam Battalion
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact 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-9'></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="Skitterbeam Battalion" src="https://cards.scryfall.io/large/front/3/8/38fc1715-4ddb-4404-83c6-0b8a61922578.jpg?1783920054" />
    </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.91
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.63},{&quot;2026-06-13&quot;:2.68},{&quot;2026-06-14&quot;:2.68},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.64},{&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.64},{&quot;2026-06-22&quot;:2.64},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.64},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.64},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.64},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.7},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.77},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.77},{&quot;2026-07-16&quot;:2.77},{&quot;2026-07-17&quot;:2.77},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-23&quot;:2.76},{&quot;2026-07-25&quot;:2.76},{&quot;2026-07-26&quot;:2.76},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-29&quot;:2.73},{&quot;2026-07-30&quot;:2.73},{&quot;2026-07-31&quot;:2.73},{&quot;2026-08-01&quot;:2.73},{&quot;2026-08-02&quot;:2.73},{&quot;2026-08-03&quot;:2.73},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.74},{&quot;2026-08-07&quot;:2.74},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.75},{&quot;2026-08-20&quot;:2.75},{&quot;2026-08-21&quot;:2.75},{&quot;2026-08-22&quot;:2.75},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.73},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.74},{&quot;2026-09-01&quot;:2.74},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.72},{&quot;2026-09-08&quot;:2.72},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.69},{&quot;2026-09-11&quot;:2.69},{&quot;2026-09-12&quot;:2.69},{&quot;2026-09-13&quot;:2.69}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.83},{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.88},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.9},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.91},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-23&quot;:2.9},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.9},{&quot;2026-06-26&quot;:2.86},{&quot;2026-06-27&quot;:2.84},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.61},{&quot;2026-07-03&quot;:2.62},{&quot;2026-07-04&quot;:2.6},{&quot;2026-07-05&quot;:2.59},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.44},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.15},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.07},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.88},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.86},{&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.85},{&quot;2026-08-18&quot;:1.85},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:1.94},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.92},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.9},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.89},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.91}]}"
        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="93524"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Rot-Curse Rakshasa" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cd34da53-1a96-4f06-aaf6-e70581de112d.jpg?1743205334" />

        <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">
            Rot-Curse Rakshasa
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Demon</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="Rot-Curse Rakshasa" src="https://cards.scryfall.io/large/front/c/d/cd34da53-1a96-4f06-aaf6-e70581de112d.jpg?1743205334" />
    </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.91
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.13},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.13},{&quot;2026-06-29&quot;:2.13},{&quot;2026-06-30&quot;:2.13},{&quot;2026-07-01&quot;:2.13},{&quot;2026-07-02&quot;:2.13},{&quot;2026-07-03&quot;:2.13},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.17},{&quot;2026-07-08&quot;:2.17},{&quot;2026-07-09&quot;:1.97},{&quot;2026-07-10&quot;:2.0},{&quot;2026-07-11&quot;:2.0},{&quot;2026-07-12&quot;:2.0},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.0},{&quot;2026-07-21&quot;:2.0},{&quot;2026-07-22&quot;:2.0},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-24&quot;:2.0},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.0},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.12},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.12},{&quot;2026-08-08&quot;:2.22},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.29},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.6},{&quot;2026-09-05&quot;:2.6},{&quot;2026-09-06&quot;:2.6},{&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.66},{&quot;2026-09-12&quot;:2.72},{&quot;2026-09-13&quot;:2.72}],&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.5},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.44},{&quot;2026-06-23&quot;:1.41},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.54},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.56},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.66},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.69},{&quot;2026-07-08&quot;:1.66},{&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.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.61},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-22&quot;:1.45},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-24&quot;:1.47},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.48},{&quot;2026-07-28&quot;:1.45},{&quot;2026-07-29&quot;:1.42},{&quot;2026-07-30&quot;:1.42},{&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.38},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.46},{&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.64},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.69},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.72},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.59},{&quot;2026-08-31&quot;:1.6},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.8},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:1.91}]}"
        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="96644"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Karn&#39;s Bastion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/2/22017ec2-3552-4865-af76-dba042b141f5.jpg?1783906011" />

        <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">
            Karn&#39;s Bastion
        </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="Karn&#39;s Bastion" src="https://cards.scryfall.io/large/front/2/2/22017ec2-3552-4865-af76-dba042b141f5.jpg?1783906011" />
    </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.91
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.11},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.2},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.19},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.27},{&quot;2026-07-03&quot;:2.28},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.3},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.5},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.62},{&quot;2026-07-18&quot;:2.73},{&quot;2026-07-19&quot;:2.97},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.15},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.34},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.38},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.44},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.73},{&quot;2026-08-19&quot;:2.57},{&quot;2026-08-20&quot;:2.57},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.56},{&quot;2026-08-29&quot;:2.56},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.48},{&quot;2026-09-05&quot;:2.52},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.18},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.31},{&quot;2026-09-12&quot;:2.3},{&quot;2026-09-13&quot;:1.91}]}"
        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="97973"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Mutable Explorer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f35d95a-caea-4d5e-b98e-55da1ba7c92d.jpg?1782683978" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mutable Explorer" src="https://cards.scryfall.io/large/front/8/f/8f35d95a-caea-4d5e-b98e-55da1ba7c92d.jpg?1782683978" />
    </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.91
              </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.78
              </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-06-11&quot;:1.98},{&quot;2026-06-12&quot;:1.98},{&quot;2026-06-13&quot;:1.98},{&quot;2026-06-14&quot;:1.98},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.95},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.63},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.62},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.57},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.59},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.55},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.51},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-25&quot;:1.4},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-29&quot;:1.25},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.28},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.42},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.59},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.56},{&quot;2026-08-22&quot;:1.62},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.57},{&quot;2026-08-28&quot;:1.63},{&quot;2026-08-29&quot;:1.63},{&quot;2026-08-30&quot;:1.77},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.73},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.78}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.14},{&quot;2026-06-12&quot;:1.16},{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.12},{&quot;2026-06-15&quot;:1.08},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.12},{&quot;2026-06-18&quot;:1.14},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.02},{&quot;2026-06-21&quot;:0.96},{&quot;2026-06-22&quot;:0.98},{&quot;2026-06-24&quot;:0.94},{&quot;2026-06-25&quot;:0.95},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.99},{&quot;2026-06-28&quot;:1.0},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.1},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.06},{&quot;2026-07-03&quot;:0.9},{&quot;2026-07-04&quot;:0.91},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:1.0},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.06},{&quot;2026-07-09&quot;:1.03},{&quot;2026-07-10&quot;:1.04},{&quot;2026-07-11&quot;:1.04},{&quot;2026-07-12&quot;:1.04},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.02},{&quot;2026-07-15&quot;:1.01},{&quot;2026-07-16&quot;:1.05},{&quot;2026-07-17&quot;:1.08},{&quot;2026-07-18&quot;:1.06},{&quot;2026-07-19&quot;:1.05},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.08},{&quot;2026-07-23&quot;:1.13},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.1},{&quot;2026-07-27&quot;:1.09},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.16},{&quot;2026-07-31&quot;:1.26},{&quot;2026-08-01&quot;:1.23},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.22},{&quot;2026-08-04&quot;:1.18},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.3},{&quot;2026-08-08&quot;:1.28},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.28},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.31},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.57},{&quot;2026-08-25&quot;:1.57},{&quot;2026-08-26&quot;:1.58},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.57},{&quot;2026-09-03&quot;:1.41},{&quot;2026-09-04&quot;:1.41},{&quot;2026-09-05&quot;:1.52},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.82},{&quot;2026-09-11&quot;:1.94},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.91}]}"
        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="99190"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.91
          </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="Mirrorform" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/55d30256-f5d8-4f61-a3f5-878970ced6d1.jpg?1782684103" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mirrorform" src="https://cards.scryfall.io/large/front/5/5/55d30256-f5d8-4f61-a3f5-878970ced6d1.jpg?1782684103" />
    </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.91
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.48},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.46},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.47},{&quot;2026-06-25&quot;:3.44},{&quot;2026-06-26&quot;:3.44},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.44},{&quot;2026-06-30&quot;:3.45},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.38},{&quot;2026-07-06&quot;:3.38},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.35},{&quot;2026-07-09&quot;:3.22},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.04},{&quot;2026-07-14&quot;:3.04},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:3.02},{&quot;2026-07-17&quot;:3.02},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:2.95},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-22&quot;:2.95},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-24&quot;:2.95},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.8},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.7},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.55},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.52},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.52},{&quot;2026-08-16&quot;:2.52},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.53},{&quot;2026-08-19&quot;:2.53},{&quot;2026-08-20&quot;:2.53},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.18},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.17},{&quot;2026-09-09&quot;:2.12},{&quot;2026-09-10&quot;:2.11},{&quot;2026-09-11&quot;:2.11},{&quot;2026-09-12&quot;:2.12},{&quot;2026-09-13&quot;:2.1}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.16},{&quot;2026-06-16&quot;:2.16},{&quot;2026-06-17&quot;:2.09},{&quot;2026-06-18&quot;:2.07},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.12},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.15},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.29},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.34},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.4},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.2},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.17},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.2},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:1.86},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:1.73},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.74},{&quot;2026-07-31&quot;:1.85},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.92},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:1.97},{&quot;2026-08-11&quot;:1.95},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.77},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.63},{&quot;2026-08-26&quot;:1.71},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.8},{&quot;2026-08-29&quot;:1.8},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.97},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.65},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.49},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.62},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.92},{&quot;2026-09-13&quot;:1.91}]}"
        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="10905"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/4/c/4cbc6901-6a4a-4d0a-83ea-7eefa3b35021.jpg?1783927506" />
    </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.90
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.49},{&quot;2026-06-13&quot;:1.62},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.61},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.66},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.61},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.81},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.94},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.84},{&quot;2026-08-05&quot;:1.79},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.8},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.79},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.87},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.86},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.85},{&quot;2026-09-11&quot;:1.85},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.9}]}"
        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="14016"
  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">
            Reflections of Littjara
        </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.90
          </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="Reflections of Littjara" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5af34c32-22dc-41d3-8946-b5f77ef577ff.jpg?1783922463" />

        <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">
            Reflections of Littjara
        </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-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="Reflections of Littjara" src="https://cards.scryfall.io/large/front/5/a/5af34c32-22dc-41d3-8946-b5f77ef577ff.jpg?1783922463" />
    </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.90
              </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-15&quot;:1.34},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.34},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.38},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.46},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.84},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.93},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-22&quot;:1.95},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.63},{&quot;2026-07-27&quot;:1.68},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.84},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.83},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.86},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.86},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.9}]}"
        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="14326"
  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">
            Return of the Wildspeaker
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Return of the Wildspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/863e0861-7934-4141-9ef5-120339ac83a5.jpg?1783922405" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Return of the Wildspeaker" src="https://cards.scryfall.io/large/front/8/6/863e0861-7934-4141-9ef5-120339ac83a5.jpg?1783922405" />
    </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.90
              </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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.86},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.79},{&quot;2026-06-28&quot;:1.8},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.86},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.73},{&quot;2026-07-07&quot;:1.73},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.51},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.52},{&quot;2026-07-19&quot;:1.54},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.62},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.67},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.72},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.73},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.66},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.73},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:2.04},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.06},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.09},{&quot;2026-09-01&quot;:2.09},{&quot;2026-09-02&quot;:2.02},{&quot;2026-09-03&quot;:2.01},{&quot;2026-09-04&quot;:1.95},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.84},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.9},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.9}]}"
        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="20900"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.90
          </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="Skullbriar, the Walking Grave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3dd0bf11-4e43-43f1-82e3-755beed0ede0.jpg?1783921804" />

        <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">
            Skullbriar, the Walking Grave
        </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 — Zombie Elemental</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-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="Skullbriar, the Walking Grave" src="https://cards.scryfall.io/large/front/3/d/3dd0bf11-4e43-43f1-82e3-755beed0ede0.jpg?1783921804" />
    </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.90
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  16%
                </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.36
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.22},{&quot;2026-06-12&quot;:3.22},{&quot;2026-06-13&quot;:3.12},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.18},{&quot;2026-06-17&quot;:3.18},{&quot;2026-06-18&quot;:3.18},{&quot;2026-06-19&quot;:3.18},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.18},{&quot;2026-06-22&quot;:3.18},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.18},{&quot;2026-06-27&quot;:3.18},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.19},{&quot;2026-07-11&quot;:3.19},{&quot;2026-07-12&quot;:3.21},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.21},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.21},{&quot;2026-07-21&quot;:3.21},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.24},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.24},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.24},{&quot;2026-08-07&quot;:3.28},{&quot;2026-08-08&quot;:3.28},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.28},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.28},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.28},{&quot;2026-08-26&quot;:3.28},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.28},{&quot;2026-08-29&quot;:3.28},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.36},{&quot;2026-09-12&quot;:3.36},{&quot;2026-09-13&quot;:3.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.72},{&quot;2026-06-12&quot;:2.68},{&quot;2026-06-13&quot;:2.68},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.7},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.79},{&quot;2026-06-18&quot;:2.84},{&quot;2026-06-19&quot;:2.84},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.71},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.55},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.63},{&quot;2026-07-04&quot;:2.65},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.45},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.46},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.44},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-29&quot;:2.26},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.17},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.04},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:1.99},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.13},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.08},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.03},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.0},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.86},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.78},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.61},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.9}]}"
        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="35694"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swamp" src="https://cards.scryfall.io/large/front/2/e/2e55a405-bf5b-4158-ba9a-239627ac9701.jpg?1783924779" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.18},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.19},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.41},{&quot;2026-07-02&quot;:2.41},{&quot;2026-07-03&quot;:2.48},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.24},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.21},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.04},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.08},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-22&quot;:2.13},{&quot;2026-07-23&quot;:2.11},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.1},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.21},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.17},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.21},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.04},{&quot;2026-09-04&quot;:2.04},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.9},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.9}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.87},{&quot;2026-06-16&quot;:0.87},{&quot;2026-06-17&quot;:0.88},{&quot;2026-06-18&quot;:0.89},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.84},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.79},{&quot;2026-06-23&quot;:0.79},{&quot;2026-06-24&quot;:0.75},{&quot;2026-06-25&quot;:0.76},{&quot;2026-06-26&quot;:0.72},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.77},{&quot;2026-06-29&quot;:0.78},{&quot;2026-06-30&quot;:0.84},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.85},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.88},{&quot;2026-07-05&quot;:0.84},{&quot;2026-07-06&quot;:0.83},{&quot;2026-07-07&quot;:0.83},{&quot;2026-07-08&quot;:0.86},{&quot;2026-07-09&quot;:0.84},{&quot;2026-07-10&quot;:0.84},{&quot;2026-07-11&quot;:0.81},{&quot;2026-07-12&quot;:0.83},{&quot;2026-07-13&quot;:0.86},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.87},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.9},{&quot;2026-07-18&quot;:0.87},{&quot;2026-07-19&quot;:0.87},{&quot;2026-07-20&quot;:0.88},{&quot;2026-07-21&quot;:0.89},{&quot;2026-07-22&quot;:0.92},{&quot;2026-07-23&quot;:0.92},{&quot;2026-07-24&quot;:0.93},{&quot;2026-07-25&quot;:0.95},{&quot;2026-07-26&quot;:0.96},{&quot;2026-07-27&quot;:0.96},{&quot;2026-07-28&quot;:0.97},{&quot;2026-07-29&quot;:0.96},{&quot;2026-07-30&quot;:0.97},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:0.99},{&quot;2026-08-02&quot;:0.99},{&quot;2026-08-03&quot;:1.0},{&quot;2026-08-04&quot;:1.0},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:1.04},{&quot;2026-08-08&quot;:1.05},{&quot;2026-08-09&quot;:1.06},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.05},{&quot;2026-08-12&quot;:1.01},{&quot;2026-08-13&quot;:0.92},{&quot;2026-08-14&quot;:0.92},{&quot;2026-08-15&quot;:0.9},{&quot;2026-08-16&quot;:0.9},{&quot;2026-08-17&quot;:0.93},{&quot;2026-08-18&quot;:0.9},{&quot;2026-08-19&quot;:0.89},{&quot;2026-08-20&quot;:0.88},{&quot;2026-08-21&quot;:0.88},{&quot;2026-08-22&quot;:0.89},{&quot;2026-08-23&quot;:0.87},{&quot;2026-08-24&quot;:0.88},{&quot;2026-08-25&quot;:0.89},{&quot;2026-08-26&quot;:0.9},{&quot;2026-08-27&quot;:0.88},{&quot;2026-08-28&quot;:0.87},{&quot;2026-08-29&quot;:0.87},{&quot;2026-08-30&quot;:0.83},{&quot;2026-08-31&quot;:0.84},{&quot;2026-09-01&quot;:0.85},{&quot;2026-09-02&quot;:0.83},{&quot;2026-09-03&quot;:0.83},{&quot;2026-09-04&quot;:0.83},{&quot;2026-09-05&quot;:0.82},{&quot;2026-09-06&quot;:0.81},{&quot;2026-09-07&quot;:0.85},{&quot;2026-09-08&quot;:0.85},{&quot;2026-09-09&quot;:0.86},{&quot;2026-09-10&quot;:0.83},{&quot;2026-09-11&quot;:0.85},{&quot;2026-09-12&quot;:0.87},{&quot;2026-09-13&quot;:0.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Wishclaw 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">
            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.90
          </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="Wishclaw Talisman" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9da15685-69c4-4517-b5a7-cf929e2788ba.jpg?1783910606" />

        <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">
            Wishclaw 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 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="Wishclaw Talisman" src="https://cards.scryfall.io/large/front/9/d/9da15685-69c4-4517-b5a7-cf929e2788ba.jpg?1783910606" />
    </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.90
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.52},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.51},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.49},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.6},{&quot;2026-06-25&quot;:2.62},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:2.55},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.5},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.47},{&quot;2026-07-03&quot;:2.5},{&quot;2026-07-04&quot;:2.51},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.41},{&quot;2026-07-07&quot;:2.4},{&quot;2026-07-08&quot;:2.34},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.23},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.18},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.22},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.01},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.88},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.55},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.59},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.59},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.65},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:1.97},{&quot;2026-09-04&quot;:1.98},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.15},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.2},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.19},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:2.02},{&quot;2026-09-13&quot;:1.9}]}"
        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="57557"
  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">
            Glissa Sunslayer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phyrexian Zombie Elf
      </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.77
          </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="Glissa Sunslayer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b2bf633e-0470-4b87-99ed-5ad1683b0954.jpg?1783918001" />

        <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">
            Glissa Sunslayer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Glissa Sunslayer" src="https://cards.scryfall.io/large/front/b/2/b2bf633e-0470-4b87-99ed-5ad1683b0954.jpg?1783918001" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.61},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.59},{&quot;2026-06-20&quot;:1.59},{&quot;2026-06-21&quot;:1.62},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.65},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.65},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.6},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.48},{&quot;2026-07-13&quot;:1.46},{&quot;2026-07-14&quot;:1.47},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.55},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.55},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.57},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.69},{&quot;2026-08-10&quot;:1.69},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.76},{&quot;2026-08-14&quot;:1.76},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:1.76},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.68},{&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.69},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.73},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.81},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.9},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.97},{&quot;2026-06-14&quot;:1.06},{&quot;2026-06-15&quot;:1.13},{&quot;2026-06-16&quot;:1.11},{&quot;2026-06-17&quot;:1.07},{&quot;2026-06-18&quot;:1.07},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.07},{&quot;2026-06-22&quot;:1.09},{&quot;2026-06-23&quot;:1.15},{&quot;2026-06-24&quot;:1.13},{&quot;2026-06-25&quot;:1.01},{&quot;2026-06-26&quot;:0.97},{&quot;2026-06-27&quot;:0.97},{&quot;2026-06-28&quot;:0.94},{&quot;2026-06-29&quot;:0.94},{&quot;2026-06-30&quot;:0.91},{&quot;2026-07-01&quot;:1.05},{&quot;2026-07-02&quot;:1.07},{&quot;2026-07-03&quot;:1.07},{&quot;2026-07-04&quot;:1.03},{&quot;2026-07-05&quot;:1.03},{&quot;2026-07-06&quot;:1.04},{&quot;2026-07-07&quot;:1.02},{&quot;2026-07-08&quot;:1.03},{&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.03},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.31},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.29},{&quot;2026-07-21&quot;:1.2},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-25&quot;:0.98},{&quot;2026-07-26&quot;:0.94},{&quot;2026-07-27&quot;:0.9},{&quot;2026-07-28&quot;:0.9},{&quot;2026-07-29&quot;:0.87},{&quot;2026-07-30&quot;:0.93},{&quot;2026-07-31&quot;:1.2},{&quot;2026-08-01&quot;:1.25},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.42},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.2},{&quot;2026-08-10&quot;:1.17},{&quot;2026-08-11&quot;:1.21},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.39},{&quot;2026-08-14&quot;:1.62},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.52},{&quot;2026-08-17&quot;:1.62},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.63},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.78},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.92},{&quot;2026-09-06&quot;:1.92},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.24},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.77}]}"
        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="82228"
  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">
            Gemstone Mine
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.90
          </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="Gemstone Mine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bdd581e3-6ed4-4a2c-91d6-ef3aa304b7e8.jpg?1783910106" />

        <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">
            Gemstone Mine
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gemstone Mine" src="https://cards.scryfall.io/large/front/b/d/bdd581e3-6ed4-4a2c-91d6-ef3aa304b7e8.jpg?1783910106" />
    </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.90
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.94},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.27},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.21},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.18},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.18},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.52},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-22&quot;:2.58},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-24&quot;:2.57},{&quot;2026-07-25&quot;:2.57},{&quot;2026-07-26&quot;:2.53},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-28&quot;:2.53},{&quot;2026-07-29&quot;:2.53},{&quot;2026-07-30&quot;:2.55},{&quot;2026-07-31&quot;:2.5},{&quot;2026-08-01&quot;:2.5},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.45},{&quot;2026-08-07&quot;:2.03},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.02},{&quot;2026-08-11&quot;:2.02},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.78},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.81},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.83},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.97},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.9}]}"
        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="87232"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-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">
            Destiny Spinner
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Human
      </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.90
          </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="Destiny Spinner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/f/cfcde60c-7dbf-41e1-98c5-7be993913a84.jpg?1783914952" />

        <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">
            Destiny Spinner
        </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 Creature — Human</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="Destiny Spinner" src="https://cards.scryfall.io/large/front/c/f/cfcde60c-7dbf-41e1-98c5-7be993913a84.jpg?1783914952" />
    </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.90
              </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-12&quot;:2.2},{&quot;2026-06-13&quot;:2.18},{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.12},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.08},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.06},{&quot;2026-06-24&quot;:2.04},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:1.98},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.93},{&quot;2026-07-01&quot;:1.91},{&quot;2026-07-02&quot;:1.91},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.86},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.86},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.83},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.86},{&quot;2026-07-20&quot;:1.86},{&quot;2026-07-21&quot;:1.86},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-29&quot;:1.82},{&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.78},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.76},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.83},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.8},{&quot;2026-08-20&quot;:1.8},{&quot;2026-08-21&quot;:1.82},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.82},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.82},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.95},{&quot;2026-09-08&quot;:1.97},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.97},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.96},{&quot;2026-09-13&quot;:1.9}]}"
        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="10327"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-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">
            Hooded Hydra
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Hooded Hydra" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/aecc699c-c955-4167-b8cf-35faa7ce94b4.jpg?1783932744" />

        <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">
            Hooded Hydra
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Hooded Hydra" src="https://cards.scryfall.io/large/front/a/e/aecc699c-c955-4167-b8cf-35faa7ce94b4.jpg?1783932744" />
    </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.89
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-13&quot;:1.25},{&quot;2026-06-14&quot;:1.26},{&quot;2026-06-15&quot;:1.3},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.35},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.34},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-23&quot;:1.47},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.34},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.44},{&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.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.54},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.52},{&quot;2026-08-05&quot;:1.52},{&quot;2026-08-07&quot;:1.8},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.8},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:1.96},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.89}]}"
        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="19428"
  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="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.89
          </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/2/c/2cae4149-d8ef-4772-9db4-cb576bef61b5.jpg?1783921468" />

        <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/2/c/2cae4149-d8ef-4772-9db4-cb576bef61b5.jpg?1783921468" />
    </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.89
              </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.87
              </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.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.89},{&quot;2026-06-13&quot;:1.89},{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.88},{&quot;2026-06-20&quot;:1.88},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.88},{&quot;2026-06-24&quot;:1.88},{&quot;2026-06-25&quot;:1.88},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.88},{&quot;2026-06-28&quot;:1.88},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.88},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.86},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-29&quot;:1.95},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.95},{&quot;2026-08-01&quot;:1.95},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.95},{&quot;2026-08-11&quot;:1.95},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.95},{&quot;2026-08-14&quot;:1.95},{&quot;2026-08-15&quot;:1.95},{&quot;2026-08-16&quot;:1.95},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:1.95},{&quot;2026-08-20&quot;:1.95},{&quot;2026-08-21&quot;:1.95},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.92},{&quot;2026-08-27&quot;:1.92},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.91},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.86},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.87}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.76},{&quot;2026-06-13&quot;:1.72},{&quot;2026-06-14&quot;:1.72},{&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.72},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.64},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.64},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.69},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.7},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.79},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.98},{&quot;2026-07-27&quot;:1.98},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:2.13},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.18},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.43},{&quot;2026-08-15&quot;:2.43},{&quot;2026-08-16&quot;:2.43},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.19},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.19},{&quot;2026-08-27&quot;:2.19},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.13},{&quot;2026-09-03&quot;:2.13},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:2.13},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.14},{&quot;2026-09-09&quot;:2.04},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.04},{&quot;2026-09-12&quot;:2.04},{&quot;2026-09-13&quot;:1.89}]}"
        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="20935"
  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-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">
            Urza&#39;s Power Plant
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Urza&#39;s Power-Plant
      </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">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.73
          </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="Urza&#39;s Power Plant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/54445d1f-5426-47e9-9e02-0274cea7174f.jpg?1783930079" />

        <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">
            Urza&#39;s Power Plant
        </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 — Urza&#39;s Power-Plant</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="Urza&#39;s Power Plant" src="https://cards.scryfall.io/large/front/5/4/54445d1f-5426-47e9-9e02-0274cea7174f.jpg?1783930079" />
    </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.73
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.89
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.44},{&quot;2026-06-12&quot;:1.46},{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.45},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-24&quot;:1.63},{&quot;2026-06-25&quot;:1.63},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.63},{&quot;2026-06-28&quot;:1.63},{&quot;2026-06-29&quot;:1.64},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.64},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.88},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.01},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.93},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.89},{&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.84},{&quot;2026-08-11&quot;:1.84},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.89},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.78},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.91},{&quot;2026-09-13&quot;:1.89}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.94},{&quot;2026-06-12&quot;:1.06},{&quot;2026-06-13&quot;:1.05},{&quot;2026-06-14&quot;:1.08},{&quot;2026-06-15&quot;:1.24},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.5},{&quot;2026-06-18&quot;:1.57},{&quot;2026-06-19&quot;:1.58},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-24&quot;:1.63},{&quot;2026-06-25&quot;:1.51},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.34},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.45},{&quot;2026-07-08&quot;:1.45},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.38},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.51},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.41},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.3},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-29&quot;:1.22},{&quot;2026-07-30&quot;:1.24},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.49},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.44},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.42},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.33},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.59},{&quot;2026-08-20&quot;:1.59},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.84},{&quot;2026-08-29&quot;:1.84},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.62},{&quot;2026-09-02&quot;:1.59},{&quot;2026-09-03&quot;:1.51},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.67},{&quot;2026-09-06&quot;:1.79},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.99},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.85},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.73}]}"
        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="35349"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-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">
            Reckless Impulse
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Reckless Impulse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6943c07f-ab0d-4f5a-bbe9-c0a83dc98546.jpg?1783924826" />

        <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">
            Reckless Impulse
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Reckless Impulse" src="https://cards.scryfall.io/large/front/6/9/6943c07f-ab0d-4f5a-bbe9-c0a83dc98546.jpg?1783924826" />
    </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.55
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.05},{&quot;2026-06-13&quot;:2.05},{&quot;2026-06-14&quot;:2.05},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.98},{&quot;2026-06-17&quot;:1.98},{&quot;2026-06-18&quot;:1.98},{&quot;2026-06-19&quot;:1.9},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:2.0},{&quot;2026-06-23&quot;:2.0},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:2.0},{&quot;2026-06-26&quot;:1.95},{&quot;2026-06-27&quot;:1.95},{&quot;2026-06-28&quot;:1.95},{&quot;2026-06-29&quot;:1.95},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.95},{&quot;2026-07-02&quot;:1.94},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:1.92},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.98},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.92},{&quot;2026-07-18&quot;:1.92},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.85},{&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-29&quot;:1.91},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:1.87},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.76},{&quot;2026-08-11&quot;:1.76},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.85},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.85},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.84},{&quot;2026-08-26&quot;:1.82},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.89},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.89},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.89}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.58},{&quot;2026-06-13&quot;:1.59},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.68},{&quot;2026-06-21&quot;:1.57},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.51},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.5},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.5},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.54},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.51},{&quot;2026-07-08&quot;:1.32},{&quot;2026-07-09&quot;:1.29},{&quot;2026-07-10&quot;:1.41},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.58},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-25&quot;:1.44},{&quot;2026-07-26&quot;:1.4},{&quot;2026-07-27&quot;:1.44},{&quot;2026-07-29&quot;:1.37},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.5},{&quot;2026-08-03&quot;:1.53},{&quot;2026-08-04&quot;:1.57},{&quot;2026-08-05&quot;:1.52},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.73},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.57},{&quot;2026-08-23&quot;:1.58},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.57},{&quot;2026-08-29&quot;:1.57},{&quot;2026-08-30&quot;:1.44},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.39},{&quot;2026-09-02&quot;:1.34},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.34},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.42},{&quot;2026-09-10&quot;:1.47},{&quot;2026-09-11&quot;:1.5},{&quot;2026-09-12&quot;:1.47},{&quot;2026-09-13&quot;:1.55}]}"
        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="52912"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Comet, Stellar Pup" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c3385549-0342-4c51-9bae-888d34cf0087.jpg?1783910596" />

        <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">
            Comet, Stellar Pup
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Comet, Stellar Pup" src="https://cards.scryfall.io/large/front/c/3/c3385549-0342-4c51-9bae-888d34cf0087.jpg?1783910596" />
    </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.89
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.75},{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.62},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.69},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.71},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.76},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.73},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.92},{&quot;2026-07-14&quot;:2.97},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.15},{&quot;2026-07-18&quot;:3.12},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:2.8},{&quot;2026-07-26&quot;:2.8},{&quot;2026-07-27&quot;:2.76},{&quot;2026-07-29&quot;:2.81},{&quot;2026-07-30&quot;:2.7},{&quot;2026-07-31&quot;:2.62},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.51},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.55},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.68},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.52},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.32},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.31},{&quot;2026-08-27&quot;:2.31},{&quot;2026-08-28&quot;:2.33},{&quot;2026-08-29&quot;:2.33},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.4},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.23},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.89}]}"
        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="53399"
  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">
            Tanuki Transplanter
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Tanuki Transplanter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/45ea5ead-9fd8-4909-96aa-d4e970891c93.jpg?1783923988" />

        <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">
            Tanuki Transplanter
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Equipment Dog</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="Tanuki Transplanter" src="https://cards.scryfall.io/large/front/4/5/45ea5ead-9fd8-4909-96aa-d4e970891c93.jpg?1783923988" />
    </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.89
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.13},{&quot;2026-06-16&quot;:1.11},{&quot;2026-06-17&quot;:1.08},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.08},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.49},{&quot;2026-06-24&quot;:1.48},{&quot;2026-06-25&quot;:1.43},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.58},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.58},{&quot;2026-07-06&quot;:1.62},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.6},{&quot;2026-07-09&quot;:1.6},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.62},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.72},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-22&quot;:1.77},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.67},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.65},{&quot;2026-08-02&quot;:1.65},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.59},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.65},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.69},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.54},{&quot;2026-08-25&quot;:1.54},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.57},{&quot;2026-08-31&quot;:1.6},{&quot;2026-09-01&quot;:1.6},{&quot;2026-09-02&quot;:1.57},{&quot;2026-09-03&quot;:1.63},{&quot;2026-09-04&quot;:1.63},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.65},{&quot;2026-09-07&quot;:1.65},{&quot;2026-09-08&quot;:1.63},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.89}]}"
        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="77524"
  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">
            Emry, Lurker of the Loch
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emry, Lurker of the Loch" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf4b9a8a-b42a-46fb-b0d0-9cf800f63c8a.jpg?1783932660" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Emry, Lurker of the Loch
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Emry, Lurker of the Loch" src="https://cards.scryfall.io/large/front/b/f/bf4b9a8a-b42a-46fb-b0d0-9cf800f63c8a.jpg?1783932660" />
    </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.89
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.36},{&quot;2026-06-13&quot;:3.36},{&quot;2026-06-14&quot;:3.36},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.15},{&quot;2026-06-21&quot;:3.15},{&quot;2026-06-22&quot;:3.15},{&quot;2026-06-23&quot;:3.11},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.11},{&quot;2026-06-26&quot;:3.11},{&quot;2026-06-27&quot;:3.11},{&quot;2026-06-28&quot;:3.11},{&quot;2026-06-29&quot;:3.11},{&quot;2026-06-30&quot;:3.11},{&quot;2026-07-01&quot;:3.11},{&quot;2026-07-02&quot;:3.11},{&quot;2026-07-03&quot;:3.11},{&quot;2026-07-04&quot;:3.11},{&quot;2026-07-05&quot;:3.11},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.83},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.83},{&quot;2026-07-11&quot;:3.83},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.88},{&quot;2026-07-15&quot;:3.88},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.88},{&quot;2026-07-21&quot;:3.88},{&quot;2026-07-23&quot;:3.88},{&quot;2026-07-25&quot;:3.88},{&quot;2026-07-26&quot;:3.88},{&quot;2026-07-27&quot;:3.88},{&quot;2026-07-29&quot;:4.17},{&quot;2026-07-30&quot;:4.17},{&quot;2026-07-31&quot;:4.17},{&quot;2026-08-01&quot;:4.17},{&quot;2026-08-02&quot;:4.17},{&quot;2026-08-03&quot;:4.17},{&quot;2026-08-04&quot;:4.17},{&quot;2026-08-05&quot;:4.17},{&quot;2026-08-07&quot;:4.17},{&quot;2026-08-08&quot;:4.17},{&quot;2026-08-09&quot;:4.17},{&quot;2026-08-10&quot;:4.17},{&quot;2026-08-11&quot;:4.44},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.44},{&quot;2026-08-15&quot;:4.44},{&quot;2026-08-16&quot;:4.44},{&quot;2026-08-17&quot;:4.44},{&quot;2026-08-18&quot;:4.44},{&quot;2026-08-19&quot;:4.44},{&quot;2026-08-20&quot;:4.44},{&quot;2026-08-21&quot;:4.44},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.13},{&quot;2026-08-24&quot;:4.39},{&quot;2026-08-25&quot;:4.39},{&quot;2026-08-26&quot;:4.39},{&quot;2026-08-27&quot;:4.39},{&quot;2026-08-28&quot;:4.39},{&quot;2026-08-29&quot;:4.39},{&quot;2026-08-30&quot;:4.39},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.41},{&quot;2026-09-03&quot;:4.5},{&quot;2026-09-04&quot;:4.5},{&quot;2026-09-05&quot;:4.5},{&quot;2026-09-06&quot;:4.5},{&quot;2026-09-07&quot;:4.5},{&quot;2026-09-08&quot;:4.5},{&quot;2026-09-09&quot;:4.5},{&quot;2026-09-10&quot;:4.5},{&quot;2026-09-11&quot;:4.5},{&quot;2026-09-12&quot;:4.5},{&quot;2026-09-13&quot;:4.5}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.37},{&quot;2026-06-13&quot;:1.31},{&quot;2026-06-14&quot;:1.31},{&quot;2026-06-15&quot;:1.38},{&quot;2026-06-16&quot;:1.6},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.65},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.55},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.8},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.65},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.19},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:1.99},{&quot;2026-07-04&quot;:1.98},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.73},{&quot;2026-07-09&quot;:1.63},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.32},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.5},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.5},{&quot;2026-07-20&quot;:2.55},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.74},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.48},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.93},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.94},{&quot;2026-08-13&quot;:3.03},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.9},{&quot;2026-08-16&quot;:2.9},{&quot;2026-08-17&quot;:2.9},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.57},{&quot;2026-08-23&quot;:2.33},{&quot;2026-08-24&quot;:2.34},{&quot;2026-08-25&quot;:2.34},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.46},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.5},{&quot;2026-08-31&quot;:2.52},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.38},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.38},{&quot;2026-09-05&quot;:2.29},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.89},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.89}]}"
        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="79536"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Tolaria West" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b005eef6-75f3-454f-a42b-d851bc84ac4e.jpg?1783927747" />

        <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">
            Tolaria West
        </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="Tolaria West" src="https://cards.scryfall.io/large/front/b/0/b005eef6-75f3-454f-a42b-d851bc84ac4e.jpg?1783927747" />
    </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.89
              </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">
                $3.22
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.44},{&quot;2026-06-12&quot;:3.43},{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.37},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.42},{&quot;2026-06-17&quot;:3.42},{&quot;2026-06-18&quot;:3.42},{&quot;2026-06-19&quot;:3.42},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.42},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-24&quot;:3.42},{&quot;2026-06-25&quot;:3.42},{&quot;2026-06-26&quot;:3.42},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.42},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.39},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.39},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.39},{&quot;2026-07-08&quot;:3.39},{&quot;2026-07-09&quot;:3.39},{&quot;2026-07-10&quot;:3.39},{&quot;2026-07-11&quot;:3.39},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.42},{&quot;2026-07-21&quot;:3.42},{&quot;2026-07-23&quot;:3.42},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-29&quot;:3.42},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.37},{&quot;2026-08-03&quot;:3.37},{&quot;2026-08-04&quot;:3.37},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.37},{&quot;2026-08-08&quot;:3.37},{&quot;2026-08-09&quot;:3.37},{&quot;2026-08-10&quot;:3.37},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.24},{&quot;2026-08-13&quot;:3.24},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.24},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.28},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.33},{&quot;2026-08-23&quot;:3.41},{&quot;2026-08-24&quot;:3.32},{&quot;2026-08-25&quot;:3.32},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.32},{&quot;2026-08-29&quot;:3.32},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.22},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.22},{&quot;2026-09-12&quot;:3.22},{&quot;2026-09-13&quot;:3.22}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.87},{&quot;2026-06-12&quot;:1.84},{&quot;2026-06-13&quot;:1.84},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.83},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.83},{&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-24&quot;:1.72},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.54},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.5},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.51},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.62},{&quot;2026-07-04&quot;:1.62},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.69},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.69},{&quot;2026-07-12&quot;:1.73},{&quot;2026-07-13&quot;:1.73},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-25&quot;:1.53},{&quot;2026-07-26&quot;:1.53},{&quot;2026-07-27&quot;:1.53},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.64},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.8},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.85},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.88},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.85},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.89}]}"
        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="84298"
  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">
            Horned Sliver
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Horned Sliver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/101c69f7-d786-4973-bbd2-e3fbff360f73.jpg?1783910036" />

        <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">
            Horned Sliver
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Horned Sliver" src="https://cards.scryfall.io/large/front/1/0/101c69f7-d786-4973-bbd2-e3fbff360f73.jpg?1783910036" />
    </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.89
              </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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.35},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-23&quot;:2.34},{&quot;2026-06-24&quot;:2.35},{&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.36},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.4},{&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.4},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.39},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.41},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.42},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.41},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.41},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-22&quot;:2.41},{&quot;2026-07-23&quot;:2.43},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.39},{&quot;2026-07-29&quot;:2.39},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.32},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.01},{&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.03},{&quot;2026-08-25&quot;:2.03},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:2.0},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.9},{&quot;2026-09-13&quot;:1.89}]}"
        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="96499"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.89
          </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="Cloud Key" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b851ab76-e40e-4232-b120-0bc1905ef0b4.jpg?1783906051" />

        <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">
            Cloud Key
        </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="Cloud Key" src="https://cards.scryfall.io/large/front/b/8/b851ab76-e40e-4232-b120-0bc1905ef0b4.jpg?1783906051" />
    </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.89
              </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.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;:1.31},{&quot;2026-06-13&quot;:1.34},{&quot;2026-06-14&quot;:1.32},{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.33},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.39},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.34},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.35},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.4},{&quot;2026-06-26&quot;:1.4},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.43},{&quot;2026-07-01&quot;:1.53},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.69},{&quot;2026-07-10&quot;:1.72},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.81},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:2.2},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.57},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.35},{&quot;2026-08-08&quot;:2.32},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.43},{&quot;2026-08-12&quot;:2.44},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.38},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.73},{&quot;2026-08-22&quot;:2.73},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:2.05},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.13},{&quot;2026-09-05&quot;:2.11},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.06},{&quot;2026-09-12&quot;:1.99},{&quot;2026-09-13&quot;:1.89}]}"
        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="5827"
  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">
            Mabel, Heir to Cragflame
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.88
          </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="Mabel, Heir to Cragflame" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/1696453f-a678-47ff-b583-53c2130b7d49.jpg?1783910758" />

        <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">
            Mabel, Heir to Cragflame
        </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 — Mouse Soldier</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mabel, Heir to Cragflame" src="https://cards.scryfall.io/large/front/1/6/1696453f-a678-47ff-b583-53c2130b7d49.jpg?1783910758" />
    </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.88
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.62},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.68},{&quot;2026-07-02&quot;:2.68},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.71},{&quot;2026-07-05&quot;:2.73},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.71},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.76},{&quot;2026-07-13&quot;:2.79},{&quot;2026-07-14&quot;:2.79},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.75},{&quot;2026-07-17&quot;:2.75},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.74},{&quot;2026-07-20&quot;:2.73},{&quot;2026-07-21&quot;:2.73},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.68},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.68},{&quot;2026-07-29&quot;:2.68},{&quot;2026-07-30&quot;:2.68},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.67},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.54},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.56},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.56},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.56},{&quot;2026-08-18&quot;:2.56},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.43},{&quot;2026-08-22&quot;:2.46},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.43},{&quot;2026-09-01&quot;:2.43},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.46},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.46},{&quot;2026-09-08&quot;:2.51},{&quot;2026-09-09&quot;:2.46},{&quot;2026-09-10&quot;:2.46},{&quot;2026-09-11&quot;:2.46},{&quot;2026-09-12&quot;:2.49},{&quot;2026-09-13&quot;:2.52}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.52},{&quot;2026-06-13&quot;:1.52},{&quot;2026-06-14&quot;:1.45},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.33},{&quot;2026-06-19&quot;:1.33},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.33},{&quot;2026-06-22&quot;:1.33},{&quot;2026-06-23&quot;:1.33},{&quot;2026-06-24&quot;:1.26},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.16},{&quot;2026-06-27&quot;:1.16},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.14},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.29},{&quot;2026-07-02&quot;:1.35},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.32},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.61},{&quot;2026-07-12&quot;:1.67},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.84},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.75},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.53},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.42},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.78},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.86},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.83},{&quot;2026-09-03&quot;:1.83},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.88}]}"
        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="14477"
  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-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="text-sm font-medium text-nine-white">
            $1.88
          </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/f/8/f8f1c157-cebc-45fe-9caa-1ea4b305ccfc.jpg?1783922381" />

        <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/f/8/f8f1c157-cebc-45fe-9caa-1ea4b305ccfc.jpg?1783922381" />
    </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.88
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.62
          </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="Nemata, Primeval Warden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/adcd556d-351f-4faf-9456-0e47def69a69.jpg?1783921281" />

        <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">
            Nemata, Primeval Warden
        </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 — Treefolk</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nemata, Primeval Warden" src="https://cards.scryfall.io/large/front/a/d/adcd556d-351f-4faf-9456-0e47def69a69.jpg?1783921281" />
    </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.62
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.88
              </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.08</span>
              <span class="text-xs text-grey-text">Credit: $0.10</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;:1.51},{&quot;2026-06-16&quot;:1.51},{&quot;2026-06-17&quot;:1.51},{&quot;2026-06-18&quot;:1.55},{&quot;2026-06-19&quot;:1.55},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.55},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.55},{&quot;2026-06-26&quot;:1.55},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.55},{&quot;2026-07-01&quot;:1.55},{&quot;2026-07-02&quot;:1.54},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.63},{&quot;2026-07-05&quot;:1.63},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.69},{&quot;2026-07-09&quot;:1.72},{&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.85},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.96},{&quot;2026-07-18&quot;:1.94},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-22&quot;:1.99},{&quot;2026-07-23&quot;:1.99},{&quot;2026-07-24&quot;:1.99},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.05},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.97},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.97},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.15},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:2.06},{&quot;2026-08-11&quot;:2.06},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.06},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.93},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.93},{&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.84},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.84},{&quot;2026-08-29&quot;:1.84},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.74},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.88},{&quot;2026-09-10&quot;:1.88},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.88},{&quot;2026-09-13&quot;:1.88}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.15},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.22},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.27},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.51},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.5},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.2},{&quot;2026-07-10&quot;:1.16},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.02},{&quot;2026-07-13&quot;:0.97},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:1.0},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.39},{&quot;2026-07-20&quot;:1.36},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-22&quot;:1.39},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.91},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.91},{&quot;2026-07-31&quot;:1.8},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.8},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.56},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.58},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.41},{&quot;2026-08-27&quot;:1.3},{&quot;2026-08-28&quot;:1.25},{&quot;2026-08-29&quot;:1.25},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.2},{&quot;2026-09-04&quot;:1.18},{&quot;2026-09-05&quot;:1.17},{&quot;2026-09-06&quot;:1.22},{&quot;2026-09-07&quot;:1.38},{&quot;2026-09-08&quot;:1.51},{&quot;2026-09-09&quot;:1.47},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.6},{&quot;2026-09-12&quot;:1.56},{&quot;2026-09-13&quot;:1.62}]}"
        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="98581"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.88
          </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="Waterbender Ascension" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e5f2648f-990d-44d7-a7bf-0db99bdc3015.jpg?1783904896" />

        <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">
            Waterbender Ascension
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Waterbender Ascension" src="https://cards.scryfall.io/large/front/e/5/e5f2648f-990d-44d7-a7bf-0db99bdc3015.jpg?1783904896" />
    </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.88
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.69},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.59},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.55},{&quot;2026-06-21&quot;:1.53},{&quot;2026-06-22&quot;:1.53},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.59},{&quot;2026-06-27&quot;:1.64},{&quot;2026-06-28&quot;:1.63},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.6},{&quot;2026-07-03&quot;:1.56},{&quot;2026-07-04&quot;:1.56},{&quot;2026-07-05&quot;:1.52},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.52},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.55},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.59},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:2.01},{&quot;2026-07-28&quot;:2.01},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.72},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.63},{&quot;2026-08-09&quot;:1.63},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.5},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.58},{&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.64},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.72},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.85},{&quot;2026-09-01&quot;:1.85},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:1.99},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.0},{&quot;2026-09-07&quot;:1.97},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.55},{&quot;2026-06-15&quot;:1.53},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.73},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.52},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.56},{&quot;2026-06-25&quot;:1.57},{&quot;2026-06-26&quot;:1.56},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.43},{&quot;2026-07-03&quot;:1.45},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.51},{&quot;2026-07-07&quot;:1.51},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.4},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.27},{&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.33},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-28&quot;:1.56},{&quot;2026-07-29&quot;:1.55},{&quot;2026-07-30&quot;:1.55},{&quot;2026-07-31&quot;:1.59},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.71},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.65},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.58},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.6},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.51},{&quot;2026-08-20&quot;:1.51},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.46},{&quot;2026-08-25&quot;:1.46},{&quot;2026-08-26&quot;:1.42},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.3},{&quot;2026-08-29&quot;:1.3},{&quot;2026-08-30&quot;:1.4},{&quot;2026-08-31&quot;:1.49},{&quot;2026-09-01&quot;:1.49},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.59},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.77},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.88},{&quot;2026-09-13&quot;:1.88}]}"
        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="108300"
  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-pza 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">
            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-50 text-badge-text">
              ↑
              25%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $1.88
          </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/a/e/ae0397e7-796b-412b-afec-d22759b610db.jpg?1783904181" />

        <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">
            mythic
          </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/a/e/ae0397e7-796b-412b-afec-d22759b610db.jpg?1783904181" />
    </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.88
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.79},{&quot;2026-06-17&quot;:3.79},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.79},{&quot;2026-06-21&quot;:3.79},{&quot;2026-06-22&quot;:3.85},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:3.75},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.6},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.7},{&quot;2026-06-30&quot;:3.71},{&quot;2026-07-01&quot;:3.73},{&quot;2026-07-02&quot;:3.73},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.61},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.36},{&quot;2026-07-13&quot;:3.36},{&quot;2026-07-14&quot;:3.36},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.32},{&quot;2026-07-18&quot;:3.25},{&quot;2026-07-19&quot;:3.18},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-22&quot;:3.12},{&quot;2026-07-23&quot;:3.17},{&quot;2026-07-24&quot;:3.24},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:3.09},{&quot;2026-07-27&quot;:3.09},{&quot;2026-07-28&quot;:3.16},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.36},{&quot;2026-08-01&quot;:3.36},{&quot;2026-08-02&quot;:3.36},{&quot;2026-08-03&quot;:3.36},{&quot;2026-08-04&quot;:3.39},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.39},{&quot;2026-08-08&quot;:3.39},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.38},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:3.31},{&quot;2026-08-19&quot;:3.1},{&quot;2026-08-20&quot;:3.13},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:3.09},{&quot;2026-08-25&quot;:3.06},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.16},{&quot;2026-08-28&quot;:3.25},{&quot;2026-08-29&quot;:3.25},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.41},{&quot;2026-09-03&quot;:3.41},{&quot;2026-09-04&quot;:3.41},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.48},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.51},{&quot;2026-09-10&quot;:3.51},{&quot;2026-09-11&quot;:3.51},{&quot;2026-09-12&quot;:3.56},{&quot;2026-09-13&quot;:3.56}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.11},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.79},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.77},{&quot;2026-06-21&quot;:1.82},{&quot;2026-06-22&quot;:1.88},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.94},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.61},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.59},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.48},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.47},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.61},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-22&quot;:1.79},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:2.03},{&quot;2026-07-26&quot;:2.13},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.94},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.3},{&quot;2026-08-21&quot;:2.2},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.14},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.24},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.5},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:2.05},{&quot;2026-09-13&quot;:1.88}]}"
        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="108319"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.88
          </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="Continue?" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c99c472-8820-43d8-9dfa-508dc3d07478.jpg?1783904172" />

        <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">
            Continue?
        </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>
          </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="Continue?" src="https://cards.scryfall.io/large/front/2/c/2c99c472-8820-43d8-9dfa-508dc3d07478.jpg?1783904172" />
    </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.88
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:25.35},{&quot;2026-08-20&quot;:25.35},{&quot;2026-08-21&quot;:25.55},{&quot;2026-08-22&quot;:25.55},{&quot;2026-08-23&quot;:25.55},{&quot;2026-08-24&quot;:25.55},{&quot;2026-08-25&quot;:25.55},{&quot;2026-08-26&quot;:25.55},{&quot;2026-08-27&quot;:25.55},{&quot;2026-08-28&quot;:25.57},{&quot;2026-08-29&quot;:25.57},{&quot;2026-08-30&quot;:25.35},{&quot;2026-08-31&quot;:25.35},{&quot;2026-09-01&quot;:25.35},{&quot;2026-09-02&quot;:25.35},{&quot;2026-09-03&quot;:25.35},{&quot;2026-09-04&quot;:25.35},{&quot;2026-09-05&quot;:25.35},{&quot;2026-09-06&quot;:25.35},{&quot;2026-09-07&quot;:25.35},{&quot;2026-09-08&quot;:25.35},{&quot;2026-09-09&quot;:25.35},{&quot;2026-09-10&quot;:25.35},{&quot;2026-09-11&quot;:25.35},{&quot;2026-09-12&quot;:25.35},{&quot;2026-09-13&quot;:25.35}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.82},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.82},{&quot;2026-06-16&quot;:2.85},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.82},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.52},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.47},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.5},{&quot;2026-07-01&quot;:2.56},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.32},{&quot;2026-07-05&quot;:2.34},{&quot;2026-07-06&quot;:2.19},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.27},{&quot;2026-07-17&quot;:2.35},{&quot;2026-07-18&quot;:2.42},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.13},{&quot;2026-07-23&quot;:2.38},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.32},{&quot;2026-07-27&quot;:2.3},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.09},{&quot;2026-08-02&quot;:2.17},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:2.05},{&quot;2026-08-05&quot;:2.18},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.41},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.22},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.26},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.33},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.3},{&quot;2026-08-21&quot;:2.32},{&quot;2026-08-22&quot;:2.22},{&quot;2026-08-23&quot;:2.17},{&quot;2026-08-24&quot;:1.99},{&quot;2026-08-25&quot;:1.99},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:2.18},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.02},{&quot;2026-09-12&quot;:1.97},{&quot;2026-09-13&quot;:1.88}]}"
        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="20591"
  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">
            Mazirek, Kraul Death Priest
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Insect 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.87
          </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="Mazirek, Kraul Death Priest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/7/e7fb8520-1bc4-40e7-a4cc-2933ed7e0c00.jpg?1783930132" />

        <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">
            Mazirek, Kraul Death Priest
        </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 — Insect 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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mazirek, Kraul Death Priest" src="https://cards.scryfall.io/large/front/e/7/e7fb8520-1bc4-40e7-a4cc-2933ed7e0c00.jpg?1783930132" />
    </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.87
              </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">
                $7.29
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.35},{&quot;2026-06-12&quot;:7.35},{&quot;2026-06-13&quot;:7.35},{&quot;2026-06-14&quot;:7.31},{&quot;2026-06-15&quot;:7.31},{&quot;2026-06-16&quot;:7.31},{&quot;2026-06-17&quot;:7.31},{&quot;2026-06-18&quot;:7.31},{&quot;2026-06-19&quot;:7.31},{&quot;2026-06-20&quot;:7.31},{&quot;2026-06-21&quot;:7.31},{&quot;2026-06-22&quot;:7.31},{&quot;2026-06-24&quot;:7.31},{&quot;2026-06-25&quot;:7.31},{&quot;2026-06-26&quot;:7.31},{&quot;2026-06-27&quot;:7.31},{&quot;2026-06-28&quot;:7.31},{&quot;2026-06-29&quot;:7.31},{&quot;2026-06-30&quot;:7.31},{&quot;2026-07-01&quot;:7.31},{&quot;2026-07-02&quot;:7.31},{&quot;2026-07-03&quot;:7.31},{&quot;2026-07-04&quot;:7.42},{&quot;2026-07-05&quot;:7.42},{&quot;2026-07-06&quot;:7.42},{&quot;2026-07-07&quot;:7.42},{&quot;2026-07-08&quot;:7.42},{&quot;2026-07-09&quot;:7.42},{&quot;2026-07-10&quot;:7.42},{&quot;2026-07-11&quot;:7.42},{&quot;2026-07-12&quot;:7.42},{&quot;2026-07-13&quot;:7.42},{&quot;2026-07-14&quot;:7.42},{&quot;2026-07-15&quot;:7.42},{&quot;2026-07-16&quot;:7.42},{&quot;2026-07-17&quot;:7.42},{&quot;2026-07-18&quot;:7.42},{&quot;2026-07-19&quot;:7.42},{&quot;2026-07-20&quot;:7.42},{&quot;2026-07-21&quot;:7.42},{&quot;2026-07-23&quot;:7.42},{&quot;2026-07-25&quot;:7.42},{&quot;2026-07-26&quot;:7.42},{&quot;2026-07-27&quot;:7.42},{&quot;2026-07-29&quot;:7.43},{&quot;2026-07-30&quot;:7.43},{&quot;2026-07-31&quot;:7.43},{&quot;2026-08-01&quot;:7.43},{&quot;2026-08-02&quot;:7.43},{&quot;2026-08-03&quot;:7.43},{&quot;2026-08-04&quot;:7.43},{&quot;2026-08-05&quot;:7.43},{&quot;2026-08-07&quot;:7.4},{&quot;2026-08-08&quot;:7.39},{&quot;2026-08-09&quot;:7.39},{&quot;2026-08-10&quot;:7.39},{&quot;2026-08-11&quot;:7.39},{&quot;2026-08-12&quot;:7.39},{&quot;2026-08-13&quot;:7.39},{&quot;2026-08-14&quot;:7.29},{&quot;2026-08-15&quot;:7.29},{&quot;2026-08-16&quot;:7.29},{&quot;2026-08-17&quot;:7.29},{&quot;2026-08-18&quot;:7.29},{&quot;2026-08-19&quot;:7.29},{&quot;2026-08-20&quot;:7.29},{&quot;2026-08-21&quot;:7.29},{&quot;2026-08-22&quot;:7.29},{&quot;2026-08-23&quot;:7.29},{&quot;2026-08-24&quot;:7.29},{&quot;2026-08-25&quot;:7.29},{&quot;2026-08-26&quot;:7.29},{&quot;2026-08-27&quot;:7.29},{&quot;2026-08-28&quot;:7.29},{&quot;2026-08-29&quot;:7.29},{&quot;2026-08-30&quot;:7.29},{&quot;2026-08-31&quot;:7.29},{&quot;2026-09-01&quot;:7.29},{&quot;2026-09-02&quot;:7.29},{&quot;2026-09-03&quot;:7.29},{&quot;2026-09-04&quot;:7.29},{&quot;2026-09-05&quot;:7.29},{&quot;2026-09-06&quot;:7.29},{&quot;2026-09-07&quot;:7.29},{&quot;2026-09-08&quot;:7.29},{&quot;2026-09-09&quot;:7.29},{&quot;2026-09-10&quot;:7.29},{&quot;2026-09-11&quot;:7.29},{&quot;2026-09-12&quot;:7.29},{&quot;2026-09-13&quot;:7.29}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.5},{&quot;2026-06-12&quot;:2.5},{&quot;2026-06-13&quot;:2.5},{&quot;2026-06-14&quot;:2.5},{&quot;2026-06-15&quot;:2.5},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.5},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.5},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.5},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.5},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.44},{&quot;2026-06-29&quot;:2.44},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.37},{&quot;2026-07-09&quot;:2.37},{&quot;2026-07-10&quot;:2.37},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.4},{&quot;2026-07-16&quot;:2.41},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.42},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.34},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.34},{&quot;2026-08-03&quot;:2.34},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.3},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.33},{&quot;2026-08-14&quot;:2.0},{&quot;2026-08-15&quot;:2.0},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.95},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:1.95},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.91},{&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.87}]}"
        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="30592"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Tetravus
        </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="text-sm font-medium text-nine-white">
            $1.87
          </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="Tetravus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/49c1a2b2-50f0-4ed0-bd8f-06cd6aada04f.jpg?1783947794" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Construct</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="Tetravus" src="https://cards.scryfall.io/large/front/4/9/49c1a2b2-50f0-4ed0-bd8f-06cd6aada04f.jpg?1783947794" />
    </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.87
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.09</span>
              <span class="text-xs text-grey-text">Credit: $0.12</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.18},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.18},{&quot;2026-06-18&quot;:1.17},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.17},{&quot;2026-06-24&quot;:1.17},{&quot;2026-06-25&quot;:1.17},{&quot;2026-06-26&quot;:1.17},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.17},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.25},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.24},{&quot;2026-07-04&quot;:1.24},{&quot;2026-07-05&quot;:1.24},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.24},{&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.24},{&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.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-22&quot;:1.24},{&quot;2026-07-23&quot;:1.24},{&quot;2026-07-24&quot;:1.24},{&quot;2026-07-25&quot;:1.41},{&quot;2026-07-26&quot;:1.41},{&quot;2026-07-27&quot;:1.41},{&quot;2026-07-28&quot;:1.39},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.4},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.4},{&quot;2026-08-10&quot;:1.4},{&quot;2026-08-11&quot;:1.4},{&quot;2026-08-12&quot;:1.42},{&quot;2026-08-13&quot;:1.42},{&quot;2026-08-14&quot;:1.42},{&quot;2026-08-15&quot;:1.42},{&quot;2026-08-16&quot;:1.42},{&quot;2026-08-17&quot;:1.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.4},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.4},{&quot;2026-08-24&quot;:1.4},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.4},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.48},{&quot;2026-09-03&quot;:1.48},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.87},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.87}]}"
        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="52710"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.87
          </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="Ethersworn Canonist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/abfbf22d-a5ab-4a36-8711-13b758f96089.jpg?1783910619" />

        <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">
            Ethersworn Canonist
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ethersworn Canonist" src="https://cards.scryfall.io/large/front/a/b/abfbf22d-a5ab-4a36-8711-13b758f96089.jpg?1783910619" />
    </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.87
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.47},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.45},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.39},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.35},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.41},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.43},{&quot;2026-06-26&quot;:2.48},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.47},{&quot;2026-07-02&quot;:2.47},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.34},{&quot;2026-07-07&quot;:2.38},{&quot;2026-07-08&quot;:2.38},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.33},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:2.04},{&quot;2026-07-15&quot;:2.07},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.04},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:2.08},{&quot;2026-07-23&quot;:1.97},{&quot;2026-07-24&quot;:1.99},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:1.96},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.82},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.79},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.53},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.62},{&quot;2026-08-14&quot;:1.56},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.5},{&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.45},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.64},{&quot;2026-08-28&quot;:1.63},{&quot;2026-08-29&quot;:1.63},{&quot;2026-08-30&quot;:1.88},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:2.01},{&quot;2026-09-02&quot;:2.0},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:1.95},{&quot;2026-09-05&quot;:1.95},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.12},{&quot;2026-09-09&quot;:2.17},{&quot;2026-09-10&quot;:1.85},{&quot;2026-09-11&quot;:1.85},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.87}]}"
        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="76774"
  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-ths 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">
            Prophet of Kruphix
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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.87
          </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="Prophet of Kruphix" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/45de923f-fdab-460c-96f4-f62aefa9ad73.jpg?1783939727" />

        <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">
            Prophet of Kruphix
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Prophet of Kruphix" src="https://cards.scryfall.io/large/front/4/5/45de923f-fdab-460c-96f4-f62aefa9ad73.jpg?1783939727" />
    </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.87
              </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">
                $10.46
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:11.98},{&quot;2026-06-12&quot;:11.98},{&quot;2026-06-13&quot;:11.98},{&quot;2026-06-14&quot;:11.98},{&quot;2026-06-15&quot;:11.98},{&quot;2026-06-16&quot;:11.98},{&quot;2026-06-17&quot;:11.98},{&quot;2026-06-18&quot;:11.98},{&quot;2026-06-19&quot;:11.98},{&quot;2026-06-20&quot;:11.98},{&quot;2026-06-21&quot;:11.98},{&quot;2026-06-22&quot;:12.2},{&quot;2026-06-24&quot;:12.2},{&quot;2026-06-25&quot;:12.2},{&quot;2026-06-26&quot;:12.2},{&quot;2026-06-27&quot;:12.43},{&quot;2026-06-28&quot;:12.43},{&quot;2026-06-29&quot;:12.43},{&quot;2026-06-30&quot;:12.43},{&quot;2026-07-01&quot;:12.43},{&quot;2026-07-02&quot;:12.43},{&quot;2026-07-03&quot;:12.43},{&quot;2026-07-04&quot;:12.43},{&quot;2026-07-05&quot;:12.43},{&quot;2026-07-06&quot;:12.43},{&quot;2026-07-07&quot;:12.43},{&quot;2026-07-08&quot;:12.43},{&quot;2026-07-09&quot;:12.43},{&quot;2026-07-10&quot;:12.43},{&quot;2026-07-11&quot;:12.43},{&quot;2026-07-12&quot;:12.43},{&quot;2026-07-13&quot;:12.43},{&quot;2026-07-14&quot;:12.43},{&quot;2026-07-15&quot;:12.43},{&quot;2026-07-16&quot;:12.43},{&quot;2026-07-17&quot;:12.43},{&quot;2026-07-18&quot;:12.9},{&quot;2026-07-19&quot;:12.9},{&quot;2026-07-20&quot;:12.9},{&quot;2026-07-21&quot;:12.9},{&quot;2026-07-23&quot;:12.9},{&quot;2026-07-25&quot;:12.9},{&quot;2026-07-26&quot;:12.9},{&quot;2026-07-27&quot;:12.9},{&quot;2026-07-29&quot;:12.9},{&quot;2026-07-30&quot;:12.9},{&quot;2026-07-31&quot;:12.9},{&quot;2026-08-01&quot;:12.9},{&quot;2026-08-02&quot;:12.9},{&quot;2026-08-03&quot;:12.9},{&quot;2026-08-04&quot;:12.9},{&quot;2026-08-05&quot;:12.9},{&quot;2026-08-07&quot;:13.2},{&quot;2026-08-08&quot;:12.56},{&quot;2026-08-09&quot;:11.85},{&quot;2026-08-10&quot;:11.29},{&quot;2026-08-11&quot;:11.29},{&quot;2026-08-12&quot;:11.29},{&quot;2026-08-13&quot;:11.29},{&quot;2026-08-14&quot;:10.31},{&quot;2026-08-15&quot;:10.31},{&quot;2026-08-16&quot;:10.31},{&quot;2026-08-17&quot;:10.31},{&quot;2026-08-18&quot;:10.31},{&quot;2026-08-19&quot;:10.31},{&quot;2026-08-20&quot;:10.31},{&quot;2026-08-21&quot;:10.31},{&quot;2026-08-22&quot;:10.31},{&quot;2026-08-23&quot;:10.43},{&quot;2026-08-24&quot;:10.43},{&quot;2026-08-25&quot;:10.43},{&quot;2026-08-26&quot;:10.43},{&quot;2026-08-27&quot;:10.43},{&quot;2026-08-28&quot;:10.46},{&quot;2026-08-29&quot;:10.46},{&quot;2026-08-30&quot;:10.46},{&quot;2026-08-31&quot;:10.46},{&quot;2026-09-01&quot;:10.46},{&quot;2026-09-02&quot;:10.46},{&quot;2026-09-03&quot;:10.46},{&quot;2026-09-04&quot;:10.46},{&quot;2026-09-05&quot;:10.46},{&quot;2026-09-06&quot;:10.46},{&quot;2026-09-07&quot;:10.46},{&quot;2026-09-08&quot;:10.46},{&quot;2026-09-09&quot;:10.46},{&quot;2026-09-10&quot;:10.46},{&quot;2026-09-11&quot;:10.46},{&quot;2026-09-12&quot;:10.46},{&quot;2026-09-13&quot;:10.46}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.33},{&quot;2026-06-12&quot;:2.33},{&quot;2026-06-13&quot;:2.24},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-24&quot;:2.35},{&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.32},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.21},{&quot;2026-07-05&quot;:2.15},{&quot;2026-07-06&quot;:2.15},{&quot;2026-07-07&quot;:2.15},{&quot;2026-07-08&quot;:2.15},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.12},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:2.03},{&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.99},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.84},{&quot;2026-08-03&quot;:1.85},{&quot;2026-08-04&quot;:1.85},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.93},{&quot;2026-08-14&quot;:1.93},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.96},{&quot;2026-08-18&quot;:1.96},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:1.96},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.97},{&quot;2026-08-31&quot;:1.96},{&quot;2026-09-01&quot;:1.96},{&quot;2026-09-02&quot;:1.93},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.89},{&quot;2026-09-08&quot;:1.89},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.87}]}"
        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="20724"
  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-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">
            Expedition Map
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.86
          </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="Expedition Map" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/551c0a45-9515-4e51-84e5-79703832a661.jpg?1783930109" />

        <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">
            Expedition Map
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Expedition Map" src="https://cards.scryfall.io/large/front/5/5/551c0a45-9515-4e51-84e5-79703832a661.jpg?1783930109" />
    </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">
            6
          </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.86
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.75},{&quot;2026-06-14&quot;:1.75},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.74},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.91},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:1.96},{&quot;2026-06-28&quot;:1.96},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:1.96},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.96},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:2.04},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:2.04},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.59},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-23&quot;:2.58},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.68},{&quot;2026-08-01&quot;:2.68},{&quot;2026-08-02&quot;:2.64},{&quot;2026-08-03&quot;:2.89},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.8},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.61},{&quot;2026-08-12&quot;:2.47},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.86},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.79},{&quot;2026-08-19&quot;:3.39},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.16},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.16},{&quot;2026-08-25&quot;:3.13},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.13},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:2.86},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.16},{&quot;2026-09-09&quot;:3.16},{&quot;2026-09-10&quot;:3.13},{&quot;2026-09-11&quot;:3.13},{&quot;2026-09-12&quot;:2.86},{&quot;2026-09-13&quot;:2.86}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.24},{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.23},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.22},{&quot;2026-06-18&quot;:1.15},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.3},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.32},{&quot;2026-06-26&quot;:1.36},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.37},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.69},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.81},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.92},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.92},{&quot;2026-07-19&quot;:1.88},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.82},{&quot;2026-07-23&quot;:1.85},{&quot;2026-07-25&quot;:1.76},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.59},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.74},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.89},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.71},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.78},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.76},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.92},{&quot;2026-08-29&quot;:1.92},{&quot;2026-08-30&quot;:1.89},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.84},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.89},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.77},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.86}]}"
        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="28585"
  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-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">
            Kaito, Cunning Infiltrator
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Kaito
      </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.86
          </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="Kaito, Cunning Infiltrator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5dabdea9-2015-49b9-853d-4f7e1262eab3.jpg?1783909117" />

        <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">
            Kaito, Cunning Infiltrator
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kaito, Cunning Infiltrator" src="https://cards.scryfall.io/large/front/5/d/5dabdea9-2015-49b9-853d-4f7e1262eab3.jpg?1783909117" />
    </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.86
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.28},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.29},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.25},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:3.12},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:2.98},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:2.93},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.63},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.63},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.63},{&quot;2026-07-20&quot;:2.63},{&quot;2026-07-21&quot;:2.63},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-25&quot;:2.57},{&quot;2026-07-26&quot;:2.57},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.4},{&quot;2026-08-03&quot;:2.32},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.11},{&quot;2026-08-11&quot;:2.11},{&quot;2026-08-12&quot;:2.11},{&quot;2026-08-13&quot;:2.07},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:2.02},{&quot;2026-08-17&quot;:2.04},{&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.02},{&quot;2026-08-22&quot;:2.01},{&quot;2026-08-23&quot;:2.01},{&quot;2026-08-24&quot;:1.98},{&quot;2026-08-25&quot;:1.98},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.11},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:2.08},{&quot;2026-09-03&quot;:2.08},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.07},{&quot;2026-09-06&quot;:2.07},{&quot;2026-09-07&quot;:2.15},{&quot;2026-09-08&quot;:2.15},{&quot;2026-09-09&quot;:2.15},{&quot;2026-09-10&quot;:2.15},{&quot;2026-09-11&quot;:2.15},{&quot;2026-09-12&quot;:2.17},{&quot;2026-09-13&quot;:2.21}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.97},{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:2.05},{&quot;2026-06-14&quot;:2.11},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.49},{&quot;2026-06-21&quot;:1.46},{&quot;2026-06-22&quot;:1.41},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.58},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.63},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.61},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.49},{&quot;2026-07-10&quot;:1.42},{&quot;2026-07-11&quot;:1.37},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.44},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.68},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.42},{&quot;2026-08-11&quot;:1.42},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.4},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.45},{&quot;2026-08-17&quot;:1.46},{&quot;2026-08-18&quot;:1.46},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.5},{&quot;2026-08-22&quot;:1.44},{&quot;2026-08-23&quot;:1.44},{&quot;2026-08-24&quot;:1.47},{&quot;2026-08-25&quot;:1.47},{&quot;2026-08-26&quot;:1.6},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:2.13},{&quot;2026-08-31&quot;:2.18},{&quot;2026-09-01&quot;:2.18},{&quot;2026-09-02&quot;:2.11},{&quot;2026-09-03&quot;:2.08},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:1.69},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:1.63},{&quot;2026-09-09&quot;:1.66},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.86}]}"
        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="46433"
  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-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">
            Zurgo and Ojutai
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.86
          </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="Zurgo and Ojutai" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/eacbcd82-36e6-424c-bd4e-ec3a584836c5.jpg?1783916936" />

        <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">
            Zurgo and Ojutai
        </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 — Orc 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-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Zurgo and Ojutai" src="https://cards.scryfall.io/large/front/e/a/eacbcd82-36e6-424c-bd4e-ec3a584836c5.jpg?1783916936" />
    </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.37
              </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.86
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.01},{&quot;2026-06-13&quot;:2.01},{&quot;2026-06-14&quot;:2.01},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:2.01},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:2.01},{&quot;2026-06-21&quot;:2.01},{&quot;2026-06-22&quot;:2.01},{&quot;2026-06-23&quot;:2.01},{&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.94},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.95},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.92},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.92},{&quot;2026-07-10&quot;:1.92},{&quot;2026-07-11&quot;:1.92},{&quot;2026-07-12&quot;:1.92},{&quot;2026-07-13&quot;:1.92},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.92},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.94},{&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.99},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.01},{&quot;2026-07-29&quot;:2.01},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:2.01},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.0},{&quot;2026-08-07&quot;:2.0},{&quot;2026-08-08&quot;:2.0},{&quot;2026-08-09&quot;:2.0},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:2.0},{&quot;2026-08-13&quot;:2.0},{&quot;2026-08-14&quot;:1.93},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.9},{&quot;2026-08-18&quot;:1.9},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.78},{&quot;2026-08-24&quot;:1.81},{&quot;2026-08-25&quot;:1.81},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.78},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.78},{&quot;2026-09-03&quot;:1.78},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.86},{&quot;2026-09-09&quot;:1.86},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.86},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.86}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.3},{&quot;2026-06-13&quot;:1.3},{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.32},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.25},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.25},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.25},{&quot;2026-06-25&quot;:1.16},{&quot;2026-06-26&quot;:1.17},{&quot;2026-06-27&quot;:1.18},{&quot;2026-06-28&quot;:1.13},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.15},{&quot;2026-07-01&quot;:1.15},{&quot;2026-07-02&quot;:1.19},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.17},{&quot;2026-07-07&quot;:1.12},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.15},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.23},{&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.26},{&quot;2026-07-20&quot;:1.26},{&quot;2026-07-21&quot;:1.26},{&quot;2026-07-23&quot;:1.26},{&quot;2026-07-25&quot;:1.35},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.44},{&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.46},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.46},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.48},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.48},{&quot;2026-08-20&quot;:1.48},{&quot;2026-08-21&quot;:1.45},{&quot;2026-08-22&quot;:1.45},{&quot;2026-08-23&quot;:1.45},{&quot;2026-08-24&quot;:1.45},{&quot;2026-08-25&quot;:1.45},{&quot;2026-08-26&quot;:1.47},{&quot;2026-08-27&quot;:1.47},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&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.4},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.4},{&quot;2026-09-05&quot;:1.35},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.31},{&quot;2026-09-10&quot;:1.35},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.33},{&quot;2026-09-13&quot;:1.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/8/a/8a5edac3-855a-4820-b913-44de5b29b7d0.jpg?1783929448" />
    </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.86
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.57},{&quot;2026-06-12&quot;:1.55},{&quot;2026-06-13&quot;:1.61},{&quot;2026-06-14&quot;:1.59},{&quot;2026-06-15&quot;:1.59},{&quot;2026-06-16&quot;:1.63},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.58},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.59},{&quot;2026-06-22&quot;:1.59},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.59},{&quot;2026-06-26&quot;:1.57},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.56},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.56},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.64},{&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.68},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.72},{&quot;2026-07-18&quot;:1.72},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.69},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-25&quot;:1.66},{&quot;2026-07-26&quot;:1.66},{&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.67},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.62},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.12},{&quot;2026-08-11&quot;:2.01},{&quot;2026-08-12&quot;:1.95},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.86},{&quot;2026-08-15&quot;:1.82},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.8},{&quot;2026-08-23&quot;:1.8},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.8},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.8},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.06},{&quot;2026-09-01&quot;:2.06},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.01},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.92},{&quot;2026-09-13&quot;:1.86}]}"
        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="18864"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-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">
            Relic of Legends
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Relic of Legends" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/64a2809e-c441-416c-90ff-6fb1e246dff3.jpg?1783921269" />

        <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">
            Relic of Legends
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Relic of Legends" src="https://cards.scryfall.io/large/front/6/4/64a2809e-c441-416c-90ff-6fb1e246dff3.jpg?1783921269" />
    </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.85
              </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">
                $4.26
              </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.72</span>
              <span class="text-xs text-grey-text">Credit: $0.94</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:3.96},{&quot;2026-06-18&quot;:3.96},{&quot;2026-06-19&quot;:3.94},{&quot;2026-06-20&quot;:3.97},{&quot;2026-06-21&quot;:3.93},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.96},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.88},{&quot;2026-06-26&quot;:3.88},{&quot;2026-06-27&quot;:3.93},{&quot;2026-06-28&quot;:4.06},{&quot;2026-06-29&quot;:4.03},{&quot;2026-06-30&quot;:4.03},{&quot;2026-07-01&quot;:4.03},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:3.95},{&quot;2026-07-04&quot;:3.95},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:3.93},{&quot;2026-07-07&quot;:3.93},{&quot;2026-07-08&quot;:3.93},{&quot;2026-07-09&quot;:3.9},{&quot;2026-07-10&quot;:3.9},{&quot;2026-07-11&quot;:3.93},{&quot;2026-07-12&quot;:3.93},{&quot;2026-07-13&quot;:3.9},{&quot;2026-07-14&quot;:3.9},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.95},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.84},{&quot;2026-07-19&quot;:3.84},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.97},{&quot;2026-07-22&quot;:3.97},{&quot;2026-07-23&quot;:3.97},{&quot;2026-07-24&quot;:4.04},{&quot;2026-07-25&quot;:4.1},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.18},{&quot;2026-07-30&quot;:4.16},{&quot;2026-07-31&quot;:4.26},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.31},{&quot;2026-08-03&quot;:4.31},{&quot;2026-08-04&quot;:4.28},{&quot;2026-08-05&quot;:4.33},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.43},{&quot;2026-08-10&quot;:4.42},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.41},{&quot;2026-08-13&quot;:4.39},{&quot;2026-08-14&quot;:4.39},{&quot;2026-08-15&quot;:4.49},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.42},{&quot;2026-08-18&quot;:4.42},{&quot;2026-08-19&quot;:4.42},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.4},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.47},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.37},{&quot;2026-08-27&quot;:4.37},{&quot;2026-08-28&quot;:4.39},{&quot;2026-08-29&quot;:4.39},{&quot;2026-08-30&quot;:4.37},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:4.35},{&quot;2026-09-04&quot;:4.35},{&quot;2026-09-05&quot;:4.33},{&quot;2026-09-06&quot;:4.33},{&quot;2026-09-07&quot;:4.33},{&quot;2026-09-08&quot;:4.3},{&quot;2026-09-09&quot;:4.3},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.34},{&quot;2026-09-12&quot;:4.26},{&quot;2026-09-13&quot;:4.26}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.79},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:3.01},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.41},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:3.12},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.2},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:1.95},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.56},{&quot;2026-07-04&quot;:1.39},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.46},{&quot;2026-07-07&quot;:1.62},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.15},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.98},{&quot;2026-07-18&quot;:2.91},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.63},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.55},{&quot;2026-07-24&quot;:2.55},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.92},{&quot;2026-07-30&quot;:3.02},{&quot;2026-07-31&quot;:2.98},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.97},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.65},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.52},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.72},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.48},{&quot;2026-08-27&quot;:2.48},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.59},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.38},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:1.97},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.91},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.95},{&quot;2026-09-13&quot;:1.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Wizard</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="Triskaidekaphile" src="https://cards.scryfall.io/large/front/d/c/dc37c57a-0557-435d-96dd-ba86d74c9377.jpg?1783925290" />
    </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.55
              </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.85
              </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 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.92},{&quot;2026-06-16&quot;:1.92},{&quot;2026-06-17&quot;:1.92},{&quot;2026-06-18&quot;:1.92},{&quot;2026-06-19&quot;:1.92},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.92},{&quot;2026-06-22&quot;:1.92},{&quot;2026-06-23&quot;:1.92},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.92},{&quot;2026-06-27&quot;:1.92},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.92},{&quot;2026-07-04&quot;:1.92},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.91},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.91},{&quot;2026-07-12&quot;:1.91},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.91},{&quot;2026-07-15&quot;:1.9},{&quot;2026-07-16&quot;:1.9},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-22&quot;:1.9},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-24&quot;:1.9},{&quot;2026-07-25&quot;:1.9},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&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.9},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.9},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.88},{&quot;2026-08-16&quot;:1.88},{&quot;2026-08-17&quot;:1.88},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.88},{&quot;2026-08-21&quot;:1.88},{&quot;2026-08-22&quot;:1.88},{&quot;2026-08-23&quot;:1.88},{&quot;2026-08-24&quot;:1.88},{&quot;2026-08-25&quot;:1.88},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.86},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.85},{&quot;2026-09-10&quot;:1.85},{&quot;2026-09-11&quot;:1.85},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.85}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.49},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.49},{&quot;2026-06-18&quot;:1.49},{&quot;2026-06-19&quot;:1.49},{&quot;2026-06-20&quot;:1.49},{&quot;2026-06-21&quot;:1.52},{&quot;2026-06-22&quot;:1.52},{&quot;2026-06-23&quot;:1.65},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.6},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.6},{&quot;2026-07-03&quot;:1.64},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.68},{&quot;2026-07-08&quot;:1.68},{&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.68},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.68},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.68},{&quot;2026-07-26&quot;:1.68},{&quot;2026-07-27&quot;:1.68},{&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.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.67},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.67},{&quot;2026-08-20&quot;:1.67},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.58},{&quot;2026-08-23&quot;:1.58},{&quot;2026-08-24&quot;:1.58},{&quot;2026-08-25&quot;:1.58},{&quot;2026-08-26&quot;:1.58},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.58},{&quot;2026-09-02&quot;:1.58},{&quot;2026-09-03&quot;:1.58},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.57},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.57},{&quot;2026-09-08&quot;:1.55},{&quot;2026-09-09&quot;:1.55},{&quot;2026-09-10&quot;:1.55},{&quot;2026-09-11&quot;:1.55},{&quot;2026-09-12&quot;:1.55},{&quot;2026-09-13&quot;:1.55}]}"
        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="73185"
  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">
            Gilded Lotus
        </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.85
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gilded Lotus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/27c5edd9-c170-4aa7-90a1-3f4fb552fce6.jpg?1783919761" />

        <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">
            Gilded Lotus
        </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="Gilded Lotus" src="https://cards.scryfall.io/large/front/2/7/27c5edd9-c170-4aa7-90a1-3f4fb552fce6.jpg?1783919761" />
    </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.85
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.5},{&quot;2026-06-13&quot;:3.5},{&quot;2026-06-14&quot;:3.5},{&quot;2026-06-15&quot;:3.5},{&quot;2026-06-16&quot;:3.5},{&quot;2026-06-17&quot;:3.5},{&quot;2026-06-18&quot;:3.5},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.45},{&quot;2026-06-21&quot;:3.45},{&quot;2026-06-22&quot;:3.45},{&quot;2026-06-23&quot;:3.41},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.4},{&quot;2026-07-02&quot;:3.42},{&quot;2026-07-03&quot;:3.42},{&quot;2026-07-04&quot;:3.25},{&quot;2026-07-05&quot;:3.25},{&quot;2026-07-06&quot;:3.25},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:2.99},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.99},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:2.99},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.15},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-23&quot;:3.08},{&quot;2026-07-25&quot;:3.08},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:3.34},{&quot;2026-07-29&quot;:3.28},{&quot;2026-07-30&quot;:3.28},{&quot;2026-07-31&quot;:3.26},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.26},{&quot;2026-08-03&quot;:3.26},{&quot;2026-08-04&quot;:3.26},{&quot;2026-08-05&quot;:3.26},{&quot;2026-08-07&quot;:3.26},{&quot;2026-08-08&quot;:3.24},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.32},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.32},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.32},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.4},{&quot;2026-08-19&quot;:3.65},{&quot;2026-08-20&quot;:3.65},{&quot;2026-08-21&quot;:3.65},{&quot;2026-08-22&quot;:3.65},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.65},{&quot;2026-08-25&quot;:3.65},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.65},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.65},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.7},{&quot;2026-09-11&quot;:3.7},{&quot;2026-09-12&quot;:3.7},{&quot;2026-09-13&quot;:3.7}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:1.97},{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.92},{&quot;2026-06-17&quot;:1.92},{&quot;2026-06-18&quot;:1.92},{&quot;2026-06-19&quot;:1.95},{&quot;2026-06-20&quot;:1.95},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.95},{&quot;2026-06-25&quot;:1.95},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:1.99},{&quot;2026-06-28&quot;:1.99},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.06},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.06},{&quot;2026-07-08&quot;:2.06},{&quot;2026-07-09&quot;:2.06},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.04},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.04},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.01},{&quot;2026-07-19&quot;:2.01},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.97},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.07},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:2.04},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.03},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.08},{&quot;2026-08-08&quot;:2.05},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.03},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.09},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.09},{&quot;2026-08-20&quot;:2.09},{&quot;2026-08-21&quot;:2.03},{&quot;2026-08-22&quot;:2.03},{&quot;2026-08-23&quot;:2.03},{&quot;2026-08-24&quot;:2.11},{&quot;2026-08-25&quot;:2.11},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.09},{&quot;2026-08-29&quot;:2.09},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.87},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.91},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.94},{&quot;2026-09-11&quot;:1.85},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90c423cc-1264-4067-9c50-e7c88c68ef2d.jpg?1782684215" />

        <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">
            Kodama&#39;s Reach
        </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 — Arcane</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="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/9/0/90c423cc-1264-4067-9c50-e7c88c68ef2d.jpg?1782684215" />
    </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.85
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.54},{&quot;2026-06-12&quot;:1.47},{&quot;2026-06-13&quot;:1.51},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.53},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-24&quot;:1.48},{&quot;2026-06-25&quot;:1.46},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.42},{&quot;2026-06-30&quot;:1.42},{&quot;2026-07-01&quot;:1.45},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.52},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.53},{&quot;2026-07-06&quot;:1.52},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.52},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.47},{&quot;2026-07-17&quot;:1.46},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.47},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.5},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.42},{&quot;2026-08-02&quot;:1.45},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.51},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.49},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.48},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.12},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.28},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.37},{&quot;2026-08-20&quot;:1.37},{&quot;2026-08-21&quot;:1.53},{&quot;2026-08-22&quot;:1.5},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.5},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.53},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.55},{&quot;2026-08-29&quot;:1.55},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.65},{&quot;2026-09-03&quot;:1.65},{&quot;2026-09-04&quot;:1.65},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.79},{&quot;2026-09-11&quot;:1.96},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.85}]}"
        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 2001-2050 of 9368 in total</span></div>

      <div class="overflow-x-auto">
        <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=40&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=40&amp;username=denvermullets" rel="prev">40</a><a role="link" aria-disabled="true" aria-current="page">41</a><a href="/load_collection?direction=asc&amp;page=42&amp;username=denvermullets" rel="next">42</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=42&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="109148"
          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">
              357
            </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>
              Talisman of Creativity


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81144"
          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">
              CON-141
            </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>
              Ancient Ziggurat


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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96117"
          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">
              168
            </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>
              Weapons Manufacturing


            </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-r'></i>
              </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108004"
          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">
              42
            </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>
              Kitsune&#39;s Technique


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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-mythic ss-fw ss-2x mr-4"></i>
              Thantis, the Warweaver


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13852"
          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">
              680
            </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>
              Green Slime


            </td>

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

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

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

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

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

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

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

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

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

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


            </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-9'></i>
              </div>
            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99190"
          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-ecl ss-mythic ss-fw ss-2x mr-4"></i>
              Mirrorform


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14016"
          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">
              733
            </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>
              Reflections of Littjara


            </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-u'></i>
              </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14326"
          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">
              831
            </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>
              Return of the Wildspeaker


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52830"
          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-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Wishclaw 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">
                <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.90

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57557"
          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">
              202
            </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>
              Glissa Sunslayer


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82228"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              WTH-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Gemstone Mine


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

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19428"
          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">
              26
            </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">
                <div class="flex items-center gap-2">
                  $1.89

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20935"
          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">
              330
            </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-common ss-fw ss-2x mr-4"></i>
              Urza&#39;s Power Plant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Urza&#39;s Power-Plant
            </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.73

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52912"
          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-mb2 ss-mythic ss-fw ss-2x mr-4"></i>
              Comet, Stellar Pup


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53399"
          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">
              30
            </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>
              Tanuki Transplanter


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77524"
          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">
              43
            </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>
              Emry, Lurker of the Loch


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84298"
          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">
              TMP-234
            </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>
              Horned Sliver


            </td>

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5827"
          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">
              336
            </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>
              Mabel, Heir to Cragflame


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14477"
          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">
              882
            </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-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.88

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


            </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>
              </div>
            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20591"
          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">
              209
            </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>
              Mazirek, Kraul Death Priest


            </td>

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

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

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

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

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

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


            </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-6'></i>
              </div>
            </td>

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52710"
          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-mb2 ss-rare ss-fw ss-2x mr-4"></i>
              Ethersworn Canonist


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20724"
          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">
              255
            </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-common ss-fw ss-2x mr-4"></i>
              Expedition Map


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-mythic ss-fw ss-2x mr-4"></i>
              Kaito, Cunning Infiltrator


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="46433"
          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">
              258
            </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-mythic ss-fw ss-2x mr-4"></i>
              Zurgo and Ojutai


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18864"
          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-dmu ss-uncommon ss-fw ss-2x mr-4"></i>
              Relic of Legends


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73185"
          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">
              80
            </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>
              Gilded Lotus


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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc ss-common ss-fw ss-2x mr-4"></i>
              Kodama&#39;s Reach


            </td>

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="99328"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99328" src="/boxset_card/99328?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 2001-2050 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=40&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=40&amp;username=denvermullets" rel="prev">40</a><a role="link" aria-disabled="true" aria-current="page">41</a><a href="/load_collection?direction=asc&amp;page=42&amp;username=denvermullets" rel="next">42</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=42&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>