<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="109671"
  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">
            Paradox Surveyor
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $0.11
          </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="Paradox Surveyor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/7/d7cb1af2-0302-46ff-8303-ae9d07541a01.jpg?1782682856" />

        <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">
            Paradox Surveyor
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></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="Paradox Surveyor" src="https://cards.scryfall.io/large/front/d/7/d7cb1af2-0302-46ff-8303-ae9d07541a01.jpg?1782682856" />
    </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.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.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;2026-06-10&quot;:0.18},{&quot;2026-06-11&quot;:0.17},{&quot;2026-06-12&quot;:0.17},{&quot;2026-06-13&quot;:0.18},{&quot;2026-06-14&quot;:0.19},{&quot;2026-06-15&quot;:0.19},{&quot;2026-06-16&quot;:0.18},{&quot;2026-06-17&quot;:0.18},{&quot;2026-06-18&quot;:0.18},{&quot;2026-06-19&quot;:0.18},{&quot;2026-06-20&quot;:0.18},{&quot;2026-06-21&quot;:0.18},{&quot;2026-06-22&quot;:0.18},{&quot;2026-06-23&quot;:0.18},{&quot;2026-06-24&quot;:0.18},{&quot;2026-06-25&quot;:0.18},{&quot;2026-06-26&quot;:0.17},{&quot;2026-06-27&quot;:0.17},{&quot;2026-06-28&quot;:0.17},{&quot;2026-06-29&quot;:0.16},{&quot;2026-06-30&quot;:0.16},{&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.17},{&quot;2026-07-05&quot;:0.17},{&quot;2026-07-06&quot;:0.18},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.18},{&quot;2026-07-09&quot;:0.17},{&quot;2026-07-10&quot;:0.17},{&quot;2026-07-11&quot;:0.17},{&quot;2026-07-12&quot;:0.17},{&quot;2026-07-13&quot;:0.17},{&quot;2026-07-14&quot;:0.17},{&quot;2026-07-15&quot;:0.18},{&quot;2026-07-16&quot;:0.18},{&quot;2026-07-17&quot;:0.19},{&quot;2026-07-18&quot;:0.19},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.19},{&quot;2026-07-21&quot;:0.19},{&quot;2026-07-23&quot;:0.19},{&quot;2026-07-25&quot;:0.19},{&quot;2026-07-26&quot;:0.18},{&quot;2026-07-27&quot;:0.17},{&quot;2026-07-29&quot;:0.18},{&quot;2026-07-30&quot;:0.18},{&quot;2026-07-31&quot;:0.18},{&quot;2026-08-01&quot;:0.18},{&quot;2026-08-02&quot;:0.18},{&quot;2026-08-03&quot;:0.18},{&quot;2026-08-04&quot;:0.17},{&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.17},{&quot;2026-08-15&quot;:0.17},{&quot;2026-08-16&quot;:0.17},{&quot;2026-08-17&quot;:0.17},{&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.19},{&quot;2026-08-23&quot;:0.2},{&quot;2026-08-24&quot;:0.2},{&quot;2026-08-25&quot;:0.2},{&quot;2026-08-26&quot;:0.2},{&quot;2026-08-27&quot;:0.2},{&quot;2026-08-28&quot;:0.2},{&quot;2026-08-29&quot;:0.2},{&quot;2026-08-30&quot;:0.2},{&quot;2026-08-31&quot;:0.2},{&quot;2026-09-01&quot;:0.2},{&quot;2026-09-02&quot;:0.2},{&quot;2026-09-03&quot;:0.2},{&quot;2026-09-04&quot;:0.2},{&quot;2026-09-05&quot;:0.2},{&quot;2026-09-06&quot;:0.2},{&quot;2026-09-07&quot;:0.2},{&quot;2026-09-08&quot;:0.2},{&quot;2026-09-09&quot;:0.2},{&quot;2026-09-10&quot;:0.2},{&quot;2026-09-11&quot;:0.2}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:0.13},{&quot;2026-06-11&quot;:0.12},{&quot;2026-06-12&quot;:0.1},{&quot;2026-06-13&quot;:0.11},{&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.1},{&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.1},{&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.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.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.07},{&quot;2026-07-08&quot;:0.07},{&quot;2026-07-09&quot;:0.07},{&quot;2026-07-10&quot;:0.06},{&quot;2026-07-11&quot;:0.07},{&quot;2026-07-12&quot;:0.07},{&quot;2026-07-13&quot;:0.09},{&quot;2026-07-14&quot;:0.09},{&quot;2026-07-15&quot;:0.08},{&quot;2026-07-16&quot;:0.08},{&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.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.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.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.14},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&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.13},{&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.13},{&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.12},{&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.11}]}"
        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="1834"
  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-all 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">
            Gift of the Woods
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gift of the Woods" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6a0df4e9-b201-4fc7-8e37-59d99b583f76.jpg?1783947172" />

        <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">
            Gift of the Woods
        </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-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="Gift of the Woods" src="https://cards.scryfall.io/large/front/6/a/6a0df4e9-b201-4fc7-8e37-59d99b583f76.jpg?1783947172" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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.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.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-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.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.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Trail of Mystery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/396ba16d-4d8f-4610-a946-394d1e88a62e.jpg?1783932738" />

        <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">
            Trail of Mystery
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Trail of Mystery" src="https://cards.scryfall.io/large/front/3/9/396ba16d-4d8f-4610-a946-394d1e88a62e.jpg?1783932738" />
    </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.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.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.1},{&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.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.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.09},{&quot;2026-08-22&quot;:0.09},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Fa&#39;adiyah Seer
        </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">
            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">
              ↓
              17%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fa&#39;adiyah Seer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/0/a095eda4-7a9c-4161-a775-4dbfac32dbab.jpg?1783918365" />

        <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">
            Fa&#39;adiyah Seer
        </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="Fa&#39;adiyah Seer" src="https://cards.scryfall.io/large/front/a/0/a095eda4-7a9c-4161-a775-4dbfac32dbab.jpg?1783918365" />
    </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.10
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.17
              </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.17},{&quot;2026-06-13&quot;:0.17},{&quot;2026-06-14&quot;:0.17},{&quot;2026-06-15&quot;:0.17},{&quot;2026-06-16&quot;:0.17},{&quot;2026-06-17&quot;:0.17},{&quot;2026-06-18&quot;:0.17},{&quot;2026-06-19&quot;:0.19},{&quot;2026-06-20&quot;:0.19},{&quot;2026-06-21&quot;:0.19},{&quot;2026-06-22&quot;:0.19},{&quot;2026-06-23&quot;:0.19},{&quot;2026-06-24&quot;:0.19},{&quot;2026-06-25&quot;:0.19},{&quot;2026-06-26&quot;:0.19},{&quot;2026-06-27&quot;:0.19},{&quot;2026-06-28&quot;:0.19},{&quot;2026-06-29&quot;:0.19},{&quot;2026-06-30&quot;:0.19},{&quot;2026-07-01&quot;:0.19},{&quot;2026-07-02&quot;:0.19},{&quot;2026-07-03&quot;:0.19},{&quot;2026-07-04&quot;:0.19},{&quot;2026-07-05&quot;:0.19},{&quot;2026-07-06&quot;:0.19},{&quot;2026-07-07&quot;:0.19},{&quot;2026-07-08&quot;:0.19},{&quot;2026-07-09&quot;:0.2},{&quot;2026-07-10&quot;:0.2},{&quot;2026-07-11&quot;:0.2},{&quot;2026-07-12&quot;:0.2},{&quot;2026-07-13&quot;:0.2},{&quot;2026-07-14&quot;:0.2},{&quot;2026-07-15&quot;:0.2},{&quot;2026-07-16&quot;:0.2},{&quot;2026-07-17&quot;:0.2},{&quot;2026-07-18&quot;:0.2},{&quot;2026-07-19&quot;:0.19},{&quot;2026-07-20&quot;:0.18},{&quot;2026-07-21&quot;:0.18},{&quot;2026-07-23&quot;:0.18},{&quot;2026-07-25&quot;:0.18},{&quot;2026-07-26&quot;:0.18},{&quot;2026-07-27&quot;:0.18},{&quot;2026-07-28&quot;:0.19},{&quot;2026-07-29&quot;:0.19},{&quot;2026-07-30&quot;:0.19},{&quot;2026-07-31&quot;:0.19},{&quot;2026-08-01&quot;:0.19},{&quot;2026-08-02&quot;:0.19},{&quot;2026-08-03&quot;:0.19},{&quot;2026-08-04&quot;:0.19},{&quot;2026-08-05&quot;:0.19},{&quot;2026-08-07&quot;:0.19},{&quot;2026-08-08&quot;:0.19},{&quot;2026-08-09&quot;:0.19},{&quot;2026-08-10&quot;:0.19},{&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.17},{&quot;2026-08-15&quot;:0.17},{&quot;2026-08-16&quot;:0.17},{&quot;2026-08-17&quot;:0.17},{&quot;2026-08-18&quot;:0.18},{&quot;2026-08-19&quot;:0.18},{&quot;2026-08-20&quot;:0.18},{&quot;2026-08-21&quot;:0.18},{&quot;2026-08-22&quot;:0.18},{&quot;2026-08-23&quot;:0.18},{&quot;2026-08-24&quot;:0.18},{&quot;2026-08-25&quot;:0.19},{&quot;2026-08-26&quot;:0.19},{&quot;2026-08-27&quot;:0.19},{&quot;2026-08-28&quot;:0.19},{&quot;2026-08-29&quot;:0.19},{&quot;2026-08-30&quot;:0.17},{&quot;2026-08-31&quot;:0.17},{&quot;2026-09-01&quot;:0.17},{&quot;2026-09-02&quot;:0.17},{&quot;2026-09-03&quot;:0.17},{&quot;2026-09-04&quot;:0.17},{&quot;2026-09-05&quot;:0.17},{&quot;2026-09-06&quot;:0.17},{&quot;2026-09-07&quot;:0.17},{&quot;2026-09-08&quot;:0.17},{&quot;2026-09-09&quot;:0.17},{&quot;2026-09-10&quot;:0.17},{&quot;2026-09-11&quot;:0.17}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.06},{&quot;2026-06-12&quot;:0.07},{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&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-23&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.06},{&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.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-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.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.13},{&quot;2026-08-20&quot;:0.13},{&quot;2026-08-21&quot;:0.13},{&quot;2026-08-22&quot;:0.13},{&quot;2026-08-23&quot;:0.13},{&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.11},{&quot;2026-09-09&quot;:0.11},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="27953"
  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-5ed 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">
            Sabretooth Tiger
        </span>


      </div>

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

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

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

        <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">
            Sabretooth Tiger
        </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 — Cat</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sabretooth Tiger" src="https://cards.scryfall.io/large/front/e/b/eb936214-df72-4d77-b8f7-879c2b4e31d7.jpg?1783946904" />
    </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.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-11&quot;:0.16},{&quot;2026-06-12&quot;:0.16},{&quot;2026-06-13&quot;:0.13},{&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.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.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-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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29584"
  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">
            Alabaster Potion
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Alabaster Potion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/51c931a4-297a-4f7f-8f71-6bdcbe4e94b7.jpg?1783947876" />

        <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">
            Alabaster Potion
        </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Alabaster Potion" src="https://cards.scryfall.io/large/front/5/1/51c931a4-297a-4f7f-8f71-6bdcbe4e94b7.jpg?1783947876" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  9%
                </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.15},{&quot;2026-06-11&quot;:0.15},{&quot;2026-06-12&quot;:0.15},{&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.15},{&quot;2026-06-20&quot;:0.15},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&quot;2026-06-23&quot;:0.15},{&quot;2026-06-24&quot;:0.15},{&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.14},{&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.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&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-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.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.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29621"
  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">
            Circle of Protection: Black
        </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">
            6 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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Circle of Protection: Black" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/9971cbae-3f08-48c6-955a-76ce8ed41c6c.jpg?1783947873" />

        <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">
            Circle of Protection: Black
        </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</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="Circle of Protection: Black" src="https://cards.scryfall.io/large/front/9/9/9971cbae-3f08-48c6-955a-76ce8ed41c6c.jpg?1783947873" />
    </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.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-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.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-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-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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29662"
  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">
            Healing Salve
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Healing Salve" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/afd08b3b-196e-43a5-9318-9dae9edc6d12.jpg?1783947871" />

        <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">
            Healing Salve
        </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="Healing Salve" src="https://cards.scryfall.io/large/front/a/f/afd08b3b-196e-43a5-9318-9dae9edc6d12.jpg?1783947871" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.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-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.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-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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Piety" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/4/d4942a9f-6b8f-438b-a2ea-366228038ed8.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">
            Piety
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Piety" src="https://cards.scryfall.io/large/front/d/4/d4942a9f-6b8f-438b-a2ea-366228038ed8.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">
            5
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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.14},{&quot;2026-06-11&quot;:0.14},{&quot;2026-06-12&quot;:0.14},{&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.12},{&quot;2026-06-24&quot;:0.12},{&quot;2026-06-25&quot;:0.12},{&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.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.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.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.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.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30016"
  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">
            Marsh Gas
        </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">
            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.10
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Marsh Gas
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Marsh Gas" src="https://cards.scryfall.io/large/front/c/8/c8c65bf9-cbab-45ee-9c6e-f8ee832dbe61.jpg?1783947841" />
    </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.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.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.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.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-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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30085"
  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">
            Weakness
        </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">
            6 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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Weakness" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/548d4cd1-7cc6-44ee-872e-68e5bcc608fb.jpg?1783947836" />

        <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">
            Weakness
        </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-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="Weakness" src="https://cards.scryfall.io/large/front/5/4/548d4cd1-7cc6-44ee-872e-68e5bcc608fb.jpg?1783947836" />
    </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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30153"
  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">
            Firebreathing
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              11%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Firebreathing" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/294892cb-3927-4bf0-97ca-f37bdd0b9de5.jpg?1783947830" />

        <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">
            Firebreathing
        </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-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="Firebreathing" src="https://cards.scryfall.io/large/front/2/9/294892cb-3927-4bf0-97ca-f37bdd0b9de5.jpg?1783947830" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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.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.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.09},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30185"
  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">
            Immolation
        </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">
            6 owned
          </div>

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

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

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

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

        <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">
            Immolation
        </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-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="Immolation" src="https://cards.scryfall.io/large/front/f/9/f9dbfdc1-a598-4c72-9b0d-91207bd067ab.jpg?1783947828" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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.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.11},{&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-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.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30194"
  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-j25 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">
            Azure Drake
        </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">
            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">
              ↓
              33%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Azure Drake" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/7/37c76ecb-5eab-4c74-b5d2-1553f90a91be.jpg?1783908779" />

        <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">
            Azure Drake
        </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-3'></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="Azure Drake" src="https://cards.scryfall.io/large/front/3/7/37c76ecb-5eab-4c74-b5d2-1553f90a91be.jpg?1783908779" />
    </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.10
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.15},{&quot;2026-06-11&quot;:0.15},{&quot;2026-06-12&quot;:0.15},{&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.15},{&quot;2026-06-20&quot;:0.15},{&quot;2026-06-21&quot;:0.15},{&quot;2026-06-22&quot;:0.15},{&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.15},{&quot;2026-07-02&quot;:0.15},{&quot;2026-07-03&quot;:0.15},{&quot;2026-07-04&quot;:0.16},{&quot;2026-07-05&quot;:0.16},{&quot;2026-07-06&quot;:0.16},{&quot;2026-07-07&quot;:0.16},{&quot;2026-07-08&quot;:0.16},{&quot;2026-07-09&quot;:0.16},{&quot;2026-07-10&quot;:0.15},{&quot;2026-07-11&quot;:0.15},{&quot;2026-07-12&quot;:0.16},{&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-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.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.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.16},{&quot;2026-08-31&quot;:0.16},{&quot;2026-09-01&quot;:0.16},{&quot;2026-09-02&quot;:0.16},{&quot;2026-09-03&quot;:0.16},{&quot;2026-09-04&quot;:0.15},{&quot;2026-09-05&quot;:0.15},{&quot;2026-09-06&quot;:0.15},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30273"
  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">
            Carnivorous Plant
        </span>


      </div>

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

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

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

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

        <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">
            Carnivorous Plant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Carnivorous Plant" src="https://cards.scryfall.io/large/front/6/f/6f449835-5e20-4244-b7f4-c22838910076.jpg?1783947822" />
    </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.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-08&quot;:0.11},{&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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30363"
  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">
            Regeneration
        </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">
            5 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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Regeneration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/6/5697b2e7-25c5-4ae0-a9ac-48cbc6a94c15.jpg?1783947814" />

        <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">
            Regeneration
        </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-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="Regeneration" src="https://cards.scryfall.io/large/front/5/6/5697b2e7-25c5-4ae0-a9ac-48cbc6a94c15.jpg?1783947814" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.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.11},{&quot;2026-06-14&quot;:0.11},{&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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sandstorm
        </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-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="Sandstorm" src="https://cards.scryfall.io/large/front/c/a/ca9af432-3997-426a-b532-52333c3c50c4.jpg?1783947814" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.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.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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30397"
  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">
            Venom
        </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.10
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Venom
        </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-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="Venom" src="https://cards.scryfall.io/large/front/c/7/c7a314a0-14cb-4df1-8f2f-653455f13b09.jpg?1783947811" />
    </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.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.13},{&quot;2026-06-11&quot;:0.13},{&quot;2026-06-12&quot;:0.13},{&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.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.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.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.13},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&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.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&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.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.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.11},{&quot;2026-08-25&quot;:0.11},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Tawnos&#39;s Weaponry
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tawnos&#39;s Weaponry" src="https://cards.scryfall.io/large/front/4/7/4750787e-9fef-4bdf-b2e3-e410c84999f2.jpg?1783947794" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.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.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.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.1},{&quot;2026-08-25&quot;:0.1},{&quot;2026-08-26&quot;:0.09},{&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.09},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30621"
  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">
            Yotian Soldier
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Yotian Soldier
        </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 — Soldier</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="Yotian Soldier" src="https://cards.scryfall.io/large/front/a/a/aaab84be-bb96-437b-a9a7-aa7a11ffd21d.jpg?1783947791" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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.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.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.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.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.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33140"
  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">
            Abbey Matron
        </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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              11%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Abbey Matron" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/d/fd950ddc-28f4-47a5-8fc1-d6f70002fceb.jpg?1783947304" />

        <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">
            Abbey Matron
        </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-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="Abbey Matron" src="https://cards.scryfall.io/large/front/f/d/fd950ddc-28f4-47a5-8fc1-d6f70002fceb.jpg?1783947304" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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-11&quot;:0.13},{&quot;2026-06-12&quot;:0.13},{&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.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.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.12},{&quot;2026-07-20&quot;:0.11},{&quot;2026-07-21&quot;:0.11},{&quot;2026-07-23&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.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33476"
  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">
            Hungry Mist
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Hungry Mist
        </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 — Elemental</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="Hungry Mist" src="https://cards.scryfall.io/large/front/a/4/a486eab3-3a09-4bd5-ad97-8ec620434f7e.jpg?1783947279" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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-12&quot;:0.11},{&quot;2026-06-13&quot;:0.12},{&quot;2026-06-14&quot;:0.13},{&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-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.1},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73733"
  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">
            Banishing Light
        </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">
              ↓
              9%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Banishing Light" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b0625a7f-21fb-4dfb-8d28-a7d010ff1688.jpg?1783910482" />

        <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">
            Banishing Light
        </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-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="Banishing Light" src="https://cards.scryfall.io/large/front/b/0/b0625a7f-21fb-4dfb-8d28-a7d010ff1688.jpg?1783910482" />
    </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.10
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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.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.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.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.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.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.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.12},{&quot;2026-07-25&quot;:0.13},{&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.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.11},{&quot;2026-08-31&quot;:0.11},{&quot;2026-09-01&quot;:0.11},{&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.11},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74158"
  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">
            Aerial Responder
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Aerial Responder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/d/7ddbca9a-f447-4ba7-be75-9137958142a5.jpg?1783910462" />

        <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">
            Aerial Responder
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Aerial Responder" src="https://cards.scryfall.io/large/front/7/d/7ddbca9a-f447-4ba7-be75-9137958142a5.jpg?1783910462" />
    </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.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.04</span>
              <span class="text-xs text-grey-text">Credit: $0.05</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;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.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.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.09},{&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.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.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.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.1},{&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.1},{&quot;2026-08-22&quot;:0.1},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74438"
  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">
            Master Splicer
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Master Splicer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/68e441e0-5270-42a3-afbe-08761014c502.jpg?1783910451" />

        <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">
            Master Splicer
        </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 — Phyrexian Human Artificer</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="Master Splicer" src="https://cards.scryfall.io/large/front/6/8/68e441e0-5270-42a3-afbe-08761014c502.jpg?1783910451" />
    </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.10
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  23%
                </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.14},{&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.13},{&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.14},{&quot;2026-07-01&quot;:0.14},{&quot;2026-07-02&quot;:0.14},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&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.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-24&quot;:0.13},{&quot;2026-07-25&quot;:0.13},{&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.12},{&quot;2026-08-01&quot;:0.12},{&quot;2026-08-02&quot;:0.12},{&quot;2026-08-03&quot;:0.14},{&quot;2026-08-04&quot;:0.14},{&quot;2026-08-05&quot;:0.14},{&quot;2026-08-07&quot;:0.14},{&quot;2026-08-08&quot;:0.14},{&quot;2026-08-09&quot;:0.14},{&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.14},{&quot;2026-08-18&quot;:0.14},{&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.14},{&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.14},{&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.13},{&quot;2026-09-02&quot;:0.13},{&quot;2026-09-03&quot;:0.13},{&quot;2026-09-04&quot;:0.13},{&quot;2026-09-05&quot;:0.13},{&quot;2026-09-06&quot;:0.13},{&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.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74956"
  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">
            Faith Unbroken
        </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.10
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Faith Unbroken
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Faith Unbroken" src="https://cards.scryfall.io/large/front/2/e/2e60c3ee-ab8d-47e3-88a6-04a7bb61b1b0.jpg?1783910428" />
    </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.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.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.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.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.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.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-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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75283"
  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">
            Master Decoy
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Master Decoy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/63b8530e-74d0-478f-8e7b-4d457cb5124b.jpg?1783910407" />

        <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">
            Master Decoy
        </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="Master Decoy" src="https://cards.scryfall.io/large/front/6/3/63b8530e-74d0-478f-8e7b-4d457cb5124b.jpg?1783910407" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&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-23&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.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.1},{&quot;2026-08-12&quot;:0.1},{&quot;2026-08-13&quot;:0.1},{&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.1},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75494"
  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">
            Sandstorm Charger
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sandstorm Charger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/824d42b7-9991-4033-aa12-d0c53f557395.jpg?1783932353" />

        <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">
            Sandstorm Charger
        </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-4'></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="Sandstorm Charger" src="https://cards.scryfall.io/large/front/8/2/824d42b7-9991-4033-aa12-d0c53f557395.jpg?1783932353" />
    </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.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-04-16&quot;:0.03},{&quot;2026-04-17&quot;:0.03},{&quot;2026-04-18&quot;:0.03},{&quot;2026-04-19&quot;:0.03},{&quot;2026-04-20&quot;:0.03},{&quot;2026-04-21&quot;:0.03},{&quot;2026-04-22&quot;:0.03},{&quot;2026-04-23&quot;:0.03},{&quot;2026-04-25&quot;:0.03},{&quot;2026-04-26&quot;:0.03},{&quot;2026-04-27&quot;:0.03},{&quot;2026-04-28&quot;:0.03},{&quot;2026-04-29&quot;:0.04},{&quot;2026-04-30&quot;:0.04},{&quot;2026-05-01&quot;:0.04},{&quot;2026-05-02&quot;:0.04},{&quot;2026-05-03&quot;:0.04},{&quot;2026-05-04&quot;:0.04},{&quot;2026-05-05&quot;:0.04},{&quot;2026-05-06&quot;:0.04},{&quot;2026-05-07&quot;:0.04},{&quot;2026-05-08&quot;:0.04},{&quot;2026-05-09&quot;:0.04},{&quot;2026-05-10&quot;:0.04},{&quot;2026-05-11&quot;:0.04},{&quot;2026-05-12&quot;:0.04},{&quot;2026-05-13&quot;:0.04},{&quot;2026-05-14&quot;:0.04},{&quot;2026-05-15&quot;:0.04},{&quot;2026-05-16&quot;:0.04},{&quot;2026-05-17&quot;:0.04},{&quot;2026-05-18&quot;:0.04},{&quot;2026-05-19&quot;:0.04},{&quot;2026-05-21&quot;:0.04},{&quot;2026-05-22&quot;:0.04},{&quot;2026-05-23&quot;:0.04},{&quot;2026-05-24&quot;:0.04},{&quot;2026-05-25&quot;:0.04},{&quot;2026-05-26&quot;:0.04},{&quot;2026-05-27&quot;:0.04},{&quot;2026-05-28&quot;:0.04},{&quot;2026-05-29&quot;:0.04},{&quot;2026-05-30&quot;:0.04},{&quot;2026-05-31&quot;:0.04},{&quot;2026-06-01&quot;:0.04},{&quot;2026-06-02&quot;:0.04},{&quot;2026-06-03&quot;:0.04},{&quot;2026-06-04&quot;:0.05},{&quot;2026-06-05&quot;:0.05},{&quot;2026-06-08&quot;:0.05},{&quot;2026-06-09&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.06},{&quot;2026-06-15&quot;:0.06},{&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.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}]}"
        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="75727"
  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">
            Killer Whale
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Killer Whale
        </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 — Whale</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Killer Whale" src="https://cards.scryfall.io/large/front/8/7/87da3dcf-5aa4-4a67-b13b-c9b12e3b0cf8.jpg?1783910386" />
    </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.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.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.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.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.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.12},{&quot;2026-08-20&quot;:0.12},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76054"
  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">
            Battlewing Mystic
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Battlewing Mystic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/09d4f09c-de87-49a5-9c8b-2bc73595eda5.jpg?1783910369" />

        <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">
            Battlewing Mystic
        </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 — Bird Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Battlewing Mystic" src="https://cards.scryfall.io/large/front/0/9/09d4f09c-de87-49a5-9c8b-2bc73595eda5.jpg?1783910369" />
    </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.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-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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76073"
  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">
            Frost Trickster
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Frost Trickster
        </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 — Bird Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Frost Trickster" src="https://cards.scryfall.io/large/front/0/f/0f07d50e-53d7-4a9b-afae-9f896f3acaab.jpg?1783910368" />
    </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.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.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.1},{&quot;2026-06-14&quot;:0.1},{&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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76243"
  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">
            Cloudreader Sphinx
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cloudreader Sphinx" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/e/8e948c8e-c940-40f0-874b-0909f6562faa.jpg?1783932319" />

        <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">
            Cloudreader Sphinx
        </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 — Sphinx</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="Cloudreader Sphinx" src="https://cards.scryfall.io/large/front/8/e/8e948c8e-c940-40f0-874b-0909f6562faa.jpg?1783932319" />
    </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.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-11&quot;:0.03},{&quot;2026-06-12&quot;:0.03},{&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.03},{&quot;2026-06-29&quot;:0.03},{&quot;2026-06-30&quot;:0.03},{&quot;2026-07-01&quot;:0.03},{&quot;2026-07-02&quot;:0.03},{&quot;2026-07-03&quot;:0.03},{&quot;2026-07-04&quot;:0.03},{&quot;2026-07-05&quot;:0.03},{&quot;2026-07-06&quot;:0.03},{&quot;2026-07-07&quot;:0.03},{&quot;2026-07-08&quot;:0.03},{&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.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-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.07},{&quot;2026-08-13&quot;:0.07},{&quot;2026-08-14&quot;:0.07},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76521"
  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">
            Stone Haven Medic
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Stone Haven Medic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1dc063ea-15e9-4ac3-b9a3-32aaa8bc4f55.jpg?1783932304" />

        <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">
            Stone Haven Medic
        </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 — Kor Cleric</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stone Haven Medic" src="https://cards.scryfall.io/large/front/1/d/1dc063ea-15e9-4ac3-b9a3-32aaa8bc4f55.jpg?1783932304" />
    </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.10
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  57%
                </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-11&quot;:0.18},{&quot;2026-06-12&quot;:0.18},{&quot;2026-06-13&quot;:0.18},{&quot;2026-06-14&quot;:0.18},{&quot;2026-06-15&quot;:0.18},{&quot;2026-06-16&quot;:0.18},{&quot;2026-06-17&quot;:0.18},{&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.15},{&quot;2026-06-22&quot;:0.15},{&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.23},{&quot;2026-06-27&quot;:0.23},{&quot;2026-06-28&quot;:0.23},{&quot;2026-06-29&quot;:0.23},{&quot;2026-06-30&quot;:0.23},{&quot;2026-07-01&quot;:0.23},{&quot;2026-07-02&quot;:0.23},{&quot;2026-07-03&quot;:0.23},{&quot;2026-07-04&quot;:0.23},{&quot;2026-07-05&quot;:0.23},{&quot;2026-07-06&quot;:0.23},{&quot;2026-07-07&quot;:0.23},{&quot;2026-07-08&quot;:0.23},{&quot;2026-07-09&quot;:0.23},{&quot;2026-07-10&quot;:0.23},{&quot;2026-07-11&quot;:0.23},{&quot;2026-07-12&quot;:0.23},{&quot;2026-07-13&quot;:0.23},{&quot;2026-07-14&quot;:0.23},{&quot;2026-07-15&quot;:0.23},{&quot;2026-07-16&quot;:0.23},{&quot;2026-07-17&quot;:0.23},{&quot;2026-07-18&quot;:0.23},{&quot;2026-07-19&quot;:0.23},{&quot;2026-07-20&quot;:0.23},{&quot;2026-07-21&quot;:0.23},{&quot;2026-07-23&quot;:0.23},{&quot;2026-07-25&quot;:0.23},{&quot;2026-07-26&quot;:0.23},{&quot;2026-07-27&quot;:0.23},{&quot;2026-07-28&quot;:0.23},{&quot;2026-07-29&quot;:0.23},{&quot;2026-07-30&quot;:0.23},{&quot;2026-07-31&quot;:0.23},{&quot;2026-08-01&quot;:0.23},{&quot;2026-08-02&quot;:0.23},{&quot;2026-08-03&quot;:0.23},{&quot;2026-08-04&quot;:0.23},{&quot;2026-08-05&quot;:0.23},{&quot;2026-08-07&quot;:0.23},{&quot;2026-08-08&quot;:0.23},{&quot;2026-08-09&quot;:0.23},{&quot;2026-08-10&quot;:0.23},{&quot;2026-08-11&quot;:0.23},{&quot;2026-08-12&quot;:0.23},{&quot;2026-08-13&quot;:0.23},{&quot;2026-08-14&quot;:0.23},{&quot;2026-08-15&quot;:0.23},{&quot;2026-08-16&quot;:0.23},{&quot;2026-08-17&quot;:0.23},{&quot;2026-08-18&quot;:0.23},{&quot;2026-08-19&quot;:0.23},{&quot;2026-08-20&quot;:0.23},{&quot;2026-08-21&quot;:0.23},{&quot;2026-08-22&quot;:0.23},{&quot;2026-08-23&quot;:0.23},{&quot;2026-08-24&quot;:0.23},{&quot;2026-08-25&quot;:0.23},{&quot;2026-08-26&quot;:0.23},{&quot;2026-08-27&quot;:0.23},{&quot;2026-08-28&quot;:0.23},{&quot;2026-08-29&quot;:0.23},{&quot;2026-08-30&quot;:0.23},{&quot;2026-08-31&quot;:0.23},{&quot;2026-09-01&quot;:0.23},{&quot;2026-09-02&quot;:0.23},{&quot;2026-09-03&quot;:0.23},{&quot;2026-09-04&quot;:0.23},{&quot;2026-09-05&quot;:0.23},{&quot;2026-09-06&quot;:0.23},{&quot;2026-09-07&quot;:0.23},{&quot;2026-09-08&quot;:0.23},{&quot;2026-09-09&quot;:0.23},{&quot;2026-09-10&quot;:0.23},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76557"
  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">
            Rivals&#39; Duel
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rivals&#39; Duel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d42804d-b469-4fd4-98b3-c06a2fd52096.jpg?1783932301" />

        <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">
            Rivals&#39; Duel
        </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-3'></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="Rivals&#39; Duel" src="https://cards.scryfall.io/large/front/3/d/3d42804d-b469-4fd4-98b3-c06a2fd52096.jpg?1783932301" />
    </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.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.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.04},{&quot;2026-06-19&quot;:0.04},{&quot;2026-06-20&quot;:0.04},{&quot;2026-06-21&quot;:0.04},{&quot;2026-06-22&quot;:0.04},{&quot;2026-06-23&quot;:0.04},{&quot;2026-06-24&quot;:0.04},{&quot;2026-06-25&quot;:0.04},{&quot;2026-06-26&quot;:0.04},{&quot;2026-06-27&quot;:0.04},{&quot;2026-06-28&quot;:0.04},{&quot;2026-06-29&quot;:0.04},{&quot;2026-06-30&quot;:0.04},{&quot;2026-07-01&quot;:0.04},{&quot;2026-07-02&quot;:0.04},{&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.11},{&quot;2026-07-26&quot;:0.11},{&quot;2026-07-27&quot;:0.11},{&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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76751"
  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">
            Dark Triumph
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Dark Triumph" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/025d36de-2db2-462c-b52a-e42f42bed9cf.jpg?1783910340" />

        <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">
            Dark Triumph
        </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-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="Dark Triumph" src="https://cards.scryfall.io/large/front/0/2/025d36de-2db2-462c-b52a-e42f42bed9cf.jpg?1783910340" />
    </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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77184"
  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">
            Owl Familiar
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Owl Familiar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/972fdd0d-1ee4-4da8-93ae-97edf4ba24b8.jpg?1783910318" />

        <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">
            Owl Familiar
        </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 — Bird</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Owl Familiar" src="https://cards.scryfall.io/large/front/9/7/972fdd0d-1ee4-4da8-93ae-97edf4ba24b8.jpg?1783910318" />
    </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.10
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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.1},{&quot;2026-06-14&quot;:0.1},{&quot;2026-06-15&quot;:0.1},{&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.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.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.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.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.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.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.11},{&quot;2026-08-25&quot;:0.11},{&quot;2026-08-26&quot;:0.11},{&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.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77257"
  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">
            Probe
        </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">
            4 owned
          </div>

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Probe" src="https://cards.scryfall.io/large/front/0/a/0a396152-0b6d-4b5e-8dcd-4d77df0b7ae4.jpg?1783921160" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $0.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-12&quot;:0.15},{&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.16},{&quot;2026-06-17&quot;:0.16},{&quot;2026-06-18&quot;:0.16},{&quot;2026-06-19&quot;:0.15},{&quot;2026-06-20&quot;:0.14},{&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.1},{&quot;2026-06-27&quot;:0.1},{&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.12},{&quot;2026-07-03&quot;:0.12},{&quot;2026-07-04&quot;:0.12},{&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.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&quot;2026-07-23&quot;:0.13},{&quot;2026-07-24&quot;:0.13},{&quot;2026-07-25&quot;:0.13},{&quot;2026-07-26&quot;:0.14},{&quot;2026-07-27&quot;:0.14},{&quot;2026-07-28&quot;:0.14},{&quot;2026-07-29&quot;:0.14},{&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.09},{&quot;2026-08-08&quot;:0.09},{&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.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.09},{&quot;2026-08-23&quot;:0.09},{&quot;2026-08-24&quot;:0.09},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77572"
  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">
            Feast or Famine
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Feast or Famine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0fb07046-e8f3-4e5e-a2f6-4a784fbacc19.jpg?1783910302" />

        <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">
            Feast or Famine
        </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-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="Feast or Famine" src="https://cards.scryfall.io/large/front/0/f/0fb07046-e8f3-4e5e-a2f6-4a784fbacc19.jpg?1783910302" />
    </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.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.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.11},{&quot;2026-06-14&quot;:0.12},{&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.13},{&quot;2026-07-02&quot;:0.13},{&quot;2026-07-03&quot;:0.14},{&quot;2026-07-04&quot;:0.14},{&quot;2026-07-05&quot;:0.14},{&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.13},{&quot;2026-07-11&quot;:0.13},{&quot;2026-07-12&quot;:0.13},{&quot;2026-07-13&quot;:0.13},{&quot;2026-07-14&quot;:0.13},{&quot;2026-07-15&quot;:0.13},{&quot;2026-07-16&quot;:0.13},{&quot;2026-07-17&quot;:0.13},{&quot;2026-07-18&quot;:0.13},{&quot;2026-07-19&quot;:0.13},{&quot;2026-07-20&quot;:0.13},{&quot;2026-07-21&quot;:0.13},{&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.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.13},{&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.12},{&quot;2026-08-17&quot;:0.12},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77865"
  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">
            Convulsing Licid
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Convulsing Licid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/5745aeba-79b2-4a5d-bfc5-62868a18aca6.jpg?1783910286" />

        <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">
            Convulsing Licid
        </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 — Licid</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Convulsing Licid" src="https://cards.scryfall.io/large/front/5/7/5745aeba-79b2-4a5d-bfc5-62868a18aca6.jpg?1783910286" />
    </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.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-12&quot;:0.09},{&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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77875"
  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">
            Krovikan Sorcerer
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Krovikan Sorcerer
        </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 Sorcerer</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="Krovikan Sorcerer" src="https://cards.scryfall.io/large/front/8/d/8d5b7761-8d81-4e2f-9a4f-ed55ef96c1c4.jpg?1783910287" />
    </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.10
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-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.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-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.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.06},{&quot;2026-07-30&quot;:0.06},{&quot;2026-07-31&quot;:0.06},{&quot;2026-08-01&quot;:0.06},{&quot;2026-08-02&quot;:0.06},{&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.1},{&quot;2026-08-31&quot;:0.1},{&quot;2026-09-01&quot;:0.1},{&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.1},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77958"
  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">
            Steal Strength
        </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.10
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Steal Strength
        </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-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="Steal Strength" src="https://cards.scryfall.io/large/front/e/f/efd1b366-2ce7-4a9b-be76-6e720f89d00d.jpg?1783910281" />
    </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.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-12&quot;:0.18},{&quot;2026-06-13&quot;:0.18},{&quot;2026-06-14&quot;:0.18},{&quot;2026-06-15&quot;:0.18},{&quot;2026-06-16&quot;:0.18},{&quot;2026-06-17&quot;:0.18},{&quot;2026-06-18&quot;:0.18},{&quot;2026-06-19&quot;:0.18},{&quot;2026-06-20&quot;:0.18},{&quot;2026-06-21&quot;:0.18},{&quot;2026-06-22&quot;:0.18},{&quot;2026-06-23&quot;:0.18},{&quot;2026-06-24&quot;:0.18},{&quot;2026-06-25&quot;:0.18},{&quot;2026-06-26&quot;:0.18},{&quot;2026-06-27&quot;:0.18},{&quot;2026-06-28&quot;:0.18},{&quot;2026-06-29&quot;:0.18},{&quot;2026-06-30&quot;:0.18},{&quot;2026-07-01&quot;:0.18},{&quot;2026-07-02&quot;:0.18},{&quot;2026-07-03&quot;:0.18},{&quot;2026-07-04&quot;:0.18},{&quot;2026-07-05&quot;:0.18},{&quot;2026-07-06&quot;:0.18},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.18},{&quot;2026-07-09&quot;:0.18},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.18},{&quot;2026-07-12&quot;:0.18},{&quot;2026-07-13&quot;:0.18},{&quot;2026-07-14&quot;:0.18},{&quot;2026-07-15&quot;:0.17},{&quot;2026-07-16&quot;:0.18},{&quot;2026-07-17&quot;:0.18},{&quot;2026-07-18&quot;:0.18},{&quot;2026-07-19&quot;:0.18},{&quot;2026-07-20&quot;:0.18},{&quot;2026-07-21&quot;:0.17},{&quot;2026-07-23&quot;:0.17},{&quot;2026-07-24&quot;:0.17},{&quot;2026-07-25&quot;:0.17},{&quot;2026-07-26&quot;:0.17},{&quot;2026-07-27&quot;:0.17},{&quot;2026-07-28&quot;:0.17},{&quot;2026-07-29&quot;:0.17},{&quot;2026-07-30&quot;:0.17},{&quot;2026-07-31&quot;:0.17},{&quot;2026-08-01&quot;:0.17},{&quot;2026-08-02&quot;:0.17},{&quot;2026-08-03&quot;:0.17},{&quot;2026-08-04&quot;:0.17},{&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.17},{&quot;2026-08-15&quot;:0.17},{&quot;2026-08-16&quot;:0.17},{&quot;2026-08-17&quot;:0.15},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Elspeth&#39;s Nightmare
        </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 — Saga</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="Elspeth&#39;s Nightmare" src="https://cards.scryfall.io/large/front/9/e/9ecb1fd2-74e1-4981-bbc9-dc4a7e0fb7b1.jpg?1783910247" />
    </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.10
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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.17},{&quot;2026-06-10&quot;:0.17},{&quot;2026-06-11&quot;:0.17},{&quot;2026-06-12&quot;:0.17},{&quot;2026-06-13&quot;:0.17},{&quot;2026-06-14&quot;:0.17},{&quot;2026-06-15&quot;:0.17},{&quot;2026-06-16&quot;:0.17},{&quot;2026-06-17&quot;:0.17},{&quot;2026-06-18&quot;:0.17},{&quot;2026-06-19&quot;:0.17},{&quot;2026-06-20&quot;:0.17},{&quot;2026-06-21&quot;:0.17},{&quot;2026-06-22&quot;:0.17},{&quot;2026-06-24&quot;:0.18},{&quot;2026-06-25&quot;:0.18},{&quot;2026-06-26&quot;:0.18},{&quot;2026-06-27&quot;:0.18},{&quot;2026-06-28&quot;:0.18},{&quot;2026-06-29&quot;:0.18},{&quot;2026-06-30&quot;:0.18},{&quot;2026-07-01&quot;:0.18},{&quot;2026-07-02&quot;:0.18},{&quot;2026-07-03&quot;:0.18},{&quot;2026-07-04&quot;:0.18},{&quot;2026-07-05&quot;:0.18},{&quot;2026-07-06&quot;:0.18},{&quot;2026-07-07&quot;:0.18},{&quot;2026-07-08&quot;:0.18},{&quot;2026-07-09&quot;:0.18},{&quot;2026-07-10&quot;:0.18},{&quot;2026-07-11&quot;:0.18},{&quot;2026-07-12&quot;:0.18},{&quot;2026-07-13&quot;:0.17},{&quot;2026-07-14&quot;:0.17},{&quot;2026-07-15&quot;:0.17},{&quot;2026-07-16&quot;:0.17},{&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-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-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.16},{&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.14},{&quot;2026-08-16&quot;:0.14},{&quot;2026-08-17&quot;:0.14},{&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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="78894"
  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">
            Fetid Imp
        </span>


      </div>

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

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

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

        <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">
            Fetid Imp
        </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 — Imp</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="Fetid Imp" src="https://cards.scryfall.io/large/front/e/f/ef5222be-bb39-4ed5-9960-183296c12cec.jpg?1783932193" />
    </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.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-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.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-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.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.15},{&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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79292"
  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">
            Grim Bounty
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Grim Bounty
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Grim Bounty" src="https://cards.scryfall.io/large/front/a/0/a047c6d3-1ec2-46de-a06e-03dd05f78d0f.jpg?1783910221" />
    </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.10
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  67%
                </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.07},{&quot;2026-06-16&quot;:0.07},{&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-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.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.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.07},{&quot;2026-09-01&quot;:0.07},{&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.06},{&quot;2026-09-06&quot;:0.06},{&quot;2026-09-07&quot;:0.06},{&quot;2026-09-08&quot;:0.06},{&quot;2026-09-09&quot;:0.05},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79496"
  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">
            Stir the Sands
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Stir the Sands" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/144b2a3e-681d-4a27-9402-fa0cab60df1d.jpg?1783910213" />

        <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">
            Stir the Sands
        </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-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stir the Sands" src="https://cards.scryfall.io/large/front/1/4/144b2a3e-681d-4a27-9402-fa0cab60df1d.jpg?1783910213" />
    </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.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.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.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.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.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.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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80429"
  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">
            Torch Breath
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Torch Breath" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/d/ad5680f3-52fc-4f3a-93f2-afd2799d02b9.jpg?1783910171" />

        <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">
            Torch Breath
        </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Torch Breath" src="https://cards.scryfall.io/large/front/a/d/ad5680f3-52fc-4f3a-93f2-afd2799d02b9.jpg?1783910171" />
    </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.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.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.07},{&quot;2026-06-27&quot;:0.07},{&quot;2026-06-28&quot;:0.07},{&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.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.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.06},{&quot;2026-08-23&quot;:0.06},{&quot;2026-08-24&quot;:0.06},{&quot;2026-08-25&quot;:0.06},{&quot;2026-08-26&quot;:0.06},{&quot;2026-08-27&quot;:0.06},{&quot;2026-08-28&quot;:0.06},{&quot;2026-08-29&quot;:0.06},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80738"
  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">
            Bellows Lizard
        </span>


      </div>

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

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

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

        <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">
            Bellows Lizard
        </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 — Lizard</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="Bellows Lizard" src="https://cards.scryfall.io/large/front/6/e/6e1b8569-3743-485c-a0ee-4ec52d65b31e.jpg?1783932108" />
    </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.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-11&quot;:0.06},{&quot;2026-06-12&quot;:0.06},{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-23&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.06},{&quot;2026-06-30&quot;:0.07},{&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.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-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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80758"
  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">
            Endless Scream
        </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.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Endless Scream" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d604c2a5-00f1-4833-a785-4c1cbbe3cad0.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">
            Endless Scream
        </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-x'></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="Endless Scream" src="https://cards.scryfall.io/large/front/d/6/d604c2a5-00f1-4833-a785-4c1cbbe3cad0.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.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.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.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.09},{&quot;2026-08-21&quot;:0.09},{&quot;2026-08-22&quot;:0.09},{&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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81315"
  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">
            Reckless Wurm
        </span>


      </div>

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Reckless Wurm
        </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 — Wurm</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="Reckless Wurm" src="https://cards.scryfall.io/large/front/2/f/2f77bc31-3754-4b33-b067-a802e2d35484.jpg?1783932072" />
    </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.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-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.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.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.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.1},{&quot;2026-09-07&quot;:0.1},{&quot;2026-09-08&quot;:0.1},{&quot;2026-09-09&quot;:0.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="81645"
  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">
            Hedge Troll
        </span>


      </div>

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

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

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

        <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">
            Hedge Troll
        </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 — Troll 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-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="Hedge Troll" src="https://cards.scryfall.io/large/front/0/d/0d630d35-caf0-4c3c-aad7-a3c08248ed1c.jpg?1783910128" />
    </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.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.06},{&quot;2026-06-11&quot;:0.06},{&quot;2026-06-12&quot;:0.06},{&quot;2026-06-13&quot;:0.06},{&quot;2026-06-14&quot;:0.06},{&quot;2026-06-15&quot;:0.06},{&quot;2026-06-16&quot;:0.06},{&quot;2026-06-17&quot;:0.06},{&quot;2026-06-18&quot;:0.06},{&quot;2026-06-19&quot;:0.06},{&quot;2026-06-20&quot;:0.06},{&quot;2026-06-21&quot;:0.06},{&quot;2026-06-22&quot;:0.06},{&quot;2026-06-23&quot;:0.06},{&quot;2026-06-24&quot;:0.06},{&quot;2026-06-25&quot;:0.06},{&quot;2026-06-26&quot;:0.06},{&quot;2026-06-27&quot;:0.06},{&quot;2026-06-28&quot;:0.06},{&quot;2026-06-29&quot;:0.04},{&quot;2026-06-30&quot;:0.04},{&quot;2026-07-01&quot;:0.03},{&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.14},{&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.14},{&quot;2026-07-17&quot;:0.14},{&quot;2026-07-18&quot;:0.14},{&quot;2026-07-19&quot;:0.14},{&quot;2026-07-20&quot;:0.14},{&quot;2026-07-21&quot;:0.14},{&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.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.11},{&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.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.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.1},{&quot;2026-09-10&quot;:0.1},{&quot;2026-09-11&quot;:0.1}]}"
        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 9101-9150 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=182&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=182&amp;username=denvermullets" rel="prev">182</a><a role="link" aria-disabled="true" aria-current="page">183</a><a href="/load_collection?direction=asc&amp;page=184&amp;username=denvermullets" rel="next">184</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=184&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="109671"
          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">
              208
            </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>
              Paradox Surveyor


            </td>

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29621"
          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">
              14
            </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>
              Circle of Protection: Black


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29662"
          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">
              28
            </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>
              Healing Salve


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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30085"
          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">
              170
            </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>
              Weakness


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30153"
          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">
              193
            </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>
              Firebreathing


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </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-3'></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.10

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30273"
          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">
              235
            </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>
              Carnivorous Plant


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30363"
          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">
              268
            </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>
              Regeneration


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30365"
          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">
              269
            </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>
              Sandstorm


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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30621"
          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">
              360
            </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>
              Yotian Soldier


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33140"
          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">
              2b
            </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>
              Abbey Matron


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33476"
          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">
              88b
            </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>
              Hungry Mist


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73733"
          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">
              JOU-5
            </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>
              Banishing Light


            </td>

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

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

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

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

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

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

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

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

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


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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74438"
          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-16
            </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>
              Master Splicer


            </td>

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

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

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

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

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


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

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

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

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


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

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

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

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

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


            </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-4'></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.10

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75727"
          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">
              EXO-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-uncommon ss-fw ss-2x mr-4"></i>
              Killer Whale


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76521"
          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">
              BFZ-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>
              Stone Haven Medic


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76557"
          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">
              PCA-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-uncommon ss-fw ss-2x mr-4"></i>
              Rivals&#39; Duel


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77257"
          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">
              INV-66
            </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>
              Probe


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77572"
          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">
              DDJ-72
            </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>
              Feast or Famine


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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77875"
          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">
              VMA-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>
              Krovikan Sorcerer


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78611"
          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">
              THB-91
            </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>
              Elspeth&#39;s Nightmare


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78894"
          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-97
            </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>
              Fetid Imp


            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79292"
          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">
              AFR-106
            </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>
              Grim Bounty


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      67%
                    </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="79292"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79292" src="/boxset_card/79292?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79496"
          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">
              AKH-110
            </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>
              Stir the Sands


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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80738"
          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-132
            </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>
              Bellows Lizard


            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80758"
          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-132
            </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>
              Endless Scream


            </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-x'></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.10

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81315"
          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">
              UMA-144
            </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>
              Reckless Wurm


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="81645"
          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">
              PLC-151
            </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>
              Hedge Troll


            </td>

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

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

                </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="81645"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_81645" src="/boxset_card/81645?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 9101-9150 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=182&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=182&amp;username=denvermullets" rel="prev">182</a><a role="link" aria-disabled="true" aria-current="page">183</a><a href="/load_collection?direction=asc&amp;page=184&amp;username=denvermullets" rel="next">184</a><a role="separator" aria-disabled="true">&hellip;</a><a href="/load_collection?direction=asc&amp;page=188&amp;username=denvermullets">188</a><a href="/load_collection?direction=asc&amp;page=184&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>