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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.80
          </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="Soul&#39;s Majesty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9fe03ee0-50e4-4893-84ed-0d099be21d4e.jpg?1783923948" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Soul&#39;s Majesty" src="https://cards.scryfall.io/large/front/9/f/9fe03ee0-50e4-4893-84ed-0d099be21d4e.jpg?1783923948" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.80
          </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="Overwhelming Stampede" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8b7d65b9-5f66-4cf7-b3ef-c47e7c6a131b.jpg?1783915914" />

        <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">
            Overwhelming Stampede
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Overwhelming Stampede" src="https://cards.scryfall.io/large/front/8/b/8b7d65b9-5f66-4cf7-b3ef-c47e7c6a131b.jpg?1783915914" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.8},{&quot;2026-06-11&quot;:3.16},{&quot;2026-06-12&quot;:3.53},{&quot;2026-06-13&quot;:3.48},{&quot;2026-06-14&quot;:3.61},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.64},{&quot;2026-06-17&quot;:3.7},{&quot;2026-06-18&quot;:3.97},{&quot;2026-06-19&quot;:4.29},{&quot;2026-06-20&quot;:3.86},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-23&quot;:4.53},{&quot;2026-06-24&quot;:4.55},{&quot;2026-06-25&quot;:4.83},{&quot;2026-06-26&quot;:4.53},{&quot;2026-06-27&quot;:4.61},{&quot;2026-06-28&quot;:4.5},{&quot;2026-06-29&quot;:3.96},{&quot;2026-06-30&quot;:3.78},{&quot;2026-07-01&quot;:3.79},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.25},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.42},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.26},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.74},{&quot;2026-07-12&quot;:3.96},{&quot;2026-07-13&quot;:4.22},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.03},{&quot;2026-07-17&quot;:4.2},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.3},{&quot;2026-07-21&quot;:3.98},{&quot;2026-07-23&quot;:4.35},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-29&quot;:3.7},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.65},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.46},{&quot;2026-08-07&quot;:2.95},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:4.01},{&quot;2026-08-14&quot;:4.35},{&quot;2026-08-15&quot;:4.14},{&quot;2026-08-16&quot;:3.96},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.34},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.98},{&quot;2026-08-29&quot;:3.98},{&quot;2026-08-30&quot;:4.22},{&quot;2026-08-31&quot;:4.15},{&quot;2026-09-01&quot;:4.15},{&quot;2026-09-02&quot;:3.73},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.8},{&quot;2026-09-06&quot;:3.72},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.27},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:2.8}]}"
        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="86491"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-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">
            Up the Beanstalk
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.80
          </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="Up the Beanstalk" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2d5e991f-23b2-4db0-a452-7755125b1fd2.jpg?1783915075" />

        <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">
            Up the Beanstalk
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Up the Beanstalk" src="https://cards.scryfall.io/large/front/2/d/2d5e991f-23b2-4db0-a452-7755125b1fd2.jpg?1783915075" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.94},{&quot;2026-06-10&quot;:3.99},{&quot;2026-06-11&quot;:3.99},{&quot;2026-06-12&quot;:3.98},{&quot;2026-06-13&quot;:3.99},{&quot;2026-06-14&quot;:3.99},{&quot;2026-06-15&quot;:4.0},{&quot;2026-06-16&quot;:3.91},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:4.04},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:4.04},{&quot;2026-06-21&quot;:4.04},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-24&quot;:3.9},{&quot;2026-06-25&quot;:3.9},{&quot;2026-06-26&quot;:3.9},{&quot;2026-06-27&quot;:3.84},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.6},{&quot;2026-07-01&quot;:3.31},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.26},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.0},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.84},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.78},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:2.98},{&quot;2026-07-19&quot;:3.0},{&quot;2026-07-20&quot;:3.0},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-25&quot;:3.01},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-29&quot;:2.91},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.76},{&quot;2026-08-01&quot;:2.76},{&quot;2026-08-02&quot;:2.76},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.64},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.35},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:2.26},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.26},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.27},{&quot;2026-08-17&quot;:2.27},{&quot;2026-08-18&quot;:2.27},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.25},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.32},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.38},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.93},{&quot;2026-09-01&quot;:2.93},{&quot;2026-09-02&quot;:2.93},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.09},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.05}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.56},{&quot;2026-06-10&quot;:2.7},{&quot;2026-06-11&quot;:2.96},{&quot;2026-06-12&quot;:2.84},{&quot;2026-06-13&quot;:2.7},{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.37},{&quot;2026-06-19&quot;:2.12},{&quot;2026-06-20&quot;:1.98},{&quot;2026-06-21&quot;:1.96},{&quot;2026-06-22&quot;:1.95},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.08},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.01},{&quot;2026-07-01&quot;:1.85},{&quot;2026-07-02&quot;:1.88},{&quot;2026-07-03&quot;:1.95},{&quot;2026-07-04&quot;:1.85},{&quot;2026-07-05&quot;:2.05},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.12},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.24},{&quot;2026-07-12&quot;:2.36},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.73},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.33},{&quot;2026-07-18&quot;:2.22},{&quot;2026-07-19&quot;:2.22},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.43},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-29&quot;:2.09},{&quot;2026-07-30&quot;:2.09},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.35},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:1.87},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:2.12},{&quot;2026-08-07&quot;:2.08},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.05},{&quot;2026-08-12&quot;:2.06},{&quot;2026-08-13&quot;:1.91},{&quot;2026-08-14&quot;:1.96},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.15},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.21},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.02},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.63},{&quot;2026-08-31&quot;:2.27},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:2.67},{&quot;2026-09-03&quot;:2.68},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.49},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.43},{&quot;2026-09-11&quot;:2.8}]}"
        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="20486"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.79
          </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="Mana Reflection" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/1/81e0d739-990f-4ba5-b456-165c033014cf.jpg?1783930143" />

        <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">
            Mana Reflection
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mana Reflection" src="https://cards.scryfall.io/large/front/8/1/81e0d739-990f-4ba5-b456-165c033014cf.jpg?1783930143" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:5.58},{&quot;2026-06-13&quot;:5.58},{&quot;2026-06-14&quot;:5.58},{&quot;2026-06-15&quot;:5.58},{&quot;2026-06-16&quot;:5.58},{&quot;2026-06-17&quot;:5.58},{&quot;2026-06-18&quot;:5.58},{&quot;2026-06-19&quot;:5.64},{&quot;2026-06-20&quot;:5.64},{&quot;2026-06-21&quot;:5.64},{&quot;2026-06-22&quot;:5.64},{&quot;2026-06-23&quot;:5.64},{&quot;2026-06-24&quot;:5.55},{&quot;2026-06-25&quot;:5.55},{&quot;2026-06-26&quot;:5.55},{&quot;2026-06-27&quot;:5.55},{&quot;2026-06-28&quot;:5.55},{&quot;2026-06-29&quot;:5.55},{&quot;2026-06-30&quot;:5.57},{&quot;2026-07-01&quot;:5.57},{&quot;2026-07-02&quot;:5.57},{&quot;2026-07-03&quot;:5.57},{&quot;2026-07-04&quot;:5.57},{&quot;2026-07-05&quot;:5.57},{&quot;2026-07-06&quot;:5.57},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.55},{&quot;2026-07-09&quot;:5.55},{&quot;2026-07-10&quot;:5.55},{&quot;2026-07-11&quot;:5.55},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.47},{&quot;2026-07-16&quot;:5.47},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.47},{&quot;2026-07-19&quot;:5.47},{&quot;2026-07-20&quot;:5.49},{&quot;2026-07-21&quot;:5.5},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-24&quot;:5.5},{&quot;2026-07-25&quot;:5.5},{&quot;2026-07-26&quot;:5.5},{&quot;2026-07-27&quot;:5.5},{&quot;2026-07-28&quot;:5.5},{&quot;2026-07-29&quot;:5.5},{&quot;2026-07-30&quot;:5.5},{&quot;2026-07-31&quot;:5.5},{&quot;2026-08-01&quot;:5.5},{&quot;2026-08-02&quot;:5.5},{&quot;2026-08-03&quot;:5.52},{&quot;2026-08-04&quot;:5.51},{&quot;2026-08-05&quot;:5.51},{&quot;2026-08-07&quot;:5.53},{&quot;2026-08-08&quot;:5.53},{&quot;2026-08-09&quot;:5.53},{&quot;2026-08-10&quot;:5.53},{&quot;2026-08-11&quot;:5.53},{&quot;2026-08-12&quot;:5.53},{&quot;2026-08-13&quot;:5.53},{&quot;2026-08-14&quot;:5.45},{&quot;2026-08-15&quot;:5.45},{&quot;2026-08-16&quot;:5.45},{&quot;2026-08-17&quot;:5.45},{&quot;2026-08-18&quot;:5.45},{&quot;2026-08-19&quot;:5.46},{&quot;2026-08-20&quot;:5.46},{&quot;2026-08-21&quot;:5.46},{&quot;2026-08-22&quot;:5.46},{&quot;2026-08-23&quot;:5.46},{&quot;2026-08-24&quot;:5.46},{&quot;2026-08-25&quot;:5.46},{&quot;2026-08-26&quot;:5.46},{&quot;2026-08-27&quot;:5.46},{&quot;2026-08-28&quot;:5.46},{&quot;2026-08-29&quot;:5.46},{&quot;2026-08-30&quot;:5.44},{&quot;2026-08-31&quot;:5.42},{&quot;2026-09-01&quot;:5.42},{&quot;2026-09-02&quot;:5.42},{&quot;2026-09-03&quot;:5.42},{&quot;2026-09-04&quot;:5.42},{&quot;2026-09-05&quot;:5.46},{&quot;2026-09-06&quot;:5.46},{&quot;2026-09-07&quot;:5.44},{&quot;2026-09-08&quot;:5.44},{&quot;2026-09-09&quot;:5.44},{&quot;2026-09-10&quot;:5.44},{&quot;2026-09-11&quot;:5.44}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.43},{&quot;2026-06-13&quot;:2.43},{&quot;2026-06-14&quot;:2.38},{&quot;2026-06-15&quot;:2.38},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.32},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.32},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.31},{&quot;2026-07-01&quot;:2.31},{&quot;2026-07-02&quot;:2.31},{&quot;2026-07-03&quot;:2.31},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.31},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.35},{&quot;2026-07-12&quot;:2.35},{&quot;2026-07-13&quot;:2.35},{&quot;2026-07-14&quot;:2.35},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.34},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-24&quot;:2.39},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.4},{&quot;2026-07-29&quot;:2.37},{&quot;2026-07-30&quot;:2.41},{&quot;2026-07-31&quot;:2.54},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.53},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.55},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.51},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.52},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.52},{&quot;2026-08-29&quot;:2.52},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.51},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.54},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.58},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.79}]}"
        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="34395"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dinosaur 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="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.79
          </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="Quartzwood Crasher" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c8e4c609-19c9-433b-a852-7999e375ee4f.jpg?1783931019" />

        <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">
            Quartzwood Crasher
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Quartzwood Crasher" src="https://cards.scryfall.io/large/front/c/8/c8e4c609-19c9-433b-a852-7999e375ee4f.jpg?1783931019" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.12},{&quot;2026-06-12&quot;:1.12},{&quot;2026-06-13&quot;:1.16},{&quot;2026-06-14&quot;:1.16},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.2},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.2},{&quot;2026-06-22&quot;:1.2},{&quot;2026-06-23&quot;:1.2},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.21},{&quot;2026-06-28&quot;:1.23},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.25},{&quot;2026-07-04&quot;:1.25},{&quot;2026-07-05&quot;:1.25},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.26},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.25},{&quot;2026-07-13&quot;:1.25},{&quot;2026-07-14&quot;:1.19},{&quot;2026-07-15&quot;:1.19},{&quot;2026-07-16&quot;:1.19},{&quot;2026-07-17&quot;:1.19},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.19},{&quot;2026-07-20&quot;:1.19},{&quot;2026-07-21&quot;:1.19},{&quot;2026-07-23&quot;:1.2},{&quot;2026-07-25&quot;:1.2},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.2},{&quot;2026-07-28&quot;:1.2},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.19},{&quot;2026-07-31&quot;:1.19},{&quot;2026-08-01&quot;:1.2},{&quot;2026-08-02&quot;:1.2},{&quot;2026-08-03&quot;:1.2},{&quot;2026-08-04&quot;:1.2},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.21},{&quot;2026-08-08&quot;:1.17},{&quot;2026-08-09&quot;:1.17},{&quot;2026-08-10&quot;:1.17},{&quot;2026-08-11&quot;:1.17},{&quot;2026-08-12&quot;:1.19},{&quot;2026-08-13&quot;:1.19},{&quot;2026-08-14&quot;:1.19},{&quot;2026-08-15&quot;:1.19},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.2},{&quot;2026-08-18&quot;:1.2},{&quot;2026-08-19&quot;:1.2},{&quot;2026-08-20&quot;:1.2},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.2},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.21},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.19},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.19},{&quot;2026-09-02&quot;:1.19},{&quot;2026-09-03&quot;:1.19},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.21},{&quot;2026-09-08&quot;:1.21},{&quot;2026-09-09&quot;:1.21},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.27}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.46},{&quot;2026-06-12&quot;:2.61},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.69},{&quot;2026-06-15&quot;:2.81},{&quot;2026-06-16&quot;:2.81},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.82},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:3.48},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-23&quot;:3.01},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.73},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.79},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.59},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.84},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.06},{&quot;2026-07-09&quot;:2.05},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:1.92},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.02},{&quot;2026-07-14&quot;:1.99},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.14},{&quot;2026-07-17&quot;:2.19},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.27},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.24},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.35},{&quot;2026-08-02&quot;:2.23},{&quot;2026-08-03&quot;:2.4},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.54},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.26},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.45},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.38},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.24},{&quot;2026-08-24&quot;:2.22},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.32},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.47},{&quot;2026-08-29&quot;:2.47},{&quot;2026-08-30&quot;:2.39},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.92},{&quot;2026-09-07&quot;:2.83},{&quot;2026-09-08&quot;:2.88},{&quot;2026-09-09&quot;:2.79},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.79}]}"
        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="74002"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-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">
            Tishana&#39;s Tidebinder
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.79
          </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="Tishana&#39;s Tidebinder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/907b3d1d-8c85-4707-80b5-c4d832df9846.jpg?1783913786" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tishana&#39;s Tidebinder" src="https://cards.scryfall.io/large/front/9/0/907b3d1d-8c85-4707-80b5-c4d832df9846.jpg?1783913786" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.18},{&quot;2026-06-11&quot;:4.26},{&quot;2026-06-12&quot;:4.26},{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.26},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.37},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.37},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.29},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.16},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:4.16},{&quot;2026-06-27&quot;:4.1},{&quot;2026-06-28&quot;:4.1},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.04},{&quot;2026-07-01&quot;:4.04},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:4.04},{&quot;2026-07-04&quot;:4.06},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:3.99},{&quot;2026-07-08&quot;:3.99},{&quot;2026-07-09&quot;:3.99},{&quot;2026-07-10&quot;:3.99},{&quot;2026-07-11&quot;:3.99},{&quot;2026-07-12&quot;:3.99},{&quot;2026-07-13&quot;:3.99},{&quot;2026-07-14&quot;:3.99},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:3.99},{&quot;2026-07-17&quot;:3.99},{&quot;2026-07-18&quot;:3.95},{&quot;2026-07-19&quot;:3.97},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:3.94},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-25&quot;:4.02},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:3.96},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.96},{&quot;2026-08-01&quot;:3.96},{&quot;2026-08-02&quot;:3.96},{&quot;2026-08-03&quot;:3.96},{&quot;2026-08-04&quot;:3.96},{&quot;2026-08-05&quot;:3.96},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:3.96},{&quot;2026-08-09&quot;:3.96},{&quot;2026-08-10&quot;:3.96},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:3.96},{&quot;2026-08-13&quot;:3.96},{&quot;2026-08-14&quot;:4.04},{&quot;2026-08-15&quot;:3.93},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:3.87},{&quot;2026-08-18&quot;:3.87},{&quot;2026-08-19&quot;:3.87},{&quot;2026-08-20&quot;:3.87},{&quot;2026-08-21&quot;:3.81},{&quot;2026-08-22&quot;:3.81},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:3.81},{&quot;2026-08-25&quot;:3.81},{&quot;2026-08-26&quot;:3.81},{&quot;2026-08-27&quot;:3.76},{&quot;2026-08-28&quot;:3.76},{&quot;2026-08-29&quot;:3.76},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.73},{&quot;2026-09-01&quot;:3.73},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.68},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.87},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.03},{&quot;2026-06-11&quot;:3.0},{&quot;2026-06-12&quot;:2.95},{&quot;2026-06-13&quot;:2.93},{&quot;2026-06-14&quot;:2.98},{&quot;2026-06-15&quot;:3.06},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:3.04},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.67},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.49},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.47},{&quot;2026-07-07&quot;:2.47},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.37},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.39},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.15},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.06},{&quot;2026-07-20&quot;:2.17},{&quot;2026-07-21&quot;:2.18},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.2},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-29&quot;:2.13},{&quot;2026-07-30&quot;:2.16},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.18},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.28},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.35},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.2},{&quot;2026-08-23&quot;:2.22},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.16},{&quot;2026-08-26&quot;:2.21},{&quot;2026-08-27&quot;:2.21},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.53},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.69},{&quot;2026-09-06&quot;:2.68},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.68},{&quot;2026-09-09&quot;:2.76},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.79}]}"
        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="96312"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.79
          </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="Anticausal Vestige" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb9ecadf-6145-49e7-972f-bfe28ca92266.jpg?1782685364" />

        <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">
            Anticausal Vestige
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Anticausal Vestige" src="https://cards.scryfall.io/large/front/f/b/fb9ecadf-6145-49e7-972f-bfe28ca92266.jpg?1782685364" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.36},{&quot;2026-06-13&quot;:3.35},{&quot;2026-06-14&quot;:3.35},{&quot;2026-06-15&quot;:3.37},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.19},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.18},{&quot;2026-06-22&quot;:3.18},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.18},{&quot;2026-06-27&quot;:3.18},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.19},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.22},{&quot;2026-07-09&quot;:3.22},{&quot;2026-07-10&quot;:3.22},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.2},{&quot;2026-07-16&quot;:3.2},{&quot;2026-07-17&quot;:3.2},{&quot;2026-07-18&quot;:3.2},{&quot;2026-07-19&quot;:3.2},{&quot;2026-07-20&quot;:3.2},{&quot;2026-07-21&quot;:3.2},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-24&quot;:3.2},{&quot;2026-07-25&quot;:3.19},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.19},{&quot;2026-07-28&quot;:3.19},{&quot;2026-07-29&quot;:3.07},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.1},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.1},{&quot;2026-08-03&quot;:3.1},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.18},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.07},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:3.03},{&quot;2026-08-17&quot;:3.03},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:2.9},{&quot;2026-08-20&quot;:2.9},{&quot;2026-08-21&quot;:2.9},{&quot;2026-08-22&quot;:2.9},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.9},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:2.85},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.82},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.83},{&quot;2026-09-07&quot;:2.83},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.83},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.79}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.15},{&quot;2026-06-13&quot;:3.15},{&quot;2026-06-14&quot;:3.05},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:2.97},{&quot;2026-06-18&quot;:3.05},{&quot;2026-06-19&quot;:3.05},{&quot;2026-06-20&quot;:2.94},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.93},{&quot;2026-06-26&quot;:2.93},{&quot;2026-06-27&quot;:2.93},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.86},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.68},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.62},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.55},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.48},{&quot;2026-07-16&quot;:2.47},{&quot;2026-07-17&quot;:2.46},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.45},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-24&quot;:2.34},{&quot;2026-07-25&quot;:2.3},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.28},{&quot;2026-08-05&quot;:2.27},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.25},{&quot;2026-08-10&quot;:2.25},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.38},{&quot;2026-08-14&quot;:2.38},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.41},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.37},{&quot;2026-08-23&quot;:2.37},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.36},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.38},{&quot;2026-08-29&quot;:2.38},{&quot;2026-08-30&quot;:2.38},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.46},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.4},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.48}]}"
        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="108320"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.79
          </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 Foot Assault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/387f6f60-69da-4965-9ab9-57bdb763a013.jpg?1783904172" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Endless Foot Assault
        </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-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="Endless Foot Assault" src="https://cards.scryfall.io/large/front/3/8/387f6f60-69da-4965-9ab9-57bdb763a013.jpg?1783904172" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:20.0},{&quot;2026-06-15&quot;:20.0},{&quot;2026-06-16&quot;:20.0},{&quot;2026-06-17&quot;:20.0},{&quot;2026-06-18&quot;:20.0},{&quot;2026-06-19&quot;:20.0},{&quot;2026-06-20&quot;:20.0},{&quot;2026-06-21&quot;:20.0},{&quot;2026-06-22&quot;:20.0},{&quot;2026-06-23&quot;:20.0},{&quot;2026-06-24&quot;:20.0},{&quot;2026-06-25&quot;:20.0},{&quot;2026-06-26&quot;:20.0},{&quot;2026-06-27&quot;:20.0},{&quot;2026-06-28&quot;:20.0},{&quot;2026-06-29&quot;:20.0},{&quot;2026-06-30&quot;:20.0},{&quot;2026-07-01&quot;:20.0},{&quot;2026-07-02&quot;:20.0},{&quot;2026-07-03&quot;:20.0},{&quot;2026-07-04&quot;:20.0},{&quot;2026-07-05&quot;:20.0},{&quot;2026-07-06&quot;:20.0},{&quot;2026-07-07&quot;:20.0},{&quot;2026-07-08&quot;:20.0},{&quot;2026-07-09&quot;:20.0},{&quot;2026-07-10&quot;:20.0},{&quot;2026-07-11&quot;:20.0},{&quot;2026-07-12&quot;:20.0},{&quot;2026-07-13&quot;:20.0},{&quot;2026-07-14&quot;:20.0},{&quot;2026-07-15&quot;:20.0},{&quot;2026-07-16&quot;:20.0},{&quot;2026-07-17&quot;:20.0},{&quot;2026-07-18&quot;:20.0},{&quot;2026-07-19&quot;:20.0},{&quot;2026-07-20&quot;:20.0},{&quot;2026-07-21&quot;:20.0},{&quot;2026-07-22&quot;:20.0},{&quot;2026-07-23&quot;:20.0},{&quot;2026-07-24&quot;:20.0},{&quot;2026-07-25&quot;:20.0},{&quot;2026-07-26&quot;:20.0},{&quot;2026-07-27&quot;:20.0},{&quot;2026-07-28&quot;:20.0},{&quot;2026-07-29&quot;:20.0},{&quot;2026-07-30&quot;:20.0},{&quot;2026-07-31&quot;:20.0},{&quot;2026-08-01&quot;:20.0},{&quot;2026-08-02&quot;:20.0},{&quot;2026-08-03&quot;:20.0},{&quot;2026-08-04&quot;:20.0},{&quot;2026-08-05&quot;:20.0},{&quot;2026-08-06&quot;:20.0},{&quot;2026-08-07&quot;:20.0},{&quot;2026-08-08&quot;:20.0},{&quot;2026-08-09&quot;:20.0},{&quot;2026-08-10&quot;:20.0},{&quot;2026-08-11&quot;:20.0},{&quot;2026-08-12&quot;:20.0},{&quot;2026-08-13&quot;:20.0},{&quot;2026-08-14&quot;:20.0},{&quot;2026-08-15&quot;:20.0},{&quot;2026-08-16&quot;:20.0},{&quot;2026-08-17&quot;:20.0},{&quot;2026-08-18&quot;:20.0},{&quot;2026-08-19&quot;:23.14},{&quot;2026-08-20&quot;:23.14},{&quot;2026-08-21&quot;:23.17},{&quot;2026-08-22&quot;:23.25},{&quot;2026-08-23&quot;:23.25},{&quot;2026-08-24&quot;:23.25},{&quot;2026-08-25&quot;:23.25},{&quot;2026-08-26&quot;:23.14},{&quot;2026-08-27&quot;:23.14},{&quot;2026-08-28&quot;:23.21},{&quot;2026-08-29&quot;:23.21},{&quot;2026-08-30&quot;:23.21},{&quot;2026-08-31&quot;:23.21},{&quot;2026-09-01&quot;:23.21},{&quot;2026-09-02&quot;:23.29},{&quot;2026-09-03&quot;:23.29},{&quot;2026-09-04&quot;:23.29},{&quot;2026-09-05&quot;:23.47},{&quot;2026-09-06&quot;:23.79},{&quot;2026-09-07&quot;:23.79},{&quot;2026-09-08&quot;:23.79},{&quot;2026-09-09&quot;:23.92},{&quot;2026-09-10&quot;:23.92},{&quot;2026-09-11&quot;:23.92}],&quot;normal&quot;:[{&quot;2026-03-01&quot;:2.16},{&quot;2026-03-02&quot;:2.13},{&quot;2026-03-03&quot;:2.1},{&quot;2026-03-04&quot;:2.33},{&quot;2026-03-05&quot;:2.08},{&quot;2026-03-06&quot;:2.04},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.55},{&quot;2026-08-10&quot;:2.52},{&quot;2026-08-11&quot;:2.72},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.93},{&quot;2026-08-14&quot;:3.1},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.08},{&quot;2026-08-17&quot;:3.08},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.03},{&quot;2026-08-20&quot;:3.03},{&quot;2026-08-21&quot;:2.8},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.54},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.75},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.65},{&quot;2026-08-29&quot;:2.65},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.0},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:2.93},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:2.84},{&quot;2026-09-10&quot;:2.74},{&quot;2026-09-11&quot;:2.79}]}"
        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="49012"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Grief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6befbc4-1320-4f26-bd9f-b1814fedda10.jpg?1783926861" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elemental Incarnation</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="Grief" src="https://cards.scryfall.io/large/front/e/6/e6befbc4-1320-4f26-bd9f-b1814fedda10.jpg?1783926861" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.24},{&quot;2026-06-12&quot;:4.24},{&quot;2026-06-13&quot;:4.29},{&quot;2026-06-14&quot;:4.29},{&quot;2026-06-15&quot;:4.29},{&quot;2026-06-16&quot;:4.29},{&quot;2026-06-17&quot;:4.29},{&quot;2026-06-18&quot;:4.29},{&quot;2026-06-19&quot;:4.29},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.33},{&quot;2026-06-24&quot;:4.3},{&quot;2026-06-25&quot;:4.3},{&quot;2026-06-26&quot;:4.3},{&quot;2026-06-27&quot;:4.3},{&quot;2026-06-28&quot;:4.3},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.3},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.41},{&quot;2026-07-05&quot;:4.41},{&quot;2026-07-06&quot;:4.41},{&quot;2026-07-07&quot;:4.41},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.41},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.41},{&quot;2026-07-12&quot;:4.41},{&quot;2026-07-13&quot;:4.41},{&quot;2026-07-14&quot;:4.41},{&quot;2026-07-15&quot;:4.41},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.41},{&quot;2026-07-18&quot;:4.41},{&quot;2026-07-19&quot;:4.41},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.41},{&quot;2026-07-25&quot;:4.41},{&quot;2026-07-26&quot;:4.41},{&quot;2026-07-27&quot;:4.41},{&quot;2026-07-28&quot;:4.41},{&quot;2026-07-29&quot;:4.41},{&quot;2026-07-30&quot;:4.41},{&quot;2026-07-31&quot;:4.41},{&quot;2026-08-01&quot;:4.41},{&quot;2026-08-02&quot;:4.45},{&quot;2026-08-03&quot;:4.45},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.45},{&quot;2026-08-07&quot;:4.45},{&quot;2026-08-08&quot;:4.45},{&quot;2026-08-09&quot;:4.45},{&quot;2026-08-10&quot;:4.45},{&quot;2026-08-11&quot;:4.45},{&quot;2026-08-12&quot;:4.45},{&quot;2026-08-13&quot;:4.45},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.45},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.56},{&quot;2026-08-18&quot;:4.56},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.67},{&quot;2026-08-21&quot;:4.67},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.67},{&quot;2026-08-27&quot;:4.67},{&quot;2026-08-28&quot;:4.67},{&quot;2026-08-29&quot;:4.67},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.67},{&quot;2026-09-02&quot;:4.67},{&quot;2026-09-03&quot;:4.67},{&quot;2026-09-04&quot;:4.67},{&quot;2026-09-05&quot;:4.72},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.72},{&quot;2026-09-10&quot;:4.72},{&quot;2026-09-11&quot;:4.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.63},{&quot;2026-06-12&quot;:2.62},{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.6},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.52},{&quot;2026-06-17&quot;:2.59},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.58},{&quot;2026-06-24&quot;:2.58},{&quot;2026-06-25&quot;:2.6},{&quot;2026-06-26&quot;:2.61},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.75},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.87},{&quot;2026-07-11&quot;:2.89},{&quot;2026-07-12&quot;:2.93},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:3.02},{&quot;2026-07-16&quot;:3.04},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:3.08},{&quot;2026-07-28&quot;:3.15},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.18},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.31},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.47},{&quot;2026-08-10&quot;:3.47},{&quot;2026-08-11&quot;:3.52},{&quot;2026-08-12&quot;:3.62},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.58},{&quot;2026-08-15&quot;:3.58},{&quot;2026-08-16&quot;:3.51},{&quot;2026-08-17&quot;:3.5},{&quot;2026-08-18&quot;:3.58},{&quot;2026-08-19&quot;:3.58},{&quot;2026-08-20&quot;:3.58},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.49},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.51},{&quot;2026-08-25&quot;:3.52},{&quot;2026-08-26&quot;:3.43},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.1},{&quot;2026-09-04&quot;:3.1},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.0},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:2.86},{&quot;2026-09-09&quot;:2.81},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.78}]}"
        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="77266"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Drinker of Sorrow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/30adedcb-51d4-4790-b3a1-7a9a94703db0.jpg?1783916767" />

        <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">
            Drinker of Sorrow
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Drinker of Sorrow" src="https://cards.scryfall.io/large/front/3/0/30adedcb-51d4-4790-b3a1-7a9a94703db0.jpg?1783916767" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Ancestral Mask" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0d75292c-cc03-4c40-be01-a8dba66b761c.jpg?1783914952" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ancestral Mask" src="https://cards.scryfall.io/large/front/0/d/0d75292c-cc03-4c40-be01-a8dba66b761c.jpg?1783914952" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.97},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:3.0},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:4.03},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.15},{&quot;2026-07-12&quot;:4.1},{&quot;2026-07-13&quot;:4.15},{&quot;2026-07-14&quot;:4.15},{&quot;2026-07-15&quot;:4.22},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.24},{&quot;2026-07-20&quot;:4.24},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-22&quot;:4.18},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-24&quot;:4.16},{&quot;2026-07-25&quot;:4.16},{&quot;2026-07-26&quot;:4.16},{&quot;2026-07-27&quot;:4.08},{&quot;2026-07-28&quot;:4.08},{&quot;2026-07-29&quot;:4.01},{&quot;2026-07-30&quot;:4.01},{&quot;2026-07-31&quot;:4.01},{&quot;2026-08-01&quot;:4.01},{&quot;2026-08-02&quot;:4.01},{&quot;2026-08-03&quot;:4.01},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:4.01},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.34},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.21},{&quot;2026-08-20&quot;:3.21},{&quot;2026-08-21&quot;:3.08},{&quot;2026-08-22&quot;:3.08},{&quot;2026-08-23&quot;:3.08},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.78},{&quot;2026-09-01&quot;:2.78},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.85},{&quot;2026-09-06&quot;:2.85},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.86},{&quot;2026-09-11&quot;:2.86},{&quot;2026-09-12&quot;:2.78}]}"
        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="89683"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Obelisk of Urd" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c610beb6-6fd5-4230-ae74-240a005d5c8c.jpg?1783929447" />

        <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">
            Obelisk of Urd
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Obelisk of Urd" src="https://cards.scryfall.io/large/front/c/6/c610beb6-6fd5-4230-ae74-240a005d5c8c.jpg?1783929447" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.48},{&quot;2026-06-12&quot;:2.52},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.68},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:3.08},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.51},{&quot;2026-06-25&quot;:3.7},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.64},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.58},{&quot;2026-06-30&quot;:3.58},{&quot;2026-07-01&quot;:3.47},{&quot;2026-07-02&quot;:3.47},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.36},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.15},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.69},{&quot;2026-07-15&quot;:2.68},{&quot;2026-07-16&quot;:2.75},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.75},{&quot;2026-07-19&quot;:2.62},{&quot;2026-07-20&quot;:2.62},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-23&quot;:2.65},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.55},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.57},{&quot;2026-08-02&quot;:2.57},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.55},{&quot;2026-08-07&quot;:2.68},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.73},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.78},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.75},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.73},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.72},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.87},{&quot;2026-09-03&quot;:2.8},{&quot;2026-09-04&quot;:2.73},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.78}]}"
        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="93063"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-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">
            Qarsi Revenant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Qarsi Revenant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c93a0f6-5e50-4dda-9ff6-da741fb839ff.jpg?1743204304" />

        <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">
            Qarsi Revenant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Qarsi Revenant" src="https://cards.scryfall.io/large/front/8/c/8c93a0f6-5e50-4dda-9ff6-da741fb839ff.jpg?1743204304" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.31},{&quot;2026-06-12&quot;:2.44},{&quot;2026-06-13&quot;:2.44},{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.48},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.45},{&quot;2026-06-18&quot;:2.54},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.55},{&quot;2026-06-22&quot;:2.54},{&quot;2026-06-23&quot;:2.55},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.74},{&quot;2026-06-29&quot;:2.74},{&quot;2026-06-30&quot;:2.74},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.81},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.16},{&quot;2026-07-14&quot;:3.15},{&quot;2026-07-15&quot;:3.34},{&quot;2026-07-16&quot;:3.32},{&quot;2026-07-17&quot;:3.33},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.33},{&quot;2026-07-20&quot;:3.33},{&quot;2026-07-21&quot;:3.33},{&quot;2026-07-23&quot;:3.33},{&quot;2026-07-25&quot;:3.22},{&quot;2026-07-26&quot;:3.22},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-28&quot;:3.18},{&quot;2026-07-29&quot;:3.18},{&quot;2026-07-30&quot;:3.14},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:2.9},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.86},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.81},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.79},{&quot;2026-08-11&quot;:2.79},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.78},{&quot;2026-08-14&quot;:2.65},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.83},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.14},{&quot;2026-08-23&quot;:3.14},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.14},{&quot;2026-08-26&quot;:3.33},{&quot;2026-08-27&quot;:3.33},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.24},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:2.99},{&quot;2026-09-08&quot;:2.9},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.61}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.5},{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.19},{&quot;2026-06-17&quot;:2.49},{&quot;2026-06-18&quot;:2.55},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.36},{&quot;2026-06-22&quot;:2.36},{&quot;2026-06-23&quot;:2.22},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.45},{&quot;2026-06-26&quot;:2.48},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.94},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.48},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:2.85},{&quot;2026-07-04&quot;:2.22},{&quot;2026-07-05&quot;:2.04},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.9},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.14},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.47},{&quot;2026-07-16&quot;:2.17},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.11},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.71},{&quot;2026-07-27&quot;:2.63},{&quot;2026-07-28&quot;:2.64},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.94},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.14},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.03},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.36},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.19},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.32},{&quot;2026-08-22&quot;:2.3},{&quot;2026-08-23&quot;:2.14},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.88},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.62},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.94},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.76},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.85},{&quot;2026-09-11&quot;:2.78}]}"
        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="94787"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-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">
            Counterspell
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.78
          </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="Counterspell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e1e48b21-1a4f-4708-a4b4-e2e296df924c.jpg?1783906394" />

        <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">
            Counterspell
        </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-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="Counterspell" src="https://cards.scryfall.io/large/front/e/1/e1e48b21-1a4f-4708-a4b4-e2e296df924c.jpg?1783906394" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:5.41},{&quot;2026-06-15&quot;:5.41},{&quot;2026-06-16&quot;:5.41},{&quot;2026-06-17&quot;:5.36},{&quot;2026-06-18&quot;:5.37},{&quot;2026-06-19&quot;:5.3},{&quot;2026-06-20&quot;:5.31},{&quot;2026-06-21&quot;:5.31},{&quot;2026-06-22&quot;:5.23},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.24},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.26},{&quot;2026-06-27&quot;:5.33},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.41},{&quot;2026-06-30&quot;:5.39},{&quot;2026-07-01&quot;:5.46},{&quot;2026-07-02&quot;:5.37},{&quot;2026-07-03&quot;:5.35},{&quot;2026-07-04&quot;:5.38},{&quot;2026-07-05&quot;:5.38},{&quot;2026-07-06&quot;:5.43},{&quot;2026-07-07&quot;:5.43},{&quot;2026-07-08&quot;:5.43},{&quot;2026-07-09&quot;:5.56},{&quot;2026-07-10&quot;:5.46},{&quot;2026-07-11&quot;:5.46},{&quot;2026-07-12&quot;:5.46},{&quot;2026-07-13&quot;:5.28},{&quot;2026-07-14&quot;:5.26},{&quot;2026-07-15&quot;:5.15},{&quot;2026-07-16&quot;:5.08},{&quot;2026-07-17&quot;:5.1},{&quot;2026-07-18&quot;:5.11},{&quot;2026-07-19&quot;:5.11},{&quot;2026-07-20&quot;:5.15},{&quot;2026-07-21&quot;:5.15},{&quot;2026-07-22&quot;:5.14},{&quot;2026-07-23&quot;:5.06},{&quot;2026-07-24&quot;:5.01},{&quot;2026-07-25&quot;:5.01},{&quot;2026-07-26&quot;:5.05},{&quot;2026-07-27&quot;:5.11},{&quot;2026-07-28&quot;:5.07},{&quot;2026-07-29&quot;:5.13},{&quot;2026-07-30&quot;:5.17},{&quot;2026-07-31&quot;:5.14},{&quot;2026-08-01&quot;:5.14},{&quot;2026-08-02&quot;:5.14},{&quot;2026-08-03&quot;:5.14},{&quot;2026-08-04&quot;:5.14},{&quot;2026-08-05&quot;:5.16},{&quot;2026-08-07&quot;:5.2},{&quot;2026-08-08&quot;:5.18},{&quot;2026-08-09&quot;:5.14},{&quot;2026-08-10&quot;:5.06},{&quot;2026-08-11&quot;:5.08},{&quot;2026-08-12&quot;:5.18},{&quot;2026-08-13&quot;:5.09},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.1},{&quot;2026-08-16&quot;:5.21},{&quot;2026-08-17&quot;:5.21},{&quot;2026-08-18&quot;:5.03},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.13},{&quot;2026-08-21&quot;:5.13},{&quot;2026-08-22&quot;:5.16},{&quot;2026-08-23&quot;:5.13},{&quot;2026-08-24&quot;:5.15},{&quot;2026-08-25&quot;:5.15},{&quot;2026-08-26&quot;:5.14},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.05},{&quot;2026-08-29&quot;:5.05},{&quot;2026-08-30&quot;:4.88},{&quot;2026-08-31&quot;:4.94},{&quot;2026-09-01&quot;:5.04},{&quot;2026-09-02&quot;:5.04},{&quot;2026-09-03&quot;:5.03},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:4.94},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:5.14},{&quot;2026-09-09&quot;:5.15},{&quot;2026-09-10&quot;:5.12},{&quot;2026-09-11&quot;:5.14},{&quot;2026-09-12&quot;:5.14}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.73},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.44},{&quot;2026-06-18&quot;:2.5},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.09},{&quot;2026-06-21&quot;:2.16},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.05},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:2.18},{&quot;2026-06-28&quot;:1.99},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.45},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.45},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.42},{&quot;2026-07-10&quot;:2.06},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.02},{&quot;2026-07-13&quot;:2.05},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:2.44},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.18},{&quot;2026-07-21&quot;:2.23},{&quot;2026-07-22&quot;:2.51},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-24&quot;:2.27},{&quot;2026-07-25&quot;:2.27},{&quot;2026-07-26&quot;:2.48},{&quot;2026-07-27&quot;:2.68},{&quot;2026-07-28&quot;:2.58},{&quot;2026-07-29&quot;:2.35},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:3.1},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.51},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.42},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.45},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.4},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:1.83},{&quot;2026-08-20&quot;:2.2},{&quot;2026-08-21&quot;:2.49},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.69},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.6},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.8},{&quot;2026-09-12&quot;:2.78}]}"
        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="9935"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-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">
            Great Furnace
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Great Furnace
        </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 Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Great Furnace" src="https://cards.scryfall.io/large/front/c/e/ce29187f-6c0b-4a38-a3f3-b152c1fa6613.jpg?1783934248" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.18},{&quot;2026-06-12&quot;:2.17},{&quot;2026-06-13&quot;:2.2},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.24},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:2.04},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:2.04},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.14},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.09},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:2.09},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.14},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.15},{&quot;2026-07-10&quot;:2.15},{&quot;2026-07-11&quot;:2.15},{&quot;2026-07-12&quot;:2.15},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.12},{&quot;2026-07-16&quot;:2.13},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.12},{&quot;2026-07-21&quot;:2.12},{&quot;2026-07-23&quot;:2.13},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.16},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.25},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.28},{&quot;2026-08-04&quot;:2.26},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.35},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.29},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.29},{&quot;2026-08-15&quot;:2.29},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.34},{&quot;2026-08-20&quot;:2.34},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.6},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.6},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:2.67},{&quot;2026-08-29&quot;:2.67},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.65},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.65},{&quot;2026-09-03&quot;:2.66},{&quot;2026-09-04&quot;:2.66},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.73},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.77},{&quot;2026-09-10&quot;:2.77},{&quot;2026-09-11&quot;:2.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Padeem, Consul of Innovation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/00a4aef8-64fc-4e9d-adac-ef4c85d40b4a.jpg?1783915692" />

        <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">
            Padeem, Consul of Innovation
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Vedalken 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-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="Padeem, Consul of Innovation" src="https://cards.scryfall.io/large/front/0/0/00a4aef8-64fc-4e9d-adac-ef4c85d40b4a.jpg?1783915692" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.18},{&quot;2026-06-17&quot;:3.18},{&quot;2026-06-18&quot;:3.18},{&quot;2026-06-19&quot;:3.18},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.18},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.11},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.11},{&quot;2026-06-26&quot;:3.11},{&quot;2026-06-27&quot;:3.18},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.35},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.36},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.36},{&quot;2026-07-08&quot;:3.36},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.45},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.66},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.76},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.73},{&quot;2026-07-26&quot;:3.73},{&quot;2026-07-27&quot;:3.73},{&quot;2026-07-28&quot;:3.73},{&quot;2026-07-29&quot;:3.73},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.71},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.71},{&quot;2026-08-07&quot;:3.7},{&quot;2026-08-08&quot;:3.7},{&quot;2026-08-09&quot;:3.7},{&quot;2026-08-10&quot;:3.68},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:3.73},{&quot;2026-08-13&quot;:3.73},{&quot;2026-08-14&quot;:3.69},{&quot;2026-08-15&quot;:3.73},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.75},{&quot;2026-08-18&quot;:3.75},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.82},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.75},{&quot;2026-08-23&quot;:3.75},{&quot;2026-08-24&quot;:3.76},{&quot;2026-08-25&quot;:3.76},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.74},{&quot;2026-08-29&quot;:3.74},{&quot;2026-08-30&quot;:3.69},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.69},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.69},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.5},{&quot;2026-09-08&quot;:3.5},{&quot;2026-09-09&quot;:3.55},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.55},{&quot;2026-09-12&quot;:3.55}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.51},{&quot;2026-06-15&quot;:2.64},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.48},{&quot;2026-06-18&quot;:2.52},{&quot;2026-06-19&quot;:2.43},{&quot;2026-06-20&quot;:2.5},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.67},{&quot;2026-06-23&quot;:2.73},{&quot;2026-06-24&quot;:3.02},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.37},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:3.08},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.36},{&quot;2026-07-04&quot;:3.76},{&quot;2026-07-05&quot;:3.68},{&quot;2026-07-06&quot;:3.6},{&quot;2026-07-07&quot;:3.45},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.06},{&quot;2026-07-10&quot;:3.15},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.17},{&quot;2026-07-14&quot;:3.32},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.24},{&quot;2026-07-17&quot;:3.34},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.35},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-22&quot;:2.91},{&quot;2026-07-23&quot;:2.59},{&quot;2026-07-24&quot;:2.59},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.36},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.55},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.18},{&quot;2026-08-14&quot;:2.18},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:1.94},{&quot;2026-08-18&quot;:1.93},{&quot;2026-08-19&quot;:2.0},{&quot;2026-08-20&quot;:2.0},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.11},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.17},{&quot;2026-08-26&quot;:2.16},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.14},{&quot;2026-09-02&quot;:2.12},{&quot;2026-09-03&quot;:2.17},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.26},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.38},{&quot;2026-09-08&quot;:2.45},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.7},{&quot;2026-09-12&quot;:2.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.00
          </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="Tocasia&#39;s Welcome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/6/56cd89f1-f9f4-4cb5-a573-79809d0b6dfd.jpg?1783920123" />

        <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">
            Tocasia&#39;s Welcome
        </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-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="Tocasia&#39;s Welcome" src="https://cards.scryfall.io/large/front/5/6/56cd89f1-f9f4-4cb5-a573-79809d0b6dfd.jpg?1783920123" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.85},{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.85},{&quot;2026-06-16&quot;:2.85},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.8},{&quot;2026-06-20&quot;:2.8},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.74},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.7},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.57},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.53},{&quot;2026-07-13&quot;:2.58},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.55},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.55},{&quot;2026-07-21&quot;:2.55},{&quot;2026-07-23&quot;:2.55},{&quot;2026-07-24&quot;:2.58},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.6},{&quot;2026-08-10&quot;:2.6},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.6},{&quot;2026-08-14&quot;:2.6},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.6},{&quot;2026-08-17&quot;:2.6},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.67},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.77},{&quot;2026-09-01&quot;:2.77},{&quot;2026-09-02&quot;:2.77},{&quot;2026-09-03&quot;:2.77},{&quot;2026-09-04&quot;:2.81},{&quot;2026-09-05&quot;:2.81},{&quot;2026-09-06&quot;:2.81},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.77},{&quot;2026-09-10&quot;:2.77},{&quot;2026-09-11&quot;:2.77}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.56},{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.11},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.03},{&quot;2026-06-22&quot;:1.96},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.62},{&quot;2026-06-29&quot;:1.74},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.75},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.69},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.72},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.78},{&quot;2026-07-16&quot;:1.77},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.72},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.94},{&quot;2026-07-24&quot;:1.93},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-28&quot;:1.69},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.65},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.57},{&quot;2026-08-08&quot;:1.57},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.36},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.72},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:2.06},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.9},{&quot;2026-08-24&quot;:2.14},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:1.88},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.63},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.55},{&quot;2026-09-05&quot;:1.51},{&quot;2026-09-06&quot;:1.56},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:2.0}]}"
        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="20771"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Masterwork of Ingenuity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/af244fed-ea12-4d8c-b090-91c5de62edb8.jpg?1783930103" />

        <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">
            Masterwork of Ingenuity
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Masterwork of Ingenuity" src="https://cards.scryfall.io/large/front/a/f/af244fed-ea12-4d8c-b090-91c5de62edb8.jpg?1783930103" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:4.23},{&quot;2026-06-15&quot;:4.23},{&quot;2026-06-16&quot;:4.23},{&quot;2026-06-17&quot;:4.23},{&quot;2026-06-18&quot;:4.23},{&quot;2026-06-19&quot;:4.23},{&quot;2026-06-20&quot;:4.23},{&quot;2026-06-21&quot;:4.23},{&quot;2026-06-22&quot;:4.23},{&quot;2026-06-23&quot;:4.23},{&quot;2026-06-24&quot;:4.23},{&quot;2026-06-25&quot;:4.23},{&quot;2026-06-26&quot;:4.23},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.23},{&quot;2026-06-29&quot;:4.23},{&quot;2026-06-30&quot;:4.23},{&quot;2026-07-01&quot;:4.23},{&quot;2026-07-02&quot;:4.23},{&quot;2026-07-03&quot;:4.23},{&quot;2026-07-04&quot;:4.29},{&quot;2026-07-05&quot;:4.23},{&quot;2026-07-06&quot;:4.23},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.29},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.29},{&quot;2026-07-17&quot;:4.29},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.29},{&quot;2026-07-21&quot;:4.23},{&quot;2026-07-22&quot;:4.23},{&quot;2026-07-23&quot;:4.23},{&quot;2026-07-24&quot;:4.23},{&quot;2026-07-25&quot;:4.23},{&quot;2026-07-26&quot;:4.23},{&quot;2026-07-27&quot;:4.23},{&quot;2026-07-28&quot;:4.23},{&quot;2026-07-29&quot;:4.27},{&quot;2026-07-30&quot;:4.27},{&quot;2026-07-31&quot;:4.32},{&quot;2026-08-01&quot;:4.32},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.32},{&quot;2026-08-04&quot;:4.32},{&quot;2026-08-05&quot;:4.32},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.39},{&quot;2026-08-10&quot;:4.39},{&quot;2026-08-11&quot;:4.39},{&quot;2026-08-12&quot;:4.39},{&quot;2026-08-13&quot;:4.39},{&quot;2026-08-14&quot;:4.39},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.39},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.45},{&quot;2026-08-19&quot;:4.45},{&quot;2026-08-20&quot;:4.49},{&quot;2026-08-21&quot;:4.49},{&quot;2026-08-22&quot;:4.5},{&quot;2026-08-23&quot;:4.56},{&quot;2026-08-24&quot;:4.56},{&quot;2026-08-25&quot;:4.56},{&quot;2026-08-26&quot;:4.56},{&quot;2026-08-27&quot;:4.56},{&quot;2026-08-28&quot;:4.56},{&quot;2026-08-29&quot;:4.56},{&quot;2026-08-30&quot;:4.56},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.57},{&quot;2026-09-02&quot;:4.57},{&quot;2026-09-03&quot;:4.57},{&quot;2026-09-04&quot;:4.57},{&quot;2026-09-05&quot;:4.57},{&quot;2026-09-06&quot;:4.57},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.57},{&quot;2026-09-09&quot;:4.57},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.57},{&quot;2026-09-12&quot;:4.57}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.43},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.43},{&quot;2026-06-20&quot;:2.51},{&quot;2026-06-21&quot;:2.51},{&quot;2026-06-22&quot;:2.51},{&quot;2026-06-23&quot;:2.45},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.53},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.48},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.22},{&quot;2026-07-11&quot;:2.23},{&quot;2026-07-12&quot;:2.25},{&quot;2026-07-13&quot;:2.25},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.33},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.34},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-28&quot;:2.61},{&quot;2026-07-29&quot;:2.68},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.54},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.69},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.7},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.71},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.6},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.61},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.78},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.82},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.82},{&quot;2026-09-12&quot;:2.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Return of the Wildspeaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2fa1dac5-51ba-403e-b48b-d2c0d23a8146.jpg?1782684213" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Return of the Wildspeaker" src="https://cards.scryfall.io/large/front/2/f/2fa1dac5-51ba-403e-b48b-d2c0d23a8146.jpg?1782684213" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.81},{&quot;2026-06-12&quot;:0.79},{&quot;2026-06-13&quot;:0.76},{&quot;2026-06-14&quot;:0.82},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.82},{&quot;2026-06-17&quot;:0.76},{&quot;2026-06-18&quot;:0.82},{&quot;2026-06-19&quot;:0.88},{&quot;2026-06-20&quot;:0.88},{&quot;2026-06-21&quot;:0.9},{&quot;2026-06-22&quot;:0.89},{&quot;2026-06-23&quot;:0.96},{&quot;2026-06-24&quot;:0.92},{&quot;2026-06-25&quot;:0.99},{&quot;2026-06-26&quot;:0.99},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.94},{&quot;2026-06-29&quot;:0.96},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.89},{&quot;2026-07-02&quot;:0.95},{&quot;2026-07-03&quot;:0.96},{&quot;2026-07-04&quot;:0.99},{&quot;2026-07-05&quot;:0.97},{&quot;2026-07-06&quot;:0.97},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:0.99},{&quot;2026-07-10&quot;:1.01},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:0.99},{&quot;2026-07-13&quot;:0.98},{&quot;2026-07-14&quot;:0.96},{&quot;2026-07-15&quot;:0.96},{&quot;2026-07-16&quot;:1.0},{&quot;2026-07-17&quot;:0.99},{&quot;2026-07-18&quot;:0.98},{&quot;2026-07-19&quot;:0.97},{&quot;2026-07-20&quot;:0.97},{&quot;2026-07-21&quot;:0.96},{&quot;2026-07-23&quot;:0.92},{&quot;2026-07-25&quot;:0.97},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.03},{&quot;2026-07-28&quot;:0.99},{&quot;2026-07-29&quot;:0.99},{&quot;2026-07-30&quot;:0.96},{&quot;2026-07-31&quot;:1.08},{&quot;2026-08-01&quot;:1.44},{&quot;2026-08-02&quot;:1.89},{&quot;2026-08-03&quot;:2.21},{&quot;2026-08-04&quot;:2.2},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.06},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:3.07},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:4.02},{&quot;2026-08-14&quot;:4.04},{&quot;2026-08-15&quot;:3.99},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:3.24},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.01},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.89},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.09},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.47},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.62},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.73},{&quot;2026-09-11&quot;:2.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.75
          </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="Sarevok&#39;s Tome" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a470690-a05d-4311-963c-50cbf779846d.jpg?1783922495" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sarevok&#39;s Tome" src="https://cards.scryfall.io/large/front/5/a/5a470690-a05d-4311-963c-50cbf779846d.jpg?1783922495" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.85},{&quot;2026-06-10&quot;:4.0},{&quot;2026-06-11&quot;:4.0},{&quot;2026-06-12&quot;:4.0},{&quot;2026-06-13&quot;:3.99},{&quot;2026-06-14&quot;:3.92},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.78},{&quot;2026-06-17&quot;:3.77},{&quot;2026-06-18&quot;:3.61},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.82},{&quot;2026-06-22&quot;:3.79},{&quot;2026-06-24&quot;:3.83},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.66},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.78},{&quot;2026-06-29&quot;:3.8},{&quot;2026-06-30&quot;:3.68},{&quot;2026-07-01&quot;:3.51},{&quot;2026-07-02&quot;:3.56},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:3.27},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.24},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.12},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:2.95},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:3.02},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:3.06},{&quot;2026-07-23&quot;:3.07},{&quot;2026-07-25&quot;:3.01},{&quot;2026-07-26&quot;:3.01},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.05},{&quot;2026-07-31&quot;:3.09},{&quot;2026-08-01&quot;:3.13},{&quot;2026-08-02&quot;:3.1},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.02},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.16},{&quot;2026-08-14&quot;:3.09},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.18},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.2},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.23},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.44},{&quot;2026-08-25&quot;:3.44},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.54},{&quot;2026-08-28&quot;:3.54},{&quot;2026-08-29&quot;:3.54},{&quot;2026-08-30&quot;:3.48},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.29},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.75}]}"
        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="18964"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.75
          </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="Pashalik Mons" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/6/a62b7671-efde-40b2-9cb1-76339d614d29.jpg?1783918370" />

        <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">
            Pashalik Mons
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Pashalik Mons" src="https://cards.scryfall.io/large/front/a/6/a62b7671-efde-40b2-9cb1-76339d614d29.jpg?1783918370" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.85},{&quot;2026-06-11&quot;:2.85},{&quot;2026-06-12&quot;:2.85},{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:2.85},{&quot;2026-06-15&quot;:2.91},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.87},{&quot;2026-06-19&quot;:2.88},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.88},{&quot;2026-06-23&quot;:2.88},{&quot;2026-06-24&quot;:2.88},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.88},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.91},{&quot;2026-07-06&quot;:2.91},{&quot;2026-07-07&quot;:2.91},{&quot;2026-07-08&quot;:2.91},{&quot;2026-07-09&quot;:2.95},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.91},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:2.99},{&quot;2026-07-25&quot;:2.99},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:3.04},{&quot;2026-08-02&quot;:3.04},{&quot;2026-08-03&quot;:3.04},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.04},{&quot;2026-08-08&quot;:3.04},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.11},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.11},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.07},{&quot;2026-08-28&quot;:3.07},{&quot;2026-08-29&quot;:3.07},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.07},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.07},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:3.05},{&quot;2026-09-10&quot;:3.05},{&quot;2026-09-11&quot;:3.05}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.74},{&quot;2026-06-11&quot;:2.74},{&quot;2026-06-12&quot;:2.75},{&quot;2026-06-13&quot;:2.83},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.83},{&quot;2026-06-16&quot;:2.82},{&quot;2026-06-17&quot;:2.82},{&quot;2026-06-18&quot;:2.82},{&quot;2026-06-19&quot;:2.83},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.73},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.65},{&quot;2026-06-25&quot;:2.62},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.64},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.64},{&quot;2026-07-04&quot;:2.64},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.64},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.64},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.67},{&quot;2026-07-12&quot;:2.67},{&quot;2026-07-13&quot;:2.67},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.66},{&quot;2026-07-16&quot;:2.53},{&quot;2026-07-17&quot;:2.47},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.33},{&quot;2026-08-01&quot;:2.33},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.28},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.22},{&quot;2026-08-12&quot;:2.21},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.27},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:2.23},{&quot;2026-08-20&quot;:2.23},{&quot;2026-08-21&quot;:2.18},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.26},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.41},{&quot;2026-08-29&quot;:2.41},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.58},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.62},{&quot;2026-09-07&quot;:2.62},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.61},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.75}]}"
        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="73297"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hajar, Loyal Bodyguard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a5f42a51-02a0-4915-a459-887ac787a90e.jpg?1783919967" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Hajar, Loyal Bodyguard
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hajar, Loyal Bodyguard" src="https://cards.scryfall.io/large/front/a/5/a5f42a51-02a0-4915-a459-887ac787a90e.jpg?1783919967" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            One Ring to Rule Them All
        </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-50 text-badge-text">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.75
          </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="One Ring to Rule Them All" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bb2dc2e0-f393-4442-818b-d3b860bfffd0.jpg?1783916298" />

        <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">
            One Ring to Rule Them All
        </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 — 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><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="One Ring to Rule Them All" src="https://cards.scryfall.io/large/front/b/b/bb2dc2e0-f393-4442-818b-d3b860bfffd0.jpg?1783916298" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:3.13},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.13},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:3.06},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.04},{&quot;2026-07-07&quot;:3.04},{&quot;2026-07-08&quot;:3.04},{&quot;2026-07-09&quot;:3.04},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:3.08},{&quot;2026-07-13&quot;:3.07},{&quot;2026-07-14&quot;:3.07},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.07},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.07},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.07},{&quot;2026-07-22&quot;:3.07},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-28&quot;:3.09},{&quot;2026-07-29&quot;:3.09},{&quot;2026-07-30&quot;:3.09},{&quot;2026-07-31&quot;:3.09},{&quot;2026-08-01&quot;:3.09},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.16},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.2},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.49},{&quot;2026-08-29&quot;:3.49},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.66},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.8},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.84},{&quot;2026-09-12&quot;:3.9}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.01},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:3.08},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.88},{&quot;2026-06-21&quot;:3.04},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:3.04},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.13},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.25},{&quot;2026-06-30&quot;:3.34},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.53},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:2.99},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.41},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.34},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.42},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-22&quot;:2.6},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-24&quot;:2.45},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.42},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.24},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.64},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.54},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.56},{&quot;2026-09-05&quot;:2.65},{&quot;2026-09-06&quot;:2.7},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:2.87},{&quot;2026-09-12&quot;:2.75}]}"
        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="79783"
  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">
            Whispersilk Cloak
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.75
          </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="Whispersilk Cloak" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/7485dde2-ee5a-4c5e-a969-354a7b3f7936.jpg?1783932149" />

        <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">
            Whispersilk Cloak
        </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 — Equipment</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="Whispersilk Cloak" src="https://cards.scryfall.io/large/front/7/4/7485dde2-ee5a-4c5e-a969-354a7b3f7936.jpg?1783932149" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.74
          </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="Abstruse Archaic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1fc2871b-c685-4951-b8e2-7370b9668f7e.jpg?1783915488" />

        <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">
            Abstruse Archaic
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Abstruse Archaic" src="https://cards.scryfall.io/large/front/1/f/1fc2871b-c685-4951-b8e2-7370b9668f7e.jpg?1783915488" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.88},{&quot;2026-06-15&quot;:2.84},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.88},{&quot;2026-06-18&quot;:2.88},{&quot;2026-06-19&quot;:2.84},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.81},{&quot;2026-06-25&quot;:2.81},{&quot;2026-06-26&quot;:2.84},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.79},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.79},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.77},{&quot;2026-07-09&quot;:2.77},{&quot;2026-07-10&quot;:2.78},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.82},{&quot;2026-07-13&quot;:2.88},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.85},{&quot;2026-07-16&quot;:2.85},{&quot;2026-07-17&quot;:2.85},{&quot;2026-07-18&quot;:2.85},{&quot;2026-07-19&quot;:2.82},{&quot;2026-07-20&quot;:2.82},{&quot;2026-07-21&quot;:2.85},{&quot;2026-07-22&quot;:2.85},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-24&quot;:2.87},{&quot;2026-07-25&quot;:2.87},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.83},{&quot;2026-07-28&quot;:2.83},{&quot;2026-07-29&quot;:2.85},{&quot;2026-07-30&quot;:2.82},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.8},{&quot;2026-08-07&quot;:2.79},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:2.76},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.75},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.72},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.72},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.68},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.68},{&quot;2026-08-20&quot;:2.68},{&quot;2026-08-21&quot;:2.64},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.64},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.64},{&quot;2026-08-29&quot;:2.64},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.69},{&quot;2026-09-01&quot;:2.69},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.7},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.78},{&quot;2026-09-10&quot;:2.77},{&quot;2026-09-11&quot;:2.76},{&quot;2026-09-12&quot;:2.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.74
          </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="Scion of Calamity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/75db3c02-7a03-4de5-a70e-220777227dd3.jpg?1783913907" />

        <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">
            Scion of Calamity
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Scion of Calamity" src="https://cards.scryfall.io/large/front/7/5/75db3c02-7a03-4de5-a70e-220777227dd3.jpg?1783913907" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.76},{&quot;2026-06-11&quot;:1.76},{&quot;2026-06-12&quot;:1.91},{&quot;2026-06-13&quot;:2.01},{&quot;2026-06-14&quot;:2.09},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.15},{&quot;2026-06-19&quot;:2.15},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.35},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.65},{&quot;2026-06-28&quot;:2.73},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.66},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.99},{&quot;2026-07-06&quot;:2.97},{&quot;2026-07-07&quot;:2.97},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:3.01},{&quot;2026-07-12&quot;:2.79},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.64},{&quot;2026-07-15&quot;:2.65},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.76},{&quot;2026-07-18&quot;:2.66},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.8},{&quot;2026-07-21&quot;:2.82},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.65},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.6},{&quot;2026-07-31&quot;:2.44},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.42},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.36},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.18},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.23},{&quot;2026-08-14&quot;:2.18},{&quot;2026-08-15&quot;:2.11},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.22},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.36},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.4},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.48},{&quot;2026-08-29&quot;:2.48},{&quot;2026-08-30&quot;:2.47},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.59},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.74},{&quot;2026-09-10&quot;:2.74},{&quot;2026-09-11&quot;:2.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.74
          </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="Michelangelo, Weirdness to 11" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18477047-218d-4b2a-a086-37431b6a3025.jpg?1783904086" />

        <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">
            Michelangelo, Weirdness to 11
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Mutant Ninja Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Michelangelo, Weirdness to 11" src="https://cards.scryfall.io/large/front/1/8/18477047-218d-4b2a-a086-37431b6a3025.jpg?1783904086" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.41},{&quot;2026-06-10&quot;:4.25},{&quot;2026-06-11&quot;:4.43},{&quot;2026-06-12&quot;:4.46},{&quot;2026-06-13&quot;:4.49},{&quot;2026-06-14&quot;:4.45},{&quot;2026-06-15&quot;:4.4},{&quot;2026-06-16&quot;:4.31},{&quot;2026-06-17&quot;:4.25},{&quot;2026-06-18&quot;:4.33},{&quot;2026-06-19&quot;:4.43},{&quot;2026-06-20&quot;:4.33},{&quot;2026-06-21&quot;:4.14},{&quot;2026-06-22&quot;:4.17},{&quot;2026-06-24&quot;:4.09},{&quot;2026-06-25&quot;:4.09},{&quot;2026-06-26&quot;:4.02},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.92},{&quot;2026-06-29&quot;:4.0},{&quot;2026-06-30&quot;:3.92},{&quot;2026-07-01&quot;:3.99},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:3.92},{&quot;2026-07-04&quot;:3.95},{&quot;2026-07-05&quot;:4.05},{&quot;2026-07-06&quot;:4.27},{&quot;2026-07-07&quot;:4.25},{&quot;2026-07-08&quot;:4.18},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.03},{&quot;2026-07-12&quot;:3.93},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:4.05},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:3.85},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-25&quot;:3.56},{&quot;2026-07-26&quot;:3.43},{&quot;2026-07-27&quot;:3.4},{&quot;2026-07-29&quot;:3.32},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.24},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.4},{&quot;2026-08-05&quot;:3.4},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.25},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.28},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.44},{&quot;2026-08-27&quot;:3.44},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.44},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.41},{&quot;2026-09-03&quot;:3.41},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.46},{&quot;2026-09-06&quot;:3.38},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.39},{&quot;2026-09-11&quot;:3.41}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.14},{&quot;2026-06-10&quot;:3.66},{&quot;2026-06-11&quot;:3.79},{&quot;2026-06-12&quot;:4.08},{&quot;2026-06-13&quot;:4.15},{&quot;2026-06-14&quot;:3.76},{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.79},{&quot;2026-06-17&quot;:4.16},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:3.65},{&quot;2026-06-21&quot;:3.31},{&quot;2026-06-22&quot;:3.36},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.08},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.85},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.29},{&quot;2026-07-06&quot;:3.25},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:3.1},{&quot;2026-07-09&quot;:3.44},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.23},{&quot;2026-07-12&quot;:3.3},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.38},{&quot;2026-07-15&quot;:3.25},{&quot;2026-07-16&quot;:3.34},{&quot;2026-07-17&quot;:3.26},{&quot;2026-07-18&quot;:3.1},{&quot;2026-07-19&quot;:3.2},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.38},{&quot;2026-07-23&quot;:3.12},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.2},{&quot;2026-07-27&quot;:3.3},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:2.86},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:3.06},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.76},{&quot;2026-08-09&quot;:3.07},{&quot;2026-08-10&quot;:2.84},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.68},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.43},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.82},{&quot;2026-08-27&quot;:2.66},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.67},{&quot;2026-09-04&quot;:2.57},{&quot;2026-09-05&quot;:2.39},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.47},{&quot;2026-09-08&quot;:2.5},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Wand of Wonder
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><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="Wand of Wonder" src="https://cards.scryfall.io/large/front/d/f/df67ec01-9d4c-4ae1-9c8a-f94d649c81bc.jpg?1783922726" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.05},{&quot;2026-06-12&quot;:2.05},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.03},{&quot;2026-06-17&quot;:2.03},{&quot;2026-06-18&quot;:2.03},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.97},{&quot;2026-06-23&quot;:1.97},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:1.97},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.99},{&quot;2026-06-29&quot;:1.99},{&quot;2026-06-30&quot;:2.04},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.03},{&quot;2026-07-06&quot;:2.03},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.01},{&quot;2026-07-10&quot;:2.01},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.97},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:2.0},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.0},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-23&quot;:2.0},{&quot;2026-07-25&quot;:2.0},{&quot;2026-07-26&quot;:2.0},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:1.98},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.98},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:1.98},{&quot;2026-08-10&quot;:1.98},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:1.99},{&quot;2026-08-14&quot;:1.99},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:2.04},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.04},{&quot;2026-08-20&quot;:2.04},{&quot;2026-08-21&quot;:2.04},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.05},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.05},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.05},{&quot;2026-08-29&quot;:2.05},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.94},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.9}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.35},{&quot;2026-06-12&quot;:2.32},{&quot;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.47},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.59},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.65},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.45},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.47},{&quot;2026-06-28&quot;:2.51},{&quot;2026-06-29&quot;:2.48},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.4},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.37},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.34},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.31},{&quot;2026-07-08&quot;:2.31},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.25},{&quot;2026-07-15&quot;:2.25},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.3},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.35},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.41},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.75},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.65},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.49},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.06},{&quot;2026-08-25&quot;:2.06},{&quot;2026-08-26&quot;:2.11},{&quot;2026-08-27&quot;:2.23},{&quot;2026-08-28&quot;:2.24},{&quot;2026-08-29&quot;:2.24},{&quot;2026-08-30&quot;:2.27},{&quot;2026-08-31&quot;:2.28},{&quot;2026-09-01&quot;:2.28},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.5},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.52},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.7},{&quot;2026-09-09&quot;:2.89},{&quot;2026-09-10&quot;:2.81},{&quot;2026-09-11&quot;:2.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Brainstorm" src="https://cards.scryfall.io/large/front/8/d/8d42d7aa-7f53-4cfc-842a-086aab2448d1.jpg?1783947518" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.35},{&quot;2026-06-11&quot;:2.33},{&quot;2026-06-12&quot;:2.37},{&quot;2026-06-13&quot;:2.26},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.33},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.34},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.37},{&quot;2026-06-21&quot;:2.37},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.28},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.23},{&quot;2026-06-27&quot;:2.19},{&quot;2026-06-28&quot;:2.19},{&quot;2026-06-29&quot;:2.21},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.15},{&quot;2026-07-02&quot;:2.15},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:2.23},{&quot;2026-07-07&quot;:2.23},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.19},{&quot;2026-07-11&quot;:2.12},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.12},{&quot;2026-07-20&quot;:2.17},{&quot;2026-07-21&quot;:2.2},{&quot;2026-07-23&quot;:2.08},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.19},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-29&quot;:2.03},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.19},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.14},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.17},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.05},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.1},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.14},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.2},{&quot;2026-08-22&quot;:2.31},{&quot;2026-08-23&quot;:2.31},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.8},{&quot;2026-08-29&quot;:2.8},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.66},{&quot;2026-09-03&quot;:2.66},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.62},{&quot;2026-09-08&quot;:2.6},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.64},{&quot;2026-09-11&quot;:2.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Thought Vessel
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thought Vessel" src="https://cards.scryfall.io/large/front/e/4/e4738cc0-e13b-4b8e-848d-620319c5cf37.jpg?1783910589" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.34},{&quot;2026-06-11&quot;:2.42},{&quot;2026-06-12&quot;:2.36},{&quot;2026-06-13&quot;:2.42},{&quot;2026-06-14&quot;:2.43},{&quot;2026-06-15&quot;:2.54},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.64},{&quot;2026-06-23&quot;:2.68},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.65},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.67},{&quot;2026-07-10&quot;:2.67},{&quot;2026-07-11&quot;:2.54},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.55},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.55},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.83},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.75},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.75},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.41},{&quot;2026-08-20&quot;:2.41},{&quot;2026-08-21&quot;:2.32},{&quot;2026-08-22&quot;:2.32},{&quot;2026-08-23&quot;:2.32},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.43},{&quot;2026-08-29&quot;:2.43},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.46},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.59},{&quot;2026-09-10&quot;:2.55},{&quot;2026-09-11&quot;:2.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Emeritus of Abundance // Regrowth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/ac095763-6f4e-4d4e-9c99-414646368f8d.jpg?1782682912" />

        <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">
            Emeritus of Abundance 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Abundance // Regrowth" src="https://cards.scryfall.io/large/front/a/c/ac095763-6f4e-4d4e-9c99-414646368f8d.jpg?1782682912" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Emeritus of Abundance // Regrowth" src="https://cards.scryfall.io/large/front/a/c/ac095763-6f4e-4d4e-9c99-414646368f8d.jpg?1782682912" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:5.56},{&quot;2026-06-13&quot;:5.09},{&quot;2026-06-14&quot;:4.97},{&quot;2026-06-15&quot;:4.91},{&quot;2026-06-16&quot;:4.77},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.47},{&quot;2026-06-20&quot;:4.4},{&quot;2026-06-21&quot;:4.58},{&quot;2026-06-22&quot;:4.65},{&quot;2026-06-23&quot;:4.65},{&quot;2026-06-24&quot;:4.63},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.66},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.74},{&quot;2026-06-29&quot;:4.62},{&quot;2026-06-30&quot;:4.67},{&quot;2026-07-01&quot;:4.57},{&quot;2026-07-02&quot;:4.32},{&quot;2026-07-03&quot;:4.14},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:3.93},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.41},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:2.84},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.72},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.88},{&quot;2026-07-21&quot;:2.88},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.83},{&quot;2026-07-27&quot;:2.87},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:2.67},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.27},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.13},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.14},{&quot;2026-08-17&quot;:3.13},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.19},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.46},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.23},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.2},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.16}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.92},{&quot;2026-06-13&quot;:4.17},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:4.04},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.98},{&quot;2026-06-19&quot;:3.65},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.21},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.6},{&quot;2026-06-30&quot;:3.32},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.99},{&quot;2026-07-04&quot;:3.0},{&quot;2026-07-05&quot;:2.99},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.67},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.58},{&quot;2026-07-15&quot;:2.59},{&quot;2026-07-16&quot;:2.59},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.47},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.73},{&quot;2026-07-23&quot;:2.71},{&quot;2026-07-24&quot;:2.78},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.84},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.53},{&quot;2026-08-13&quot;:2.44},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.58},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.51},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.57},{&quot;2026-08-23&quot;:2.69},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:3.04},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.48},{&quot;2026-09-03&quot;:2.3},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.24},{&quot;2026-09-06&quot;:2.49},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.77},{&quot;2026-09-11&quot;:2.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.72
          </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="Vandalblast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/2/6239c8c9-113f-410b-8894-94d7287ac8d4.jpg?1783926196" />

        <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">
            Vandalblast
        </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-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="Vandalblast" src="https://cards.scryfall.io/large/front/6/2/6239c8c9-113f-410b-8894-94d7287ac8d4.jpg?1783926196" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

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

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.72
          </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="Squirrel Mob" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Squirrel</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="Squirrel Mob" src="https://cards.scryfall.io/large/front/f/a/fa6bfc95-ec7e-46dd-88fd-b0e1ba48bfbc.jpg?1783926781" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:0.91},{&quot;2026-06-12&quot;:0.91},{&quot;2026-06-13&quot;:0.91},{&quot;2026-06-14&quot;:0.91},{&quot;2026-06-15&quot;:0.91},{&quot;2026-06-16&quot;:0.91},{&quot;2026-06-17&quot;:0.89},{&quot;2026-06-18&quot;:0.89},{&quot;2026-06-19&quot;:0.89},{&quot;2026-06-20&quot;:0.89},{&quot;2026-06-21&quot;:0.89},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.86},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.87},{&quot;2026-06-26&quot;:0.87},{&quot;2026-06-27&quot;:0.89},{&quot;2026-06-28&quot;:0.89},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:1.02},{&quot;2026-07-02&quot;:1.02},{&quot;2026-07-03&quot;:1.04},{&quot;2026-07-04&quot;:1.04},{&quot;2026-07-05&quot;:1.04},{&quot;2026-07-06&quot;:1.06},{&quot;2026-07-07&quot;:1.09},{&quot;2026-07-08&quot;:1.09},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.31},{&quot;2026-07-13&quot;:1.31},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.84},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.15},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.15},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.15},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.57},{&quot;2026-08-26&quot;:3.57},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:2.64},{&quot;2026-09-06&quot;:2.64},{&quot;2026-09-07&quot;:2.64},{&quot;2026-09-08&quot;:2.64},{&quot;2026-09-09&quot;:2.64},{&quot;2026-09-10&quot;:2.64},{&quot;2026-09-11&quot;:2.64}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.56},{&quot;2026-06-12&quot;:0.58},{&quot;2026-06-13&quot;:0.57},{&quot;2026-06-14&quot;:0.56},{&quot;2026-06-15&quot;:0.51},{&quot;2026-06-16&quot;:0.5},{&quot;2026-06-17&quot;:0.5},{&quot;2026-06-18&quot;:0.55},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.65},{&quot;2026-06-21&quot;:0.66},{&quot;2026-06-22&quot;:0.64},{&quot;2026-06-23&quot;:0.7},{&quot;2026-06-24&quot;:0.82},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.96},{&quot;2026-06-27&quot;:0.9},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.86},{&quot;2026-06-30&quot;:0.94},{&quot;2026-07-01&quot;:0.81},{&quot;2026-07-02&quot;:0.84},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.26},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.31},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.57},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.8},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:2.04},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.02},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.34},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.58},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.3},{&quot;2026-08-03&quot;:2.2},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.51},{&quot;2026-08-29&quot;:2.51},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.83},{&quot;2026-09-03&quot;:2.85},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.82},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.6},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.72}]}"
        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="84095"
  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">
            Fyndhorn Elves
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.72
          </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="Fyndhorn Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53c31b33-d947-4776-8953-da5bc84ca5ca.jpg?1783910045" />

        <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">
            Fyndhorn Elves
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf 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>
          </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="Fyndhorn Elves" src="https://cards.scryfall.io/large/front/5/3/53c31b33-d947-4776-8953-da5bc84ca5ca.jpg?1783910045" />
    </div>

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

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

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

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

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

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

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

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

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

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.72
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.13},{&quot;2026-06-10&quot;:2.28},{&quot;2026-06-11&quot;:2.28},{&quot;2026-06-12&quot;:2.29},{&quot;2026-06-13&quot;:2.29},{&quot;2026-06-14&quot;:2.29},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.36},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-24&quot;:2.35},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.22},{&quot;2026-07-03&quot;:2.15},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:2.0},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.17},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.02},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:2.01},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.77},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.69},{&quot;2026-08-10&quot;:1.69},{&quot;2026-08-11&quot;:1.61},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.78},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.92},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:2.09},{&quot;2026-08-22&quot;:2.09},{&quot;2026-08-23&quot;:2.16},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.14},{&quot;2026-08-27&quot;:2.14},{&quot;2026-08-28&quot;:2.14},{&quot;2026-08-29&quot;:2.14},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.49},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.67},{&quot;2026-09-06&quot;:2.67},{&quot;2026-09-07&quot;:2.69},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.72}]}"
        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="108936"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Drumbellower
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Spirit
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.72
          </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="Drumbellower" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/1/c19e0ebf-ca94-4684-8b2c-68e592b65a24.jpg?1782683271" />

        <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">
            Drumbellower
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Spirit</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="Drumbellower" src="https://cards.scryfall.io/large/front/c/1/c19e0ebf-ca94-4684-8b2c-68e592b65a24.jpg?1782683271" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.72
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.00
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.88},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.88},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.69},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.66},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.56},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.63},{&quot;2026-07-15&quot;:1.71},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.85},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.71},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-22&quot;:1.81},{&quot;2026-07-23&quot;:1.69},{&quot;2026-07-24&quot;:1.69},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-28&quot;:1.83},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.13},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.12},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.39},{&quot;2026-08-16&quot;:2.54},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.6},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.78},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.81},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.75},{&quot;2026-08-29&quot;:2.75},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.8},{&quot;2026-09-01&quot;:2.58},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.63},{&quot;2026-09-05&quot;:2.66},{&quot;2026-09-06&quot;:2.68},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.73},{&quot;2026-09-10&quot;:2.75},{&quot;2026-09-11&quot;:2.75},{&quot;2026-09-12&quot;:2.72}]}"
        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="20910"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            High Market
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </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="High Market" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c99e02f-52e7-4a42-87dc-966034be79c7.jpg?1783930082" />

        <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">
            High Market
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="High Market" src="https://cards.scryfall.io/large/front/3/c/3c99e02f-52e7-4a42-87dc-966034be79c7.jpg?1783930082" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  7%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.46
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.17</span>
              <span class="text-xs text-grey-text">Credit: $0.22</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:4.71},{&quot;2026-06-15&quot;:4.71},{&quot;2026-06-16&quot;:4.71},{&quot;2026-06-17&quot;:4.71},{&quot;2026-06-18&quot;:4.64},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.64},{&quot;2026-06-23&quot;:4.64},{&quot;2026-06-24&quot;:4.64},{&quot;2026-06-25&quot;:4.64},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.64},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.61},{&quot;2026-07-02&quot;:4.61},{&quot;2026-07-03&quot;:4.61},{&quot;2026-07-04&quot;:4.61},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.61},{&quot;2026-07-07&quot;:4.61},{&quot;2026-07-08&quot;:4.61},{&quot;2026-07-09&quot;:4.61},{&quot;2026-07-10&quot;:4.61},{&quot;2026-07-11&quot;:4.61},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.61},{&quot;2026-07-14&quot;:4.61},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.57},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-22&quot;:4.55},{&quot;2026-07-23&quot;:4.55},{&quot;2026-07-24&quot;:4.55},{&quot;2026-07-25&quot;:4.55},{&quot;2026-07-26&quot;:4.55},{&quot;2026-07-27&quot;:4.49},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.49},{&quot;2026-07-31&quot;:4.48},{&quot;2026-08-01&quot;:4.48},{&quot;2026-08-02&quot;:4.48},{&quot;2026-08-03&quot;:4.48},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.43},{&quot;2026-08-08&quot;:4.43},{&quot;2026-08-09&quot;:4.43},{&quot;2026-08-10&quot;:4.43},{&quot;2026-08-11&quot;:4.43},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.44},{&quot;2026-08-14&quot;:4.44},{&quot;2026-08-15&quot;:4.44},{&quot;2026-08-16&quot;:4.44},{&quot;2026-08-17&quot;:4.44},{&quot;2026-08-18&quot;:4.44},{&quot;2026-08-19&quot;:4.44},{&quot;2026-08-20&quot;:4.44},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.42},{&quot;2026-08-24&quot;:4.42},{&quot;2026-08-25&quot;:4.42},{&quot;2026-08-26&quot;:4.42},{&quot;2026-08-27&quot;:4.42},{&quot;2026-08-28&quot;:4.42},{&quot;2026-08-29&quot;:4.42},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.43},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.43},{&quot;2026-09-05&quot;:4.43},{&quot;2026-09-06&quot;:4.43},{&quot;2026-09-07&quot;:4.43},{&quot;2026-09-08&quot;:4.43},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.46},{&quot;2026-09-11&quot;:4.46},{&quot;2026-09-12&quot;:4.46}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:3.03},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.86},{&quot;2026-06-19&quot;:2.86},{&quot;2026-06-20&quot;:2.86},{&quot;2026-06-21&quot;:2.86},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.8},{&quot;2026-06-27&quot;:2.8},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.83},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.85},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.83},{&quot;2026-07-06&quot;:2.83},{&quot;2026-07-07&quot;:2.83},{&quot;2026-07-08&quot;:2.9},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:3.0},{&quot;2026-07-11&quot;:3.0},{&quot;2026-07-12&quot;:3.0},{&quot;2026-07-13&quot;:3.0},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:3.0},{&quot;2026-07-19&quot;:3.14},{&quot;2026-07-20&quot;:3.14},{&quot;2026-07-21&quot;:3.24},{&quot;2026-07-22&quot;:3.24},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-24&quot;:3.15},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.11},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-28&quot;:3.11},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.11},{&quot;2026-08-01&quot;:3.11},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.05},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:3.03},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:2.95},{&quot;2026-08-13&quot;:2.95},{&quot;2026-08-14&quot;:2.87},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.88},{&quot;2026-08-19&quot;:2.88},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.49},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.45},{&quot;2026-08-27&quot;:2.45},{&quot;2026-08-28&quot;:2.45},{&quot;2026-08-29&quot;:2.45},{&quot;2026-08-30&quot;:2.45},{&quot;2026-08-31&quot;:2.39},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.39},{&quot;2026-09-03&quot;:2.39},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.53},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.8},{&quot;2026-09-10&quot;:2.71},{&quot;2026-09-11&quot;:2.71},{&quot;2026-09-12&quot;:2.71}]}"
        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="35668"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Stormcarved Coast
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </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="Stormcarved Coast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/299f1dee-b3d7-472b-aa0b-2f9b46a96da5.jpg?1783924780" />

        <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">
            Stormcarved Coast
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stormcarved Coast" src="https://cards.scryfall.io/large/front/2/9/299f1dee-b3d7-472b-aa0b-2f9b46a96da5.jpg?1783924780" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.74
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.5},{&quot;2026-06-11&quot;:5.5},{&quot;2026-06-12&quot;:5.5},{&quot;2026-06-13&quot;:5.4},{&quot;2026-06-14&quot;:5.4},{&quot;2026-06-15&quot;:5.34},{&quot;2026-06-16&quot;:5.34},{&quot;2026-06-17&quot;:5.34},{&quot;2026-06-18&quot;:5.34},{&quot;2026-06-19&quot;:5.34},{&quot;2026-06-20&quot;:5.38},{&quot;2026-06-21&quot;:5.38},{&quot;2026-06-22&quot;:5.38},{&quot;2026-06-23&quot;:5.38},{&quot;2026-06-24&quot;:5.31},{&quot;2026-06-25&quot;:5.31},{&quot;2026-06-26&quot;:5.3},{&quot;2026-06-27&quot;:5.3},{&quot;2026-06-28&quot;:5.3},{&quot;2026-06-29&quot;:5.3},{&quot;2026-06-30&quot;:5.3},{&quot;2026-07-01&quot;:5.3},{&quot;2026-07-02&quot;:5.3},{&quot;2026-07-03&quot;:5.3},{&quot;2026-07-04&quot;:5.3},{&quot;2026-07-05&quot;:5.3},{&quot;2026-07-06&quot;:5.3},{&quot;2026-07-07&quot;:5.3},{&quot;2026-07-08&quot;:5.3},{&quot;2026-07-09&quot;:5.3},{&quot;2026-07-10&quot;:5.3},{&quot;2026-07-11&quot;:5.3},{&quot;2026-07-12&quot;:5.3},{&quot;2026-07-13&quot;:5.3},{&quot;2026-07-14&quot;:5.3},{&quot;2026-07-15&quot;:5.3},{&quot;2026-07-16&quot;:5.3},{&quot;2026-07-17&quot;:5.3},{&quot;2026-07-18&quot;:5.3},{&quot;2026-07-19&quot;:5.18},{&quot;2026-07-20&quot;:5.08},{&quot;2026-07-21&quot;:5.08},{&quot;2026-07-23&quot;:5.1},{&quot;2026-07-25&quot;:5.1},{&quot;2026-07-26&quot;:5.05},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-29&quot;:5.05},{&quot;2026-07-30&quot;:5.05},{&quot;2026-07-31&quot;:5.05},{&quot;2026-08-01&quot;:5.05},{&quot;2026-08-02&quot;:5.05},{&quot;2026-08-03&quot;:5.05},{&quot;2026-08-04&quot;:5.05},{&quot;2026-08-05&quot;:5.05},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.05},{&quot;2026-08-09&quot;:5.05},{&quot;2026-08-10&quot;:4.93},{&quot;2026-08-11&quot;:5.05},{&quot;2026-08-12&quot;:4.93},{&quot;2026-08-13&quot;:4.42},{&quot;2026-08-14&quot;:4.42},{&quot;2026-08-15&quot;:4.35},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.21},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.13},{&quot;2026-08-21&quot;:4.05},{&quot;2026-08-22&quot;:4.05},{&quot;2026-08-23&quot;:4.05},{&quot;2026-08-24&quot;:4.05},{&quot;2026-08-25&quot;:4.05},{&quot;2026-08-26&quot;:3.94},{&quot;2026-08-27&quot;:3.93},{&quot;2026-08-28&quot;:3.93},{&quot;2026-08-29&quot;:3.93},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:3.93},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.76},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.78},{&quot;2026-06-11&quot;:3.74},{&quot;2026-06-12&quot;:3.69},{&quot;2026-06-13&quot;:3.69},{&quot;2026-06-14&quot;:3.61},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.54},{&quot;2026-06-17&quot;:3.42},{&quot;2026-06-18&quot;:3.42},{&quot;2026-06-19&quot;:3.44},{&quot;2026-06-20&quot;:3.43},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.4},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.26},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.31},{&quot;2026-06-28&quot;:3.19},{&quot;2026-06-29&quot;:3.17},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.11},{&quot;2026-07-02&quot;:3.11},{&quot;2026-07-03&quot;:3.03},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.83},{&quot;2026-07-12&quot;:2.86},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.8},{&quot;2026-07-15&quot;:2.76},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.67},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.57},{&quot;2026-07-20&quot;:2.63},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-23&quot;:2.59},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.48},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.52},{&quot;2026-08-04&quot;:2.5},{&quot;2026-08-05&quot;:2.5},{&quot;2026-08-07&quot;:2.5},{&quot;2026-08-08&quot;:2.51},{&quot;2026-08-09&quot;:2.51},{&quot;2026-08-10&quot;:2.5},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.44},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.53},{&quot;2026-08-23&quot;:2.48},{&quot;2026-08-24&quot;:2.48},{&quot;2026-08-25&quot;:2.48},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.46},{&quot;2026-08-29&quot;:2.46},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.59},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.71}]}"
        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="40447"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-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">
            Timberwatch Elf
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Elf
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </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="Timberwatch Elf" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/38807f17-1cf2-4736-ad10-df6c8b1a9f55.jpg?1783928309" />

        <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">
            Timberwatch Elf
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf</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="Timberwatch Elf" src="https://cards.scryfall.io/large/front/3/8/38807f17-1cf2-4736-ad10-df6c8b1a9f55.jpg?1783928309" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  3%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.3},{&quot;2026-06-14&quot;:2.31},{&quot;2026-06-15&quot;:2.31},{&quot;2026-06-16&quot;:2.31},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.31},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.28},{&quot;2026-06-22&quot;:2.31},{&quot;2026-06-23&quot;:2.31},{&quot;2026-06-24&quot;:2.31},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.37},{&quot;2026-06-28&quot;:2.37},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.37},{&quot;2026-07-01&quot;:2.37},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.38},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.35},{&quot;2026-07-08&quot;:2.35},{&quot;2026-07-09&quot;:2.33},{&quot;2026-07-10&quot;:2.33},{&quot;2026-07-11&quot;:2.41},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.26},{&quot;2026-07-17&quot;:2.26},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.24},{&quot;2026-07-20&quot;:2.24},{&quot;2026-07-21&quot;:2.24},{&quot;2026-07-22&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.33},{&quot;2026-07-28&quot;:2.38},{&quot;2026-07-29&quot;:2.38},{&quot;2026-07-30&quot;:2.38},{&quot;2026-07-31&quot;:2.38},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.35},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.37},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.36},{&quot;2026-08-13&quot;:2.35},{&quot;2026-08-14&quot;:2.33},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.44},{&quot;2026-08-20&quot;:2.53},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.45},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.46},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.46},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.71},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.6},{&quot;2026-09-02&quot;:2.64},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.62},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.67},{&quot;2026-09-11&quot;:2.71}]}"
        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="42067"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Goro-Goro, Disciple of Ryusei
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Goblin Samurai
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </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="Goro-Goro, Disciple of Ryusei" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/862e9b05-209d-47d6-8692-ec0cb5f19e25.jpg?1783923799" />

        <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">
            Goro-Goro, Disciple of Ryusei
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Goblin Samurai</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Goro-Goro, Disciple of Ryusei" src="https://cards.scryfall.io/large/front/8/6/862e9b05-209d-47d6-8692-ec0cb5f19e25.jpg?1783923799" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  2%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.87
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.71},{&quot;2026-06-11&quot;:4.74},{&quot;2026-06-12&quot;:4.74},{&quot;2026-06-13&quot;:4.74},{&quot;2026-06-14&quot;:4.74},{&quot;2026-06-15&quot;:4.74},{&quot;2026-06-16&quot;:4.73},{&quot;2026-06-17&quot;:4.73},{&quot;2026-06-18&quot;:4.88},{&quot;2026-06-19&quot;:4.88},{&quot;2026-06-20&quot;:4.88},{&quot;2026-06-21&quot;:4.88},{&quot;2026-06-22&quot;:4.88},{&quot;2026-06-23&quot;:4.88},{&quot;2026-06-24&quot;:4.88},{&quot;2026-06-25&quot;:4.88},{&quot;2026-06-26&quot;:4.88},{&quot;2026-06-27&quot;:4.88},{&quot;2026-06-28&quot;:4.88},{&quot;2026-06-29&quot;:4.93},{&quot;2026-06-30&quot;:4.93},{&quot;2026-07-01&quot;:4.92},{&quot;2026-07-02&quot;:4.92},{&quot;2026-07-03&quot;:4.92},{&quot;2026-07-04&quot;:4.92},{&quot;2026-07-05&quot;:4.92},{&quot;2026-07-06&quot;:4.92},{&quot;2026-07-07&quot;:5.02},{&quot;2026-07-08&quot;:5.15},{&quot;2026-07-09&quot;:5.15},{&quot;2026-07-10&quot;:5.15},{&quot;2026-07-11&quot;:5.18},{&quot;2026-07-12&quot;:5.18},{&quot;2026-07-13&quot;:5.2},{&quot;2026-07-14&quot;:5.23},{&quot;2026-07-15&quot;:5.23},{&quot;2026-07-16&quot;:5.23},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.38},{&quot;2026-07-19&quot;:5.38},{&quot;2026-07-20&quot;:5.37},{&quot;2026-07-21&quot;:5.37},{&quot;2026-07-23&quot;:5.39},{&quot;2026-07-25&quot;:5.39},{&quot;2026-07-26&quot;:5.39},{&quot;2026-07-27&quot;:5.39},{&quot;2026-07-29&quot;:5.27},{&quot;2026-07-30&quot;:5.27},{&quot;2026-07-31&quot;:5.27},{&quot;2026-08-01&quot;:5.27},{&quot;2026-08-02&quot;:5.27},{&quot;2026-08-03&quot;:5.22},{&quot;2026-08-04&quot;:5.25},{&quot;2026-08-05&quot;:5.25},{&quot;2026-08-07&quot;:5.19},{&quot;2026-08-08&quot;:5.19},{&quot;2026-08-09&quot;:5.19},{&quot;2026-08-10&quot;:5.19},{&quot;2026-08-11&quot;:5.19},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:4.86},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.86},{&quot;2026-08-17&quot;:4.87},{&quot;2026-08-18&quot;:4.87},{&quot;2026-08-19&quot;:4.82},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.82},{&quot;2026-08-23&quot;:4.8},{&quot;2026-08-24&quot;:4.82},{&quot;2026-08-25&quot;:4.82},{&quot;2026-08-26&quot;:4.82},{&quot;2026-08-27&quot;:4.82},{&quot;2026-08-28&quot;:4.82},{&quot;2026-08-29&quot;:4.82},{&quot;2026-08-30&quot;:4.82},{&quot;2026-08-31&quot;:4.88},{&quot;2026-09-01&quot;:4.88},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.87},{&quot;2026-09-06&quot;:4.87},{&quot;2026-09-07&quot;:4.87},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.87},{&quot;2026-09-10&quot;:4.87},{&quot;2026-09-11&quot;:4.87}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.91},{&quot;2026-06-11&quot;:2.92},{&quot;2026-06-12&quot;:2.93},{&quot;2026-06-13&quot;:2.91},{&quot;2026-06-14&quot;:2.91},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.92},{&quot;2026-06-18&quot;:2.92},{&quot;2026-06-19&quot;:2.92},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:2.85},{&quot;2026-06-23&quot;:2.83},{&quot;2026-06-24&quot;:2.86},{&quot;2026-06-25&quot;:2.86},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.84},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.66},{&quot;2026-07-05&quot;:2.57},{&quot;2026-07-06&quot;:2.57},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.46},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.38},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.42},{&quot;2026-07-16&quot;:2.41},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.45},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-29&quot;:2.6},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.63},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.69},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.58},{&quot;2026-08-11&quot;:2.65},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.59},{&quot;2026-08-17&quot;:2.59},{&quot;2026-08-18&quot;:2.59},{&quot;2026-08-19&quot;:2.59},{&quot;2026-08-20&quot;:2.59},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.64},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.68},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.7},{&quot;2026-08-31&quot;:2.7},{&quot;2026-09-01&quot;:2.7},{&quot;2026-09-02&quot;:2.75},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.67},{&quot;2026-09-05&quot;:2.77},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.67},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.71}]}"
        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="76088"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Karn&#39;s Bastion
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Karn&#39;s Bastion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/1/9134181a-55a0-4c92-b3db-0e21df6719c9.jpg?1783913828" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Karn&#39;s Bastion
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Karn&#39;s Bastion" src="https://cards.scryfall.io/large/front/9/1/9134181a-55a0-4c92-b3db-0e21df6719c9.jpg?1783913828" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  4%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.33},{&quot;2026-06-13&quot;:3.31},{&quot;2026-06-14&quot;:3.31},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.68},{&quot;2026-06-17&quot;:3.68},{&quot;2026-06-18&quot;:3.69},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.87},{&quot;2026-06-22&quot;:4.32},{&quot;2026-06-23&quot;:4.32},{&quot;2026-06-24&quot;:4.06},{&quot;2026-06-25&quot;:3.87},{&quot;2026-06-26&quot;:3.91},{&quot;2026-06-27&quot;:3.9},{&quot;2026-06-28&quot;:3.86},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.51},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.22},{&quot;2026-07-04&quot;:3.15},{&quot;2026-07-05&quot;:3.36},{&quot;2026-07-06&quot;:3.25},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:2.98},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:2.98},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:2.96},{&quot;2026-07-18&quot;:2.84},{&quot;2026-07-19&quot;:2.82},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.85},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.47},{&quot;2026-07-28&quot;:2.86},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.86},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:2.84},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:3.14},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:2.95},{&quot;2026-08-13&quot;:2.93},{&quot;2026-08-14&quot;:2.95},{&quot;2026-08-15&quot;:2.95},{&quot;2026-08-16&quot;:2.95},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:2.96},{&quot;2026-08-20&quot;:2.96},{&quot;2026-08-21&quot;:2.96},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.94},{&quot;2026-08-24&quot;:2.79},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.66},{&quot;2026-08-29&quot;:2.66},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.71},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.77},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.69},{&quot;2026-09-07&quot;:2.65},{&quot;2026-09-08&quot;:2.57},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.71}]}"
        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="95201"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lindblum, Industrial Regency 
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Town
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.71
          </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="Lindblum, Industrial Regency // Mage Siege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lindblum, Industrial Regency 
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Town</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Lindblum, Industrial Regency // Mage Siege" src="https://cards.scryfall.io/large/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Lindblum, Industrial Regency // Mage Siege" src="https://cards.scryfall.io/large/front/5/4/548dd152-f0b6-4e8f-9afc-a4ec1671b648.jpg?1783906548" />
              </div>
            </div>
          </div>

          <p class="mt-2 text-sm text-grey-text">Tap card to flip</p>
        </div>
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.71
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  8%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.90
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  6%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.55},{&quot;2026-06-14&quot;:2.55},{&quot;2026-06-15&quot;:2.55},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.8},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:2.8},{&quot;2026-06-25&quot;:2.83},{&quot;2026-06-26&quot;:2.83},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.44},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.43},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.35},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.7},{&quot;2026-07-22&quot;:2.7},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.91},{&quot;2026-07-25&quot;:2.93},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.83},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.04},{&quot;2026-08-03&quot;:3.14},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.22},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.3},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.41},{&quot;2026-08-16&quot;:3.44},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.25},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.01},{&quot;2026-08-31&quot;:3.01},{&quot;2026-09-01&quot;:3.01},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.73},{&quot;2026-09-06&quot;:2.82},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.09},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:1.89},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:2.11},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:1.94},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.69},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:2.97},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:3.07},{&quot;2026-07-24&quot;:2.81},{&quot;2026-07-25&quot;:2.49},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.67},{&quot;2026-07-28&quot;:2.67},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.44},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.39},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.54},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.92},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.18},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.2},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.58},{&quot;2026-08-21&quot;:2.61},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.46},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:2.97},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:2.93},{&quot;2026-09-03&quot;:2.81},{&quot;2026-09-04&quot;:2.59},{&quot;2026-09-05&quot;:2.51},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.58},{&quot;2026-09-09&quot;:2.62},{&quot;2026-09-10&quot;:2.66},{&quot;2026-09-11&quot;:2.71}]}"
        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="5828"
  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-bng 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">
            Fate Unraveler
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment Creature — Hag
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              20%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.70
          </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="Fate Unraveler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f15cd233-e27b-4cfd-aa4e-18040d1de22f.jpg?1783939557" />

        <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">
            Fate Unraveler
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Hag</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="Fate Unraveler" src="https://cards.scryfall.io/large/front/f/1/f15cd233-e27b-4cfd-aa4e-18040d1de22f.jpg?1783939557" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.70
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  20%
                </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">
                $11.12
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:10.71},{&quot;2026-06-15&quot;:10.71},{&quot;2026-06-16&quot;:10.71},{&quot;2026-06-17&quot;:10.71},{&quot;2026-06-18&quot;:10.71},{&quot;2026-06-19&quot;:10.71},{&quot;2026-06-20&quot;:10.71},{&quot;2026-06-21&quot;:10.71},{&quot;2026-06-22&quot;:10.71},{&quot;2026-06-23&quot;:10.68},{&quot;2026-06-24&quot;:10.68},{&quot;2026-06-25&quot;:10.68},{&quot;2026-06-26&quot;:10.68},{&quot;2026-06-27&quot;:10.68},{&quot;2026-06-28&quot;:10.68},{&quot;2026-06-29&quot;:10.68},{&quot;2026-06-30&quot;:10.68},{&quot;2026-07-01&quot;:10.68},{&quot;2026-07-02&quot;:10.68},{&quot;2026-07-03&quot;:10.68},{&quot;2026-07-04&quot;:10.68},{&quot;2026-07-05&quot;:10.68},{&quot;2026-07-06&quot;:10.68},{&quot;2026-07-07&quot;:10.68},{&quot;2026-07-08&quot;:10.68},{&quot;2026-07-09&quot;:10.68},{&quot;2026-07-10&quot;:10.68},{&quot;2026-07-11&quot;:10.68},{&quot;2026-07-12&quot;:10.68},{&quot;2026-07-13&quot;:10.68},{&quot;2026-07-14&quot;:10.68},{&quot;2026-07-15&quot;:10.67},{&quot;2026-07-16&quot;:10.67},{&quot;2026-07-17&quot;:10.65},{&quot;2026-07-18&quot;:10.65},{&quot;2026-07-19&quot;:10.65},{&quot;2026-07-20&quot;:10.65},{&quot;2026-07-21&quot;:10.65},{&quot;2026-07-22&quot;:10.67},{&quot;2026-07-23&quot;:10.67},{&quot;2026-07-24&quot;:10.72},{&quot;2026-07-25&quot;:10.72},{&quot;2026-07-26&quot;:10.72},{&quot;2026-07-27&quot;:10.72},{&quot;2026-07-28&quot;:10.72},{&quot;2026-07-29&quot;:10.72},{&quot;2026-07-30&quot;:10.72},{&quot;2026-07-31&quot;:10.72},{&quot;2026-08-01&quot;:10.72},{&quot;2026-08-02&quot;:10.72},{&quot;2026-08-03&quot;:10.75},{&quot;2026-08-04&quot;:10.75},{&quot;2026-08-05&quot;:10.79},{&quot;2026-08-07&quot;:10.79},{&quot;2026-08-08&quot;:10.78},{&quot;2026-08-09&quot;:10.78},{&quot;2026-08-10&quot;:10.78},{&quot;2026-08-11&quot;:10.78},{&quot;2026-08-12&quot;:10.78},{&quot;2026-08-13&quot;:10.78},{&quot;2026-08-14&quot;:10.78},{&quot;2026-08-15&quot;:10.78},{&quot;2026-08-16&quot;:10.78},{&quot;2026-08-17&quot;:10.78},{&quot;2026-08-18&quot;:10.78},{&quot;2026-08-19&quot;:10.78},{&quot;2026-08-20&quot;:10.88},{&quot;2026-08-21&quot;:10.88},{&quot;2026-08-22&quot;:10.88},{&quot;2026-08-23&quot;:10.88},{&quot;2026-08-24&quot;:10.88},{&quot;2026-08-25&quot;:10.88},{&quot;2026-08-26&quot;:10.88},{&quot;2026-08-27&quot;:10.88},{&quot;2026-08-28&quot;:10.88},{&quot;2026-08-29&quot;:10.88},{&quot;2026-08-30&quot;:10.88},{&quot;2026-08-31&quot;:10.88},{&quot;2026-09-01&quot;:10.88},{&quot;2026-09-02&quot;:10.88},{&quot;2026-09-03&quot;:10.88},{&quot;2026-09-04&quot;:10.88},{&quot;2026-09-05&quot;:10.88},{&quot;2026-09-06&quot;:10.88},{&quot;2026-09-07&quot;:11.08},{&quot;2026-09-08&quot;:11.08},{&quot;2026-09-09&quot;:11.12},{&quot;2026-09-10&quot;:11.12},{&quot;2026-09-11&quot;:11.12},{&quot;2026-09-12&quot;:11.12}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.7},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.85},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:3.1},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.09},{&quot;2026-06-29&quot;:3.08},{&quot;2026-06-30&quot;:3.2},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.24},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.14},{&quot;2026-07-05&quot;:3.17},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:3.06},{&quot;2026-07-08&quot;:3.07},{&quot;2026-07-09&quot;:2.94},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.9},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.84},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.76},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-22&quot;:2.53},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-24&quot;:2.31},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.35},{&quot;2026-07-30&quot;:2.53},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.57},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.19},{&quot;2026-08-05&quot;:3.19},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.49},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.68},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:3.52},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.34},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.29},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.46},{&quot;2026-09-01&quot;:3.62},{&quot;2026-09-02&quot;:3.38},{&quot;2026-09-03&quot;:3.42},{&quot;2026-09-04&quot;:3.42},{&quot;2026-09-05&quot;:3.39},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:2.79},{&quot;2026-09-11&quot;:2.67},{&quot;2026-09-12&quot;:2.7}]}"
        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="12718"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Murkfiend Liege
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Horror
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $2.70
          </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="Murkfiend Liege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bcd7296c-ace8-43ea-8164-c69f8843d022.jpg?1783928698" />

        <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">
            Murkfiend Liege
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></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="Murkfiend Liege" src="https://cards.scryfall.io/large/front/b/c/bcd7296c-ace8-43ea-8164-c69f8843d022.jpg?1783928698" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.70
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.82},{&quot;2026-06-12&quot;:1.82},{&quot;2026-06-13&quot;:1.82},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.92},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.94},{&quot;2026-06-18&quot;:1.94},{&quot;2026-06-19&quot;:1.88},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.66},{&quot;2026-06-28&quot;:2.33},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.33},{&quot;2026-07-03&quot;:2.33},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:3.04},{&quot;2026-07-06&quot;:3.04},{&quot;2026-07-07&quot;:3.34},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:3.91},{&quot;2026-07-10&quot;:3.96},{&quot;2026-07-11&quot;:3.96},{&quot;2026-07-12&quot;:3.96},{&quot;2026-07-13&quot;:3.96},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.56},{&quot;2026-07-16&quot;:3.96},{&quot;2026-07-17&quot;:3.92},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-23&quot;:3.22},{&quot;2026-07-25&quot;:3.41},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-28&quot;:3.71},{&quot;2026-07-29&quot;:3.71},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.7},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.73},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.52},{&quot;2026-08-10&quot;:3.49},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.46},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.33},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.03},{&quot;2026-08-24&quot;:3.06},{&quot;2026-08-25&quot;:3.06},{&quot;2026-08-26&quot;:3.06},{&quot;2026-08-27&quot;:3.06},{&quot;2026-08-28&quot;:3.09},{&quot;2026-08-29&quot;:3.09},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.67},{&quot;2026-09-03&quot;:2.56},{&quot;2026-09-04&quot;:2.65},{&quot;2026-09-05&quot;:2.7},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.62},{&quot;2026-09-09&quot;:2.67},{&quot;2026-09-10&quot;:2.63},{&quot;2026-09-11&quot;:2.7}]}"
        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="34383"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Nethroi, Apex of Death
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Cat Nightmare 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="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.70
          </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="Nethroi, Apex of Death" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8ca6eb5a-8bc9-4091-bcfb-b207f0afd188.jpg?1783931020" />

        <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">
            Nethroi, Apex of Death
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Cat Nightmare Beast</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Nethroi, Apex of Death" src="https://cards.scryfall.io/large/front/8/c/8ca6eb5a-8bc9-4091-bcfb-b207f0afd188.jpg?1783931020" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.70
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.92
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.89},{&quot;2026-06-14&quot;:2.89},{&quot;2026-06-15&quot;:2.89},{&quot;2026-06-16&quot;:2.89},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.93},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:2.96},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.9},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.92},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.92},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.92},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.92},{&quot;2026-07-12&quot;:2.92},{&quot;2026-07-13&quot;:2.92},{&quot;2026-07-14&quot;:2.92},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.83},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-24&quot;:2.82},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-28&quot;:2.82},{&quot;2026-07-29&quot;:2.82},{&quot;2026-07-30&quot;:2.82},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.82},{&quot;2026-08-03&quot;:2.82},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.81},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.81},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:2.81},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.81},{&quot;2026-08-15&quot;:2.81},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.81},{&quot;2026-08-18&quot;:2.81},{&quot;2026-08-19&quot;:2.81},{&quot;2026-08-20&quot;:2.81},{&quot;2026-08-21&quot;:2.81},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:2.81},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:2.92},{&quot;2026-08-29&quot;:2.92},{&quot;2026-08-30&quot;:2.92},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:2.92},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.92},{&quot;2026-09-04&quot;:2.92},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.92},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.92},{&quot;2026-09-10&quot;:2.92},{&quot;2026-09-11&quot;:2.92}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.49},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.51},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.51},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.61},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.63},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.68},{&quot;2026-07-01&quot;:2.64},{&quot;2026-07-02&quot;:2.64},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.7},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.71},{&quot;2026-07-12&quot;:2.71},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.59},{&quot;2026-07-17&quot;:2.61},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.57},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-22&quot;:2.57},{&quot;2026-07-23&quot;:2.52},{&quot;2026-07-24&quot;:2.52},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.52},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-28&quot;:2.52},{&quot;2026-07-29&quot;:2.61},{&quot;2026-07-30&quot;:2.61},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.54},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.5},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.52},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.62},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.52},{&quot;2026-08-29&quot;:2.52},{&quot;2026-08-30&quot;:2.52},{&quot;2026-08-31&quot;:2.52},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.55},{&quot;2026-09-04&quot;:2.55},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.7}]}"
        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="14849"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-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">
            Endless Atlas
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </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 Atlas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a30c2025-03cf-4c3d-9dd5-0d25f7019d25.jpg?1783915409" />

        <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 Atlas
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Endless Atlas" src="https://cards.scryfall.io/large/front/a/3/a30c2025-03cf-4c3d-9dd5-0d25f7019d25.jpg?1783915409" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:2.58},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.69},{&quot;2026-06-17&quot;:2.69},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.67},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.93},{&quot;2026-06-27&quot;:2.93},{&quot;2026-06-28&quot;:2.93},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.71},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.65},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.69},{&quot;2026-07-10&quot;:2.69},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.65},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.7},{&quot;2026-07-17&quot;:2.7},{&quot;2026-07-18&quot;:2.67},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.63},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.62},{&quot;2026-07-25&quot;:2.61},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.61},{&quot;2026-07-28&quot;:2.61},{&quot;2026-07-29&quot;:2.62},{&quot;2026-07-30&quot;:2.62},{&quot;2026-07-31&quot;:2.62},{&quot;2026-08-01&quot;:2.62},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.63},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.7},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.7},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.73},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.64},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.66},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.56},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.52},{&quot;2026-08-27&quot;:2.58},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.69},{&quot;2026-09-01&quot;:2.69},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.72},{&quot;2026-09-08&quot;:2.72},{&quot;2026-09-09&quot;:2.72},{&quot;2026-09-10&quot;:2.72},{&quot;2026-09-11&quot;:2.69},{&quot;2026-09-12&quot;:2.69}]}"
        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="35867"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Gisa, Glorious Resurrector
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Wizard
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </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="Gisa, Glorious Resurrector" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/63461076-a13d-488d-bd82-ceac441341c8.jpg?1783925617" />

        <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">
            Gisa, Glorious Resurrector
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Gisa, Glorious Resurrector" src="https://cards.scryfall.io/large/front/6/3/63461076-a13d-488d-bd82-ceac441341c8.jpg?1783925617" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.82
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  3%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.53},{&quot;2026-06-10&quot;:3.56},{&quot;2026-06-11&quot;:3.56},{&quot;2026-06-12&quot;:3.55},{&quot;2026-06-13&quot;:3.48},{&quot;2026-06-14&quot;:3.48},{&quot;2026-06-15&quot;:3.53},{&quot;2026-06-16&quot;:3.53},{&quot;2026-06-17&quot;:3.53},{&quot;2026-06-18&quot;:3.53},{&quot;2026-06-19&quot;:3.55},{&quot;2026-06-20&quot;:3.55},{&quot;2026-06-21&quot;:3.55},{&quot;2026-06-22&quot;:3.55},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.55},{&quot;2026-06-26&quot;:3.54},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.5},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.48},{&quot;2026-07-01&quot;:3.48},{&quot;2026-07-02&quot;:3.48},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.48},{&quot;2026-07-05&quot;:3.48},{&quot;2026-07-06&quot;:3.48},{&quot;2026-07-07&quot;:3.48},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.5},{&quot;2026-07-12&quot;:3.5},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.48},{&quot;2026-07-15&quot;:3.48},{&quot;2026-07-16&quot;:3.48},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.26},{&quot;2026-07-23&quot;:3.27},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.27},{&quot;2026-07-27&quot;:3.27},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.19},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.08},{&quot;2026-08-04&quot;:3.05},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.1},{&quot;2026-08-12&quot;:3.1},{&quot;2026-08-13&quot;:3.1},{&quot;2026-08-14&quot;:3.1},{&quot;2026-08-15&quot;:3.1},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.1},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:3.1},{&quot;2026-08-20&quot;:3.1},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:2.92},{&quot;2026-08-29&quot;:2.92},{&quot;2026-08-30&quot;:2.92},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:2.92},{&quot;2026-09-02&quot;:2.9},{&quot;2026-09-03&quot;:2.9},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.92},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.82},{&quot;2026-09-10&quot;:2.82},{&quot;2026-09-11&quot;:2.82}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.0},{&quot;2026-06-10&quot;:2.99},{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:2.88},{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.86},{&quot;2026-06-15&quot;:2.86},{&quot;2026-06-16&quot;:2.86},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:3.01},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.9},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.96},{&quot;2026-06-24&quot;:2.96},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.9},{&quot;2026-06-28&quot;:2.89},{&quot;2026-06-29&quot;:2.86},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.89},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.86},{&quot;2026-07-04&quot;:2.92},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:3.14},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.12},{&quot;2026-07-12&quot;:3.12},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:3.03},{&quot;2026-07-15&quot;:3.03},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.03},{&quot;2026-07-18&quot;:3.04},{&quot;2026-07-19&quot;:2.93},{&quot;2026-07-20&quot;:3.01},{&quot;2026-07-21&quot;:2.98},{&quot;2026-07-23&quot;:2.94},{&quot;2026-07-25&quot;:2.76},{&quot;2026-07-26&quot;:2.75},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-29&quot;:2.8},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:2.7},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.67},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.69},{&quot;2026-08-05&quot;:2.63},{&quot;2026-08-07&quot;:2.63},{&quot;2026-08-08&quot;:2.66},{&quot;2026-08-09&quot;:2.68},{&quot;2026-08-10&quot;:2.59},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.56},{&quot;2026-08-13&quot;:2.56},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.59},{&quot;2026-08-16&quot;:2.52},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.56},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.54},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.64},{&quot;2026-08-24&quot;:2.65},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.86},{&quot;2026-09-03&quot;:2.79},{&quot;2026-09-04&quot;:2.76},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.77},{&quot;2026-09-07&quot;:2.74},{&quot;2026-09-08&quot;:2.78},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.69},{&quot;2026-09-11&quot;:2.69}]}"
        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="57081"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Skrelv&#39;s Hive
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </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="Skrelv&#39;s Hive" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ffbd77ec-fc81-41d5-934f-c3dd844cb053.jpg?1783918072" />

        <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">
            Skrelv&#39;s Hive
        </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-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="Skrelv&#39;s Hive" src="https://cards.scryfall.io/large/front/f/f/ffbd77ec-fc81-41d5-934f-c3dd844cb053.jpg?1783918072" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  5%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.08
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.7},{&quot;2026-06-12&quot;:2.67},{&quot;2026-06-13&quot;:2.67},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.63},{&quot;2026-06-17&quot;:2.63},{&quot;2026-06-18&quot;:2.63},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.64},{&quot;2026-06-22&quot;:2.64},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.69},{&quot;2026-06-30&quot;:2.69},{&quot;2026-07-01&quot;:2.71},{&quot;2026-07-02&quot;:2.71},{&quot;2026-07-03&quot;:2.71},{&quot;2026-07-04&quot;:2.71},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.75},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.65},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.65},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.5},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.4},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.57},{&quot;2026-07-25&quot;:2.54},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-28&quot;:2.73},{&quot;2026-07-29&quot;:2.73},{&quot;2026-07-30&quot;:2.71},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.68},{&quot;2026-08-03&quot;:2.68},{&quot;2026-08-04&quot;:2.68},{&quot;2026-08-05&quot;:2.68},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.98},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:2.98},{&quot;2026-08-13&quot;:2.98},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.02},{&quot;2026-08-20&quot;:3.02},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.98},{&quot;2026-08-24&quot;:2.98},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:3.02},{&quot;2026-08-28&quot;:3.02},{&quot;2026-08-29&quot;:3.02},{&quot;2026-08-30&quot;:3.09},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.11},{&quot;2026-09-03&quot;:3.11},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.2},{&quot;2026-09-07&quot;:3.14},{&quot;2026-09-08&quot;:3.14},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.08}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.61},{&quot;2026-06-12&quot;:2.63},{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.23},{&quot;2026-06-15&quot;:2.29},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.18},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:1.83},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.98},{&quot;2026-06-26&quot;:2.02},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:2.0},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:2.0},{&quot;2026-07-01&quot;:2.15},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.01},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.26},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.38},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.25},{&quot;2026-07-18&quot;:2.25},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:2.14},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.15},{&quot;2026-07-29&quot;:2.21},{&quot;2026-07-30&quot;:2.34},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.51},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.59},{&quot;2026-08-04&quot;:2.77},{&quot;2026-08-05&quot;:2.83},{&quot;2026-08-07&quot;:2.78},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.43},{&quot;2026-08-13&quot;:3.41},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.4},{&quot;2026-08-19&quot;:3.44},{&quot;2026-08-20&quot;:3.44},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.61},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.59},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.69},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.79},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:2.29},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.55},{&quot;2026-09-06&quot;:2.54},{&quot;2026-09-07&quot;:2.59},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.69},{&quot;2026-09-10&quot;:2.74},{&quot;2026-09-11&quot;:2.69}]}"
        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="73201"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Terisian Mindbreaker
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Juggernaut
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </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="Terisian Mindbreaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/b/abfc1f6e-9a93-4608-905f-f1fe7d1a9ee1.jpg?1783919980" />

        <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">
            Terisian Mindbreaker
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Juggernaut</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></i>
          </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="Terisian Mindbreaker" src="https://cards.scryfall.io/large/front/a/b/abfc1f6e-9a93-4608-905f-f1fe7d1a9ee1.jpg?1783919980" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.19
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.66},{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.66},{&quot;2026-06-18&quot;:2.66},{&quot;2026-06-19&quot;:2.66},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.66},{&quot;2026-06-28&quot;:2.66},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.71},{&quot;2026-07-01&quot;:2.71},{&quot;2026-07-02&quot;:2.7},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.7},{&quot;2026-07-07&quot;:2.7},{&quot;2026-07-08&quot;:2.8},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.93},{&quot;2026-07-11&quot;:2.93},{&quot;2026-07-12&quot;:2.93},{&quot;2026-07-13&quot;:2.93},{&quot;2026-07-14&quot;:2.93},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.93},{&quot;2026-07-17&quot;:2.95},{&quot;2026-07-18&quot;:2.95},{&quot;2026-07-19&quot;:2.95},{&quot;2026-07-20&quot;:2.95},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-24&quot;:3.04},{&quot;2026-07-25&quot;:3.04},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:3.04},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:3.04},{&quot;2026-08-02&quot;:3.04},{&quot;2026-08-03&quot;:3.04},{&quot;2026-08-04&quot;:3.08},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:3.08},{&quot;2026-08-08&quot;:3.08},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.08},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:3.08},{&quot;2026-08-17&quot;:3.08},{&quot;2026-08-18&quot;:3.08},{&quot;2026-08-19&quot;:3.08},{&quot;2026-08-20&quot;:3.08},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:3.12},{&quot;2026-08-26&quot;:3.12},{&quot;2026-08-27&quot;:3.16},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.2},{&quot;2026-09-01&quot;:3.2},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.2},{&quot;2026-09-05&quot;:3.2},{&quot;2026-09-06&quot;:3.2},{&quot;2026-09-07&quot;:3.2},{&quot;2026-09-08&quot;:3.2},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.19}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.96},{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.96},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:1.96},{&quot;2026-06-20&quot;:1.96},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.95},{&quot;2026-06-23&quot;:1.95},{&quot;2026-06-24&quot;:1.95},{&quot;2026-06-25&quot;:1.93},{&quot;2026-06-26&quot;:1.93},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.76},{&quot;2026-07-13&quot;:1.78},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.83},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.89},{&quot;2026-07-28&quot;:1.96},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:1.99},{&quot;2026-07-31&quot;:2.1},{&quot;2026-08-01&quot;:2.1},{&quot;2026-08-02&quot;:2.1},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:2.11},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.27},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.31},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.31},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.31},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.39},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.54},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.74},{&quot;2026-08-29&quot;:2.74},{&quot;2026-08-30&quot;:2.76},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.76},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.68},{&quot;2026-09-04&quot;:2.68},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.75},{&quot;2026-09-08&quot;:2.75},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.69}]}"
        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="90332"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Lathril, Blade of the Elves
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Elf Noble
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lathril, Blade of the Elves" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d4e5480-a287-4a25-b855-a26dae555b1c.jpg?1783909053" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lathril, Blade of the Elves
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Elf Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lathril, Blade of the Elves" src="https://cards.scryfall.io/large/front/8/d/8d4e5480-a287-4a25-b855-a26dae555b1c.jpg?1783909053" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  11%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.55
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:2.3},{&quot;2026-06-11&quot;:2.21},{&quot;2026-06-12&quot;:2.19},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.74},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.71},{&quot;2026-06-28&quot;:1.66},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.82},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:2.23},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.36},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.41},{&quot;2026-07-16&quot;:2.48},{&quot;2026-07-17&quot;:2.53},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.31},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.29},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.11},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.07},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.28},{&quot;2026-08-12&quot;:2.42},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.63},{&quot;2026-08-17&quot;:2.65},{&quot;2026-08-18&quot;:2.6},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.48},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.39},{&quot;2026-08-25&quot;:2.39},{&quot;2026-08-26&quot;:2.38},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.34},{&quot;2026-08-29&quot;:2.34},{&quot;2026-08-30&quot;:2.38},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.4},{&quot;2026-09-02&quot;:2.32},{&quot;2026-09-03&quot;:2.38},{&quot;2026-09-04&quot;:2.44},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.48},{&quot;2026-09-07&quot;:2.51},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.57},{&quot;2026-09-10&quot;:2.52},{&quot;2026-09-11&quot;:2.55}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.3},{&quot;2026-06-11&quot;:1.29},{&quot;2026-06-12&quot;:1.36},{&quot;2026-06-13&quot;:1.46},{&quot;2026-06-14&quot;:1.49},{&quot;2026-06-15&quot;:1.52},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.53},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.22},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.25},{&quot;2026-06-28&quot;:1.45},{&quot;2026-06-29&quot;:1.56},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.49},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.7},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.34},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.25},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.33},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.1},{&quot;2026-08-04&quot;:1.09},{&quot;2026-08-05&quot;:1.02},{&quot;2026-08-07&quot;:1.1},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.29},{&quot;2026-08-10&quot;:1.49},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.39},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.56},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.89},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.13},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.2},{&quot;2026-09-01&quot;:2.2},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.37},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.39},{&quot;2026-09-09&quot;:2.26},{&quot;2026-09-10&quot;:2.34},{&quot;2026-09-11&quot;:2.69}]}"
        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="95419"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
            Thought Vessel
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.69
          </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="Thought Vessel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c617d99-354a-4586-9a09-1671c0e88754.jpg?1783906230" />

        <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">
            Thought Vessel
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            common
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thought Vessel" src="https://cards.scryfall.io/large/front/5/c/5c617d99-354a-4586-9a09-1671c0e88754.jpg?1783906230" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.69
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.55
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:5.56},{&quot;2026-08-20&quot;:5.56},{&quot;2026-08-21&quot;:5.59},{&quot;2026-08-22&quot;:5.6},{&quot;2026-08-23&quot;:5.6},{&quot;2026-08-24&quot;:5.6},{&quot;2026-08-25&quot;:5.6},{&quot;2026-08-26&quot;:5.6},{&quot;2026-08-27&quot;:5.56},{&quot;2026-08-28&quot;:5.56},{&quot;2026-08-29&quot;:5.56},{&quot;2026-08-30&quot;:5.55},{&quot;2026-08-31&quot;:5.55},{&quot;2026-09-01&quot;:5.55},{&quot;2026-09-02&quot;:5.55},{&quot;2026-09-03&quot;:5.55},{&quot;2026-09-04&quot;:5.55},{&quot;2026-09-05&quot;:5.55},{&quot;2026-09-06&quot;:5.55},{&quot;2026-09-07&quot;:5.55},{&quot;2026-09-08&quot;:5.55},{&quot;2026-09-09&quot;:5.55},{&quot;2026-09-10&quot;:5.55},{&quot;2026-09-11&quot;:5.55}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.4},{&quot;2026-06-11&quot;:2.42},{&quot;2026-06-12&quot;:2.42},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.53},{&quot;2026-06-17&quot;:2.52},{&quot;2026-06-18&quot;:2.54},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.69},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.63},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.55},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.52},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.51},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.6},{&quot;2026-07-06&quot;:2.58},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.73},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.67},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.66},{&quot;2026-07-18&quot;:2.65},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.44},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.61},{&quot;2026-07-27&quot;:2.53},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.54},{&quot;2026-08-04&quot;:2.63},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.83},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.78},{&quot;2026-08-14&quot;:2.81},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.78},{&quot;2026-08-17&quot;:2.73},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.74},{&quot;2026-08-20&quot;:2.74},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.8},{&quot;2026-08-23&quot;:2.7},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.66},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.72},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:2.58},{&quot;2026-09-06&quot;:2.65},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.68},{&quot;2026-09-09&quot;:2.65},{&quot;2026-09-10&quot;:2.62},{&quot;2026-09-11&quot;:2.69}]}"
        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 1551-1600 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=31&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=31&amp;username=denvermullets" rel="prev">31</a><a role="link" aria-disabled="true" aria-current="page">32</a><a href="/load_collection?direction=asc&amp;page=33&amp;username=denvermullets" rel="next">33</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=33&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="53686"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              131
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Soul&#39;s Majesty


            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.80

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53686"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53686" src="/boxset_card/53686?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70987"
          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">
              254
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltc ss-rare ss-fw ss-2x mr-4"></i>
              Overwhelming Stampede


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      26%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.49
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="70987"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_70987" src="/boxset_card/70987?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86491"
          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">
              195
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-uncommon ss-fw ss-2x mr-4"></i>
              Up the Beanstalk


            </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">
                  $2.80

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.58
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86491"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86491" src="/boxset_card/86491?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20486"
          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">
              175
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Mana Reflection


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.79

                    <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.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.60
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20486"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20486" src="/boxset_card/20486?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34395"
          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">
              201
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-rare ss-fw ss-2x mr-4"></i>
              Quartzwood Crasher


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dinosaur 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34395"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34395" src="/boxset_card/34395?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74002"
          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">
              81
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x mr-4"></i>
              Tishana&#39;s Tidebinder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Merfolk Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.52
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="74002"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74002" src="/boxset_card/74002?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96312"
          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">
              317
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Anticausal Vestige


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Eldrazi
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-6'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.42
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="96312"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_96312" src="/boxset_card/96312?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108320"
          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">
              8
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmc ss-rare ss-fw ss-2x mr-4"></i>
              Endless Foot Assault


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108320"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108320" src="/boxset_card/108320?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49012"
          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">
              87
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Grief


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental Incarnation
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.01
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49012"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49012" src="/boxset_card/49012?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77266"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              LGN-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-rare ss-fw ss-2x mr-4"></i>
              Drinker of Sorrow


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77266"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77266" src="/boxset_card/77266?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87220"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              119
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-common ss-fw ss-2x mr-4"></i>
              Ancestral Mask


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Aura
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87220"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87220" src="/boxset_card/87220?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89683"
          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">
              115
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x mr-4"></i>
              Obelisk of Urd


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-6'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89683"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89683" src="/boxset_card/89683?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93063"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              86
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Qarsi Revenant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Vampire
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93063"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93063" src="/boxset_card/93063?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94787"
          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">
              4
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fca ss-uncommon ss-fw ss-2x mr-4"></i>
              Counterspell


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94787"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94787" src="/boxset_card/94787?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9935"
          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">
              250
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-common ss-fw ss-2x mr-4"></i>
              Great Furnace


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9935"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9935" src="/boxset_card/9935?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12328"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              109
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-uncommon ss-fw ss-2x mr-4"></i>
              Padeem, Consul of Innovation


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Vedalken 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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      17%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.32
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12328"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12328" src="/boxset_card/12328?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72317"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Tocasia&#39;s Welcome


            </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">
                  $2.00

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      32%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72317"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72317" src="/boxset_card/72317?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20771"
          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">
              271
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Masterwork of Ingenuity


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.76

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.25
            </td>

            <td class="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="20771"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20771" src="/boxset_card/20771?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99332"
          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">
              115
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc ss-rare ss-fw ss-2x mr-4"></i>
              Return of the Wildspeaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.76

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99332"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99332" src="/boxset_card/99332?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13867"
          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">
              685
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Sarevok&#39;s Tome


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Book
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13867"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13867" src="/boxset_card/13867?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18964"
          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">
              328
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x mr-4"></i>
              Pashalik Mons


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Warrior
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.26
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18964"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18964" src="/boxset_card/18964?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73297"
          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">
              354
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Hajar, Loyal Bodyguard


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Soldier
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73297"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73297" src="/boxset_card/73297?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73948"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              102
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              One Ring to Rule Them All


            </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><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.75

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73948"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73948" src="/boxset_card/73948?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79783"
          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-115
            </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>
              Whispersilk Cloak


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.75

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79783"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79783" src="/boxset_card/79783?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14149"
          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">
              712
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x mr-4"></i>
              Abstruse Archaic


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Avatar
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.74

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14149"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14149" src="/boxset_card/14149?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75395"
          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">
              93
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Scion of Calamity


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.74

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75395"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75395" src="/boxset_card/75395?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108028"
          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">
              121
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Michelangelo, Weirdness to 11


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Mutant Ninja Turtle
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.74

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      15%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108028"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108028" src="/boxset_card/108028?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12400"
          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-clb ss-rare ss-fw ss-2x mr-4"></i>
              Wand of Wonder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.73

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12400"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12400" src="/boxset_card/12400?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="33674"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              61
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x mr-4"></i>
              Brainstorm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.73

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="33674"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_33674" src="/boxset_card/33674?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52974"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              100
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x mr-4"></i>
              Thought Vessel


            </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">
                  $2.73

                    <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">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52974"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52974" src="/boxset_card/52974?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109653"
          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">
              145
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-mythic ss-fw ss-2x mr-4"></i>
              Emeritus of Abundance // Regrowth


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.73

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      22%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="109653"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_109653" src="/boxset_card/109653?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28755"
          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">
              148
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-uncommon ss-fw ss-2x mr-4"></i>
              Vandalblast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28755"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28755" src="/boxset_card/28755?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49574"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              286
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Squirrel Mob

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Squirrel
            </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">
                  $2.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.09
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49574"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49574" src="/boxset_card/49574?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84095"
          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">
              CMR-228
            </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>
              Fyndhorn Elves


            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.16
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="84095"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_84095" src="/boxset_card/84095?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108936"
          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">
              143
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Drumbellower


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $2.72

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.69
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108936"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108936" src="/boxset_card/108936?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20910"
          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">
              321
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              High Market


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.17
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20910"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20910" src="/boxset_card/20910?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35668"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              265
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-rare ss-fw ss-2x mr-4"></i>
              Stormcarved Coast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.08
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35668"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35668" src="/boxset_card/35668?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40447"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              76
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-common ss-fw ss-2x mr-4"></i>
              Timberwatch Elf


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40447"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40447" src="/boxset_card/40447?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42067"
          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">
              320
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Goro-Goro, Disciple of Ryusei


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Goblin Samurai
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42067"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42067" src="/boxset_card/42067?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76088"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              339
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x mr-4"></i>
              Karn&#39;s Bastion


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="76088"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_76088" src="/boxset_card/76088?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95201"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              285
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Lindblum, Industrial Regency // Mage Siege


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Town
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95201"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95201" src="/boxset_card/95201?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5828"
          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">
              68
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bng ss-rare ss-fw ss-2x mr-4"></i>
              Fate Unraveler


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Hag
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      20%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5828"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5828" src="/boxset_card/5828?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12718"
          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">
              448
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Murkfiend Liege


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.70

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12718"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12718" src="/boxset_card/12718?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34383"
          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">
              197
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-mythic ss-fw ss-2x mr-4"></i>
              Nethroi, Apex of Death


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Cat Nightmare 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.65
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.50
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34383"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34383" src="/boxset_card/34383?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14849"
          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">
              947
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x mr-4"></i>
              Endless Atlas


            </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">
                  $2.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.95
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14849"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14849" src="/boxset_card/14849?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35867"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              103
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Gisa, Glorious Resurrector


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.35
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.75
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="35867"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_35867" src="/boxset_card/35867?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57081"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              34
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x mr-4"></i>
              Skrelv&#39;s Hive


            </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">
                  $2.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.85
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.48
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57081"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57081" src="/boxset_card/57081?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73201"
          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">
              322
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x mr-4"></i>
              Terisian Mindbreaker


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Juggernaut
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-7'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.69

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.89
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73201"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73201" src="/boxset_card/73201?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90332"
          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">
              242
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Lathril, Blade of the Elves


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elf Noble
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $2.69

                    <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">
                $1.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.91
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="90332"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_90332" src="/boxset_card/90332?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="95419"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              368
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-common ss-fw ss-2x mr-4"></i>
              Thought Vessel


            </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">
                  $2.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="95419"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_95419" src="/boxset_card/95419?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 1551-1600 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=31&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=31&amp;username=denvermullets" rel="prev">31</a><a role="link" aria-disabled="true" aria-current="page">32</a><a href="/load_collection?direction=asc&amp;page=33&amp;username=denvermullets" rel="next">33</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=33&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>