<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="74202"
  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">
            Fairgrounds Warden
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dwarf 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="text-sm font-medium text-nine-white">
            $0.09
          </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="Fairgrounds Warden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/737a4c9c-babf-4484-a85c-f892c4a20f69.jpg?1783910460" />

        <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">
            Fairgrounds Warden
        </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 — Dwarf Soldier</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Fairgrounds Warden" src="https://cards.scryfall.io/large/front/7/3/737a4c9c-babf-4484-a85c-f892c4a20f69.jpg?1783910460" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Paladin of the Bloodstained" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4ba0e10e-7996-4541-adfe-bf0cb80359f4.jpg?1783932369" />

        <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">
            Paladin of the Bloodstained
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Paladin of the Bloodstained" src="https://cards.scryfall.io/large/front/4/b/4ba0e10e-7996-4541-adfe-bf0cb80359f4.jpg?1783932369" />
    </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">
                $0.09
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  31%
                </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-13&quot;:0.28},{&quot;2026-06-14&quot;:0.28},{&quot;2026-06-15&quot;:0.28},{&quot;2026-06-16&quot;:0.28},{&quot;2026-06-17&quot;:0.28},{&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.28},{&quot;2026-06-22&quot;:0.28},{&quot;2026-06-23&quot;:0.28},{&quot;2026-06-24&quot;:0.28},{&quot;2026-06-25&quot;:0.28},{&quot;2026-06-26&quot;:0.28},{&quot;2026-06-27&quot;:0.28},{&quot;2026-06-28&quot;:0.28},{&quot;2026-06-29&quot;:0.28},{&quot;2026-06-30&quot;:0.28},{&quot;2026-07-01&quot;:0.28},{&quot;2026-07-02&quot;:0.28},{&quot;2026-07-03&quot;:0.28},{&quot;2026-07-04&quot;:0.24},{&quot;2026-07-05&quot;:0.24},{&quot;2026-07-06&quot;:0.24},{&quot;2026-07-07&quot;:0.24},{&quot;2026-07-08&quot;:0.24},{&quot;2026-07-09&quot;:0.24},{&quot;2026-07-10&quot;:0.24},{&quot;2026-07-11&quot;:0.24},{&quot;2026-07-12&quot;:0.24},{&quot;2026-07-13&quot;:0.24},{&quot;2026-07-14&quot;:0.24},{&quot;2026-07-15&quot;:0.24},{&quot;2026-07-16&quot;:0.24},{&quot;2026-07-17&quot;:0.24},{&quot;2026-07-18&quot;:0.24},{&quot;2026-07-19&quot;:0.24},{&quot;2026-07-20&quot;:0.27},{&quot;2026-07-21&quot;:0.27},{&quot;2026-07-22&quot;:0.27},{&quot;2026-07-23&quot;:0.27},{&quot;2026-07-24&quot;:0.27},{&quot;2026-07-25&quot;:0.27},{&quot;2026-07-26&quot;:0.27},{&quot;2026-07-27&quot;:0.27},{&quot;2026-07-28&quot;:0.27},{&quot;2026-07-29&quot;:0.27},{&quot;2026-07-30&quot;:0.27},{&quot;2026-07-31&quot;:0.27},{&quot;2026-08-01&quot;:0.27},{&quot;2026-08-02&quot;:0.27},{&quot;2026-08-03&quot;:0.25},{&quot;2026-08-04&quot;:0.25},{&quot;2026-08-05&quot;:0.25},{&quot;2026-08-07&quot;:0.25},{&quot;2026-08-08&quot;:0.25},{&quot;2026-08-09&quot;:0.25},{&quot;2026-08-10&quot;:0.25},{&quot;2026-08-11&quot;:0.25},{&quot;2026-08-12&quot;:0.25},{&quot;2026-08-13&quot;:0.22},{&quot;2026-08-14&quot;:0.22},{&quot;2026-08-15&quot;:0.22},{&quot;2026-08-16&quot;:0.22},{&quot;2026-08-17&quot;:0.22},{&quot;2026-08-18&quot;:0.22},{&quot;2026-08-19&quot;:0.22},{&quot;2026-08-20&quot;:0.22},{&quot;2026-08-21&quot;:0.22},{&quot;2026-08-22&quot;:0.22},{&quot;2026-08-23&quot;:0.22},{&quot;2026-08-24&quot;:0.22},{&quot;2026-08-25&quot;:0.22},{&quot;2026-08-26&quot;:0.22},{&quot;2026-08-27&quot;:0.22},{&quot;2026-08-28&quot;:0.18},{&quot;2026-08-29&quot;:0.18},{&quot;2026-08-30&quot;:0.15},{&quot;2026-08-31&quot;:0.15},{&quot;2026-09-01&quot;:0.15},{&quot;2026-09-02&quot;:0.15},{&quot;2026-09-03&quot;:0.15},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="77198"
  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">
            Ovinomancer
        </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">
            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">
            $0.09
          </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="Ovinomancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d3609e77-7450-4d26-ad0c-6e1a1c601512.jpg?1783910317" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human 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="Ovinomancer" src="https://cards.scryfall.io/large/front/d/3/d3609e77-7450-4d26-ad0c-6e1a1c601512.jpg?1783910317" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Barrow Witches" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/9/f9b99bb7-a57a-4c36-88ab-6da7ef0d86bd.jpg?1783916131" />

        <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">
            Barrow Witches
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Barrow Witches" src="https://cards.scryfall.io/large/front/f/9/f9b99bb7-a57a-4c36-88ab-6da7ef0d86bd.jpg?1783916131" />
    </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">
                $0.09
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  13%
                </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-13&quot;:0.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.12},{&quot;2026-06-18&quot;:0.12},{&quot;2026-06-19&quot;:0.12},{&quot;2026-06-20&quot;:0.12},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.13},{&quot;2026-07-05&quot;:0.13},{&quot;2026-07-06&quot;:0.13},{&quot;2026-07-07&quot;:0.13},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-22&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-24&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-28&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.12},{&quot;2026-08-10&quot;:0.12},{&quot;2026-08-11&quot;:0.13},{&quot;2026-08-12&quot;:0.13},{&quot;2026-08-13&quot;:0.13},{&quot;2026-08-14&quot;:0.13},{&quot;2026-08-15&quot;:0.13},{&quot;2026-08-16&quot;:0.13},{&quot;2026-08-17&quot;:0.13},{&quot;2026-08-18&quot;:0.13},{&quot;2026-08-19&quot;:0.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="77905"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $0.09
          </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="Tin Street Hooligan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a3c8c951-f524-4621-8bd0-f6de6aa4d69e.jpg?1783910282" />

        <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">
            Tin Street Hooligan
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Tin Street Hooligan" src="https://cards.scryfall.io/large/front/a/3/a3c8c951-f524-4621-8bd0-f6de6aa4d69e.jpg?1783910282" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Boldwyr Intimidator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e9cc2b50-d568-4211-b0e6-ed573427914f.jpg?1783910262" />

        <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">
            Boldwyr Intimidator
        </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 — Giant Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Boldwyr Intimidator" src="https://cards.scryfall.io/large/front/e/9/e9cc2b50-d568-4211-b0e6-ed573427914f.jpg?1783910262" />
    </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">
                $0.09
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  10%
                </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-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.1},{&quot;2026-09-03&quot;:0.1},{&quot;2026-09-04&quot;:0.1},{&quot;2026-09-05&quot;:0.1},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="78430"
  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">
            Wakestone Gargoyle
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Gargoyle
      </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">
            $0.09
          </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="Wakestone Gargoyle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/f/4fc060fe-0c52-4348-b5e7-a0cb8234c6d5.jpg?1783910256" />

        <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">
            Wakestone Gargoyle
        </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 — Gargoyle</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wakestone Gargoyle" src="https://cards.scryfall.io/large/front/4/f/4fc060fe-0c52-4348-b5e7-a0cb8234c6d5.jpg?1783910256" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Minotaur 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="text-sm font-medium text-nine-white">
            $0.09
          </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="Barging Sergeant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d41f61e-8b0c-4dea-b39b-faf93c4c847f.jpg?1783932203" />

        <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">
            Barging Sergeant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Barging Sergeant" src="https://cards.scryfall.io/large/front/9/d/9d41f61e-8b0c-4dea-b39b-faf93c4c847f.jpg?1783932203" />
    </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">
                $0.09
              </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-13&quot;:0.14},{&quot;2026-06-14&quot;:0.14},{&quot;2026-06-15&quot;:0.14},{&quot;2026-06-16&quot;:0.14},{&quot;2026-06-17&quot;:0.14},{&quot;2026-06-18&quot;:0.14},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.14},{&quot;2026-06-22&quot;:0.14},{&quot;2026-06-23&quot;:0.14},{&quot;2026-06-24&quot;:0.14},{&quot;2026-06-25&quot;:0.14},{&quot;2026-06-26&quot;:0.14},{&quot;2026-06-27&quot;:0.14},{&quot;2026-06-28&quot;:0.14},{&quot;2026-06-29&quot;:0.14},{&quot;2026-06-30&quot;:0.05},{&quot;2026-07-01&quot;:0.05},{&quot;2026-07-02&quot;:0.05},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.05},{&quot;2026-07-09&quot;:0.06},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.06},{&quot;2026-07-12&quot;:0.06},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-22&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="79893"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Avarax" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4ea6961-d693-418e-a021-bb085476f8f2.jpg?1783932144" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Avarax" src="https://cards.scryfall.io/large/front/b/4/b4ea6961-d693-418e-a021-bb085476f8f2.jpg?1783932144" />
    </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">
                $0.09
              </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-13&quot;:0.03},{&quot;2026-06-14&quot;:0.03},{&quot;2026-06-15&quot;:0.03},{&quot;2026-06-16&quot;:0.03},{&quot;2026-06-17&quot;:0.03},{&quot;2026-06-18&quot;:0.03},{&quot;2026-06-19&quot;:0.03},{&quot;2026-06-20&quot;:0.03},{&quot;2026-06-21&quot;:0.03},{&quot;2026-06-22&quot;:0.03},{&quot;2026-06-23&quot;:0.03},{&quot;2026-06-24&quot;:0.03},{&quot;2026-06-25&quot;:0.03},{&quot;2026-06-26&quot;:0.03},{&quot;2026-06-27&quot;:0.03},{&quot;2026-06-28&quot;:0.02},{&quot;2026-06-29&quot;:0.02},{&quot;2026-06-30&quot;:0.02},{&quot;2026-07-01&quot;:0.02},{&quot;2026-07-02&quot;:0.02},{&quot;2026-07-03&quot;:0.02},{&quot;2026-07-04&quot;:0.02},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="80796"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Warrior
      </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">
            $0.09
          </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="Zulaport Enforcer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/8/d82f650d-9142-4042-ba5c-503c0f80b34e.jpg?1783910158" />

        <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">
            Zulaport Enforcer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Zulaport Enforcer" src="https://cards.scryfall.io/large/front/d/8/d82f650d-9142-4042-ba5c-503c0f80b34e.jpg?1783910158" />
    </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">
                $0.09
              </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-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="81790"
  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">
            Masked Admirers
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Masked Admirers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/75ed9639-f42d-4dfc-a1e9-fc8bd934230d.jpg?1783910126" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Masked Admirers" src="https://cards.scryfall.io/large/front/7/5/75ed9639-f42d-4dfc-a1e9-fc8bd934230d.jpg?1783910126" />
    </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">
                $0.09
              </span>

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

      </div>

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

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

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Falkenrath Celebrants" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3eafd571-9364-44d9-8da5-1d93c07f0300.jpg?1783910124" />

        <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">
            Falkenrath Celebrants
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Falkenrath Celebrants" src="https://cards.scryfall.io/large/front/3/e/3eafd571-9364-44d9-8da5-1d93c07f0300.jpg?1783910124" />
    </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">
                $0.09
              </span>

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

      </div>

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elvish Ranger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a30ff99f-6eea-45a2-919e-577d9c413087.jpg?1783910107" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elvish Ranger" src="https://cards.scryfall.io/large/front/a/3/a30ff99f-6eea-45a2-919e-577d9c413087.jpg?1783910107" />
    </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">
                $0.09
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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-08&quot;:0.08},{&quot;2026-06-10&quot;:0.08},{&quot;2026-06-11&quot;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="82329"
  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">
            Bear&#39;s Companion
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Warrior
      </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">
            $0.09
          </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="Bear&#39;s Companion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18ef8c46-0842-4cf7-93b7-e659a08c5b94.jpg?1783932014" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Bear&#39;s Companion" src="https://cards.scryfall.io/large/front/1/8/18ef8c46-0842-4cf7-93b7-e659a08c5b94.jpg?1783932014" />
    </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">
                $0.09
              </span>

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

      </div>

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

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

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

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $0.09
          </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="Mogg Conscripts" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/e/7e624a3b-3371-42ee-895e-1f166f1a2e6e.jpg?1783910076" />

        <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">
            Mogg Conscripts
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mogg Conscripts" src="https://cards.scryfall.io/large/front/7/e/7e624a3b-3371-42ee-895e-1f166f1a2e6e.jpg?1783910076" />
    </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">
                $0.09
              </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-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="83853"
  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-vis 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">
            Infantry Veteran
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Infantry Veteran" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/3/0350470b-feea-4e15-bdf0-850b71dbeea6.jpg?1783947006" />

        <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">
            Infantry Veteran
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Infantry Veteran" src="https://cards.scryfall.io/large/front/0/3/0350470b-feea-4e15-bdf0-850b71dbeea6.jpg?1783947006" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Accursed Spirit" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/8/e8e26415-b1af-4718-9aef-aca0297d176f.jpg?1783931875" />

        <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">
            Accursed Spirit
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Accursed Spirit" src="https://cards.scryfall.io/large/front/e/8/e8e26415-b1af-4718-9aef-aca0297d176f.jpg?1783931875" />
    </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">
                $0.09
              </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-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.15},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.15},{&quot;2026-07-02&quot;:0.15},{&quot;2026-07-03&quot;:0.15},{&quot;2026-07-04&quot;:0.15},{&quot;2026-07-05&quot;:0.15},{&quot;2026-07-06&quot;:0.15},{&quot;2026-07-07&quot;:0.15},{&quot;2026-07-08&quot;:0.15},{&quot;2026-07-09&quot;:0.15},{&quot;2026-07-10&quot;:0.15},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.15},{&quot;2026-07-15&quot;:0.15},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.15},{&quot;2026-07-18&quot;:0.15},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-22&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-24&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.15},{&quot;2026-07-29&quot;:0.15},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.15},{&quot;2026-08-03&quot;:0.15},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.15},{&quot;2026-08-07&quot;:0.15},{&quot;2026-08-08&quot;:0.15},{&quot;2026-08-09&quot;:0.15},{&quot;2026-08-10&quot;:0.15},{&quot;2026-08-11&quot;:0.15},{&quot;2026-08-12&quot;:0.15},{&quot;2026-08-13&quot;:0.15},{&quot;2026-08-14&quot;:0.15},{&quot;2026-08-15&quot;:0.15},{&quot;2026-08-16&quot;:0.15},{&quot;2026-08-17&quot;:0.15},{&quot;2026-08-18&quot;:0.15},{&quot;2026-08-19&quot;:0.15},{&quot;2026-08-20&quot;:0.15},{&quot;2026-08-21&quot;:0.15},{&quot;2026-08-22&quot;:0.15},{&quot;2026-08-23&quot;:0.15},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.15},{&quot;2026-08-26&quot;:0.15},{&quot;2026-08-27&quot;:0.15},{&quot;2026-08-28&quot;:0.15},{&quot;2026-08-29&quot;:0.15},{&quot;2026-08-30&quot;:0.15},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="86388"
  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">
            Scholar of the Ages
        </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="text-sm font-medium text-nine-white">
            $0.09
          </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="Scholar of the Ages" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/926990e5-7705-4e00-ac47-79eda9c71425.jpg?1783909973" />

        <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">
            Scholar of the Ages
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Scholar of the Ages" src="https://cards.scryfall.io/large/front/9/2/926990e5-7705-4e00-ac47-79eda9c71425.jpg?1783909973" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Audacious Thief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/367edbdb-cce8-4372-8e63-7a3e142f1078.jpg?1783909973" />

        <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">
            Audacious Thief
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Audacious Thief" src="https://cards.scryfall.io/large/front/3/6/367edbdb-cce8-4372-8e63-7a3e142f1078.jpg?1783909973" />
    </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">
                $0.09
              </span>

            </div>
          </div>

      </div>

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Blinding Souleater" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3e87c2cd-d849-4396-a8ba-0e914578ff30.jpg?1783931834" />

        <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">
            Blinding Souleater
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Cleric</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="Blinding Souleater" src="https://cards.scryfall.io/large/front/3/e/3e87c2cd-d849-4396-a8ba-0e914578ff30.jpg?1783931834" />
    </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">
                $0.09
              </span>

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Trollhide" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/cae56445-6155-466d-9ad2-9744b2076956.jpg?1783909944" />

        <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">
            Trollhide
        </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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Trollhide" src="https://cards.scryfall.io/large/front/c/a/cae56445-6155-466d-9ad2-9744b2076956.jpg?1783909944" />
    </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">
                $0.09
              </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-12&quot;:0.1},{&quot;2026-06-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.09},{&quot;2026-07-03&quot;:0.09},{&quot;2026-07-04&quot;:0.09},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="87666"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Prophetic Bolt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2d9279da-0430-4048-80ef-c52addc43bf3.jpg?1783931785" />

        <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">
            Prophetic Bolt
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Prophetic Bolt" src="https://cards.scryfall.io/large/front/2/d/2d9279da-0430-4048-80ef-c52addc43bf3.jpg?1783931785" />
    </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">
                $0.09
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  10%
                </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-10&quot;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.12},{&quot;2026-07-12&quot;:0.12},{&quot;2026-07-13&quot;:0.12},{&quot;2026-07-14&quot;:0.12},{&quot;2026-07-15&quot;:0.12},{&quot;2026-07-16&quot;:0.12},{&quot;2026-07-17&quot;:0.12},{&quot;2026-07-18&quot;:0.12},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.12},{&quot;2026-07-21&quot;:0.12},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-25&quot;:0.12},{&quot;2026-07-26&quot;:0.12},{&quot;2026-07-27&quot;:0.12},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.1},{&quot;2026-09-03&quot;:0.1},{&quot;2026-09-04&quot;:0.1},{&quot;2026-09-05&quot;:0.1},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="88380"
  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">
            Iwamori of the Open Fist
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Monk
      </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">
            $0.09
          </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="Iwamori of the Open Fist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/ae88e295-e2fc-4e6d-ab0a-044100ab4a7a.jpg?1783909918" />

        <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">
            Iwamori of the Open Fist
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Monk</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="Iwamori of the Open Fist" src="https://cards.scryfall.io/large/front/a/e/ae88e295-e2fc-4e6d-ab0a-044100ab4a7a.jpg?1783909918" />
    </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">
                $0.09
              </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-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.1},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="109608"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-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">
            Stand Up for Yourself
        </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">
              ↓
              25%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Stand Up for Yourself" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/7/b756ca13-b904-4510-9bbb-5bc2864abfbd.jpg?1782683009" />

        <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">
            Stand Up for Yourself
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></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="Stand Up for Yourself" src="https://cards.scryfall.io/large/front/b/7/b756ca13-b904-4510-9bbb-5bc2864abfbd.jpg?1782683009" />
    </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">
                $0.09
              </span>

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

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

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:0.15},{&quot;2026-06-12&quot;:0.16},{&quot;2026-06-13&quot;:0.15},{&quot;2026-06-14&quot;:0.15},{&quot;2026-06-15&quot;:0.15},{&quot;2026-06-16&quot;:0.15},{&quot;2026-06-17&quot;:0.15},{&quot;2026-06-18&quot;:0.15},{&quot;2026-06-19&quot;:0.14},{&quot;2026-06-20&quot;:0.14},{&quot;2026-06-21&quot;:0.13},{&quot;2026-06-22&quot;:0.13},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.13},{&quot;2026-06-29&quot;:0.13},{&quot;2026-06-30&quot;:0.13},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.15},{&quot;2026-07-04&quot;:0.15},{&quot;2026-07-05&quot;:0.15},{&quot;2026-07-06&quot;:0.15},{&quot;2026-07-07&quot;:0.15},{&quot;2026-07-08&quot;:0.15},{&quot;2026-07-09&quot;:0.15},{&quot;2026-07-10&quot;:0.16},{&quot;2026-07-11&quot;:0.16},{&quot;2026-07-12&quot;:0.15},{&quot;2026-07-13&quot;:0.16},{&quot;2026-07-14&quot;:0.16},{&quot;2026-07-15&quot;:0.16},{&quot;2026-07-16&quot;:0.16},{&quot;2026-07-17&quot;:0.16},{&quot;2026-07-18&quot;:0.16},{&quot;2026-07-19&quot;:0.16},{&quot;2026-07-20&quot;:0.16},{&quot;2026-07-21&quot;:0.16},{&quot;2026-07-23&quot;:0.16},{&quot;2026-07-25&quot;:0.16},{&quot;2026-07-26&quot;:0.16},{&quot;2026-07-27&quot;:0.16},{&quot;2026-07-28&quot;:0.16},{&quot;2026-07-29&quot;:0.16},{&quot;2026-07-30&quot;:0.16},{&quot;2026-07-31&quot;:0.16},{&quot;2026-08-01&quot;:0.16},{&quot;2026-08-02&quot;:0.16},{&quot;2026-08-03&quot;:0.16},{&quot;2026-08-04&quot;:0.16},{&quot;2026-08-05&quot;:0.16},{&quot;2026-08-07&quot;:0.16},{&quot;2026-08-08&quot;:0.16},{&quot;2026-08-09&quot;:0.16},{&quot;2026-08-10&quot;:0.16},{&quot;2026-08-11&quot;:0.16},{&quot;2026-08-12&quot;:0.16},{&quot;2026-08-13&quot;:0.16},{&quot;2026-08-14&quot;:0.17},{&quot;2026-08-15&quot;:0.17},{&quot;2026-08-16&quot;:0.17},{&quot;2026-08-17&quot;:0.18},{&quot;2026-08-18&quot;:0.17},{&quot;2026-08-19&quot;:0.17},{&quot;2026-08-20&quot;:0.17},{&quot;2026-08-21&quot;:0.17},{&quot;2026-08-22&quot;:0.17},{&quot;2026-08-23&quot;:0.17},{&quot;2026-08-24&quot;:0.17},{&quot;2026-08-25&quot;:0.17},{&quot;2026-08-26&quot;:0.17},{&quot;2026-08-27&quot;:0.17},{&quot;2026-08-28&quot;:0.17},{&quot;2026-08-29&quot;:0.17},{&quot;2026-08-30&quot;:0.17},{&quot;2026-08-31&quot;:0.19},{&quot;2026-09-01&quot;:0.19},{&quot;2026-09-02&quot;:0.19},{&quot;2026-09-03&quot;:0.18},{&quot;2026-09-04&quot;:0.18},{&quot;2026-09-05&quot;:0.18},{&quot;2026-09-06&quot;:0.18},{&quot;2026-09-07&quot;:0.18},{&quot;2026-09-08&quot;:0.18},{&quot;2026-09-09&quot;:0.18},{&quot;2026-09-10&quot;:0.18},{&quot;2026-09-11&quot;:0.17}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&quot;2026-06-13&quot;:0.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.13},{&quot;2026-07-09&quot;:0.13},{&quot;2026-07-10&quot;:0.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.15},{&quot;2026-07-14&quot;:0.15},{&quot;2026-07-15&quot;:0.15},{&quot;2026-07-16&quot;:0.15},{&quot;2026-07-17&quot;:0.16},{&quot;2026-07-18&quot;:0.15},{&quot;2026-07-19&quot;:0.15},{&quot;2026-07-20&quot;:0.15},{&quot;2026-07-21&quot;:0.15},{&quot;2026-07-23&quot;:0.15},{&quot;2026-07-25&quot;:0.15},{&quot;2026-07-26&quot;:0.15},{&quot;2026-07-27&quot;:0.15},{&quot;2026-07-28&quot;:0.15},{&quot;2026-07-29&quot;:0.15},{&quot;2026-07-30&quot;:0.15},{&quot;2026-07-31&quot;:0.15},{&quot;2026-08-01&quot;:0.15},{&quot;2026-08-02&quot;:0.15},{&quot;2026-08-03&quot;:0.15},{&quot;2026-08-04&quot;:0.15},{&quot;2026-08-05&quot;:0.17},{&quot;2026-08-07&quot;:0.16},{&quot;2026-08-08&quot;:0.16},{&quot;2026-08-09&quot;:0.16},{&quot;2026-08-10&quot;:0.16},{&quot;2026-08-11&quot;:0.16},{&quot;2026-08-12&quot;:0.17},{&quot;2026-08-13&quot;:0.17},{&quot;2026-08-14&quot;:0.16},{&quot;2026-08-15&quot;:0.16},{&quot;2026-08-16&quot;:0.16},{&quot;2026-08-17&quot;:0.16},{&quot;2026-08-18&quot;:0.17},{&quot;2026-08-19&quot;:0.17},{&quot;2026-08-20&quot;:0.17},{&quot;2026-08-21&quot;:0.17},{&quot;2026-08-22&quot;:0.17},{&quot;2026-08-23&quot;:0.17},{&quot;2026-08-24&quot;:0.15},{&quot;2026-08-25&quot;:0.15},{&quot;2026-08-26&quot;:0.15},{&quot;2026-08-27&quot;:0.15},{&quot;2026-08-28&quot;:0.14},{&quot;2026-08-29&quot;:0.14},{&quot;2026-08-30&quot;:0.13},{&quot;2026-08-31&quot;:0.13},{&quot;2026-09-01&quot;:0.12},{&quot;2026-09-02&quot;:0.12},{&quot;2026-09-03&quot;:0.12},{&quot;2026-09-04&quot;:0.11},{&quot;2026-09-05&quot;:0.12},{&quot;2026-09-06&quot;:0.12},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.11},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.09},{&quot;2026-09-11&quot;:0.09}]}"
        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="109804"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-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">
            Soaring Stoneglider
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Soaring Stoneglider" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2fbe446b-60fd-43da-8358-985392293af8.jpg?1783903700" />

        <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">
            Soaring Stoneglider
        </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 — Elephant Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Soaring Stoneglider" src="https://cards.scryfall.io/large/front/2/f/2fbe446b-60fd-43da-8358-985392293af8.jpg?1783903700" />
    </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">
                $0.09
              </span>

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

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

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

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


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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.09
          </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="Troll Negotiations" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca0f7bf4-b8a2-4ec4-ad7e-b639de9fa76a.jpg?1785404594" />

        <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">
            Troll Negotiations
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Troll Negotiations" src="https://cards.scryfall.io/large/front/c/a/ca0f7bf4-b8a2-4ec4-ad7e-b639de9fa76a.jpg?1785404594" />
    </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">
                $0.09
              </span>

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-07&quot;:0.37},{&quot;2026-08-08&quot;:0.34},{&quot;2026-08-09&quot;:0.31},{&quot;2026-08-10&quot;:0.3},{&quot;2026-08-11&quot;:0.3},{&quot;2026-08-12&quot;:0.3},{&quot;2026-08-13&quot;:0.29},{&quot;2026-08-14&quot;:0.29},{&quot;2026-08-15&quot;:0.28},{&quot;2026-08-16&quot;:0.24},{&quot;2026-08-17&quot;:0.24},{&quot;2026-08-18&quot;:0.24},{&quot;2026-08-19&quot;:0.25},{&quot;2026-08-20&quot;:0.25},{&quot;2026-08-21&quot;:0.25},{&quot;2026-08-22&quot;:0.25},{&quot;2026-08-23&quot;:0.28},{&quot;2026-08-24&quot;:0.27},{&quot;2026-08-25&quot;:0.26},{&quot;2026-08-26&quot;:0.26},{&quot;2026-08-27&quot;:0.25},{&quot;2026-08-28&quot;:0.25},{&quot;2026-08-29&quot;:0.25},{&quot;2026-08-30&quot;:0.22},{&quot;2026-08-31&quot;:0.22},{&quot;2026-09-01&quot;:0.22},{&quot;2026-09-02&quot;:0.22},{&quot;2026-09-03&quot;:0.23},{&quot;2026-09-04&quot;:0.21},{&quot;2026-09-05&quot;:0.22},{&quot;2026-09-06&quot;:0.21},{&quot;2026-09-07&quot;:0.21},{&quot;2026-09-08&quot;:0.22},{&quot;2026-09-09&quot;:0.22},{&quot;2026-09-10&quot;:0.23},{&quot;2026-09-11&quot;:0.22}],&quot;normal&quot;:[{&quot;2026-08-08&quot;:0.32},{&quot;2026-08-09&quot;:0.27},{&quot;2026-08-10&quot;:0.27},{&quot;2026-08-11&quot;:0.26},{&quot;2026-08-12&quot;:0.26},{&quot;2026-08-13&quot;:0.27},{&quot;2026-08-14&quot;:0.26},{&quot;2026-08-15&quot;:0.19},{&quot;2026-08-16&quot;:0.12},{&quot;2026-08-17&quot;:0.11},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.05},{&quot;2026-08-20&quot;:0.05},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.11},{&quot;2026-08-27&quot;:0.15},{&quot;2026-08-28&quot;:0.15},{&quot;2026-08-29&quot;:0.15},{&quot;2026-08-30&quot;:0.14},{&quot;2026-08-31&quot;:0.14},{&quot;2026-09-01&quot;:0.14},{&quot;2026-09-02&quot;:0.19},{&quot;2026-09-03&quot;:0.19},{&quot;2026-09-04&quot;:0.2},{&quot;2026-09-05&quot;:0.21},{&quot;2026-09-06&quot;:0.21},{&quot;2026-09-07&quot;:0.19},{&quot;2026-09-08&quot;:0.13},{&quot;2026-09-09&quot;:0.13},{&quot;2026-09-10&quot;:0.11},{&quot;2026-09-11&quot;:0.09}]}"
        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="29666"
  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-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">
            Holy Armor
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 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.08
          </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="Holy Armor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3a0b9dba-f621-4700-8a36-bf326e04cbac.jpg?1783947870" />

        <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">
            Holy Armor
        </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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Holy Armor" src="https://cards.scryfall.io/large/front/3/a/3a0b9dba-f621-4700-8a36-bf326e04cbac.jpg?1783947870" />
    </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">
            7
          </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">
                $0.08
              </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-08&quot;:0.05},{&quot;2026-06-10&quot;:0.05},{&quot;2026-06-11&quot;:0.05},{&quot;2026-06-12&quot;:0.05},{&quot;2026-06-13&quot;:0.05},{&quot;2026-06-14&quot;:0.05},{&quot;2026-06-15&quot;:0.05},{&quot;2026-06-16&quot;:0.05},{&quot;2026-06-17&quot;:0.05},{&quot;2026-06-18&quot;:0.05},{&quot;2026-06-19&quot;:0.05},{&quot;2026-06-20&quot;:0.05},{&quot;2026-06-21&quot;:0.05},{&quot;2026-06-22&quot;:0.05},{&quot;2026-06-24&quot;:0.05},{&quot;2026-06-25&quot;:0.05},{&quot;2026-06-26&quot;:0.05},{&quot;2026-06-27&quot;:0.05},{&quot;2026-06-28&quot;:0.05},{&quot;2026-06-29&quot;:0.05},{&quot;2026-06-30&quot;:0.05},{&quot;2026-07-01&quot;:0.05},{&quot;2026-07-02&quot;:0.05},{&quot;2026-07-03&quot;:0.05},{&quot;2026-07-04&quot;:0.05},{&quot;2026-07-05&quot;:0.05},{&quot;2026-07-06&quot;:0.05},{&quot;2026-07-07&quot;:0.05},{&quot;2026-07-08&quot;:0.05},{&quot;2026-07-09&quot;:0.05},{&quot;2026-07-10&quot;:0.05},{&quot;2026-07-11&quot;:0.05},{&quot;2026-07-12&quot;:0.05},{&quot;2026-07-13&quot;:0.05},{&quot;2026-07-14&quot;:0.05},{&quot;2026-07-15&quot;:0.05},{&quot;2026-07-16&quot;:0.05},{&quot;2026-07-17&quot;:0.05},{&quot;2026-07-18&quot;:0.05},{&quot;2026-07-19&quot;:0.05},{&quot;2026-07-20&quot;:0.05},{&quot;2026-07-21&quot;:0.05},{&quot;2026-07-23&quot;:0.05},{&quot;2026-07-25&quot;:0.06},{&quot;2026-07-26&quot;:0.06},{&quot;2026-07-27&quot;:0.06},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="29704"
  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-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">
            Pikemen
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 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.08
          </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="Pikemen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/015cc1ad-8b9f-484c-aa7d-d44f7bc914d2.jpg?1783947867" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Pikemen" src="https://cards.scryfall.io/large/front/0/1/015cc1ad-8b9f-484c-aa7d-d44f7bc914d2.jpg?1783947867" />
    </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">
            7
          </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">
                $0.08
              </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-10&quot;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.07},{&quot;2026-07-15&quot;:0.07},{&quot;2026-07-16&quot;:0.07},{&quot;2026-07-17&quot;:0.07},{&quot;2026-07-18&quot;:0.07},{&quot;2026-07-19&quot;:0.07},{&quot;2026-07-20&quot;:0.07},{&quot;2026-07-21&quot;:0.07},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.07},{&quot;2026-07-27&quot;:0.07},{&quot;2026-07-29&quot;:0.07},{&quot;2026-07-30&quot;:0.07},{&quot;2026-07-31&quot;:0.07},{&quot;2026-08-01&quot;:0.07},{&quot;2026-08-02&quot;:0.07},{&quot;2026-08-03&quot;:0.07},{&quot;2026-08-04&quot;:0.07},{&quot;2026-08-05&quot;:0.07},{&quot;2026-08-07&quot;:0.07},{&quot;2026-08-08&quot;:0.07},{&quot;2026-08-09&quot;:0.07},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="29837"
  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-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">
            Merfolk of the Pearl Trident
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Merfolk of the Pearl Trident" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93661c9f-b529-4d82-b68d-3ce050f77e0d.jpg?1783947856" />

        <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">
            Merfolk of the Pearl Trident
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Merfolk of the Pearl Trident" src="https://cards.scryfall.io/large/front/9/3/93661c9f-b529-4d82-b68d-3ce050f77e0d.jpg?1783947856" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </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-13&quot;:0.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.09},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="30112"
  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-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">
            Brothers of Fire
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 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.08
          </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="Brothers of Fire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/66674f3a-e882-44f1-addc-d74605150c39.jpg?1783947833" />

        <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">
            Brothers of Fire
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brothers of Fire" src="https://cards.scryfall.io/large/front/6/6/66674f3a-e882-44f1-addc-d74605150c39.jpg?1783947833" />
    </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">
            7
          </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">
                $0.08
              </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-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.06},{&quot;2026-07-14&quot;:0.06},{&quot;2026-07-15&quot;:0.06},{&quot;2026-07-16&quot;:0.06},{&quot;2026-07-17&quot;:0.06},{&quot;2026-07-18&quot;:0.06},{&quot;2026-07-19&quot;:0.06},{&quot;2026-07-20&quot;:0.06},{&quot;2026-07-21&quot;:0.06},{&quot;2026-07-23&quot;:0.07},{&quot;2026-07-24&quot;:0.07},{&quot;2026-07-25&quot;:0.07},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="33145"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-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">
            Aysen Bureaucrats
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Aysen Bureaucrats" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7ca3fa70-50b3-4157-afda-fe58bf72ee16.jpg?1783947305" />

        <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">
            Aysen Bureaucrats
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Advisor</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="Aysen Bureaucrats" src="https://cards.scryfall.io/large/front/7/c/7ca3fa70-50b3-4157-afda-fe58bf72ee16.jpg?1783947305" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  14%
                </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-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.07},{&quot;2026-09-03&quot;:0.07},{&quot;2026-09-04&quot;:0.07},{&quot;2026-09-05&quot;:0.07},{&quot;2026-09-06&quot;:0.07},{&quot;2026-09-07&quot;:0.07},{&quot;2026-09-08&quot;:0.07},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="33180"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hml ss-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">
            Samite Alchemist
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Samite Alchemist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/0545fc43-9c67-4ad4-b1d9-6b57b53321af.jpg?1783947301" />

        <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">
            Samite Alchemist
        </h3>

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Samite Alchemist" src="https://cards.scryfall.io/large/front/0/5/0545fc43-9c67-4ad4-b1d9-6b57b53321af.jpg?1783947301" />
    </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">
                $0.08
              </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-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.1},{&quot;2026-06-16&quot;:0.1},{&quot;2026-06-17&quot;:0.1},{&quot;2026-06-18&quot;:0.1},{&quot;2026-06-19&quot;:0.1},{&quot;2026-06-20&quot;:0.1},{&quot;2026-06-21&quot;:0.1},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="62352"
  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-rtr 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">
            Call of the Conclave
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Call of the Conclave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c6df8f4d-a07a-4664-878d-efec8b2affb9.jpg?1783940344" />

        <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">
            Call of the Conclave
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></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="Call of the Conclave" src="https://cards.scryfall.io/large/front/c/6/c6df8f4d-a07a-4664-878d-efec8b2affb9.jpg?1783940344" />
    </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">
                $0.08
              </span>

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

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

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

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


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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Diversionary Tactics" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/594f430c-eef4-4c2a-b933-62d01dd19f11.jpg?1783910475" />

        <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">
            Diversionary Tactics
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Diversionary Tactics" src="https://cards.scryfall.io/large/front/5/9/594f430c-eef4-4c2a-b933-62d01dd19f11.jpg?1783910475" />
    </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">
                $0.08
              </span>

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Built to Last" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea88a784-1859-4769-b1a1-400dc9920cc7.jpg?1783932436" />

        <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">
            Built to Last
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Built to Last" src="https://cards.scryfall.io/large/front/e/a/ea88a784-1859-4769-b1a1-400dc9920cc7.jpg?1783932436" />
    </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">
                $0.08
              </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-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.1},{&quot;2026-06-23&quot;:0.1},{&quot;2026-06-24&quot;:0.1},{&quot;2026-06-25&quot;:0.1},{&quot;2026-06-26&quot;:0.1},{&quot;2026-06-27&quot;:0.1},{&quot;2026-06-28&quot;:0.1},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.1},{&quot;2026-07-15&quot;:0.1},{&quot;2026-07-16&quot;:0.1},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-22&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&quot;2026-07-28&quot;:0.11},{&quot;2026-07-29&quot;:0.12},{&quot;2026-07-30&quot;:0.12},{&quot;2026-07-31&quot;:0.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.12},{&quot;2026-08-04&quot;:0.12},{&quot;2026-08-05&quot;:0.12},{&quot;2026-08-07&quot;:0.12},{&quot;2026-08-08&quot;:0.12},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="74066"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Djeru&#39;s Renunciation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/e/ae24cd84-23b0-4e45-835f-1752e8d1c719.jpg?1783932426" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Djeru&#39;s Renunciation" src="https://cards.scryfall.io/large/front/a/e/ae24cd84-23b0-4e45-835f-1752e8d1c719.jpg?1783932426" />
    </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">
                $0.08
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Oran-Rief Invoker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d68a25a7-ac43-4aac-a417-91bf72040160.jpg?1783932398" />

        <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">
            Oran-Rief Invoker
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Shaman</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="Oran-Rief Invoker" src="https://cards.scryfall.io/large/front/d/6/d68a25a7-ac43-4aac-a417-91bf72040160.jpg?1783932398" />
    </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">
                $0.08
              </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-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.11},{&quot;2026-07-03&quot;:0.11},{&quot;2026-07-04&quot;:0.11},{&quot;2026-07-05&quot;:0.11},{&quot;2026-07-06&quot;:0.11},{&quot;2026-07-07&quot;:0.11},{&quot;2026-07-08&quot;:0.11},{&quot;2026-07-09&quot;:0.11},{&quot;2026-07-10&quot;:0.11},{&quot;2026-07-11&quot;:0.11},{&quot;2026-07-12&quot;:0.11},{&quot;2026-07-13&quot;:0.11},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.11},{&quot;2026-07-18&quot;:0.11},{&quot;2026-07-19&quot;:0.11},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-22&quot;:0.11},{&quot;2026-07-23&quot;:0.11},{&quot;2026-07-24&quot;:0.11},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="74658"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Porcelain Legionnaire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a377ec34-2da6-420a-b35e-7f380a413dcf.jpg?1783910439" />

        <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">
            Porcelain Legionnaire
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Soldier</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-wp'></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="Porcelain Legionnaire" src="https://cards.scryfall.io/large/front/a/3/a377ec34-2da6-420a-b35e-7f380a413dcf.jpg?1783910439" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </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-10&quot;:0.11},{&quot;2026-06-11&quot;:0.11},{&quot;2026-06-12&quot;:0.11},{&quot;2026-06-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.1},{&quot;2026-06-30&quot;:0.1},{&quot;2026-07-01&quot;:0.1},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.09},{&quot;2026-07-06&quot;:0.09},{&quot;2026-07-07&quot;:0.09},{&quot;2026-07-08&quot;:0.09},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="74852"
  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">
            Teferi&#39;s Honor Guard
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Teferi&#39;s Honor Guard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38249837-5dac-4287-a18c-515b5cf87e52.jpg?1783910431" />

        <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">
            Teferi&#39;s Honor Guard
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Teferi&#39;s Honor Guard" src="https://cards.scryfall.io/large/front/3/8/38249837-5dac-4287-a18c-515b5cf87e52.jpg?1783910431" />
    </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">
                $0.08
              </span>

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

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Nephalia Smuggler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/f/4fc4dab0-a6df-4be2-a0ab-d51e119b038d.jpg?1783910414" />

        <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">
            Nephalia Smuggler
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nephalia Smuggler" src="https://cards.scryfall.io/large/front/4/f/4fc4dab0-a6df-4be2-a0ab-d51e119b038d.jpg?1783910414" />
    </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">
                $0.08
              </span>

            </div>
          </div>

      </div>

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

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Echo Tracer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/e/dec7326e-950c-426a-9c82-d631a95aee4d.jpg?1783910385" />

        <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">
            Echo Tracer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Echo Tracer" src="https://cards.scryfall.io/large/front/d/e/dec7326e-950c-426a-9c82-d631a95aee4d.jpg?1783910385" />
    </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">
                $0.08
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.01</span>
              <span class="text-xs text-grey-text">Credit: $0.01</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;:0.08},{&quot;2026-06-12&quot;:0.08},{&quot;2026-06-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.07},{&quot;2026-08-11&quot;:0.07},{&quot;2026-08-12&quot;:0.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&quot;2026-08-15&quot;:0.07},{&quot;2026-08-16&quot;:0.07},{&quot;2026-08-17&quot;:0.07},{&quot;2026-08-18&quot;:0.07},{&quot;2026-08-19&quot;:0.07},{&quot;2026-08-20&quot;:0.07},{&quot;2026-08-21&quot;:0.07},{&quot;2026-08-22&quot;:0.07},{&quot;2026-08-23&quot;:0.07},{&quot;2026-08-24&quot;:0.07},{&quot;2026-08-25&quot;:0.07},{&quot;2026-08-26&quot;:0.07},{&quot;2026-08-27&quot;:0.07},{&quot;2026-08-28&quot;:0.07},{&quot;2026-08-29&quot;:0.07},{&quot;2026-08-30&quot;:0.07},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="75979"
  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">
            Divide by Zero
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Divide by Zero" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0e6d81e3-c83f-495a-b947-154fb4551a32.jpg?1783910373" />

        <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">
            Divide by Zero
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Divide by Zero" src="https://cards.scryfall.io/large/front/0/e/0e6d81e3-c83f-495a-b947-154fb4551a32.jpg?1783910373" />
    </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">
                $0.08
              </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-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="76533"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Stormbound Geist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/4/04e27d9c-e9be-48a6-a0ec-fc96aef3b637.jpg?1783910348" />

        <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">
            Stormbound Geist
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Spirit</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="Stormbound Geist" src="https://cards.scryfall.io/large/front/0/4/04e27d9c-e9be-48a6-a0ec-fc96aef3b637.jpg?1783910348" />
    </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">
                $0.08
              </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-08&quot;:0.07},{&quot;2026-06-10&quot;:0.07},{&quot;2026-06-11&quot;:0.07},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.07},{&quot;2026-07-05&quot;:0.07},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.09},{&quot;2026-07-10&quot;:0.09},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.07},{&quot;2026-09-11&quot;:0.08}]}"
        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="76627"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="You&#39;re Confronted by Robbers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/28bebe57-9702-45a9-ab84-013e9726d55f.jpg?1783910346" />

        <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">
            You&#39;re Confronted by Robbers
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="You&#39;re Confronted by Robbers" src="https://cards.scryfall.io/large/front/2/8/28bebe57-9702-45a9-ab84-013e9726d55f.jpg?1783910346" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </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-10&quot;:0.09},{&quot;2026-06-11&quot;:0.09},{&quot;2026-06-12&quot;:0.09},{&quot;2026-06-13&quot;:0.09},{&quot;2026-06-14&quot;:0.09},{&quot;2026-06-15&quot;:0.09},{&quot;2026-06-16&quot;:0.09},{&quot;2026-06-17&quot;:0.09},{&quot;2026-06-18&quot;:0.09},{&quot;2026-06-19&quot;:0.09},{&quot;2026-06-20&quot;:0.09},{&quot;2026-06-21&quot;:0.09},{&quot;2026-06-22&quot;:0.09},{&quot;2026-06-23&quot;:0.09},{&quot;2026-06-24&quot;:0.09},{&quot;2026-06-25&quot;:0.09},{&quot;2026-06-26&quot;:0.09},{&quot;2026-06-27&quot;:0.09},{&quot;2026-06-28&quot;:0.09},{&quot;2026-06-29&quot;:0.09},{&quot;2026-06-30&quot;:0.09},{&quot;2026-07-01&quot;:0.09},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.07},{&quot;2026-07-07&quot;:0.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.07},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.07},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="76851"
  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">
            Cerulean Wyvern
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Cerulean Wyvern" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c89308a2-7b4a-4ab1-a4ac-3c9047b024a9.jpg?1783910335" />

        <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">
            Cerulean Wyvern
        </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 — Drake</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="Cerulean Wyvern" src="https://cards.scryfall.io/large/front/c/8/c89308a2-7b4a-4ab1-a4ac-3c9047b024a9.jpg?1783910335" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </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-13&quot;:0.11},{&quot;2026-06-14&quot;:0.11},{&quot;2026-06-15&quot;:0.11},{&quot;2026-06-16&quot;:0.11},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.12},{&quot;2026-06-22&quot;:0.12},{&quot;2026-06-23&quot;:0.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&quot;2026-06-26&quot;:0.12},{&quot;2026-06-27&quot;:0.12},{&quot;2026-06-28&quot;:0.12},{&quot;2026-06-29&quot;:0.12},{&quot;2026-06-30&quot;:0.12},{&quot;2026-07-01&quot;:0.12},{&quot;2026-07-02&quot;:0.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&quot;2026-07-05&quot;:0.12},{&quot;2026-07-06&quot;:0.12},{&quot;2026-07-07&quot;:0.12},{&quot;2026-07-08&quot;:0.12},{&quot;2026-07-09&quot;:0.12},{&quot;2026-07-10&quot;:0.12},{&quot;2026-07-11&quot;:0.09},{&quot;2026-07-12&quot;:0.09},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.09},{&quot;2026-07-16&quot;:0.09},{&quot;2026-07-17&quot;:0.09},{&quot;2026-07-18&quot;:0.09},{&quot;2026-07-19&quot;:0.09},{&quot;2026-07-20&quot;:0.09},{&quot;2026-07-21&quot;:0.09},{&quot;2026-07-22&quot;:0.09},{&quot;2026-07-23&quot;:0.09},{&quot;2026-07-24&quot;:0.09},{&quot;2026-07-25&quot;:0.09},{&quot;2026-07-26&quot;:0.09},{&quot;2026-07-27&quot;:0.09},{&quot;2026-07-28&quot;:0.09},{&quot;2026-07-29&quot;:0.09},{&quot;2026-07-30&quot;:0.09},{&quot;2026-07-31&quot;:0.09},{&quot;2026-08-01&quot;:0.09},{&quot;2026-08-02&quot;:0.09},{&quot;2026-08-03&quot;:0.09},{&quot;2026-08-04&quot;:0.09},{&quot;2026-08-05&quot;:0.09},{&quot;2026-08-07&quot;:0.09},{&quot;2026-08-08&quot;:0.09},{&quot;2026-08-09&quot;:0.09},{&quot;2026-08-10&quot;:0.09},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.09},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="77516"
  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-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">
            Charmed Sleep
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Charmed Sleep" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f1f97d9e-650b-4b69-8733-d80c8e0f723f.jpg?1783932662" />

        <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">
            Charmed Sleep
        </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">Enchantment — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Charmed Sleep" src="https://cards.scryfall.io/large/front/f/1/f1f97d9e-650b-4b69-8733-d80c8e0f723f.jpg?1783932662" />
    </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">
                $0.08
              </span>

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

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

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

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


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

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

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Skinthinner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95d1a28f-6f60-4437-a17c-0ceba8ae6bc3.jpg?1783910276" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Zombie</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="Skinthinner" src="https://cards.scryfall.io/large/front/9/5/95d1a28f-6f60-4437-a17c-0ceba8ae6bc3.jpg?1783910276" />
    </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">
                $0.08
              </span>

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Zombie Cutthroat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c891c529-46b4-4c55-a5ee-3481391e77a0.jpg?1783910274" />

        <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">
            Zombie Cutthroat
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Zombie Cutthroat" src="https://cards.scryfall.io/large/front/c/8/c891c529-46b4-4c55-a5ee-3481391e77a0.jpg?1783910274" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  11%
                </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-13&quot;:0.08},{&quot;2026-06-14&quot;:0.08},{&quot;2026-06-15&quot;:0.08},{&quot;2026-06-16&quot;:0.08},{&quot;2026-06-17&quot;:0.08},{&quot;2026-06-18&quot;:0.08},{&quot;2026-06-19&quot;:0.08},{&quot;2026-06-20&quot;:0.08},{&quot;2026-06-21&quot;:0.08},{&quot;2026-06-22&quot;:0.08},{&quot;2026-06-23&quot;:0.08},{&quot;2026-06-24&quot;:0.08},{&quot;2026-06-25&quot;:0.08},{&quot;2026-06-26&quot;:0.08},{&quot;2026-06-27&quot;:0.08},{&quot;2026-06-28&quot;:0.08},{&quot;2026-06-29&quot;:0.08},{&quot;2026-06-30&quot;:0.08},{&quot;2026-07-01&quot;:0.08},{&quot;2026-07-02&quot;:0.08},{&quot;2026-07-03&quot;:0.08},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.09},{&quot;2026-08-12&quot;:0.09},{&quot;2026-08-13&quot;:0.09},{&quot;2026-08-14&quot;:0.09},{&quot;2026-08-15&quot;:0.09},{&quot;2026-08-16&quot;:0.09},{&quot;2026-08-17&quot;:0.09},{&quot;2026-08-18&quot;:0.09},{&quot;2026-08-19&quot;:0.09},{&quot;2026-08-20&quot;:0.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&quot;2026-08-25&quot;:0.09},{&quot;2026-08-26&quot;:0.09},{&quot;2026-08-27&quot;:0.09},{&quot;2026-08-28&quot;:0.09},{&quot;2026-08-29&quot;:0.09},{&quot;2026-08-30&quot;:0.09},{&quot;2026-08-31&quot;:0.09},{&quot;2026-09-01&quot;:0.09},{&quot;2026-09-02&quot;:0.09},{&quot;2026-09-03&quot;:0.09},{&quot;2026-09-04&quot;:0.09},{&quot;2026-09-05&quot;:0.09},{&quot;2026-09-06&quot;:0.09},{&quot;2026-09-07&quot;:0.09},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.07},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="78172"
  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">
            Whirler Rogue
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.08
          </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="Whirler Rogue" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/150b14f7-f0b0-4713-83ce-344e0375204c.jpg?1783910271" />

        <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">
            Whirler Rogue
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Whirler Rogue" src="https://cards.scryfall.io/large/front/1/5/150b14f7-f0b0-4713-83ce-344e0375204c.jpg?1783910271" />
    </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">
                $0.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  20%
                </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-12&quot;:0.12},{&quot;2026-06-13&quot;:0.12},{&quot;2026-06-14&quot;:0.12},{&quot;2026-06-15&quot;:0.12},{&quot;2026-06-16&quot;:0.12},{&quot;2026-06-17&quot;:0.11},{&quot;2026-06-18&quot;:0.11},{&quot;2026-06-19&quot;:0.11},{&quot;2026-06-20&quot;:0.11},{&quot;2026-06-21&quot;:0.11},{&quot;2026-06-22&quot;:0.11},{&quot;2026-06-23&quot;:0.11},{&quot;2026-06-24&quot;:0.11},{&quot;2026-06-25&quot;:0.11},{&quot;2026-06-26&quot;:0.11},{&quot;2026-06-27&quot;:0.11},{&quot;2026-06-28&quot;:0.11},{&quot;2026-06-29&quot;:0.11},{&quot;2026-06-30&quot;:0.11},{&quot;2026-07-01&quot;:0.11},{&quot;2026-07-02&quot;:0.1},{&quot;2026-07-03&quot;:0.1},{&quot;2026-07-04&quot;:0.1},{&quot;2026-07-05&quot;:0.1},{&quot;2026-07-06&quot;:0.1},{&quot;2026-07-07&quot;:0.1},{&quot;2026-07-08&quot;:0.1},{&quot;2026-07-09&quot;:0.1},{&quot;2026-07-10&quot;:0.1},{&quot;2026-07-11&quot;:0.1},{&quot;2026-07-12&quot;:0.1},{&quot;2026-07-13&quot;:0.1},{&quot;2026-07-14&quot;:0.11},{&quot;2026-07-15&quot;:0.11},{&quot;2026-07-16&quot;:0.11},{&quot;2026-07-17&quot;:0.1},{&quot;2026-07-18&quot;:0.1},{&quot;2026-07-19&quot;:0.1},{&quot;2026-07-20&quot;:0.1},{&quot;2026-07-21&quot;:0.1},{&quot;2026-07-23&quot;:0.1},{&quot;2026-07-24&quot;:0.1},{&quot;2026-07-25&quot;:0.1},{&quot;2026-07-26&quot;:0.1},{&quot;2026-07-27&quot;:0.1},{&quot;2026-07-28&quot;:0.1},{&quot;2026-07-29&quot;:0.1},{&quot;2026-07-30&quot;:0.1},{&quot;2026-07-31&quot;:0.1},{&quot;2026-08-01&quot;:0.1},{&quot;2026-08-02&quot;:0.11},{&quot;2026-08-03&quot;:0.1},{&quot;2026-08-04&quot;:0.1},{&quot;2026-08-05&quot;:0.1},{&quot;2026-08-07&quot;:0.1},{&quot;2026-08-08&quot;:0.1},{&quot;2026-08-09&quot;:0.1},{&quot;2026-08-10&quot;:0.1},{&quot;2026-08-11&quot;:0.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&quot;2026-08-14&quot;:0.1},{&quot;2026-08-15&quot;:0.1},{&quot;2026-08-16&quot;:0.1},{&quot;2026-08-17&quot;:0.1},{&quot;2026-08-18&quot;:0.1},{&quot;2026-08-19&quot;:0.1},{&quot;2026-08-20&quot;:0.1},{&quot;2026-08-21&quot;:0.1},{&quot;2026-08-22&quot;:0.1},{&quot;2026-08-23&quot;:0.1},{&quot;2026-08-24&quot;:0.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.1},{&quot;2026-08-27&quot;:0.1},{&quot;2026-08-28&quot;:0.1},{&quot;2026-08-29&quot;:0.1},{&quot;2026-08-30&quot;:0.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&quot;2026-09-02&quot;:0.1},{&quot;2026-09-03&quot;:0.1},{&quot;2026-09-04&quot;:0.1},{&quot;2026-09-05&quot;:0.1},{&quot;2026-09-06&quot;:0.1},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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="78547"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Salamander
      </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">
            $0.08
          </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="Festering Newt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b00d0ae8-9874-4cc0-bd01-b5ae3224d133.jpg?1783932209" />

        <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">
            Festering Newt
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Festering Newt" src="https://cards.scryfall.io/large/front/b/0/b00d0ae8-9874-4cc0-bd01-b5ae3224d133.jpg?1783932209" />
    </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">
                $0.08
              </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-13&quot;:0.07},{&quot;2026-06-14&quot;:0.07},{&quot;2026-06-15&quot;:0.07},{&quot;2026-06-16&quot;:0.07},{&quot;2026-06-17&quot;:0.07},{&quot;2026-06-18&quot;:0.07},{&quot;2026-06-19&quot;:0.07},{&quot;2026-06-20&quot;:0.07},{&quot;2026-06-21&quot;:0.07},{&quot;2026-06-22&quot;:0.07},{&quot;2026-06-23&quot;:0.07},{&quot;2026-06-24&quot;:0.07},{&quot;2026-06-25&quot;:0.07},{&quot;2026-06-26&quot;:0.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&quot;2026-06-29&quot;:0.07},{&quot;2026-06-30&quot;:0.07},{&quot;2026-07-01&quot;:0.07},{&quot;2026-07-02&quot;:0.07},{&quot;2026-07-03&quot;:0.07},{&quot;2026-07-04&quot;:0.08},{&quot;2026-07-05&quot;:0.08},{&quot;2026-07-06&quot;:0.08},{&quot;2026-07-07&quot;:0.08},{&quot;2026-07-08&quot;:0.08},{&quot;2026-07-09&quot;:0.08},{&quot;2026-07-10&quot;:0.08},{&quot;2026-07-11&quot;:0.08},{&quot;2026-07-12&quot;:0.08},{&quot;2026-07-13&quot;:0.08},{&quot;2026-07-14&quot;:0.08},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&quot;2026-07-17&quot;:0.08},{&quot;2026-07-18&quot;:0.08},{&quot;2026-07-19&quot;:0.08},{&quot;2026-07-20&quot;:0.08},{&quot;2026-07-21&quot;:0.08},{&quot;2026-07-22&quot;:0.08},{&quot;2026-07-23&quot;:0.08},{&quot;2026-07-24&quot;:0.08},{&quot;2026-07-25&quot;:0.08},{&quot;2026-07-26&quot;:0.08},{&quot;2026-07-27&quot;:0.08},{&quot;2026-07-28&quot;:0.08},{&quot;2026-07-29&quot;:0.08},{&quot;2026-07-30&quot;:0.08},{&quot;2026-07-31&quot;:0.08},{&quot;2026-08-01&quot;:0.08},{&quot;2026-08-02&quot;:0.08},{&quot;2026-08-03&quot;:0.08},{&quot;2026-08-04&quot;:0.08},{&quot;2026-08-05&quot;:0.08},{&quot;2026-08-07&quot;:0.08},{&quot;2026-08-08&quot;:0.08},{&quot;2026-08-09&quot;:0.08},{&quot;2026-08-10&quot;:0.08},{&quot;2026-08-11&quot;:0.08},{&quot;2026-08-12&quot;:0.08},{&quot;2026-08-13&quot;:0.08},{&quot;2026-08-14&quot;:0.08},{&quot;2026-08-15&quot;:0.08},{&quot;2026-08-16&quot;:0.08},{&quot;2026-08-17&quot;:0.08},{&quot;2026-08-18&quot;:0.08},{&quot;2026-08-19&quot;:0.08},{&quot;2026-08-20&quot;:0.08},{&quot;2026-08-21&quot;:0.08},{&quot;2026-08-22&quot;:0.08},{&quot;2026-08-23&quot;:0.08},{&quot;2026-08-24&quot;:0.08},{&quot;2026-08-25&quot;:0.08},{&quot;2026-08-26&quot;:0.08},{&quot;2026-08-27&quot;:0.08},{&quot;2026-08-28&quot;:0.08},{&quot;2026-08-29&quot;:0.08},{&quot;2026-08-30&quot;:0.08},{&quot;2026-08-31&quot;:0.08},{&quot;2026-09-01&quot;:0.08},{&quot;2026-09-02&quot;:0.08},{&quot;2026-09-03&quot;:0.08},{&quot;2026-09-04&quot;:0.08},{&quot;2026-09-05&quot;:0.08},{&quot;2026-09-06&quot;:0.08},{&quot;2026-09-07&quot;:0.08},{&quot;2026-09-08&quot;:0.08},{&quot;2026-09-09&quot;:0.08},{&quot;2026-09-10&quot;:0.08},{&quot;2026-09-11&quot;:0.08}]}"
        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 9201-9250 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=184&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=184&amp;username=denvermullets" rel="prev">184</a><a role="link" aria-disabled="true" aria-current="page">185</a><a href="/load_collection?direction=asc&amp;page=186&amp;username=denvermullets" rel="next">186</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets">187</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=186&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="74202"
          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">
              KLD-13
            </td>

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      31%
                    </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.07
            </td>
        </tr>

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

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

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


            </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-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">
                  $0.09

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78337"
          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">
              MOR-86
            </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>
              Boldwyr Intimidator


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81790"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              MMA-154
            </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>
              Masked Admirers


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82262"
          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">
              POR-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Elvish Ranger


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82329"
          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">
              KTK-167
            </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>
              Bear&#39;s Companion


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </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-5'></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">
                  $0.09

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86767"
          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">
              MM2-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Blinding Souleater


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87348"
          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">
              M12-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Trollhide


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="88380"
          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">
              A25-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Iwamori of the Open Fist


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      57%
                    </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.00
            </td>
        </tr>

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29666"
          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">
              29
            </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-common ss-fw ss-2x mr-4"></i>
              Holy Armor


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29704"
          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-4ed ss-common ss-fw ss-2x mr-4"></i>
              Pikemen


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29837"
          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">
              86
            </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-common ss-fw ss-2x mr-4"></i>
              Merfolk of the Pearl Trident


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73827"
          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">
              APC-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Diversionary Tactics


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73862"
          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">
              KLD-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Built to Last


            </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">
                  $0.08

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

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

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

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


            </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">
                  $0.08

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Teferi&#39;s Honor Guard


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75145"
          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">
              DDQ-27
            </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>
              Nephalia Smuggler


            </td>

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

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75734"
          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">
              LGN-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Echo Tracer


            </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-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">
                  $0.08

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75979"
          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">
              STX-41
            </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>
              Divide by Zero


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76533"
          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">
              DKA-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Stormbound Geist


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              You&#39;re Confronted by Robbers


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78018"
          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">
              LGN-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-mb1 ss-common ss-fw ss-2x mr-4"></i>
              Skinthinner


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="78547"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78547" src="/boxset_card/78547?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 9201-9250 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=184&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=184&amp;username=denvermullets" rel="prev">184</a><a role="link" aria-disabled="true" aria-current="page">185</a><a href="/load_collection?direction=asc&amp;page=186&amp;username=denvermullets" rel="next">186</a><a href="/load_collection?direction=asc&amp;page=187&amp;username=denvermullets">187</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=186&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>