<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="52901"
  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-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">
            Veil of Summer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.19
          </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="Veil of Summer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/10970074-67a2-4643-af4e-521603aae5f7.jpg?1783910598" />

        <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">
            Veil of Summer
        </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-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="Veil of Summer" src="https://cards.scryfall.io/large/front/1/0/10970074-67a2-4643-af4e-521603aae5f7.jpg?1783910598" />
    </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">
                $3.19
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $2.41</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.32},{&quot;2026-06-10&quot;:3.29},{&quot;2026-06-11&quot;:3.27},{&quot;2026-06-12&quot;:3.34},{&quot;2026-06-13&quot;:3.28},{&quot;2026-06-14&quot;:3.27},{&quot;2026-06-15&quot;:3.22},{&quot;2026-06-16&quot;:3.25},{&quot;2026-06-17&quot;:3.22},{&quot;2026-06-18&quot;:3.19},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.07},{&quot;2026-06-21&quot;:3.14},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-24&quot;:3.08},{&quot;2026-06-25&quot;:3.08},{&quot;2026-06-26&quot;:3.08},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.08},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.11},{&quot;2026-07-01&quot;:3.15},{&quot;2026-07-02&quot;:3.13},{&quot;2026-07-03&quot;:3.11},{&quot;2026-07-04&quot;:3.15},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.17},{&quot;2026-07-08&quot;:3.17},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.17},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.25},{&quot;2026-07-13&quot;:3.25},{&quot;2026-07-14&quot;:3.22},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.28},{&quot;2026-07-17&quot;:3.3},{&quot;2026-07-18&quot;:3.27},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.24},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:2.98},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.72},{&quot;2026-08-02&quot;:2.72},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.85},{&quot;2026-08-05&quot;:2.8},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.7},{&quot;2026-08-12&quot;:2.6},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.62},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.7},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.11},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.23},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.19}]}"
        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="76562"
  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">
            An Offer You Can&#39;t Refuse
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.19
          </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="An Offer You Can&#39;t Refuse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71c65e99-6caa-45e9-b619-6d7669ea4178.jpg?1783910348" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            An Offer You Can&#39;t Refuse
        </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>
          </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="An Offer You Can&#39;t Refuse" src="https://cards.scryfall.io/large/front/7/1/71c65e99-6caa-45e9-b619-6d7669ea4178.jpg?1783910348" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</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.29},{&quot;2026-06-11&quot;:2.3},{&quot;2026-06-12&quot;:2.3},{&quot;2026-06-13&quot;:2.28},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.23},{&quot;2026-06-21&quot;:2.22},{&quot;2026-06-22&quot;:2.25},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.24},{&quot;2026-06-26&quot;:2.24},{&quot;2026-06-27&quot;:2.25},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.24},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.3},{&quot;2026-07-03&quot;:2.32},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.36},{&quot;2026-07-07&quot;:2.34},{&quot;2026-07-08&quot;:2.35},{&quot;2026-07-09&quot;:2.35},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.24},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.51},{&quot;2026-07-21&quot;:2.51},{&quot;2026-07-23&quot;:2.63},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.59},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-29&quot;:2.41},{&quot;2026-07-30&quot;:2.41},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.38},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.34},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.42},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.59},{&quot;2026-08-16&quot;:2.63},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.88},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.98},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.83},{&quot;2026-08-25&quot;:2.83},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.94},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.21},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.19}]}"
        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="87236"
  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">
            Sleeper Agent
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Phyrexian Minion
      </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">
            $3.19
          </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="Sleeper Agent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/51a60896-7039-40aa-a16b-a093afb06fa2.jpg?1783921141" />

        <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">
            Sleeper Agent
        </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 — Phyrexian Minion</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sleeper Agent" src="https://cards.scryfall.io/large/front/5/1/51a60896-7039-40aa-a16b-a093afb06fa2.jpg?1783921141" />
    </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">
                $3.19
              </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.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;normal&quot;:[{&quot;2026-06-08&quot;:4.28},{&quot;2026-06-10&quot;:3.88},{&quot;2026-06-11&quot;:3.88},{&quot;2026-06-12&quot;:4.0},{&quot;2026-06-13&quot;:4.0},{&quot;2026-06-14&quot;:4.0},{&quot;2026-06-15&quot;:4.0},{&quot;2026-06-16&quot;:4.0},{&quot;2026-06-17&quot;:4.0},{&quot;2026-06-18&quot;:4.0},{&quot;2026-06-19&quot;:4.0},{&quot;2026-06-20&quot;:4.0},{&quot;2026-06-21&quot;:4.0},{&quot;2026-06-22&quot;:4.12},{&quot;2026-06-24&quot;:4.14},{&quot;2026-06-25&quot;:4.14},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.89},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.89},{&quot;2026-07-03&quot;:3.89},{&quot;2026-07-04&quot;:3.89},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.85},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.82},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.01},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-25&quot;:2.95},{&quot;2026-07-26&quot;:2.95},{&quot;2026-07-27&quot;:2.95},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.08},{&quot;2026-08-01&quot;:3.08},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:3.01},{&quot;2026-08-05&quot;:3.01},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:3.01},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:3.01},{&quot;2026-08-13&quot;:2.96},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.86},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.91},{&quot;2026-08-22&quot;:2.91},{&quot;2026-08-23&quot;:2.86},{&quot;2026-08-24&quot;:2.86},{&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.98},{&quot;2026-08-31&quot;:2.98},{&quot;2026-09-01&quot;:2.98},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.13},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.19}]}"
        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="108916"
  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">
            Harmonic Prodigy
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.19
          </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="Harmonic Prodigy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/63a565e3-d7a8-469d-898f-49fef634c107.jpg?1782683287" />

        <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">
            Harmonic Prodigy
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Harmonic Prodigy" src="https://cards.scryfall.io/large/front/6/3/63a565e3-d7a8-469d-898f-49fef634c107.jpg?1782683287" />
    </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">
                $3.19
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $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">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</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;:3.04},{&quot;2026-06-12&quot;:3.0},{&quot;2026-06-13&quot;:3.1},{&quot;2026-06-14&quot;:3.05},{&quot;2026-06-15&quot;:2.91},{&quot;2026-06-16&quot;:3.0},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:3.08},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.97},{&quot;2026-06-21&quot;:3.08},{&quot;2026-06-22&quot;:3.16},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.31},{&quot;2026-06-26&quot;:3.33},{&quot;2026-06-27&quot;:3.29},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.45},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.31},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.33},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.33},{&quot;2026-07-07&quot;:3.34},{&quot;2026-07-08&quot;:3.39},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.01},{&quot;2026-07-11&quot;:3.15},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.27},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.26},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.08},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.13},{&quot;2026-07-20&quot;:3.2},{&quot;2026-07-21&quot;:3.24},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-25&quot;:3.45},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-28&quot;:3.39},{&quot;2026-07-29&quot;:3.61},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.96},{&quot;2026-08-01&quot;:3.84},{&quot;2026-08-02&quot;:3.69},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.76},{&quot;2026-08-08&quot;:3.7},{&quot;2026-08-09&quot;:3.63},{&quot;2026-08-10&quot;:4.03},{&quot;2026-08-11&quot;:3.94},{&quot;2026-08-12&quot;:4.37},{&quot;2026-08-13&quot;:4.52},{&quot;2026-08-14&quot;:4.71},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.88},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.55},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.95},{&quot;2026-08-23&quot;:4.69},{&quot;2026-08-24&quot;:4.36},{&quot;2026-08-25&quot;:4.31},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:3.77},{&quot;2026-08-28&quot;:3.9},{&quot;2026-08-29&quot;:3.9},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:4.17},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.18},{&quot;2026-09-03&quot;:4.15},{&quot;2026-09-04&quot;:3.91},{&quot;2026-09-05&quot;:3.78},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:3.49},{&quot;2026-09-10&quot;:3.08},{&quot;2026-09-11&quot;:3.19}]}"
        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="9279"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.18
          </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="Myth Unbound" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b88ca71b-de1f-497c-b094-8fe954cf8223.jpg?1783934333" />

        <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">
            Myth Unbound
        </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-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="Myth Unbound" src="https://cards.scryfall.io/large/front/b/8/b88ca71b-de1f-497c-b094-8fe954cf8223.jpg?1783934333" />
    </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">
                $3.18
              </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.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-13&quot;:2.94},{&quot;2026-06-14&quot;:2.97},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:3.08},{&quot;2026-06-19&quot;:3.08},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.09},{&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.22},{&quot;2026-06-26&quot;:3.22},{&quot;2026-06-27&quot;:3.22},{&quot;2026-06-28&quot;:3.21},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.21},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.24},{&quot;2026-07-03&quot;:3.24},{&quot;2026-07-04&quot;:3.24},{&quot;2026-07-05&quot;:3.24},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.16},{&quot;2026-07-09&quot;:3.16},{&quot;2026-07-10&quot;:3.16},{&quot;2026-07-11&quot;:3.16},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.16},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.16},{&quot;2026-07-19&quot;:3.36},{&quot;2026-07-20&quot;:3.35},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-22&quot;:3.24},{&quot;2026-07-23&quot;:3.24},{&quot;2026-07-24&quot;:3.24},{&quot;2026-07-25&quot;:3.3},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.35},{&quot;2026-07-28&quot;:3.35},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.35},{&quot;2026-07-31&quot;:3.35},{&quot;2026-08-01&quot;:3.35},{&quot;2026-08-02&quot;:3.25},{&quot;2026-08-03&quot;:3.24},{&quot;2026-08-04&quot;:3.29},{&quot;2026-08-05&quot;:3.31},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.34},{&quot;2026-08-11&quot;:3.34},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:3.34},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.3},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.23},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:3.05},{&quot;2026-08-23&quot;:3.05},{&quot;2026-08-24&quot;:3.05},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:3.04},{&quot;2026-08-27&quot;:3.21},{&quot;2026-08-28&quot;:3.21},{&quot;2026-08-29&quot;:3.21},{&quot;2026-08-30&quot;:3.14},{&quot;2026-08-31&quot;:3.14},{&quot;2026-09-01&quot;:3.14},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.13},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.13},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.12},{&quot;2026-09-11&quot;:3.18}]}"
        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="11679"
  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-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">
            Sphinx of the Second Sun
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $3.18
          </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="Sphinx of the Second Sun" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e68b70a6-a150-4d81-921c-9b178fe0037d.jpg?1783928849" />

        <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">
            Sphinx of the Second Sun
        </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 — Sphinx</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><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="Sphinx of the Second Sun" src="https://cards.scryfall.io/large/front/e/6/e68b70a6-a150-4d81-921c-9b178fe0037d.jpg?1783928849" />
    </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">
                $3.18
              </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.04
              </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;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.61},{&quot;2026-06-18&quot;:2.61},{&quot;2026-06-19&quot;:2.61},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.6},{&quot;2026-06-24&quot;:2.61},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.61},{&quot;2026-06-27&quot;:2.61},{&quot;2026-06-28&quot;:2.61},{&quot;2026-06-29&quot;:2.61},{&quot;2026-06-30&quot;:2.61},{&quot;2026-07-01&quot;:2.62},{&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.68},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.68},{&quot;2026-07-11&quot;:2.68},{&quot;2026-07-12&quot;:2.68},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:2.99},{&quot;2026-07-20&quot;:2.97},{&quot;2026-07-21&quot;:2.97},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:2.97},{&quot;2026-07-24&quot;:2.97},{&quot;2026-07-25&quot;:2.97},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.29},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.29},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.29},{&quot;2026-08-16&quot;:3.4},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.4},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.66},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.69},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.86},{&quot;2026-08-27&quot;:3.86},{&quot;2026-08-28&quot;:3.86},{&quot;2026-08-29&quot;:3.86},{&quot;2026-08-30&quot;:3.86},{&quot;2026-08-31&quot;:3.86},{&quot;2026-09-01&quot;:3.86},{&quot;2026-09-02&quot;:3.86},{&quot;2026-09-03&quot;:3.86},{&quot;2026-09-04&quot;:3.9},{&quot;2026-09-05&quot;:3.9},{&quot;2026-09-06&quot;:3.9},{&quot;2026-09-07&quot;:3.9},{&quot;2026-09-08&quot;:3.92},{&quot;2026-09-09&quot;:3.98},{&quot;2026-09-10&quot;:4.04},{&quot;2026-09-11&quot;:4.04}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.18},{&quot;2026-06-14&quot;:1.13},{&quot;2026-06-15&quot;:1.24},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.24},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.25},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.28},{&quot;2026-06-25&quot;:1.28},{&quot;2026-06-26&quot;:1.28},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.24},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.45},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:2.06},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.05},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.37},{&quot;2026-07-13&quot;:2.6},{&quot;2026-07-14&quot;:2.6},{&quot;2026-07-15&quot;:2.6},{&quot;2026-07-16&quot;:2.75},{&quot;2026-07-17&quot;:2.72},{&quot;2026-07-18&quot;:2.36},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.36},{&quot;2026-07-21&quot;:2.46},{&quot;2026-07-22&quot;:2.57},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-24&quot;:2.35},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.61},{&quot;2026-07-28&quot;:2.64},{&quot;2026-07-29&quot;:2.65},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.64},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.75},{&quot;2026-08-09&quot;:2.63},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.86},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.64},{&quot;2026-08-19&quot;:2.55},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.4},{&quot;2026-08-22&quot;:2.4},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.7},{&quot;2026-08-26&quot;:2.73},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.01},{&quot;2026-08-29&quot;:3.01},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:3.03},{&quot;2026-09-01&quot;:3.03},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.27},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.18}]}"
        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="35824"
  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">
            Edgar, Charmed Groom 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.18
          </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="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7abf10e9-6f06-4424-b156-dd03e4d3e4f6.jpg?1783924765" />

        <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">
            Edgar, Charmed Groom 
        </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 — Vampire 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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" src="https://cards.scryfall.io/large/front/7/a/7abf10e9-6f06-4424-b156-dd03e4d3e4f6.jpg?1783924765" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Edgar, Charmed Groom // Edgar Markov&#39;s Coffin" src="https://cards.scryfall.io/large/back/7/a/7abf10e9-6f06-4424-b156-dd03e4d3e4f6.jpg?1783924765" />
              </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">
                $3.18
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.61
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</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.46},{&quot;2026-06-11&quot;:4.46},{&quot;2026-06-12&quot;:4.52},{&quot;2026-06-13&quot;:4.52},{&quot;2026-06-14&quot;:4.5},{&quot;2026-06-15&quot;:4.5},{&quot;2026-06-16&quot;:4.5},{&quot;2026-06-17&quot;:4.54},{&quot;2026-06-18&quot;:4.54},{&quot;2026-06-19&quot;:4.54},{&quot;2026-06-20&quot;:4.54},{&quot;2026-06-21&quot;:4.46},{&quot;2026-06-22&quot;:4.46},{&quot;2026-06-23&quot;:4.46},{&quot;2026-06-24&quot;:4.48},{&quot;2026-06-25&quot;:4.48},{&quot;2026-06-26&quot;:4.48},{&quot;2026-06-27&quot;:4.49},{&quot;2026-06-28&quot;:4.49},{&quot;2026-06-29&quot;:4.49},{&quot;2026-06-30&quot;:4.49},{&quot;2026-07-01&quot;:4.49},{&quot;2026-07-02&quot;:4.49},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.47},{&quot;2026-07-06&quot;:4.47},{&quot;2026-07-07&quot;:4.47},{&quot;2026-07-08&quot;:4.47},{&quot;2026-07-09&quot;:4.47},{&quot;2026-07-10&quot;:4.47},{&quot;2026-07-11&quot;:4.43},{&quot;2026-07-12&quot;:4.47},{&quot;2026-07-13&quot;:4.47},{&quot;2026-07-14&quot;:4.48},{&quot;2026-07-15&quot;:4.48},{&quot;2026-07-16&quot;:4.48},{&quot;2026-07-17&quot;:4.48},{&quot;2026-07-18&quot;:4.48},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.48},{&quot;2026-07-21&quot;:4.53},{&quot;2026-07-23&quot;:4.53},{&quot;2026-07-25&quot;:4.53},{&quot;2026-07-26&quot;:4.59},{&quot;2026-07-27&quot;:4.59},{&quot;2026-07-29&quot;:4.59},{&quot;2026-07-30&quot;:4.64},{&quot;2026-07-31&quot;:4.64},{&quot;2026-08-01&quot;:4.64},{&quot;2026-08-02&quot;:4.64},{&quot;2026-08-03&quot;:4.64},{&quot;2026-08-04&quot;:4.64},{&quot;2026-08-05&quot;:4.64},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.64},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.77},{&quot;2026-08-16&quot;:4.77},{&quot;2026-08-17&quot;:4.77},{&quot;2026-08-18&quot;:4.77},{&quot;2026-08-19&quot;:4.77},{&quot;2026-08-20&quot;:4.77},{&quot;2026-08-21&quot;:4.77},{&quot;2026-08-22&quot;:4.77},{&quot;2026-08-23&quot;:4.77},{&quot;2026-08-24&quot;:4.77},{&quot;2026-08-25&quot;:4.77},{&quot;2026-08-26&quot;:4.77},{&quot;2026-08-27&quot;:4.77},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:4.73},{&quot;2026-08-31&quot;:4.73},{&quot;2026-09-01&quot;:4.73},{&quot;2026-09-02&quot;:4.73},{&quot;2026-09-03&quot;:4.73},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.68},{&quot;2026-09-07&quot;:4.68},{&quot;2026-09-08&quot;:4.65},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.61}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.67},{&quot;2026-06-11&quot;:3.68},{&quot;2026-06-12&quot;:3.68},{&quot;2026-06-13&quot;:3.64},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.6},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.43},{&quot;2026-06-20&quot;:3.48},{&quot;2026-06-21&quot;:3.48},{&quot;2026-06-22&quot;:3.48},{&quot;2026-06-23&quot;:3.46},{&quot;2026-06-24&quot;:3.45},{&quot;2026-06-25&quot;:3.44},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.36},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:3.12},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.25},{&quot;2026-07-10&quot;:3.25},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.22},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.18},{&quot;2026-07-16&quot;:3.25},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.35},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-23&quot;:3.5},{&quot;2026-07-25&quot;:3.61},{&quot;2026-07-26&quot;:3.56},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-29&quot;:3.56},{&quot;2026-07-30&quot;:3.59},{&quot;2026-07-31&quot;:3.55},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.44},{&quot;2026-08-09&quot;:3.43},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.41},{&quot;2026-08-12&quot;:3.45},{&quot;2026-08-13&quot;:3.45},{&quot;2026-08-14&quot;:3.34},{&quot;2026-08-15&quot;:3.34},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.36},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.33},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:2.99},{&quot;2026-08-25&quot;:2.99},{&quot;2026-08-26&quot;:3.03},{&quot;2026-08-27&quot;:3.11},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.04},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.09},{&quot;2026-09-09&quot;:3.13},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.18}]}"
        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="48889"
  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">
            Fractured Sanity
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.18
          </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="Fractured Sanity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/413ac8fb-5156-4f90-81f5-1879e273c9e2.jpg?1783926878" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fractured Sanity" src="https://cards.scryfall.io/large/front/4/1/413ac8fb-5156-4f90-81f5-1879e273c9e2.jpg?1783926878" />
    </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">
                $3.18
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.60
              </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-13&quot;:4.24},{&quot;2026-06-14&quot;:4.24},{&quot;2026-06-15&quot;:4.24},{&quot;2026-06-16&quot;:4.24},{&quot;2026-06-17&quot;:4.24},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:4.24},{&quot;2026-06-20&quot;:4.24},{&quot;2026-06-21&quot;:4.24},{&quot;2026-06-22&quot;:4.24},{&quot;2026-06-23&quot;:4.24},{&quot;2026-06-24&quot;:4.24},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.27},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.31},{&quot;2026-06-30&quot;:4.31},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.39},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.39},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.47},{&quot;2026-07-17&quot;:4.47},{&quot;2026-07-18&quot;:4.47},{&quot;2026-07-19&quot;:4.47},{&quot;2026-07-20&quot;:4.47},{&quot;2026-07-21&quot;:4.47},{&quot;2026-07-22&quot;:4.51},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-24&quot;:4.47},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.51},{&quot;2026-07-29&quot;:4.51},{&quot;2026-07-30&quot;:4.51},{&quot;2026-07-31&quot;:4.51},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.51},{&quot;2026-08-03&quot;:4.51},{&quot;2026-08-04&quot;:4.51},{&quot;2026-08-05&quot;:4.51},{&quot;2026-08-07&quot;:4.51},{&quot;2026-08-08&quot;:4.51},{&quot;2026-08-09&quot;:4.51},{&quot;2026-08-10&quot;:4.51},{&quot;2026-08-11&quot;:4.51},{&quot;2026-08-12&quot;:4.51},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.38},{&quot;2026-08-15&quot;:4.38},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.38},{&quot;2026-08-18&quot;:4.38},{&quot;2026-08-19&quot;:4.38},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.38},{&quot;2026-08-23&quot;:4.52},{&quot;2026-08-24&quot;:4.52},{&quot;2026-08-25&quot;:4.52},{&quot;2026-08-26&quot;:4.52},{&quot;2026-08-27&quot;:4.61},{&quot;2026-08-28&quot;:4.61},{&quot;2026-08-29&quot;:4.61},{&quot;2026-08-30&quot;:4.61},{&quot;2026-08-31&quot;:4.61},{&quot;2026-09-01&quot;:4.61},{&quot;2026-09-02&quot;:4.61},{&quot;2026-09-03&quot;:4.61},{&quot;2026-09-04&quot;:4.61},{&quot;2026-09-05&quot;:4.61},{&quot;2026-09-06&quot;:4.61},{&quot;2026-09-07&quot;:4.61},{&quot;2026-09-08&quot;:4.61},{&quot;2026-09-09&quot;:4.51},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.6}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.29},{&quot;2026-06-14&quot;:2.26},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.44},{&quot;2026-06-18&quot;:2.59},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.82},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.02},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.28},{&quot;2026-06-30&quot;:3.31},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.06},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.59},{&quot;2026-07-05&quot;:2.35},{&quot;2026-07-06&quot;:2.39},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.7},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.47},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.35},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-22&quot;:2.82},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.86},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-28&quot;:2.92},{&quot;2026-07-29&quot;:3.01},{&quot;2026-07-30&quot;:2.73},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.85},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.09},{&quot;2026-08-05&quot;:3.32},{&quot;2026-08-07&quot;:3.22},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:3.02},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:3.05},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.77},{&quot;2026-08-16&quot;:2.8},{&quot;2026-08-17&quot;:2.8},{&quot;2026-08-18&quot;:2.6},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.58},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.78},{&quot;2026-08-24&quot;:2.81},{&quot;2026-08-25&quot;:2.5},{&quot;2026-08-26&quot;:2.64},{&quot;2026-08-27&quot;:2.77},{&quot;2026-08-28&quot;:2.47},{&quot;2026-08-29&quot;:2.47},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.62},{&quot;2026-09-01&quot;:2.98},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.61},{&quot;2026-09-07&quot;:3.51},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.18}]}"
        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="78560"
  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">
            Fiery Gambit
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.18
          </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="Fiery Gambit" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6e2f138d-a39d-4bff-b334-9f556311881b.jpg?1783924620" />

        <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">
            Fiery Gambit
        </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-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="Fiery Gambit" src="https://cards.scryfall.io/large/front/6/e/6e2f138d-a39d-4bff-b334-9f556311881b.jpg?1783924620" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.18
              </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 Foil</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-13&quot;:3.64},{&quot;2026-06-14&quot;:3.68},{&quot;2026-06-15&quot;:3.52},{&quot;2026-06-16&quot;:3.52},{&quot;2026-06-17&quot;:3.45},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.36},{&quot;2026-06-20&quot;:3.3},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.32},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.37},{&quot;2026-06-29&quot;:3.38},{&quot;2026-06-30&quot;:3.27},{&quot;2026-07-01&quot;:3.28},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.16},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.19},{&quot;2026-07-11&quot;:3.19},{&quot;2026-07-12&quot;:3.17},{&quot;2026-07-13&quot;:3.12},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:3.04},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:2.97},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-22&quot;:2.86},{&quot;2026-07-23&quot;:2.86},{&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.89},{&quot;2026-07-28&quot;:2.89},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.91},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:2.99},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:3.0},{&quot;2026-08-05&quot;:3.0},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.1},{&quot;2026-08-09&quot;:3.05},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.29},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.28},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.28},{&quot;2026-08-26&quot;:3.28},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.1},{&quot;2026-08-29&quot;:3.1},{&quot;2026-08-30&quot;:3.06},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.1},{&quot;2026-09-03&quot;:3.14},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.17},{&quot;2026-09-07&quot;:3.18},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.2},{&quot;2026-09-10&quot;:3.17},{&quot;2026-09-11&quot;:3.18}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18994"
  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-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">
            Elvish Spirit Guide
        </span>


      </div>

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf 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-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Elvish Spirit Guide" src="https://cards.scryfall.io/large/front/0/2/02805527-943c-4d88-9d80-50ed71a14af2.jpg?1783918365" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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">
                $3.17
              </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">
                $14.88
              </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">$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-13&quot;:12.38},{&quot;2026-06-14&quot;:12.27},{&quot;2026-06-15&quot;:12.27},{&quot;2026-06-16&quot;:12.27},{&quot;2026-06-17&quot;:12.27},{&quot;2026-06-18&quot;:12.27},{&quot;2026-06-19&quot;:12.27},{&quot;2026-06-20&quot;:12.27},{&quot;2026-06-21&quot;:12.44},{&quot;2026-06-22&quot;:12.44},{&quot;2026-06-23&quot;:12.49},{&quot;2026-06-24&quot;:12.49},{&quot;2026-06-25&quot;:12.61},{&quot;2026-06-26&quot;:12.61},{&quot;2026-06-27&quot;:12.61},{&quot;2026-06-28&quot;:12.6},{&quot;2026-06-29&quot;:12.47},{&quot;2026-06-30&quot;:12.43},{&quot;2026-07-01&quot;:12.19},{&quot;2026-07-02&quot;:12.04},{&quot;2026-07-03&quot;:11.91},{&quot;2026-07-04&quot;:11.91},{&quot;2026-07-05&quot;:12.15},{&quot;2026-07-06&quot;:12.24},{&quot;2026-07-07&quot;:12.24},{&quot;2026-07-08&quot;:12.33},{&quot;2026-07-09&quot;:12.28},{&quot;2026-07-10&quot;:12.28},{&quot;2026-07-11&quot;:12.49},{&quot;2026-07-12&quot;:12.57},{&quot;2026-07-13&quot;:12.68},{&quot;2026-07-14&quot;:12.82},{&quot;2026-07-15&quot;:12.88},{&quot;2026-07-16&quot;:13.02},{&quot;2026-07-17&quot;:12.99},{&quot;2026-07-18&quot;:12.99},{&quot;2026-07-19&quot;:12.99},{&quot;2026-07-20&quot;:12.88},{&quot;2026-07-21&quot;:12.88},{&quot;2026-07-22&quot;:12.96},{&quot;2026-07-23&quot;:12.96},{&quot;2026-07-24&quot;:13.06},{&quot;2026-07-25&quot;:13.06},{&quot;2026-07-26&quot;:13.06},{&quot;2026-07-27&quot;:13.06},{&quot;2026-07-28&quot;:13.18},{&quot;2026-07-29&quot;:13.22},{&quot;2026-07-30&quot;:13.5},{&quot;2026-07-31&quot;:13.5},{&quot;2026-08-01&quot;:13.5},{&quot;2026-08-02&quot;:13.5},{&quot;2026-08-03&quot;:13.5},{&quot;2026-08-04&quot;:13.5},{&quot;2026-08-05&quot;:13.5},{&quot;2026-08-07&quot;:13.5},{&quot;2026-08-08&quot;:13.5},{&quot;2026-08-09&quot;:13.7},{&quot;2026-08-10&quot;:13.7},{&quot;2026-08-11&quot;:13.72},{&quot;2026-08-12&quot;:13.72},{&quot;2026-08-13&quot;:13.72},{&quot;2026-08-14&quot;:13.72},{&quot;2026-08-15&quot;:13.72},{&quot;2026-08-16&quot;:13.74},{&quot;2026-08-17&quot;:13.73},{&quot;2026-08-18&quot;:13.89},{&quot;2026-08-19&quot;:13.89},{&quot;2026-08-20&quot;:13.89},{&quot;2026-08-21&quot;:13.89},{&quot;2026-08-22&quot;:14.11},{&quot;2026-08-23&quot;:14.19},{&quot;2026-08-24&quot;:14.39},{&quot;2026-08-25&quot;:14.44},{&quot;2026-08-26&quot;:14.44},{&quot;2026-08-27&quot;:14.44},{&quot;2026-08-28&quot;:14.44},{&quot;2026-08-29&quot;:14.44},{&quot;2026-08-30&quot;:14.56},{&quot;2026-08-31&quot;:14.54},{&quot;2026-09-01&quot;:14.6},{&quot;2026-09-02&quot;:14.64},{&quot;2026-09-03&quot;:14.44},{&quot;2026-09-04&quot;:14.75},{&quot;2026-09-05&quot;:14.75},{&quot;2026-09-06&quot;:14.75},{&quot;2026-09-07&quot;:14.75},{&quot;2026-09-08&quot;:14.75},{&quot;2026-09-09&quot;:14.75},{&quot;2026-09-10&quot;:14.75},{&quot;2026-09-11&quot;:14.88}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.71},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.73},{&quot;2026-06-21&quot;:2.74},{&quot;2026-06-22&quot;:2.74},{&quot;2026-06-23&quot;:2.75},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:2.66},{&quot;2026-07-01&quot;:2.65},{&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.69},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.59},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.61},{&quot;2026-07-10&quot;:2.61},{&quot;2026-07-11&quot;:2.61},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.72},{&quot;2026-07-16&quot;:2.76},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.96},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.03},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-22&quot;:3.02},{&quot;2026-07-23&quot;:3.05},{&quot;2026-07-24&quot;:3.05},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:3.02},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:2.97},{&quot;2026-08-01&quot;:2.91},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.77},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.61},{&quot;2026-08-09&quot;:2.58},{&quot;2026-08-10&quot;:2.6},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.81},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.88},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.82},{&quot;2026-08-22&quot;:2.84},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.9},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:2.95},{&quot;2026-08-31&quot;:2.89},{&quot;2026-09-01&quot;:2.92},{&quot;2026-09-02&quot;:2.94},{&quot;2026-09-03&quot;:3.0},{&quot;2026-09-04&quot;:3.0},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.17}]}"
        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="96029"
  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">
            Haliya, Guided by Light
        </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-100 text-badge-text">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.17
          </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="Haliya, Guided by Light" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f7c63ae-5df3-410f-8643-b8c69133ca9d.jpg?1782685573" />

        <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">
            Haliya, Guided by Light
        </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-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="Haliya, Guided by Light" src="https://cards.scryfall.io/large/front/6/f/6f7c63ae-5df3-410f-8643-b8c69133ca9d.jpg?1782685573" />
    </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">
                $3.17
              </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">
                $4.04
              </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">$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;2026-06-10&quot;:3.42},{&quot;2026-06-11&quot;:3.53},{&quot;2026-06-12&quot;:3.53},{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.51},{&quot;2026-06-15&quot;:3.57},{&quot;2026-06-16&quot;:3.6},{&quot;2026-06-17&quot;:3.62},{&quot;2026-06-18&quot;:3.56},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.56},{&quot;2026-06-21&quot;:3.53},{&quot;2026-06-22&quot;:3.53},{&quot;2026-06-23&quot;:3.5},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.52},{&quot;2026-06-27&quot;:3.47},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.34},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.28},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.29},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.28},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.22},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.22},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-25&quot;:3.08},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:3.07},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.05},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:3.02},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:3.02},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:2.98},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:2.99},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.79},{&quot;2026-08-14&quot;:2.78},{&quot;2026-08-15&quot;:2.85},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.94},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.65},{&quot;2026-08-22&quot;:3.65},{&quot;2026-08-23&quot;:3.66},{&quot;2026-08-24&quot;:3.64},{&quot;2026-08-25&quot;:3.64},{&quot;2026-08-26&quot;:3.77},{&quot;2026-08-27&quot;:3.82},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:4.25},{&quot;2026-08-31&quot;:4.25},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.33},{&quot;2026-09-03&quot;:4.2},{&quot;2026-09-04&quot;:4.15},{&quot;2026-09-05&quot;:4.29},{&quot;2026-09-06&quot;:4.29},{&quot;2026-09-07&quot;:4.28},{&quot;2026-09-08&quot;:4.38},{&quot;2026-09-09&quot;:4.3},{&quot;2026-09-10&quot;:4.3},{&quot;2026-09-11&quot;:4.04}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.72},{&quot;2026-06-11&quot;:2.79},{&quot;2026-06-12&quot;:2.68},{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.73},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.37},{&quot;2026-06-21&quot;:2.19},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.06},{&quot;2026-06-24&quot;:2.05},{&quot;2026-06-25&quot;:2.09},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.13},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.28},{&quot;2026-07-01&quot;:2.21},{&quot;2026-07-02&quot;:2.13},{&quot;2026-07-03&quot;:2.08},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.09},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:1.99},{&quot;2026-07-09&quot;:1.98},{&quot;2026-07-10&quot;:1.89},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.86},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.64},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-23&quot;:1.87},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-29&quot;:1.73},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.11},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.93},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.13},{&quot;2026-08-14&quot;:2.2},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.28},{&quot;2026-08-18&quot;:2.58},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.2},{&quot;2026-08-21&quot;:2.72},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.13},{&quot;2026-08-25&quot;:3.13},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:3.61},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.43},{&quot;2026-08-31&quot;:2.79},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:3.82},{&quot;2026-09-03&quot;:4.32},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.3},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.5},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.57},{&quot;2026-09-11&quot;:3.17}]}"
        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="51566"
  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-mul 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">
            Ezuri, Claw of Progress
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.16
          </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="Ezuri, Claw of Progress" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/703b9b74-e1f3-4218-b504-07bba71187c8.jpg?1783916864" />

        <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">
            Ezuri, Claw of Progress
        </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 — Phyrexian Elf Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Ezuri, Claw of Progress" src="https://cards.scryfall.io/large/front/7/0/703b9b74-e1f3-4218-b504-07bba71187c8.jpg?1783916864" />
    </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">
                $3.16
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.28
              </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.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-10&quot;:2.59},{&quot;2026-06-11&quot;:2.59},{&quot;2026-06-12&quot;:2.59},{&quot;2026-06-13&quot;:2.59},{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.7},{&quot;2026-06-18&quot;:2.7},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.71},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.71},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.68},{&quot;2026-06-28&quot;:2.64},{&quot;2026-06-29&quot;:2.59},{&quot;2026-06-30&quot;:2.59},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.61},{&quot;2026-07-03&quot;:2.61},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.51},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.51},{&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.51},{&quot;2026-07-12&quot;:2.64},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.57},{&quot;2026-07-15&quot;:2.57},{&quot;2026-07-16&quot;:2.61},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.56},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.61},{&quot;2026-07-21&quot;:2.63},{&quot;2026-07-23&quot;:2.63},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.63},{&quot;2026-07-27&quot;:2.63},{&quot;2026-07-29&quot;:2.6},{&quot;2026-07-30&quot;:2.64},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.65},{&quot;2026-08-02&quot;:2.65},{&quot;2026-08-03&quot;:2.65},{&quot;2026-08-04&quot;:2.65},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.61},{&quot;2026-08-09&quot;:2.85},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.96},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.0},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.09},{&quot;2026-08-17&quot;:3.09},{&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;:3.02},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:3.02},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:3.02},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.1},{&quot;2026-08-29&quot;:3.1},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.21},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.25},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.28}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.07},{&quot;2026-06-11&quot;:2.03},{&quot;2026-06-12&quot;:1.95},{&quot;2026-06-13&quot;:1.95},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.81},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.87},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.83},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.86},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.92},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:1.95},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.96},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.03},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.05},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:2.2},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.2},{&quot;2026-07-17&quot;:2.25},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.33},{&quot;2026-07-20&quot;:2.44},{&quot;2026-07-21&quot;:2.42},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.52},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.52},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.38},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.39},{&quot;2026-08-09&quot;:2.42},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.61},{&quot;2026-08-16&quot;:2.72},{&quot;2026-08-17&quot;:2.64},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.8},{&quot;2026-08-20&quot;:2.8},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.79},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.9},{&quot;2026-09-01&quot;:2.9},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:2.96},{&quot;2026-09-04&quot;:2.95},{&quot;2026-09-05&quot;:2.79},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:3.04},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:3.16}]}"
        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="81109"
  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">
            Impact Tremors
        </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">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.16
          </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="Impact Tremors" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acabeb7d-6f8f-4750-a29d-e0dd4e781c52.jpg?1783932086" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Impact Tremors" src="https://cards.scryfall.io/large/front/a/c/acabeb7d-6f8f-4750-a29d-e0dd4e781c52.jpg?1783932086" />
    </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">
                $3.16
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:4.38},{&quot;2026-06-12&quot;:4.39},{&quot;2026-06-13&quot;:4.39},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.44},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.32},{&quot;2026-06-19&quot;:4.35},{&quot;2026-06-20&quot;:4.29},{&quot;2026-06-21&quot;:4.29},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.36},{&quot;2026-06-30&quot;:4.36},{&quot;2026-07-01&quot;:4.2},{&quot;2026-07-02&quot;:4.2},{&quot;2026-07-03&quot;:4.2},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.12},{&quot;2026-07-07&quot;:3.95},{&quot;2026-07-08&quot;:3.95},{&quot;2026-07-09&quot;:3.95},{&quot;2026-07-10&quot;:3.95},{&quot;2026-07-11&quot;:3.95},{&quot;2026-07-12&quot;:3.95},{&quot;2026-07-13&quot;:3.87},{&quot;2026-07-14&quot;:3.87},{&quot;2026-07-15&quot;:3.88},{&quot;2026-07-16&quot;:3.79},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.74},{&quot;2026-07-19&quot;:3.74},{&quot;2026-07-20&quot;:3.74},{&quot;2026-07-21&quot;:3.74},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-25&quot;:3.75},{&quot;2026-07-26&quot;:3.75},{&quot;2026-07-27&quot;:3.75},{&quot;2026-07-28&quot;:3.75},{&quot;2026-07-29&quot;:3.75},{&quot;2026-07-30&quot;:3.8},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.71},{&quot;2026-08-02&quot;:3.71},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:3.81},{&quot;2026-08-07&quot;:3.87},{&quot;2026-08-08&quot;:3.87},{&quot;2026-08-09&quot;:3.75},{&quot;2026-08-10&quot;:3.75},{&quot;2026-08-11&quot;:3.75},{&quot;2026-08-12&quot;:3.75},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.67},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.67},{&quot;2026-08-21&quot;:3.53},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.53},{&quot;2026-08-27&quot;:3.44},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.37},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.24},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.16}]}"
        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="86156"
  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">
            Propaganda
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.16
          </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="Propaganda" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/1/01115986-1963-45c6-b706-2faee6c71e8f.jpg?1783931871" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Propaganda" src="https://cards.scryfall.io/large/front/0/1/01115986-1963-45c6-b706-2faee6c71e8f.jpg?1783931871" />
    </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">
                $3.16
              </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">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</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;:3.42},{&quot;2026-06-11&quot;:3.46},{&quot;2026-06-12&quot;:3.46},{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:3.67},{&quot;2026-06-16&quot;:3.67},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.65},{&quot;2026-06-19&quot;:3.65},{&quot;2026-06-20&quot;:3.65},{&quot;2026-06-21&quot;:3.71},{&quot;2026-06-22&quot;:3.71},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.63},{&quot;2026-06-27&quot;:3.63},{&quot;2026-06-28&quot;:3.63},{&quot;2026-06-29&quot;:3.63},{&quot;2026-06-30&quot;:3.63},{&quot;2026-07-01&quot;:3.63},{&quot;2026-07-02&quot;:3.61},{&quot;2026-07-03&quot;:3.61},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.65},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.78},{&quot;2026-07-13&quot;:3.85},{&quot;2026-07-14&quot;:3.84},{&quot;2026-07-15&quot;:3.79},{&quot;2026-07-16&quot;:3.79},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.58},{&quot;2026-07-20&quot;:3.58},{&quot;2026-07-21&quot;:3.6},{&quot;2026-07-23&quot;:3.44},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-29&quot;:3.42},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.4},{&quot;2026-08-05&quot;:3.4},{&quot;2026-08-07&quot;:3.4},{&quot;2026-08-08&quot;:3.4},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.12},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.09},{&quot;2026-08-15&quot;:3.09},{&quot;2026-08-16&quot;:3.09},{&quot;2026-08-17&quot;:3.07},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.88},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.89},{&quot;2026-08-22&quot;:2.82},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.88},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.94},{&quot;2026-08-29&quot;:2.94},{&quot;2026-08-30&quot;:2.94},{&quot;2026-08-31&quot;:2.94},{&quot;2026-09-01&quot;:2.94},{&quot;2026-09-02&quot;:2.97},{&quot;2026-09-03&quot;:2.97},{&quot;2026-09-04&quot;:2.93},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.97},{&quot;2026-09-08&quot;:2.97},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.16}]}"
        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="109423"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soa ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.16
          </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="Living End" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/7/77cf5316-a0bf-4dbc-a388-01d6825c85b1.jpg?1782683417" />

        <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">
            Living End
        </h3>

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

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

      </div>
    </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="Living End" src="https://cards.scryfall.io/large/front/7/7/77cf5316-a0bf-4dbc-a388-01d6825c85b1.jpg?1782683417" />
    </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.23
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.86},{&quot;2026-06-14&quot;:5.86},{&quot;2026-06-15&quot;:5.86},{&quot;2026-06-16&quot;:5.95},{&quot;2026-06-17&quot;:5.95},{&quot;2026-06-18&quot;:5.95},{&quot;2026-06-19&quot;:5.9},{&quot;2026-06-20&quot;:5.85},{&quot;2026-06-21&quot;:5.74},{&quot;2026-06-22&quot;:5.67},{&quot;2026-06-23&quot;:5.76},{&quot;2026-06-24&quot;:5.64},{&quot;2026-06-25&quot;:5.57},{&quot;2026-06-26&quot;:5.57},{&quot;2026-06-27&quot;:5.57},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.32},{&quot;2026-06-30&quot;:5.32},{&quot;2026-07-01&quot;:5.32},{&quot;2026-07-02&quot;:5.21},{&quot;2026-07-03&quot;:5.14},{&quot;2026-07-04&quot;:4.96},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.89},{&quot;2026-07-07&quot;:4.89},{&quot;2026-07-08&quot;:4.77},{&quot;2026-07-09&quot;:4.62},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.54},{&quot;2026-07-12&quot;:4.54},{&quot;2026-07-13&quot;:4.54},{&quot;2026-07-14&quot;:4.5},{&quot;2026-07-15&quot;:4.5},{&quot;2026-07-16&quot;:4.5},{&quot;2026-07-17&quot;:4.51},{&quot;2026-07-18&quot;:4.53},{&quot;2026-07-19&quot;:4.53},{&quot;2026-07-20&quot;:4.44},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-22&quot;:4.44},{&quot;2026-07-23&quot;:4.44},{&quot;2026-07-24&quot;:4.44},{&quot;2026-07-25&quot;:4.44},{&quot;2026-07-26&quot;:4.38},{&quot;2026-07-27&quot;:4.38},{&quot;2026-07-28&quot;:4.22},{&quot;2026-07-29&quot;:4.19},{&quot;2026-07-30&quot;:4.19},{&quot;2026-07-31&quot;:4.19},{&quot;2026-08-01&quot;:4.19},{&quot;2026-08-02&quot;:4.19},{&quot;2026-08-03&quot;:4.19},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:4.0},{&quot;2026-08-09&quot;:3.95},{&quot;2026-08-10&quot;:3.93},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:3.71},{&quot;2026-08-13&quot;:3.71},{&quot;2026-08-14&quot;:3.44},{&quot;2026-08-15&quot;:3.44},{&quot;2026-08-16&quot;:3.38},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.1},{&quot;2026-08-21&quot;:3.1},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:2.93},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.95},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.16},{&quot;2026-09-10&quot;:3.16},{&quot;2026-09-11&quot;:3.16}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.81},{&quot;2026-06-15&quot;:3.95},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:3.8},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:3.89},{&quot;2026-06-22&quot;:3.78},{&quot;2026-06-23&quot;:3.85},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.85},{&quot;2026-06-28&quot;:3.55},{&quot;2026-06-29&quot;:3.58},{&quot;2026-06-30&quot;:3.48},{&quot;2026-07-01&quot;:3.31},{&quot;2026-07-02&quot;:3.2},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.3},{&quot;2026-07-08&quot;:3.3},{&quot;2026-07-09&quot;:3.36},{&quot;2026-07-10&quot;:3.39},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.23},{&quot;2026-07-13&quot;:3.25},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.26},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.22},{&quot;2026-07-18&quot;:3.19},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:2.91},{&quot;2026-07-22&quot;:3.02},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-24&quot;:3.01},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.85},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.58},{&quot;2026-07-30&quot;:2.48},{&quot;2026-07-31&quot;:2.57},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.39},{&quot;2026-08-05&quot;:2.36},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.61},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.4},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.42},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.29},{&quot;2026-08-17&quot;:2.3},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.39},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.38},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.32},{&quot;2026-08-26&quot;:2.32},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.41},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.44},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.38},{&quot;2026-09-06&quot;:2.37},{&quot;2026-09-07&quot;:2.27},{&quot;2026-09-08&quot;:2.28},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.23},{&quot;2026-09-11&quot;:2.23}]}"
        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="35254"
  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-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">
            Cemetery Gatekeeper
        </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-50 text-badge-text">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.15
          </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="Cemetery Gatekeeper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/457086c4-1b4e-4f79-8f2a-10b16174c8bb.jpg?1783924842" />

        <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">
            Cemetery Gatekeeper
        </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 — 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-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="Cemetery Gatekeeper" src="https://cards.scryfall.io/large/front/4/5/457086c4-1b4e-4f79-8f2a-10b16174c8bb.jpg?1783924842" />
    </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">
                $3.15
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.61
              </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.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-11&quot;:2.61},{&quot;2026-06-12&quot;:2.62},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.62},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.7},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.7},{&quot;2026-07-02&quot;:2.69},{&quot;2026-07-03&quot;:2.69},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.73},{&quot;2026-07-06&quot;:2.76},{&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.78},{&quot;2026-07-11&quot;:2.78},{&quot;2026-07-12&quot;:2.7},{&quot;2026-07-13&quot;:2.7},{&quot;2026-07-14&quot;:2.7},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.7},{&quot;2026-07-17&quot;:2.7},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.72},{&quot;2026-07-20&quot;:2.72},{&quot;2026-07-21&quot;:2.72},{&quot;2026-07-23&quot;:2.72},{&quot;2026-07-25&quot;:2.7},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-28&quot;:2.7},{&quot;2026-07-29&quot;:2.7},{&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.7},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.7},{&quot;2026-08-08&quot;:2.7},{&quot;2026-08-09&quot;:2.7},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.73},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.76},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.76},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.66},{&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.66},{&quot;2026-09-07&quot;:2.66},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.61},{&quot;2026-09-10&quot;:2.61},{&quot;2026-09-11&quot;:2.61}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.94},{&quot;2026-06-12&quot;:2.94},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.69},{&quot;2026-06-21&quot;:2.7},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.62},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.6},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.44},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.46},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.51},{&quot;2026-07-12&quot;:2.51},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.51},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.64},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.71},{&quot;2026-07-23&quot;:2.74},{&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.73},{&quot;2026-07-29&quot;:2.81},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.14},{&quot;2026-08-08&quot;:3.05},{&quot;2026-08-09&quot;:2.95},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.95},{&quot;2026-08-12&quot;:2.95},{&quot;2026-08-13&quot;:2.93},{&quot;2026-08-14&quot;:2.93},{&quot;2026-08-15&quot;:2.96},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.97},{&quot;2026-08-20&quot;:2.97},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.97},{&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.09},{&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.1},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.01},{&quot;2026-09-07&quot;:3.01},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.15}]}"
        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="87869"
  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">
            Sol Ring
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/1/b/1b3a4537-1d51-47ac-a12e-6b8d68f530e6.jpg?1783931760" />
    </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">
                $3.15
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.8},{&quot;2026-06-12&quot;:2.82},{&quot;2026-06-13&quot;:2.93},{&quot;2026-06-14&quot;:2.93},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:2.99},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.04},{&quot;2026-06-30&quot;:3.04},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.08},{&quot;2026-07-03&quot;:3.08},{&quot;2026-07-04&quot;:3.08},{&quot;2026-07-05&quot;:3.08},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.08},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.08},{&quot;2026-07-10&quot;:3.08},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.12},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.25},{&quot;2026-07-20&quot;:3.33},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.39},{&quot;2026-07-27&quot;:3.39},{&quot;2026-07-28&quot;:3.39},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.32},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.34},{&quot;2026-08-03&quot;:3.34},{&quot;2026-08-04&quot;:3.34},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.29},{&quot;2026-08-12&quot;:3.29},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.27},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.32},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.42},{&quot;2026-08-24&quot;:3.42},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.44},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.42},{&quot;2026-09-02&quot;:3.42},{&quot;2026-09-03&quot;:3.43},{&quot;2026-09-04&quot;:3.38},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.25},{&quot;2026-09-10&quot;:3.2},{&quot;2026-09-11&quot;:3.15}]}"
        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="18800"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rivaz of the Claw" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9a47573a-601e-4738-acef-16118289f939.jpg?1783921278" />

        <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">
            Rivaz of the Claw
        </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 — Lizard Warlock</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Rivaz of the Claw" src="https://cards.scryfall.io/large/front/9/a/9a47573a-601e-4738-acef-16118289f939.jpg?1783921278" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.14
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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-13&quot;:2.34},{&quot;2026-06-14&quot;:2.34},{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.28},{&quot;2026-06-17&quot;:2.28},{&quot;2026-06-18&quot;:2.42},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.41},{&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.46},{&quot;2026-06-27&quot;:2.47},{&quot;2026-06-28&quot;:2.47},{&quot;2026-06-29&quot;:2.47},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.43},{&quot;2026-07-02&quot;:2.4},{&quot;2026-07-03&quot;:2.4},{&quot;2026-07-04&quot;:2.4},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:2.53},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.53},{&quot;2026-07-12&quot;:2.53},{&quot;2026-07-13&quot;:2.53},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.53},{&quot;2026-07-16&quot;:2.53},{&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.66},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.66},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:2.66},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.86},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:2.94},{&quot;2026-08-24&quot;:2.92},{&quot;2026-08-25&quot;:2.92},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.94},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:3.26},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:2.99},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.99},{&quot;2026-09-07&quot;:2.9},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:3.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.96},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:2.08},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.23},{&quot;2026-06-20&quot;:2.06},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.23},{&quot;2026-06-23&quot;:2.16},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.1},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:1.86},{&quot;2026-07-02&quot;:1.92},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.85},{&quot;2026-07-05&quot;:1.75},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:2.11},{&quot;2026-07-10&quot;:2.15},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:1.97},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.04},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:2.36},{&quot;2026-07-17&quot;:2.35},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.27},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-22&quot;:2.45},{&quot;2026-07-23&quot;:2.28},{&quot;2026-07-24&quot;:2.19},{&quot;2026-07-25&quot;:2.15},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.23},{&quot;2026-07-29&quot;:2.55},{&quot;2026-07-30&quot;:2.69},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.69},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.86},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.34},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.36},{&quot;2026-08-11&quot;:2.26},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.56},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.38},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.34},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.37},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.48},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:3.03},{&quot;2026-08-29&quot;:3.03},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.65},{&quot;2026-09-01&quot;:2.58},{&quot;2026-09-02&quot;:2.36},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.24},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.72},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.97},{&quot;2026-09-10&quot;:2.92},{&quot;2026-09-11&quot;:2.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53681"
  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-nem 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">
            Terrain Generator
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.14
          </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="Terrain Generator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6fe66a2-8e70-414f-bedb-8f1f85f1d2d9.jpg?1783945806" />

        <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">
            Terrain Generator
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Terrain Generator" src="https://cards.scryfall.io/large/front/e/6/e6fe66a2-8e70-414f-bedb-8f1f85f1d2d9.jpg?1783945806" />
    </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">
                $3.14
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $36.95
              </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-13&quot;:36.91},{&quot;2026-06-14&quot;:36.91},{&quot;2026-06-15&quot;:36.91},{&quot;2026-06-16&quot;:36.91},{&quot;2026-06-17&quot;:36.91},{&quot;2026-06-18&quot;:36.91},{&quot;2026-06-19&quot;:36.91},{&quot;2026-06-20&quot;:36.91},{&quot;2026-06-21&quot;:36.91},{&quot;2026-06-22&quot;:36.91},{&quot;2026-06-23&quot;:36.91},{&quot;2026-06-24&quot;:36.91},{&quot;2026-06-25&quot;:36.91},{&quot;2026-06-26&quot;:36.91},{&quot;2026-06-27&quot;:36.91},{&quot;2026-06-28&quot;:36.91},{&quot;2026-06-29&quot;:36.91},{&quot;2026-06-30&quot;:36.91},{&quot;2026-07-01&quot;:36.91},{&quot;2026-07-02&quot;:36.91},{&quot;2026-07-03&quot;:36.91},{&quot;2026-07-04&quot;:38.05},{&quot;2026-07-05&quot;:38.05},{&quot;2026-07-06&quot;:38.05},{&quot;2026-07-07&quot;:38.05},{&quot;2026-07-08&quot;:38.05},{&quot;2026-07-09&quot;:39.95},{&quot;2026-07-10&quot;:39.95},{&quot;2026-07-11&quot;:39.95},{&quot;2026-07-12&quot;:39.44},{&quot;2026-07-13&quot;:39.44},{&quot;2026-07-14&quot;:39.44},{&quot;2026-07-15&quot;:39.44},{&quot;2026-07-16&quot;:39.44},{&quot;2026-07-17&quot;:39.44},{&quot;2026-07-18&quot;:37.95},{&quot;2026-07-19&quot;:37.95},{&quot;2026-07-20&quot;:37.95},{&quot;2026-07-21&quot;:37.95},{&quot;2026-07-22&quot;:37.95},{&quot;2026-07-23&quot;:37.95},{&quot;2026-07-24&quot;:37.95},{&quot;2026-07-25&quot;:37.95},{&quot;2026-07-26&quot;:37.95},{&quot;2026-07-27&quot;:37.95},{&quot;2026-07-28&quot;:37.95},{&quot;2026-07-29&quot;:37.95},{&quot;2026-07-30&quot;:37.95},{&quot;2026-07-31&quot;:38.62},{&quot;2026-08-01&quot;:38.62},{&quot;2026-08-02&quot;:38.62},{&quot;2026-08-03&quot;:38.62},{&quot;2026-08-04&quot;:38.62},{&quot;2026-08-05&quot;:38.62},{&quot;2026-08-07&quot;:38.62},{&quot;2026-08-08&quot;:38.62},{&quot;2026-08-09&quot;:38.62},{&quot;2026-08-10&quot;:38.62},{&quot;2026-08-11&quot;:38.62},{&quot;2026-08-12&quot;:38.62},{&quot;2026-08-13&quot;:38.62},{&quot;2026-08-14&quot;:38.62},{&quot;2026-08-15&quot;:38.62},{&quot;2026-08-16&quot;:38.62},{&quot;2026-08-17&quot;:38.62},{&quot;2026-08-18&quot;:38.62},{&quot;2026-08-19&quot;:38.62},{&quot;2026-08-20&quot;:38.62},{&quot;2026-08-21&quot;:38.62},{&quot;2026-08-22&quot;:38.62},{&quot;2026-08-23&quot;:38.62},{&quot;2026-08-24&quot;:38.62},{&quot;2026-08-25&quot;:38.62},{&quot;2026-08-26&quot;:38.62},{&quot;2026-08-27&quot;:38.62},{&quot;2026-08-28&quot;:38.62},{&quot;2026-08-29&quot;:38.62},{&quot;2026-08-30&quot;:38.62},{&quot;2026-08-31&quot;:38.62},{&quot;2026-09-01&quot;:38.62},{&quot;2026-09-02&quot;:38.62},{&quot;2026-09-03&quot;:38.62},{&quot;2026-09-04&quot;:38.62},{&quot;2026-09-05&quot;:38.62},{&quot;2026-09-06&quot;:38.62},{&quot;2026-09-07&quot;:36.95},{&quot;2026-09-08&quot;:36.95},{&quot;2026-09-09&quot;:36.95},{&quot;2026-09-10&quot;:36.95},{&quot;2026-09-11&quot;:36.95}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.63},{&quot;2026-06-15&quot;:3.63},{&quot;2026-06-16&quot;:3.63},{&quot;2026-06-17&quot;:3.63},{&quot;2026-06-18&quot;:3.63},{&quot;2026-06-19&quot;:3.63},{&quot;2026-06-20&quot;:3.63},{&quot;2026-06-21&quot;:3.63},{&quot;2026-06-22&quot;:3.63},{&quot;2026-06-23&quot;:3.63},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.6},{&quot;2026-06-27&quot;:3.65},{&quot;2026-06-28&quot;:3.65},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.65},{&quot;2026-07-01&quot;:3.65},{&quot;2026-07-02&quot;:3.65},{&quot;2026-07-03&quot;:3.65},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.65},{&quot;2026-07-09&quot;:3.63},{&quot;2026-07-10&quot;:3.63},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.63},{&quot;2026-07-13&quot;:3.63},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.58},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.59},{&quot;2026-07-19&quot;:3.59},{&quot;2026-07-20&quot;:3.59},{&quot;2026-07-21&quot;:3.59},{&quot;2026-07-22&quot;:3.59},{&quot;2026-07-23&quot;:3.6},{&quot;2026-07-24&quot;:3.6},{&quot;2026-07-25&quot;:3.6},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.69},{&quot;2026-07-28&quot;:3.69},{&quot;2026-07-29&quot;:3.69},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.69},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.63},{&quot;2026-08-05&quot;:3.63},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.57},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.55},{&quot;2026-08-12&quot;:3.45},{&quot;2026-08-13&quot;:3.54},{&quot;2026-08-14&quot;:3.54},{&quot;2026-08-15&quot;:3.45},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.48},{&quot;2026-08-18&quot;:3.48},{&quot;2026-08-19&quot;:3.34},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.34},{&quot;2026-08-23&quot;:3.34},{&quot;2026-08-24&quot;:3.31},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.16},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.16},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.18},{&quot;2026-09-08&quot;:3.19},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.14}]}"
        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="57264"
  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-onc 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">
            Skyhunter Strike Force
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Cat Knight
      </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">
            $3.14
          </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="Skyhunter Strike Force" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd8e7cad-cef7-4bf0-b106-0b34cc4db79e.jpg?1783918152" />

        <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">
            Skyhunter Strike Force
        </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 — Cat Knight</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Skyhunter Strike Force" src="https://cards.scryfall.io/large/front/d/d/dd8e7cad-cef7-4bf0-b106-0b34cc4db79e.jpg?1783918152" />
    </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">
                $3.14
              </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.45
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.26},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.29},{&quot;2026-06-19&quot;:3.29},{&quot;2026-06-20&quot;:3.29},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.3},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.37},{&quot;2026-07-04&quot;:3.37},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.3},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.24},{&quot;2026-07-10&quot;:3.27},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.5},{&quot;2026-07-14&quot;:3.56},{&quot;2026-07-15&quot;:3.56},{&quot;2026-07-16&quot;:3.56},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.56},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.62},{&quot;2026-07-22&quot;:3.62},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.65},{&quot;2026-07-27&quot;:3.65},{&quot;2026-07-28&quot;:3.65},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.65},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.65},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.67},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.59},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.59},{&quot;2026-08-14&quot;:3.59},{&quot;2026-08-15&quot;:3.59},{&quot;2026-08-16&quot;:3.59},{&quot;2026-08-17&quot;:3.59},{&quot;2026-08-18&quot;:3.59},{&quot;2026-08-19&quot;:3.59},{&quot;2026-08-20&quot;:3.59},{&quot;2026-08-21&quot;:3.59},{&quot;2026-08-22&quot;:3.59},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.55},{&quot;2026-08-28&quot;:3.55},{&quot;2026-08-29&quot;:3.55},{&quot;2026-08-30&quot;:3.56},{&quot;2026-08-31&quot;:3.56},{&quot;2026-09-01&quot;:3.56},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.54},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.56},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.45},{&quot;2026-09-10&quot;:3.45},{&quot;2026-09-11&quot;:3.45}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.86},{&quot;2026-06-14&quot;:2.9},{&quot;2026-06-15&quot;:2.92},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.91},{&quot;2026-06-19&quot;:2.91},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.91},{&quot;2026-06-22&quot;:2.91},{&quot;2026-06-23&quot;:2.95},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.95},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:2.98},{&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.96},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:2.96},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:3.0},{&quot;2026-07-11&quot;:3.01},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.14},{&quot;2026-07-16&quot;:3.18},{&quot;2026-07-17&quot;:3.18},{&quot;2026-07-18&quot;:3.19},{&quot;2026-07-19&quot;:3.19},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-22&quot;:3.21},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-24&quot;:3.25},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.01},{&quot;2026-07-31&quot;:3.01},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.99},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.96},{&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.87},{&quot;2026-08-12&quot;:2.87},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:2.85},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.9},{&quot;2026-08-20&quot;:2.98},{&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.96},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:3.05},{&quot;2026-08-29&quot;:3.05},{&quot;2026-08-30&quot;:3.09},{&quot;2026-08-31&quot;:3.12},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.09},{&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.09},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.13},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.14}]}"
        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="75821"
  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">
            Hardened Scales
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.14
          </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="Hardened Scales" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/c/fc69ad56-9ae2-4eb5-b7e2-558524f6cbcc.jpg?1783913857" />

        <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">
            Hardened Scales
        </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-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="Hardened Scales" src="https://cards.scryfall.io/large/front/f/c/fc69ad56-9ae2-4eb5-b7e2-558524f6cbcc.jpg?1783913857" />
    </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">
                $3.14
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.58},{&quot;2026-06-12&quot;:4.48},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.12},{&quot;2026-06-15&quot;:4.14},{&quot;2026-06-16&quot;:4.14},{&quot;2026-06-17&quot;:4.14},{&quot;2026-06-18&quot;:4.13},{&quot;2026-06-19&quot;:4.1},{&quot;2026-06-20&quot;:4.09},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.11},{&quot;2026-06-23&quot;:4.05},{&quot;2026-06-24&quot;:4.04},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:4.12},{&quot;2026-07-01&quot;:4.4},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.5},{&quot;2026-07-04&quot;:4.56},{&quot;2026-07-05&quot;:4.57},{&quot;2026-07-06&quot;:4.57},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.21},{&quot;2026-07-09&quot;:4.1},{&quot;2026-07-10&quot;:4.1},{&quot;2026-07-11&quot;:3.99},{&quot;2026-07-12&quot;:3.99},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:4.09},{&quot;2026-07-15&quot;:4.09},{&quot;2026-07-16&quot;:4.1},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.82},{&quot;2026-07-20&quot;:3.82},{&quot;2026-07-21&quot;:3.95},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-25&quot;:3.65},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.45},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.45},{&quot;2026-07-31&quot;:4.03},{&quot;2026-08-01&quot;:3.99},{&quot;2026-08-02&quot;:3.73},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.72},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.37},{&quot;2026-08-09&quot;:3.16},{&quot;2026-08-10&quot;:3.26},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.13},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.05},{&quot;2026-08-16&quot;:3.02},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.97},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.57},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.42},{&quot;2026-09-01&quot;:3.36},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.21},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.18},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.08},{&quot;2026-09-11&quot;:3.14}]}"
        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="96035"
  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">
            Consult the Star Charts
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.14
          </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="Consult the Star Charts" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a16a6555-2e3a-4587-aacd-0307d696b26c.jpg?1782685552" />

        <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">
            Consult the Star Charts
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Consult the Star Charts" src="https://cards.scryfall.io/large/front/a/1/a16a6555-2e3a-4587-aacd-0307d696b26c.jpg?1782685552" />
    </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">
                $3.14
              </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">
                $3.82
              </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">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</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;:5.14},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.2},{&quot;2026-06-14&quot;:5.24},{&quot;2026-06-15&quot;:5.25},{&quot;2026-06-16&quot;:5.25},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.24},{&quot;2026-06-19&quot;:5.22},{&quot;2026-06-20&quot;:5.21},{&quot;2026-06-21&quot;:5.21},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.18},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:5.13},{&quot;2026-06-26&quot;:5.14},{&quot;2026-06-27&quot;:5.14},{&quot;2026-06-28&quot;:5.14},{&quot;2026-06-29&quot;:5.15},{&quot;2026-06-30&quot;:5.1},{&quot;2026-07-01&quot;:5.05},{&quot;2026-07-02&quot;:5.07},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.1},{&quot;2026-07-05&quot;:5.1},{&quot;2026-07-06&quot;:5.1},{&quot;2026-07-07&quot;:5.01},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.43},{&quot;2026-07-11&quot;:4.32},{&quot;2026-07-12&quot;:4.32},{&quot;2026-07-13&quot;:4.11},{&quot;2026-07-14&quot;:3.85},{&quot;2026-07-15&quot;:3.81},{&quot;2026-07-16&quot;:3.54},{&quot;2026-07-17&quot;:3.49},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.41},{&quot;2026-07-20&quot;:3.41},{&quot;2026-07-21&quot;:3.41},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.2},{&quot;2026-07-28&quot;:3.21},{&quot;2026-07-29&quot;:3.09},{&quot;2026-07-30&quot;:2.94},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.74},{&quot;2026-08-03&quot;:3.11},{&quot;2026-08-04&quot;:3.1},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.1},{&quot;2026-08-08&quot;:3.11},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.62},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.88},{&quot;2026-08-25&quot;:3.79},{&quot;2026-08-26&quot;:3.82},{&quot;2026-08-27&quot;:3.81},{&quot;2026-08-28&quot;:3.81},{&quot;2026-08-29&quot;:3.81},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.9},{&quot;2026-09-01&quot;:3.79},{&quot;2026-09-02&quot;:3.82},{&quot;2026-09-03&quot;:3.82},{&quot;2026-09-04&quot;:3.82},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.56},{&quot;2026-09-07&quot;:3.66},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.91},{&quot;2026-09-11&quot;:3.82}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.94},{&quot;2026-06-12&quot;:3.96},{&quot;2026-06-13&quot;:4.15},{&quot;2026-06-14&quot;:4.13},{&quot;2026-06-15&quot;:3.92},{&quot;2026-06-16&quot;:3.8},{&quot;2026-06-17&quot;:3.68},{&quot;2026-06-18&quot;:3.63},{&quot;2026-06-19&quot;:3.54},{&quot;2026-06-20&quot;:3.59},{&quot;2026-06-21&quot;:3.6},{&quot;2026-06-22&quot;:3.43},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.18},{&quot;2026-06-28&quot;:3.09},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.19},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:2.92},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:3.0},{&quot;2026-07-06&quot;:3.38},{&quot;2026-07-07&quot;:3.57},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.3},{&quot;2026-07-10&quot;:3.14},{&quot;2026-07-11&quot;:2.91},{&quot;2026-07-12&quot;:2.81},{&quot;2026-07-13&quot;:2.77},{&quot;2026-07-14&quot;:2.69},{&quot;2026-07-15&quot;:2.65},{&quot;2026-07-16&quot;:2.7},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.7},{&quot;2026-07-20&quot;:2.36},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.47},{&quot;2026-07-28&quot;:2.41},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.21},{&quot;2026-08-02&quot;:2.3},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.49},{&quot;2026-08-07&quot;:2.33},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.56},{&quot;2026-08-10&quot;:2.73},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.04},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.69},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:2.54},{&quot;2026-08-22&quot;:2.72},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.66},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:3.33},{&quot;2026-08-31&quot;:3.43},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:2.92},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.68},{&quot;2026-09-11&quot;:3.14}]}"
        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="109329"
  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-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">
            Sundown Pass
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.14
          </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="Sundown Pass" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/ac70c9ae-5115-46db-9ef8-05c475c88154.jpg?1782682784" />

        <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">
            Sundown Pass
        </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="Sundown Pass" src="https://cards.scryfall.io/large/front/a/c/ac70c9ae-5115-46db-9ef8-05c475c88154.jpg?1782682784" />
    </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">
                $3.14
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:3.54},{&quot;2026-06-10&quot;:3.57},{&quot;2026-06-11&quot;:3.74},{&quot;2026-06-12&quot;:3.71},{&quot;2026-06-13&quot;:3.65},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.72},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.55},{&quot;2026-06-22&quot;:3.59},{&quot;2026-06-24&quot;:3.64},{&quot;2026-06-25&quot;:3.5},{&quot;2026-06-26&quot;:3.5},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.37},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.31},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.22},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.2},{&quot;2026-07-06&quot;:3.17},{&quot;2026-07-07&quot;:3.16},{&quot;2026-07-08&quot;:3.16},{&quot;2026-07-09&quot;:3.16},{&quot;2026-07-10&quot;:3.13},{&quot;2026-07-11&quot;:3.11},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.27},{&quot;2026-07-16&quot;:3.48},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.73},{&quot;2026-07-23&quot;:3.64},{&quot;2026-07-25&quot;:3.5},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.63},{&quot;2026-07-29&quot;:3.26},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.35},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.4},{&quot;2026-08-04&quot;:3.48},{&quot;2026-08-05&quot;:3.46},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:3.97},{&quot;2026-08-09&quot;:3.97},{&quot;2026-08-10&quot;:3.97},{&quot;2026-08-11&quot;:3.92},{&quot;2026-08-12&quot;:3.86},{&quot;2026-08-13&quot;:3.75},{&quot;2026-08-14&quot;:3.75},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.58},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.48},{&quot;2026-08-21&quot;:3.19},{&quot;2026-08-22&quot;:3.19},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.37},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.36},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.42},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.39},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.45},{&quot;2026-09-11&quot;:3.45}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.9},{&quot;2026-06-10&quot;:2.64},{&quot;2026-06-11&quot;:2.6},{&quot;2026-06-12&quot;:2.77},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.69},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.77},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.52},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-24&quot;:2.54},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.52},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.51},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.67},{&quot;2026-07-05&quot;:2.86},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.9},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:3.12},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.9},{&quot;2026-07-15&quot;:3.01},{&quot;2026-07-16&quot;:2.96},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:3.01},{&quot;2026-07-21&quot;:2.99},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.57},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.5},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.13},{&quot;2026-08-02&quot;:2.23},{&quot;2026-08-03&quot;:2.21},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.07},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:1.96},{&quot;2026-08-09&quot;:1.99},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.08},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.05},{&quot;2026-08-15&quot;:2.18},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.63},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.82},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:3.02},{&quot;2026-08-26&quot;:2.94},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:2.68},{&quot;2026-08-31&quot;:2.75},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:2.86},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.14},{&quot;2026-09-06&quot;:3.27},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.49},{&quot;2026-09-09&quot;:3.17},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.14}]}"
        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="14099"
  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">
            In Garruk&#39;s Wake
        </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">
            $3.13
          </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="In Garruk&#39;s Wake" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/57a6f727-8239-45e6-9dbb-67d2d3c9239d.jpg?1783922445" />

        <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">
            In Garruk&#39;s Wake
        </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-7'></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="In Garruk&#39;s Wake" src="https://cards.scryfall.io/large/front/5/7/57a6f727-8239-45e6-9dbb-67d2d3c9239d.jpg?1783922445" />
    </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">
                $3.13
              </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.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;:2.77},{&quot;2026-06-11&quot;:2.8},{&quot;2026-06-12&quot;:2.8},{&quot;2026-06-13&quot;:3.22},{&quot;2026-06-14&quot;:3.33},{&quot;2026-06-15&quot;:3.33},{&quot;2026-06-16&quot;:3.34},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.35},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.25},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.19},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.23},{&quot;2026-06-29&quot;:3.23},{&quot;2026-06-30&quot;:3.23},{&quot;2026-07-01&quot;:3.23},{&quot;2026-07-02&quot;:3.23},{&quot;2026-07-03&quot;:3.23},{&quot;2026-07-04&quot;:3.21},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.27},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:2.94},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.93},{&quot;2026-07-11&quot;:3.05},{&quot;2026-07-12&quot;:3.05},{&quot;2026-07-13&quot;:3.06},{&quot;2026-07-14&quot;:3.04},{&quot;2026-07-15&quot;:3.04},{&quot;2026-07-16&quot;:3.04},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:3.04},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-25&quot;:3.15},{&quot;2026-07-26&quot;:3.21},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.25},{&quot;2026-08-02&quot;:3.25},{&quot;2026-08-03&quot;:3.23},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.23},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.27},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.28},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.23},{&quot;2026-08-22&quot;:3.23},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.23},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.2},{&quot;2026-08-28&quot;:3.19},{&quot;2026-08-29&quot;:3.19},{&quot;2026-08-30&quot;:3.19},{&quot;2026-08-31&quot;:3.19},{&quot;2026-09-01&quot;:3.19},{&quot;2026-09-02&quot;:3.21},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.19},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.1},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.16},{&quot;2026-09-11&quot;:3.13}]}"
        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="34280"
  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">
            Kogla, the Titan Ape
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.13
          </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="Kogla, the Titan Ape" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c35ca79-eb72-427a-a8ed-404b2214389a.jpg?1783931034" />

        <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">
            Kogla, the Titan Ape
        </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 — Ape</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><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="Kogla, the Titan Ape" src="https://cards.scryfall.io/large/front/3/c/3c35ca79-eb72-427a-a8ed-404b2214389a.jpg?1783931034" />
    </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">
                $3.13
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</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.84},{&quot;2026-06-14&quot;:2.83},{&quot;2026-06-15&quot;:2.86},{&quot;2026-06-16&quot;:2.86},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.88},{&quot;2026-06-19&quot;:2.86},{&quot;2026-06-20&quot;:2.86},{&quot;2026-06-21&quot;:2.95},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:2.99},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.05},{&quot;2026-06-27&quot;:3.05},{&quot;2026-06-28&quot;:3.0},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.07},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:2.99},{&quot;2026-07-04&quot;:2.97},{&quot;2026-07-05&quot;:2.97},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.89},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:3.02},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.0},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.06},{&quot;2026-07-20&quot;:2.98},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-22&quot;:2.94},{&quot;2026-07-23&quot;:2.94},{&quot;2026-07-24&quot;:2.94},{&quot;2026-07-25&quot;:2.94},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:2.84},{&quot;2026-07-29&quot;:2.85},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.9},{&quot;2026-08-02&quot;:2.9},{&quot;2026-08-03&quot;:2.77},{&quot;2026-08-04&quot;:2.72},{&quot;2026-08-05&quot;:2.72},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.68},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.64},{&quot;2026-08-11&quot;:2.64},{&quot;2026-08-12&quot;:2.66},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.6},{&quot;2026-08-17&quot;:2.62},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.47},{&quot;2026-08-20&quot;:2.47},{&quot;2026-08-21&quot;:2.52},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.61},{&quot;2026-08-24&quot;:2.57},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.61},{&quot;2026-08-27&quot;:2.63},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.67},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.71},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.76},{&quot;2026-09-05&quot;:2.76},{&quot;2026-09-06&quot;:2.76},{&quot;2026-09-07&quot;:2.76},{&quot;2026-09-08&quot;:2.76},{&quot;2026-09-09&quot;:2.83},{&quot;2026-09-10&quot;:2.89},{&quot;2026-09-11&quot;:3.0}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.09},{&quot;2026-06-14&quot;:3.2},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:3.16},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:3.05},{&quot;2026-06-20&quot;:3.11},{&quot;2026-06-21&quot;:3.11},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:2.96},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.62},{&quot;2026-07-04&quot;:3.62},{&quot;2026-07-05&quot;:3.51},{&quot;2026-07-06&quot;:3.6},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.21},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.14},{&quot;2026-07-12&quot;:4.14},{&quot;2026-07-13&quot;:4.13},{&quot;2026-07-14&quot;:4.22},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.71},{&quot;2026-07-17&quot;:3.71},{&quot;2026-07-18&quot;:3.55},{&quot;2026-07-19&quot;:3.55},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.41},{&quot;2026-07-22&quot;:3.28},{&quot;2026-07-23&quot;:3.28},{&quot;2026-07-24&quot;:3.32},{&quot;2026-07-25&quot;:3.33},{&quot;2026-07-26&quot;:3.25},{&quot;2026-07-27&quot;:3.38},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.24},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:2.98},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:3.09},{&quot;2026-08-10&quot;:3.09},{&quot;2026-08-11&quot;:3.14},{&quot;2026-08-12&quot;:3.2},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.16},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.17},{&quot;2026-08-20&quot;:3.27},{&quot;2026-08-21&quot;:3.23},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.33},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.16},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.58},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.0},{&quot;2026-09-11&quot;:3.13}]}"
        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="73070"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swiftfoot Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/6/96c69011-35bd-49f0-bae5-4a8367d32237.jpg?1783919778" />

        <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">
            Swiftfoot Boots
        </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-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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/9/6/96c69011-35bd-49f0-bae5-4a8367d32237.jpg?1783919778" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.13
              </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">$2.25</span>
              <span class="text-xs text-grey-text">Credit: $2.93</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">$1.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.38},{&quot;2026-06-18&quot;:3.35},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.27},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.27},{&quot;2026-06-23&quot;:3.27},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.23},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.22},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.13},{&quot;2026-07-04&quot;:3.13},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.05},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.95},{&quot;2026-07-10&quot;:3.1},{&quot;2026-07-11&quot;:3.1},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.99},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.04},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.11},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:3.11},{&quot;2026-07-22&quot;:2.95},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-24&quot;:2.95},{&quot;2026-07-25&quot;:3.08},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.03},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.73},{&quot;2026-08-02&quot;:2.68},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.7},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.75},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.72},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.8},{&quot;2026-08-17&quot;:2.84},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.83},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:3.01},{&quot;2026-08-26&quot;:2.93},{&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.02},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.1},{&quot;2026-09-05&quot;:3.09},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.15},{&quot;2026-09-09&quot;:3.15},{&quot;2026-09-10&quot;:3.15},{&quot;2026-09-11&quot;:3.13}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.91},{&quot;2026-06-14&quot;:2.78},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.7},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.34},{&quot;2026-06-21&quot;:2.42},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.22},{&quot;2026-06-25&quot;:2.32},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.4},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.47},{&quot;2026-07-04&quot;:2.57},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.38},{&quot;2026-07-07&quot;:2.56},{&quot;2026-07-08&quot;:2.53},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.54},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.96},{&quot;2026-07-16&quot;:2.96},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.71},{&quot;2026-07-24&quot;:2.7},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.56},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.6},{&quot;2026-07-29&quot;:2.6},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.79},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:3.24},{&quot;2026-08-05&quot;:3.59},{&quot;2026-08-07&quot;:3.44},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.12},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:2.91},{&quot;2026-08-15&quot;:2.9},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:3.17},{&quot;2026-08-18&quot;:3.22},{&quot;2026-08-19&quot;:3.19},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.45},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:2.97},{&quot;2026-08-25&quot;:3.28},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.3},{&quot;2026-08-29&quot;:3.3},{&quot;2026-08-30&quot;:3.21},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.75},{&quot;2026-09-02&quot;:3.1},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.17},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:2.88}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            The Earth King
        </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 Noble Ally</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Earth King" src="https://cards.scryfall.io/large/front/a/8/a8d5dca6-381a-4361-b265-27de8d04335c.jpg?1783904945" />
    </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">
                $3.13
              </span>

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

                <span class="text-xs text-accent-100">
                  ↓
                  20%
                </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-08&quot;:1.28},{&quot;2026-06-10&quot;:1.33},{&quot;2026-06-11&quot;:1.41},{&quot;2026-06-12&quot;:1.38},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.23},{&quot;2026-06-19&quot;:1.24},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.23},{&quot;2026-06-22&quot;:1.24},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.22},{&quot;2026-07-01&quot;:1.2},{&quot;2026-07-02&quot;:1.21},{&quot;2026-07-03&quot;:1.18},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.26},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.31},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.57},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.69},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.05},{&quot;2026-08-02&quot;:2.02},{&quot;2026-08-03&quot;:2.45},{&quot;2026-08-04&quot;:2.45},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.41},{&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.46},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.48},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.17},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:2.01},{&quot;2026-08-25&quot;:2.01},{&quot;2026-08-26&quot;:3.01},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:3.43},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:2.84},{&quot;2026-09-04&quot;:2.86},{&quot;2026-09-05&quot;:2.9},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.14},{&quot;2026-09-08&quot;:2.18},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.31},{&quot;2026-09-11&quot;:2.31}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.07},{&quot;2026-06-10&quot;:1.17},{&quot;2026-06-11&quot;:1.26},{&quot;2026-06-12&quot;:1.35},{&quot;2026-06-13&quot;:1.26},{&quot;2026-06-14&quot;:1.38},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.08},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:0.91},{&quot;2026-06-21&quot;:0.86},{&quot;2026-06-22&quot;:0.9},{&quot;2026-06-24&quot;:0.72},{&quot;2026-06-25&quot;:0.65},{&quot;2026-06-26&quot;:0.69},{&quot;2026-06-27&quot;:0.83},{&quot;2026-06-28&quot;:0.97},{&quot;2026-06-29&quot;:1.01},{&quot;2026-06-30&quot;:1.06},{&quot;2026-07-01&quot;:0.94},{&quot;2026-07-02&quot;:0.97},{&quot;2026-07-03&quot;:1.1},{&quot;2026-07-04&quot;:1.01},{&quot;2026-07-05&quot;:0.91},{&quot;2026-07-06&quot;:1.07},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.2},{&quot;2026-07-09&quot;:1.32},{&quot;2026-07-10&quot;:1.3},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.56},{&quot;2026-07-13&quot;:1.52},{&quot;2026-07-14&quot;:1.25},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.47},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.58},{&quot;2026-07-19&quot;:1.37},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.15},{&quot;2026-07-23&quot;:1.36},{&quot;2026-07-25&quot;:1.14},{&quot;2026-07-26&quot;:1.2},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.28},{&quot;2026-08-01&quot;:1.15},{&quot;2026-08-02&quot;:1.44},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.34},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.5},{&quot;2026-08-12&quot;:1.53},{&quot;2026-08-13&quot;:1.38},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:2.35},{&quot;2026-08-16&quot;:1.94},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.31},{&quot;2026-08-19&quot;:1.93},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.52},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.47},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.49},{&quot;2026-08-31&quot;:2.02},{&quot;2026-09-01&quot;:2.02},{&quot;2026-09-02&quot;:2.24},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:3.08},{&quot;2026-09-08&quot;:2.81},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:3.13}]}"
        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="109280"
  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-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">
            Deathcap Glade
        </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">
              ↑
              30%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.13
          </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="Deathcap Glade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/8/78897104-80e1-4d8a-9958-145b40f679e8.jpg?1782682822" />

        <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">
            Deathcap Glade
        </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="Deathcap Glade" src="https://cards.scryfall.io/large/front/7/8/78897104-80e1-4d8a-9958-145b40f679e8.jpg?1782682822" />
    </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">
                $3.13
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  30%
                </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.18
              </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">$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;2026-06-10&quot;:1.59},{&quot;2026-06-11&quot;:1.64},{&quot;2026-06-12&quot;:1.49},{&quot;2026-06-13&quot;:1.7},{&quot;2026-06-14&quot;:1.87},{&quot;2026-06-15&quot;:1.97},{&quot;2026-06-16&quot;:1.89},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.85},{&quot;2026-06-19&quot;:1.66},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.69},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:1.96},{&quot;2026-06-27&quot;:2.4},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.37},{&quot;2026-07-01&quot;:2.18},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:1.92},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.15},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.96},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:1.97},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.45},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:2.02},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:2.01},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:2.05},{&quot;2026-08-10&quot;:2.18},{&quot;2026-08-11&quot;:2.33},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.34},{&quot;2026-08-17&quot;:2.35},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.27},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.72},{&quot;2026-08-25&quot;:2.72},{&quot;2026-08-26&quot;:2.41},{&quot;2026-08-27&quot;:2.43},{&quot;2026-08-28&quot;:2.44},{&quot;2026-08-29&quot;:2.44},{&quot;2026-08-30&quot;:2.52},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.94},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.95},{&quot;2026-09-05&quot;:3.04},{&quot;2026-09-06&quot;:3.18},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.14},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.18},{&quot;2026-09-11&quot;:3.18}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.61},{&quot;2026-06-11&quot;:1.99},{&quot;2026-06-12&quot;:2.09},{&quot;2026-06-13&quot;:1.86},{&quot;2026-06-14&quot;:2.01},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.13},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.83},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:1.8},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.09},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.62},{&quot;2026-07-06&quot;:2.73},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.74},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.69},{&quot;2026-07-12&quot;:2.48},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.05},{&quot;2026-07-15&quot;:1.94},{&quot;2026-07-16&quot;:1.76},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.2},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.75},{&quot;2026-07-29&quot;:2.12},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.4},{&quot;2026-08-02&quot;:2.8},{&quot;2026-08-03&quot;:2.65},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.18},{&quot;2026-08-07&quot;:2.56},{&quot;2026-08-08&quot;:2.52},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.71},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.84},{&quot;2026-08-15&quot;:2.56},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.65},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:3.11},{&quot;2026-08-25&quot;:3.11},{&quot;2026-08-26&quot;:3.16},{&quot;2026-08-27&quot;:2.67},{&quot;2026-08-28&quot;:2.59},{&quot;2026-08-29&quot;:2.59},{&quot;2026-08-30&quot;:3.01},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.42},{&quot;2026-09-05&quot;:2.41},{&quot;2026-09-06&quot;:2.57},{&quot;2026-09-07&quot;:2.68},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.61},{&quot;2026-09-10&quot;:2.69},{&quot;2026-09-11&quot;:3.13}]}"
        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="10988"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-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">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.12
          </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/f/0/f0ac295e-93e4-490b-b8a3-a9794c7f56e4.jpg?1783927492" />

        <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/f/0/f0ac295e-93e4-490b-b8a3-a9794c7f56e4.jpg?1783927492" />
    </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">
                $3.12
              </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;:6.15},{&quot;2026-06-14&quot;:6.15},{&quot;2026-06-15&quot;:6.15},{&quot;2026-06-16&quot;:6.15},{&quot;2026-06-17&quot;:6.15},{&quot;2026-06-18&quot;:5.94},{&quot;2026-06-19&quot;:5.94},{&quot;2026-06-20&quot;:5.14},{&quot;2026-06-21&quot;:4.56},{&quot;2026-06-22&quot;:4.07},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.48},{&quot;2026-06-25&quot;:3.48},{&quot;2026-06-26&quot;:3.48},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.48},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.41},{&quot;2026-07-02&quot;:3.41},{&quot;2026-07-03&quot;:3.32},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.08},{&quot;2026-07-07&quot;:3.08},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.17},{&quot;2026-07-11&quot;:3.17},{&quot;2026-07-12&quot;:3.25},{&quot;2026-07-13&quot;:3.4},{&quot;2026-07-14&quot;:3.48},{&quot;2026-07-15&quot;:3.49},{&quot;2026-07-16&quot;:3.54},{&quot;2026-07-17&quot;:3.54},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.54},{&quot;2026-07-21&quot;:3.54},{&quot;2026-07-22&quot;:3.4},{&quot;2026-07-23&quot;:3.35},{&quot;2026-07-24&quot;:3.39},{&quot;2026-07-25&quot;:3.38},{&quot;2026-07-26&quot;:3.38},{&quot;2026-07-27&quot;:3.38},{&quot;2026-07-28&quot;:3.43},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.32},{&quot;2026-08-02&quot;:3.32},{&quot;2026-08-03&quot;:3.36},{&quot;2026-08-04&quot;:3.44},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.49},{&quot;2026-08-09&quot;:3.5},{&quot;2026-08-10&quot;:3.5},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.49},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.42},{&quot;2026-08-18&quot;:3.36},{&quot;2026-08-19&quot;:3.37},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.29},{&quot;2026-08-22&quot;:3.29},{&quot;2026-08-23&quot;:3.29},{&quot;2026-08-24&quot;:3.26},{&quot;2026-08-25&quot;:3.26},{&quot;2026-08-26&quot;:3.22},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.15},{&quot;2026-08-29&quot;:3.15},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.08},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.03},{&quot;2026-09-06&quot;:3.01},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:3.08},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.12},{&quot;2026-09-11&quot;:3.12}]}"
        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="12750"
  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">
            Blackblade Reforged
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.12
          </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="Blackblade Reforged" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/f/2f192c3e-34ce-4857-82ef-a0423823220d.jpg?1783928693" />

        <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">
            Blackblade Reforged
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact — Equipment</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="Blackblade Reforged" src="https://cards.scryfall.io/large/front/2/f/2f192c3e-34ce-4857-82ef-a0423823220d.jpg?1783928693" />
    </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">
                $3.12
              </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.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-13&quot;:3.13},{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:3.12},{&quot;2026-06-16&quot;:3.1},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.03},{&quot;2026-06-24&quot;:3.02},{&quot;2026-06-25&quot;:3.04},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.98},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.96},{&quot;2026-07-02&quot;:2.94},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:2.9},{&quot;2026-07-07&quot;:2.92},{&quot;2026-07-08&quot;:2.92},{&quot;2026-07-09&quot;:2.94},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.94},{&quot;2026-07-12&quot;:2.94},{&quot;2026-07-13&quot;:2.94},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:3.04},{&quot;2026-07-17&quot;:3.04},{&quot;2026-07-18&quot;:3.05},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.03},{&quot;2026-07-21&quot;:3.02},{&quot;2026-07-22&quot;:2.88},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.86},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.83},{&quot;2026-08-02&quot;:2.82},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.82},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.91},{&quot;2026-08-14&quot;:2.97},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.97},{&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.85},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.97},{&quot;2026-08-25&quot;:2.97},{&quot;2026-08-26&quot;:2.98},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:3.03},{&quot;2026-08-31&quot;:3.03},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.11},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.28},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.15},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.12}]}"
        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="16561"
  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-m21 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">
            Cultivate
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cultivate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/31233339-c5ec-40fb-badd-94ef7f0ff7c0.jpg?1783930623" />

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

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

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cultivate" src="https://cards.scryfall.io/large/front/3/1/31233339-c5ec-40fb-badd-94ef7f0ff7c0.jpg?1783930623" />
    </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">
                $3.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">
                $3.80
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.96},{&quot;2026-06-13&quot;:4.94},{&quot;2026-06-14&quot;:4.92},{&quot;2026-06-15&quot;:4.92},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:4.92},{&quot;2026-06-18&quot;:4.92},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.95},{&quot;2026-06-21&quot;:4.95},{&quot;2026-06-22&quot;:4.95},{&quot;2026-06-23&quot;:4.94},{&quot;2026-06-24&quot;:4.95},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:4.99},{&quot;2026-06-27&quot;:4.99},{&quot;2026-06-28&quot;:4.99},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:5.01},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:5.03},{&quot;2026-07-05&quot;:5.03},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.87},{&quot;2026-07-09&quot;:4.87},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.89},{&quot;2026-07-16&quot;:4.89},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.89},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.71},{&quot;2026-07-21&quot;:4.75},{&quot;2026-07-23&quot;:4.73},{&quot;2026-07-24&quot;:4.71},{&quot;2026-07-25&quot;:4.69},{&quot;2026-07-26&quot;:4.69},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.62},{&quot;2026-07-29&quot;:4.62},{&quot;2026-07-30&quot;:4.62},{&quot;2026-07-31&quot;:4.56},{&quot;2026-08-01&quot;:4.49},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.39},{&quot;2026-08-04&quot;:4.39},{&quot;2026-08-05&quot;:4.44},{&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.35},{&quot;2026-08-11&quot;:4.38},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.36},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.27},{&quot;2026-08-16&quot;:4.27},{&quot;2026-08-17&quot;:4.18},{&quot;2026-08-18&quot;:4.18},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.18},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.13},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:4.07},{&quot;2026-08-27&quot;:4.07},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:3.94},{&quot;2026-08-31&quot;:3.94},{&quot;2026-09-01&quot;:3.95},{&quot;2026-09-02&quot;:3.88},{&quot;2026-09-03&quot;:3.88},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.75},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.87},{&quot;2026-09-10&quot;:3.78},{&quot;2026-09-11&quot;:3.8}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.08},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.13},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:2.85},{&quot;2026-06-19&quot;:2.85},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.99},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.05},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.1},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.3},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.3},{&quot;2026-07-05&quot;:3.31},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.35},{&quot;2026-07-09&quot;:3.4},{&quot;2026-07-10&quot;:3.44},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.44},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.44},{&quot;2026-07-16&quot;:3.44},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.51},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-24&quot;:3.65},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.31},{&quot;2026-07-29&quot;:3.31},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.18},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.02},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.24},{&quot;2026-08-08&quot;:3.33},{&quot;2026-08-09&quot;:3.33},{&quot;2026-08-10&quot;:3.33},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.32},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.38},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.2},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.22},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.3},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.09},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.19},{&quot;2026-09-10&quot;:3.18},{&quot;2026-09-11&quot;:3.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

        <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">
            An-Zerrin Ruins
        </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-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="An-Zerrin Ruins" src="https://cards.scryfall.io/large/front/4/f/4f905d57-2f52-4179-8041-2667b1fb1baa.jpg?1783947286" />
    </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">
                $3.11
              </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.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;normal&quot;:[{&quot;2026-06-13&quot;:3.07},{&quot;2026-06-14&quot;:3.09},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.09},{&quot;2026-06-17&quot;:3.09},{&quot;2026-06-18&quot;:3.09},{&quot;2026-06-19&quot;:3.09},{&quot;2026-06-20&quot;:3.09},{&quot;2026-06-21&quot;:3.08},{&quot;2026-06-22&quot;:3.08},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.08},{&quot;2026-06-25&quot;:3.09},{&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.09},{&quot;2026-06-30&quot;:3.09},{&quot;2026-07-01&quot;:3.09},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:3.09},{&quot;2026-07-04&quot;:3.13},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.09},{&quot;2026-07-09&quot;:3.09},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.09},{&quot;2026-07-14&quot;:3.09},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:3.09},{&quot;2026-07-17&quot;:3.09},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.09},{&quot;2026-07-22&quot;:3.09},{&quot;2026-07-23&quot;:3.1},{&quot;2026-07-24&quot;:3.1},{&quot;2026-07-25&quot;:2.99},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:2.96},{&quot;2026-07-28&quot;:2.96},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.98},{&quot;2026-08-09&quot;:2.98},{&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;:3.0},{&quot;2026-08-14&quot;:3.07},{&quot;2026-08-15&quot;:3.07},{&quot;2026-08-16&quot;:3.07},{&quot;2026-08-17&quot;:3.07},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.06},{&quot;2026-08-23&quot;:3.05},{&quot;2026-08-24&quot;:3.05},{&quot;2026-08-25&quot;:3.05},{&quot;2026-08-26&quot;:3.04},{&quot;2026-08-27&quot;:3.04},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:3.04},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:3.07},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:3.04},{&quot;2026-09-09&quot;:3.07},{&quot;2026-09-10&quot;:3.07},{&quot;2026-09-11&quot;:3.11}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112374"
  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-pmei 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">
            Titania, Protector of Argoth
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Titania, Protector of Argoth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/711f4094-9a78-42f7-8f75-f57af921dd2f.jpg?1782736745" />

        <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">
            Titania, Protector of Argoth
        </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 — Elemental</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="Titania, Protector of Argoth" src="https://cards.scryfall.io/large/front/7/1/711f4094-9a78-42f7-8f75-f57af921dd2f.jpg?1782736745" />
    </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">
            2
          </span>
        </div>

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.11
              </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">$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-07-19&quot;:16.3},{&quot;2026-07-20&quot;:16.17},{&quot;2026-07-21&quot;:16.18},{&quot;2026-07-22&quot;:15.77},{&quot;2026-07-23&quot;:15.94},{&quot;2026-07-24&quot;:15.47},{&quot;2026-07-25&quot;:14.74},{&quot;2026-07-26&quot;:12.81},{&quot;2026-07-27&quot;:12.59},{&quot;2026-07-28&quot;:11.31},{&quot;2026-07-29&quot;:9.9},{&quot;2026-07-30&quot;:7.69},{&quot;2026-07-31&quot;:5.95},{&quot;2026-08-01&quot;:5.4},{&quot;2026-08-02&quot;:4.76},{&quot;2026-08-03&quot;:4.69},{&quot;2026-08-04&quot;:3.95},{&quot;2026-08-05&quot;:3.78},{&quot;2026-08-07&quot;:3.74},{&quot;2026-08-08&quot;:3.67},{&quot;2026-08-09&quot;:3.58},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.44},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.5},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.45},{&quot;2026-08-28&quot;:3.37},{&quot;2026-08-29&quot;:3.37},{&quot;2026-08-30&quot;:3.34},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.11},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.04},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.01},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.11}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="24838"
  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-dsk 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">
            Twitching Doll
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Spider Toy
      </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">
            $3.10
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Twitching Doll
        </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 — Spider Toy</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="Twitching Doll" src="https://cards.scryfall.io/large/front/2/3/23684053-024e-4e15-8aec-de3d4bc7f126.jpg?1783909379" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.10
              </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 Foil</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-11&quot;:1.75},{&quot;2026-06-12&quot;:1.75},{&quot;2026-06-13&quot;:1.85},{&quot;2026-06-14&quot;:1.85},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.68},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.73},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.93},{&quot;2026-06-25&quot;:1.98},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.1},{&quot;2026-06-29&quot;:2.15},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.18},{&quot;2026-07-02&quot;:2.19},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.35},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.42},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.39},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.33},{&quot;2026-07-16&quot;:2.33},{&quot;2026-07-17&quot;:2.32},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.23},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.04},{&quot;2026-07-25&quot;:2.1},{&quot;2026-07-26&quot;:2.09},{&quot;2026-07-27&quot;:2.11},{&quot;2026-07-28&quot;:2.1},{&quot;2026-07-29&quot;:2.1},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.11},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.29},{&quot;2026-08-05&quot;:2.44},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.6},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.54},{&quot;2026-08-12&quot;:2.54},{&quot;2026-08-13&quot;:2.54},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.82},{&quot;2026-08-19&quot;:2.89},{&quot;2026-08-20&quot;:2.89},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:2.9},{&quot;2026-08-24&quot;:2.83},{&quot;2026-08-25&quot;:2.61},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.79},{&quot;2026-08-29&quot;:2.79},{&quot;2026-08-30&quot;:2.86},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.86},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.14},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:3.05},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:3.1}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="29044"
  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-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">
            Swiftfoot Boots
        </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">
            3 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swiftfoot Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/41040541-b129-4cf4-9411-09b1d9d32c19.jpg?1783909047" />

        <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">
            Swiftfoot Boots
        </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-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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/4/1/41040541-b129-4cf4-9411-09b1d9d32c19.jpg?1783909047" />
    </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">
                $3.10
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  19%
                </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.32
              </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-13&quot;:3.86},{&quot;2026-06-14&quot;:3.97},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:3.95},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.61},{&quot;2026-06-21&quot;:3.35},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.92},{&quot;2026-06-27&quot;:2.92},{&quot;2026-06-28&quot;:2.9},{&quot;2026-06-29&quot;:2.8},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:3.04},{&quot;2026-07-03&quot;:3.15},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.33},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.66},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.57},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.31},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.08},{&quot;2026-07-20&quot;:2.92},{&quot;2026-07-21&quot;:2.9},{&quot;2026-07-22&quot;:2.93},{&quot;2026-07-23&quot;:2.94},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:2.84},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.79},{&quot;2026-07-28&quot;:2.75},{&quot;2026-07-29&quot;:2.72},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.74},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.78},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.16},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.22},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.22},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.23},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.08},{&quot;2026-08-25&quot;:3.03},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.16},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:3.12},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.15},{&quot;2026-09-04&quot;:3.35},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.41},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.42},{&quot;2026-09-11&quot;:3.32}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.85},{&quot;2026-06-14&quot;:2.93},{&quot;2026-06-15&quot;:2.52},{&quot;2026-06-16&quot;:2.37},{&quot;2026-06-17&quot;:2.4},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:1.92},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.17},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.3},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.23},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.38},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.56},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.73},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.76},{&quot;2026-07-13&quot;:3.28},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.36},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.58},{&quot;2026-07-19&quot;:3.01},{&quot;2026-07-20&quot;:2.98},{&quot;2026-07-21&quot;:3.21},{&quot;2026-07-22&quot;:3.3},{&quot;2026-07-23&quot;:3.22},{&quot;2026-07-24&quot;:2.61},{&quot;2026-07-25&quot;:2.45},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:2.99},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.64},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.69},{&quot;2026-08-02&quot;:2.63},{&quot;2026-08-03&quot;:2.76},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:2.79},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.75},{&quot;2026-08-14&quot;:3.35},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:2.8},{&quot;2026-08-17&quot;:3.06},{&quot;2026-08-18&quot;:3.25},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.14},{&quot;2026-08-23&quot;:2.74},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.92},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.36},{&quot;2026-08-28&quot;:2.81},{&quot;2026-08-29&quot;:2.81},{&quot;2026-08-30&quot;:3.08},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.39},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:3.17},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.84},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.76},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Lizard Blades
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Equipment Lizard</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="Lizard Blades" src="https://cards.scryfall.io/large/front/a/7/a747e6cf-c687-4c4f-8e07-d51165d6cb62.jpg?1783923864" />
    </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">
                $3.10
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.05
              </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;2026-06-11&quot;:4.0},{&quot;2026-06-12&quot;:4.01},{&quot;2026-06-13&quot;:4.01},{&quot;2026-06-14&quot;:4.04},{&quot;2026-06-15&quot;:4.24},{&quot;2026-06-16&quot;:4.24},{&quot;2026-06-17&quot;:4.24},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:4.2},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:4.2},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.08},{&quot;2026-06-24&quot;:4.08},{&quot;2026-06-25&quot;:4.08},{&quot;2026-06-26&quot;:4.08},{&quot;2026-06-27&quot;:4.08},{&quot;2026-06-28&quot;:4.08},{&quot;2026-06-29&quot;:4.08},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.96},{&quot;2026-07-03&quot;:3.96},{&quot;2026-07-04&quot;:3.92},{&quot;2026-07-05&quot;:3.9},{&quot;2026-07-06&quot;:3.9},{&quot;2026-07-07&quot;:3.9},{&quot;2026-07-08&quot;:3.9},{&quot;2026-07-09&quot;:3.9},{&quot;2026-07-10&quot;:3.9},{&quot;2026-07-11&quot;:3.9},{&quot;2026-07-12&quot;:3.9},{&quot;2026-07-13&quot;:3.9},{&quot;2026-07-14&quot;:3.9},{&quot;2026-07-15&quot;:3.9},{&quot;2026-07-16&quot;:3.9},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.9},{&quot;2026-07-19&quot;:3.9},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-23&quot;:3.9},{&quot;2026-07-25&quot;:3.9},{&quot;2026-07-26&quot;:3.9},{&quot;2026-07-27&quot;:3.9},{&quot;2026-07-28&quot;:3.9},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:3.8},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.69},{&quot;2026-08-02&quot;:3.7},{&quot;2026-08-03&quot;:3.7},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.69},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.62},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.37},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.37},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.93},{&quot;2026-08-22&quot;:2.87},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&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.63},{&quot;2026-08-31&quot;:2.63},{&quot;2026-09-01&quot;:2.63},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.78},{&quot;2026-09-04&quot;:3.0},{&quot;2026-09-05&quot;:3.0},{&quot;2026-09-06&quot;:3.0},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.05}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.26},{&quot;2026-06-12&quot;:3.35},{&quot;2026-06-13&quot;:3.41},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.58},{&quot;2026-06-16&quot;:3.35},{&quot;2026-06-17&quot;:3.51},{&quot;2026-06-18&quot;:3.33},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.15},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.82},{&quot;2026-06-24&quot;:2.73},{&quot;2026-06-25&quot;:2.63},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.32},{&quot;2026-07-01&quot;:2.31},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.28},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.28},{&quot;2026-07-06&quot;:2.25},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.24},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.19},{&quot;2026-07-14&quot;:2.14},{&quot;2026-07-15&quot;:2.15},{&quot;2026-07-16&quot;:2.15},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.14},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.37},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.36},{&quot;2026-07-28&quot;:2.36},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.43},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.29},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.19},{&quot;2026-08-15&quot;:2.18},{&quot;2026-08-16&quot;:2.22},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:2.23},{&quot;2026-08-19&quot;:2.25},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.23},{&quot;2026-08-24&quot;:2.2},{&quot;2026-08-25&quot;:2.2},{&quot;2026-08-26&quot;:2.29},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.3},{&quot;2026-08-29&quot;:2.3},{&quot;2026-08-30&quot;:2.37},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.57},{&quot;2026-09-03&quot;:2.7},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.82},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:2.94},{&quot;2026-09-08&quot;:2.87},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:3.01},{&quot;2026-09-11&quot;:3.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="47483"
  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-mic 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">
            Herald of War
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Herald of War" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18f7c44c-a21f-4b61-8f08-122a75accb00.jpg?1783925350" />

        <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">
            Herald of War
        </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 — Angel</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Herald of War" src="https://cards.scryfall.io/large/front/1/8/18f7c44c-a21f-4b61-8f08-122a75accb00.jpg?1783925350" />
    </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">
                $3.10
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.45},{&quot;2026-06-15&quot;:3.45},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.3},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.2},{&quot;2026-06-23&quot;:3.25},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.24},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.24},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.24},{&quot;2026-07-03&quot;:3.15},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.44},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:3.43},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.4},{&quot;2026-07-15&quot;:3.41},{&quot;2026-07-16&quot;:3.41},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.42},{&quot;2026-07-20&quot;:3.51},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.46},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.41},{&quot;2026-07-27&quot;:3.41},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.07},{&quot;2026-08-03&quot;:2.93},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.99},{&quot;2026-08-09&quot;:2.88},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.92},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.93},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.92},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.89},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.87},{&quot;2026-08-29&quot;:2.87},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.82},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.86},{&quot;2026-09-06&quot;:2.86},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77442"
  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-thb 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">
            Ashiok, Nightmare Muse
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Ashiok
      </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">
            $3.10
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ashiok, Nightmare Muse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/1/c18d2a4a-cfde-434e-85eb-f9aae0da9dce.jpg?1783931506" />

        <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">
            Ashiok, Nightmare Muse
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ashiok, Nightmare Muse" src="https://cards.scryfall.io/large/front/c/1/c18d2a4a-cfde-434e-85eb-f9aae0da9dce.jpg?1783931506" />
    </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">
                $3.10
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $4.39
              </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-13&quot;:3.87},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:4.01},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.01},{&quot;2026-06-18&quot;:4.01},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:4.08},{&quot;2026-06-21&quot;:4.01},{&quot;2026-06-22&quot;:4.15},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:4.17},{&quot;2026-06-26&quot;:4.17},{&quot;2026-06-27&quot;:4.17},{&quot;2026-06-28&quot;:4.17},{&quot;2026-06-29&quot;:4.17},{&quot;2026-06-30&quot;:4.17},{&quot;2026-07-01&quot;:4.17},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.26},{&quot;2026-07-06&quot;:4.26},{&quot;2026-07-07&quot;:4.26},{&quot;2026-07-08&quot;:4.26},{&quot;2026-07-09&quot;:4.26},{&quot;2026-07-10&quot;:4.26},{&quot;2026-07-11&quot;:4.26},{&quot;2026-07-12&quot;:4.26},{&quot;2026-07-13&quot;:4.26},{&quot;2026-07-14&quot;:4.26},{&quot;2026-07-15&quot;:4.26},{&quot;2026-07-16&quot;:4.26},{&quot;2026-07-17&quot;:4.26},{&quot;2026-07-18&quot;:4.26},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.26},{&quot;2026-07-21&quot;:4.26},{&quot;2026-07-22&quot;:4.26},{&quot;2026-07-23&quot;:4.26},{&quot;2026-07-24&quot;:4.26},{&quot;2026-07-25&quot;:4.26},{&quot;2026-07-26&quot;:4.26},{&quot;2026-07-27&quot;:4.26},{&quot;2026-07-28&quot;:4.26},{&quot;2026-07-29&quot;:4.26},{&quot;2026-07-30&quot;:4.26},{&quot;2026-07-31&quot;:4.23},{&quot;2026-08-01&quot;:4.23},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.23},{&quot;2026-08-04&quot;:4.23},{&quot;2026-08-05&quot;:4.23},{&quot;2026-08-07&quot;:4.26},{&quot;2026-08-08&quot;:4.26},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.29},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.16},{&quot;2026-08-13&quot;:4.16},{&quot;2026-08-14&quot;:4.22},{&quot;2026-08-15&quot;:4.22},{&quot;2026-08-16&quot;:4.25},{&quot;2026-08-17&quot;:4.3},{&quot;2026-08-18&quot;:4.3},{&quot;2026-08-19&quot;:4.3},{&quot;2026-08-20&quot;:4.3},{&quot;2026-08-21&quot;:4.3},{&quot;2026-08-22&quot;:4.32},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.4},{&quot;2026-08-25&quot;:4.4},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.32},{&quot;2026-08-28&quot;:4.37},{&quot;2026-08-29&quot;:4.37},{&quot;2026-08-30&quot;:4.38},{&quot;2026-08-31&quot;:4.38},{&quot;2026-09-01&quot;:4.38},{&quot;2026-09-02&quot;:4.38},{&quot;2026-09-03&quot;:4.38},{&quot;2026-09-04&quot;:4.39},{&quot;2026-09-05&quot;:4.39},{&quot;2026-09-06&quot;:4.39},{&quot;2026-09-07&quot;:4.39},{&quot;2026-09-08&quot;:4.39},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.39},{&quot;2026-09-11&quot;:4.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.9},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.78},{&quot;2026-06-16&quot;:3.78},{&quot;2026-06-17&quot;:3.78},{&quot;2026-06-18&quot;:3.78},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.62},{&quot;2026-06-21&quot;:3.62},{&quot;2026-06-22&quot;:3.71},{&quot;2026-06-23&quot;:3.71},{&quot;2026-06-24&quot;:3.71},{&quot;2026-06-25&quot;:3.71},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.75},{&quot;2026-06-29&quot;:3.75},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.71},{&quot;2026-07-02&quot;:3.48},{&quot;2026-07-03&quot;:3.48},{&quot;2026-07-04&quot;:3.51},{&quot;2026-07-05&quot;:3.51},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.7},{&quot;2026-07-09&quot;:3.7},{&quot;2026-07-10&quot;:3.66},{&quot;2026-07-11&quot;:3.66},{&quot;2026-07-12&quot;:3.7},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.61},{&quot;2026-07-16&quot;:3.61},{&quot;2026-07-17&quot;:3.61},{&quot;2026-07-18&quot;:3.61},{&quot;2026-07-19&quot;:3.61},{&quot;2026-07-20&quot;:3.61},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.37},{&quot;2026-07-24&quot;:3.37},{&quot;2026-07-25&quot;:3.31},{&quot;2026-07-26&quot;:3.41},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.47},{&quot;2026-07-29&quot;:3.47},{&quot;2026-07-30&quot;:3.47},{&quot;2026-07-31&quot;:3.59},{&quot;2026-08-01&quot;:3.59},{&quot;2026-08-02&quot;:3.59},{&quot;2026-08-03&quot;:3.67},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.66},{&quot;2026-08-07&quot;:3.63},{&quot;2026-08-08&quot;:3.72},{&quot;2026-08-09&quot;:3.63},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.59},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.54},{&quot;2026-08-17&quot;:3.54},{&quot;2026-08-18&quot;:3.61},{&quot;2026-08-19&quot;:3.61},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.54},{&quot;2026-08-22&quot;:3.79},{&quot;2026-08-23&quot;:3.68},{&quot;2026-08-24&quot;:3.68},{&quot;2026-08-25&quot;:3.6},{&quot;2026-08-26&quot;:3.6},{&quot;2026-08-27&quot;:3.6},{&quot;2026-08-28&quot;:3.6},{&quot;2026-08-29&quot;:3.6},{&quot;2026-08-30&quot;:3.52},{&quot;2026-08-31&quot;:3.46},{&quot;2026-09-01&quot;:3.36},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.18},{&quot;2026-09-08&quot;:3.21},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="51632"
  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-mul 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">
            Teysa Karlov
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Teysa Karlov" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c48a7da-0d01-439f-8cfb-22af30cffbba.jpg?1783916855" />

        <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">
            Teysa Karlov
        </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 Advisor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Teysa Karlov" src="https://cards.scryfall.io/large/front/3/c/3c48a7da-0d01-439f-8cfb-22af30cffbba.jpg?1783916855" />
    </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">
                $3.09
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.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">$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-11&quot;:4.35},{&quot;2026-06-12&quot;:4.31},{&quot;2026-06-13&quot;:4.31},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.31},{&quot;2026-06-16&quot;:4.31},{&quot;2026-06-17&quot;:4.31},{&quot;2026-06-18&quot;:4.34},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.34},{&quot;2026-06-21&quot;:4.34},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.39},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.07},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.86},{&quot;2026-07-01&quot;:3.86},{&quot;2026-07-02&quot;:3.86},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.81},{&quot;2026-07-05&quot;:3.81},{&quot;2026-07-06&quot;:3.81},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.6},{&quot;2026-07-11&quot;:3.68},{&quot;2026-07-12&quot;:3.61},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.42},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.32},{&quot;2026-07-17&quot;:3.32},{&quot;2026-07-18&quot;:3.32},{&quot;2026-07-19&quot;:3.34},{&quot;2026-07-20&quot;:3.38},{&quot;2026-07-21&quot;:3.38},{&quot;2026-07-23&quot;:3.38},{&quot;2026-07-25&quot;:3.38},{&quot;2026-07-26&quot;:3.38},{&quot;2026-07-27&quot;:3.38},{&quot;2026-07-28&quot;:3.27},{&quot;2026-07-29&quot;:3.33},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.13},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.16},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.2},{&quot;2026-08-11&quot;:3.18},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.32},{&quot;2026-08-18&quot;:3.32},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.16},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.35},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.49},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.48},{&quot;2026-09-03&quot;:3.48},{&quot;2026-09-04&quot;:3.57},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.72},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.69},{&quot;2026-09-11&quot;:3.71}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.12},{&quot;2026-06-12&quot;:3.14},{&quot;2026-06-13&quot;:3.12},{&quot;2026-06-14&quot;:3.21},{&quot;2026-06-15&quot;:3.21},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.3},{&quot;2026-06-18&quot;:3.29},{&quot;2026-06-19&quot;:3.31},{&quot;2026-06-20&quot;:3.27},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-23&quot;:3.11},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.01},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:2.95},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.88},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.81},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.76},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.72},{&quot;2026-07-09&quot;:2.74},{&quot;2026-07-10&quot;:2.74},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.79},{&quot;2026-07-13&quot;:2.79},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.64},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.81},{&quot;2026-07-18&quot;:2.83},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.99},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-23&quot;:3.09},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.12},{&quot;2026-07-28&quot;:3.1},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.12},{&quot;2026-07-31&quot;:3.12},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.54},{&quot;2026-08-07&quot;:2.41},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.1},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.25},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.37},{&quot;2026-08-16&quot;:2.35},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.19},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.38},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.5},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.9},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:2.98},{&quot;2026-08-29&quot;:2.98},{&quot;2026-08-30&quot;:2.96},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:3.06},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.2},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:3.0},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.12},{&quot;2026-09-11&quot;:3.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74576"
  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">
            Matzalantli, the Great Door 
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Matzalantli, the Great Door // The Core" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4c31b29-06ba-436d-a3d9-18f4796c39be.jpg?1783913729" />

        <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">
            Matzalantli, the Great Door 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Matzalantli, the Great Door // The Core" src="https://cards.scryfall.io/large/front/b/4/b4c31b29-06ba-436d-a3d9-18f4796c39be.jpg?1783913729" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Matzalantli, the Great Door // The Core" src="https://cards.scryfall.io/large/back/b/4/b4c31b29-06ba-436d-a3d9-18f4796c39be.jpg?1783913729" />
              </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">
                $3.09
              </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.87
              </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.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-11&quot;:3.17},{&quot;2026-06-12&quot;:3.14},{&quot;2026-06-13&quot;:3.16},{&quot;2026-06-14&quot;:3.25},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.35},{&quot;2026-06-22&quot;:3.35},{&quot;2026-06-23&quot;:3.37},{&quot;2026-06-24&quot;:3.37},{&quot;2026-06-25&quot;:3.37},{&quot;2026-06-26&quot;:3.37},{&quot;2026-06-27&quot;:3.38},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.19},{&quot;2026-07-03&quot;:3.19},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:3.02},{&quot;2026-07-13&quot;:3.02},{&quot;2026-07-14&quot;:3.02},{&quot;2026-07-15&quot;:3.28},{&quot;2026-07-16&quot;:3.28},{&quot;2026-07-17&quot;:3.18},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:2.94},{&quot;2026-07-21&quot;:2.94},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-25&quot;:3.18},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-28&quot;:3.26},{&quot;2026-07-29&quot;:3.26},{&quot;2026-07-30&quot;:3.57},{&quot;2026-07-31&quot;:3.62},{&quot;2026-08-01&quot;:3.62},{&quot;2026-08-02&quot;:3.73},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.74},{&quot;2026-08-05&quot;:3.71},{&quot;2026-08-07&quot;:3.71},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.83},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.83},{&quot;2026-08-15&quot;:3.79},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:3.79},{&quot;2026-08-19&quot;:3.79},{&quot;2026-08-20&quot;:3.79},{&quot;2026-08-21&quot;:3.82},{&quot;2026-08-22&quot;:3.87},{&quot;2026-08-23&quot;:3.87},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.87},{&quot;2026-08-26&quot;:3.9},{&quot;2026-08-27&quot;:3.92},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:3.98},{&quot;2026-09-03&quot;:3.98},{&quot;2026-09-04&quot;:3.98},{&quot;2026-09-05&quot;:3.98},{&quot;2026-09-06&quot;:3.98},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:3.99},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.89},{&quot;2026-06-12&quot;:2.84},{&quot;2026-06-13&quot;:3.02},{&quot;2026-06-14&quot;:3.02},{&quot;2026-06-15&quot;:2.83},{&quot;2026-06-16&quot;:2.92},{&quot;2026-06-17&quot;:2.89},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.8},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.73},{&quot;2026-06-23&quot;:2.78},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.55},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.16},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.86},{&quot;2026-07-04&quot;:2.58},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.65},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.79},{&quot;2026-07-12&quot;:2.89},{&quot;2026-07-13&quot;:3.01},{&quot;2026-07-14&quot;:3.02},{&quot;2026-07-15&quot;:2.94},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.83},{&quot;2026-07-18&quot;:2.94},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:2.96},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-23&quot;:2.9},{&quot;2026-07-25&quot;:2.81},{&quot;2026-07-26&quot;:2.51},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.56},{&quot;2026-07-30&quot;:2.64},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.79},{&quot;2026-08-02&quot;:2.97},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.33},{&quot;2026-08-10&quot;:2.43},{&quot;2026-08-11&quot;:2.17},{&quot;2026-08-12&quot;:1.98},{&quot;2026-08-13&quot;:1.98},{&quot;2026-08-14&quot;:2.03},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.0},{&quot;2026-08-18&quot;:2.13},{&quot;2026-08-19&quot;:2.17},{&quot;2026-08-20&quot;:2.17},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.26},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.59},{&quot;2026-08-25&quot;:2.59},{&quot;2026-08-26&quot;:2.59},{&quot;2026-08-27&quot;:2.64},{&quot;2026-08-28&quot;:2.59},{&quot;2026-08-29&quot;:2.59},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:3.0},{&quot;2026-09-02&quot;:2.96},{&quot;2026-09-03&quot;:2.87},{&quot;2026-09-04&quot;:2.92},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.92},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:2.97},{&quot;2026-09-09&quot;:2.86},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:3.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Master of the Pearl Trident" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/3367f862-cd88-4e6d-8e87-693080e5c431.jpg?1783927738" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><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="Master of the Pearl Trident" src="https://cards.scryfall.io/large/front/3/3/3367f862-cd88-4e6d-8e87-693080e5c431.jpg?1783927738" />
    </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">
                $3.09
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $49.37
              </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-13&quot;:49.84},{&quot;2026-06-14&quot;:48.46},{&quot;2026-06-15&quot;:48.46},{&quot;2026-06-16&quot;:48.46},{&quot;2026-06-17&quot;:47.82},{&quot;2026-06-18&quot;:47.82},{&quot;2026-06-19&quot;:47.82},{&quot;2026-06-20&quot;:47.82},{&quot;2026-06-21&quot;:47.92},{&quot;2026-06-22&quot;:47.92},{&quot;2026-06-23&quot;:47.92},{&quot;2026-06-24&quot;:47.92},{&quot;2026-06-25&quot;:47.92},{&quot;2026-06-26&quot;:47.92},{&quot;2026-06-27&quot;:47.92},{&quot;2026-06-28&quot;:47.92},{&quot;2026-06-29&quot;:47.92},{&quot;2026-06-30&quot;:47.92},{&quot;2026-07-01&quot;:47.92},{&quot;2026-07-02&quot;:47.92},{&quot;2026-07-03&quot;:47.92},{&quot;2026-07-04&quot;:47.92},{&quot;2026-07-05&quot;:47.92},{&quot;2026-07-06&quot;:47.92},{&quot;2026-07-07&quot;:47.92},{&quot;2026-07-08&quot;:47.92},{&quot;2026-07-09&quot;:47.92},{&quot;2026-07-10&quot;:47.92},{&quot;2026-07-11&quot;:47.92},{&quot;2026-07-12&quot;:47.92},{&quot;2026-07-13&quot;:47.92},{&quot;2026-07-14&quot;:47.92},{&quot;2026-07-15&quot;:47.92},{&quot;2026-07-16&quot;:47.92},{&quot;2026-07-17&quot;:47.92},{&quot;2026-07-18&quot;:48.42},{&quot;2026-07-19&quot;:48.42},{&quot;2026-07-20&quot;:48.42},{&quot;2026-07-21&quot;:48.26},{&quot;2026-07-22&quot;:48.26},{&quot;2026-07-23&quot;:48.26},{&quot;2026-07-24&quot;:48.26},{&quot;2026-07-25&quot;:48.26},{&quot;2026-07-26&quot;:49.48},{&quot;2026-07-27&quot;:49.48},{&quot;2026-07-28&quot;:49.48},{&quot;2026-07-29&quot;:49.48},{&quot;2026-07-30&quot;:49.48},{&quot;2026-07-31&quot;:49.48},{&quot;2026-08-01&quot;:49.48},{&quot;2026-08-02&quot;:49.48},{&quot;2026-08-03&quot;:49.48},{&quot;2026-08-04&quot;:49.48},{&quot;2026-08-05&quot;:49.48},{&quot;2026-08-07&quot;:49.48},{&quot;2026-08-08&quot;:49.48},{&quot;2026-08-09&quot;:49.37},{&quot;2026-08-10&quot;:49.37},{&quot;2026-08-11&quot;:49.37},{&quot;2026-08-12&quot;:49.37},{&quot;2026-08-13&quot;:49.37},{&quot;2026-08-14&quot;:49.37},{&quot;2026-08-15&quot;:49.37},{&quot;2026-08-16&quot;:49.37},{&quot;2026-08-17&quot;:49.37},{&quot;2026-08-18&quot;:49.37},{&quot;2026-08-19&quot;:49.37},{&quot;2026-08-20&quot;:49.37},{&quot;2026-08-21&quot;:49.37},{&quot;2026-08-22&quot;:49.37},{&quot;2026-08-23&quot;:49.37},{&quot;2026-08-24&quot;:49.37},{&quot;2026-08-25&quot;:49.37},{&quot;2026-08-26&quot;:49.37},{&quot;2026-08-27&quot;:49.37},{&quot;2026-08-28&quot;:49.37},{&quot;2026-08-29&quot;:49.37},{&quot;2026-08-30&quot;:49.37},{&quot;2026-08-31&quot;:49.37},{&quot;2026-09-01&quot;:49.37},{&quot;2026-09-02&quot;:49.37},{&quot;2026-09-03&quot;:49.37},{&quot;2026-09-04&quot;:49.37},{&quot;2026-09-05&quot;:49.37},{&quot;2026-09-06&quot;:49.37},{&quot;2026-09-07&quot;:49.37},{&quot;2026-09-08&quot;:49.37},{&quot;2026-09-09&quot;:49.37},{&quot;2026-09-10&quot;:49.37},{&quot;2026-09-11&quot;:49.37}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.63},{&quot;2026-06-14&quot;:1.63},{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.58},{&quot;2026-06-22&quot;:1.56},{&quot;2026-06-23&quot;:1.56},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.49},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.59},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.64},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.7},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.83},{&quot;2026-07-09&quot;:1.83},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.8},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.89},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.24},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.98},{&quot;2026-07-22&quot;:2.98},{&quot;2026-07-23&quot;:2.98},{&quot;2026-07-24&quot;:2.98},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:2.98},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.09},{&quot;2026-07-30&quot;:3.34},{&quot;2026-07-31&quot;:3.34},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.82},{&quot;2026-08-04&quot;:3.99},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:4.35},{&quot;2026-08-08&quot;:4.22},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.22},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:4.14},{&quot;2026-08-13&quot;:4.14},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.23},{&quot;2026-08-16&quot;:4.22},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:3.97},{&quot;2026-08-19&quot;:3.97},{&quot;2026-08-20&quot;:3.97},{&quot;2026-08-21&quot;:3.78},{&quot;2026-08-22&quot;:3.78},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.72},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.69},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&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.58},{&quot;2026-09-04&quot;:3.58},{&quot;2026-09-05&quot;:3.58},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96129"
  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-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">
            Famished Worldsire
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Famished Worldsire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/2934c9c8-d23a-462b-83d5-94e88c8663ac.jpg?1782685459" />

        <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">
            Famished Worldsire
        </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 — Leviathan</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Famished Worldsire" src="https://cards.scryfall.io/large/front/2/9/2934c9c8-d23a-462b-83d5-94e88c8663ac.jpg?1782685459" />
    </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">
                $3.09
              </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">
                $3.88
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:4.84},{&quot;2026-06-14&quot;:4.83},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.62},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.62},{&quot;2026-06-19&quot;:4.62},{&quot;2026-06-20&quot;:4.65},{&quot;2026-06-21&quot;:4.62},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.53},{&quot;2026-06-24&quot;:4.53},{&quot;2026-06-25&quot;:4.48},{&quot;2026-06-26&quot;:4.48},{&quot;2026-06-27&quot;:4.47},{&quot;2026-06-28&quot;:4.47},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.47},{&quot;2026-07-01&quot;:4.38},{&quot;2026-07-02&quot;:4.38},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:3.98},{&quot;2026-07-11&quot;:3.98},{&quot;2026-07-12&quot;:4.02},{&quot;2026-07-13&quot;:4.02},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:3.99},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:3.98},{&quot;2026-07-19&quot;:3.98},{&quot;2026-07-20&quot;:3.98},{&quot;2026-07-21&quot;:3.86},{&quot;2026-07-22&quot;:3.84},{&quot;2026-07-23&quot;:3.84},{&quot;2026-07-24&quot;:3.78},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.78},{&quot;2026-07-27&quot;:3.74},{&quot;2026-07-28&quot;:3.74},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.72},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.72},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.66},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:3.75},{&quot;2026-08-13&quot;:3.88},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:3.9},{&quot;2026-08-16&quot;:3.9},{&quot;2026-08-17&quot;:3.9},{&quot;2026-08-18&quot;:3.9},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.89},{&quot;2026-08-21&quot;:3.91},{&quot;2026-08-22&quot;:3.91},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.99},{&quot;2026-08-27&quot;:3.95},{&quot;2026-08-28&quot;:3.95},{&quot;2026-08-29&quot;:3.95},{&quot;2026-08-30&quot;:3.95},{&quot;2026-08-31&quot;:3.95},{&quot;2026-09-01&quot;:3.95},{&quot;2026-09-02&quot;:3.95},{&quot;2026-09-03&quot;:3.89},{&quot;2026-09-04&quot;:3.89},{&quot;2026-09-05&quot;:3.89},{&quot;2026-09-06&quot;:3.91},{&quot;2026-09-07&quot;:3.91},{&quot;2026-09-08&quot;:3.88},{&quot;2026-09-09&quot;:3.88},{&quot;2026-09-10&quot;:3.88},{&quot;2026-09-11&quot;:3.88}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.47},{&quot;2026-06-15&quot;:3.39},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.17},{&quot;2026-06-19&quot;:3.16},{&quot;2026-06-20&quot;:3.03},{&quot;2026-06-21&quot;:2.96},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.86},{&quot;2026-06-24&quot;:2.84},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.8},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.78},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.9},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.82},{&quot;2026-07-04&quot;:2.71},{&quot;2026-07-05&quot;:2.7},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.53},{&quot;2026-07-10&quot;:2.6},{&quot;2026-07-11&quot;:2.6},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.51},{&quot;2026-07-14&quot;:2.47},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.53},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.59},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-22&quot;:2.54},{&quot;2026-07-23&quot;:2.6},{&quot;2026-07-24&quot;:2.68},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.7},{&quot;2026-07-27&quot;:2.69},{&quot;2026-07-28&quot;:2.75},{&quot;2026-07-29&quot;:2.82},{&quot;2026-07-30&quot;:2.78},{&quot;2026-07-31&quot;:2.71},{&quot;2026-08-01&quot;:2.68},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.61},{&quot;2026-08-04&quot;:2.74},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.79},{&quot;2026-08-09&quot;:2.92},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:3.1},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.15},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.72},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.29},{&quot;2026-08-25&quot;:3.22},{&quot;2026-08-26&quot;:3.26},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.03},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.22},{&quot;2026-09-11&quot;:3.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Aminatou
      </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">
            $3.08
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Aminatou, the Fateshifter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/16b9f43a-9c3f-4bfa-9eb1-734189a4bb1f.jpg?1783934331" />

        <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">
            Aminatou, the Fateshifter
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></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="Aminatou, the Fateshifter" src="https://cards.scryfall.io/large/front/1/6/16b9f43a-9c3f-4bfa-9eb1-734189a4bb1f.jpg?1783934331" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.08
              </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 Foil</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-10&quot;:2.88},{&quot;2026-06-11&quot;:2.95},{&quot;2026-06-12&quot;:2.95},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:2.91},{&quot;2026-06-15&quot;:2.91},{&quot;2026-06-16&quot;:2.91},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.95},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.97},{&quot;2026-06-23&quot;:2.97},{&quot;2026-06-24&quot;:2.97},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.97},{&quot;2026-06-27&quot;:2.97},{&quot;2026-06-28&quot;:2.97},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.97},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:2.97},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:2.96},{&quot;2026-07-07&quot;:2.6},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.69},{&quot;2026-07-11&quot;:2.69},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.78},{&quot;2026-07-15&quot;:2.74},{&quot;2026-07-16&quot;:2.78},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.81},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:2.81},{&quot;2026-07-23&quot;:2.81},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-29&quot;:2.87},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.88},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.88},{&quot;2026-08-05&quot;:2.93},{&quot;2026-08-07&quot;:2.93},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:2.93},{&quot;2026-08-10&quot;:2.85},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.88},{&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.87},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.87},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.87},{&quot;2026-08-22&quot;:2.87},{&quot;2026-08-23&quot;:2.87},{&quot;2026-08-24&quot;:2.87},{&quot;2026-08-25&quot;:2.87},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.86},{&quot;2026-08-29&quot;:2.86},{&quot;2026-08-30&quot;:2.86},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.09},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.08}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11955"
  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-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">
            Port Razer
        </span>


      </div>

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

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

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

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

        <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">
            Port Razer
        </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 — Orc Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Port Razer" src="https://cards.scryfall.io/large/front/e/0/e0d0527b-bb28-4986-9843-040d06bd9def.jpg?1783928808" />
    </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">
                $3.08
              </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.27
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.14},{&quot;2026-06-12&quot;:2.14},{&quot;2026-06-13&quot;:2.14},{&quot;2026-06-14&quot;:2.14},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.14},{&quot;2026-06-17&quot;:2.14},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.14},{&quot;2026-06-22&quot;:2.14},{&quot;2026-06-23&quot;:2.14},{&quot;2026-06-24&quot;:2.14},{&quot;2026-06-25&quot;:2.14},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.14},{&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.14},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.14},{&quot;2026-07-09&quot;:2.14},{&quot;2026-07-10&quot;:2.14},{&quot;2026-07-11&quot;:2.14},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.16},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.16},{&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.16},{&quot;2026-07-31&quot;:2.16},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.16},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.17},{&quot;2026-08-09&quot;:2.17},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.17},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.13},{&quot;2026-08-17&quot;:2.13},{&quot;2026-08-18&quot;:2.13},{&quot;2026-08-19&quot;:2.13},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.23},{&quot;2026-08-22&quot;:2.23},{&quot;2026-08-23&quot;:2.23},{&quot;2026-08-24&quot;:2.23},{&quot;2026-08-25&quot;:2.23},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.22},{&quot;2026-08-31&quot;:2.22},{&quot;2026-09-01&quot;:2.22},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.22},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:2.22},{&quot;2026-09-06&quot;:2.22},{&quot;2026-09-07&quot;:2.22},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.22},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.27}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.61},{&quot;2026-06-12&quot;:3.82},{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.66},{&quot;2026-06-15&quot;:4.02},{&quot;2026-06-16&quot;:4.12},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:4.0},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.88},{&quot;2026-06-23&quot;:4.44},{&quot;2026-06-24&quot;:4.42},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.67},{&quot;2026-06-27&quot;:4.48},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.53},{&quot;2026-06-30&quot;:4.02},{&quot;2026-07-01&quot;:4.07},{&quot;2026-07-02&quot;:4.27},{&quot;2026-07-03&quot;:4.05},{&quot;2026-07-04&quot;:3.87},{&quot;2026-07-05&quot;:3.87},{&quot;2026-07-06&quot;:3.62},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.28},{&quot;2026-07-09&quot;:3.24},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.31},{&quot;2026-07-12&quot;:3.33},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:3.09},{&quot;2026-07-15&quot;:3.31},{&quot;2026-07-16&quot;:3.41},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.78},{&quot;2026-07-20&quot;:5.17},{&quot;2026-07-21&quot;:5.04},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-25&quot;:4.98},{&quot;2026-07-26&quot;:4.97},{&quot;2026-07-27&quot;:4.92},{&quot;2026-07-28&quot;:5.18},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.32},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.12},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:3.83},{&quot;2026-08-05&quot;:3.83},{&quot;2026-08-07&quot;:3.84},{&quot;2026-08-08&quot;:3.84},{&quot;2026-08-09&quot;:3.87},{&quot;2026-08-10&quot;:3.61},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.1},{&quot;2026-08-16&quot;:2.94},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.04},{&quot;2026-08-19&quot;:3.03},{&quot;2026-08-20&quot;:3.03},{&quot;2026-08-21&quot;:2.76},{&quot;2026-08-22&quot;:2.78},{&quot;2026-08-23&quot;:2.76},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.0},{&quot;2026-08-26&quot;:2.8},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.47},{&quot;2026-09-01&quot;:2.47},{&quot;2026-09-02&quot;:2.5},{&quot;2026-09-03&quot;:2.27},{&quot;2026-09-04&quot;:2.39},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.26},{&quot;2026-09-07&quot;:2.43},{&quot;2026-09-08&quot;:2.43},{&quot;2026-09-09&quot;:2.81},{&quot;2026-09-10&quot;:3.05},{&quot;2026-09-11&quot;:3.08}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.05
          </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="Forest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acc778ae-a2d0-493f-963d-e946bd7cacd9.jpg?1783923805" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Land — Forest</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="Forest" src="https://cards.scryfall.io/large/front/a/c/acc778ae-a2d0-493f-963d-e946bd7cacd9.jpg?1783923805" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.76},{&quot;2026-06-14&quot;:2.76},{&quot;2026-06-15&quot;:2.74},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.71},{&quot;2026-06-23&quot;:2.71},{&quot;2026-06-24&quot;:2.69},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.58},{&quot;2026-07-01&quot;:2.6},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.62},{&quot;2026-07-04&quot;:2.55},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.67},{&quot;2026-07-08&quot;:2.55},{&quot;2026-07-09&quot;:2.55},{&quot;2026-07-10&quot;:2.61},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.66},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.68},{&quot;2026-07-16&quot;:2.72},{&quot;2026-07-17&quot;:2.66},{&quot;2026-07-18&quot;:2.65},{&quot;2026-07-19&quot;:2.65},{&quot;2026-07-20&quot;:2.65},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-24&quot;:2.65},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.65},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.73},{&quot;2026-08-05&quot;:2.72},{&quot;2026-08-07&quot;:2.68},{&quot;2026-08-08&quot;:2.69},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.1},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.22},{&quot;2026-08-20&quot;:3.17},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.22},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.08},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.12},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.08},{&quot;2026-08-31&quot;:3.03},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.08},{&quot;2026-09-11&quot;:3.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.18},{&quot;2026-06-14&quot;:2.18},{&quot;2026-06-15&quot;:2.18},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.04},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.95},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:1.86},{&quot;2026-06-25&quot;:1.96},{&quot;2026-06-26&quot;:1.89},{&quot;2026-06-27&quot;:1.85},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.82},{&quot;2026-06-30&quot;:1.82},{&quot;2026-07-01&quot;:1.85},{&quot;2026-07-02&quot;:1.89},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:1.89},{&quot;2026-07-06&quot;:1.89},{&quot;2026-07-07&quot;:1.89},{&quot;2026-07-08&quot;:1.87},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.97},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.98},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:2.05},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.02},{&quot;2026-07-19&quot;:2.04},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-22&quot;:2.11},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.37},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.38},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.51},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.31},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.34},{&quot;2026-08-07&quot;:2.4},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.92},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:2.68},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.32},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.25},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.6},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.75},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.48},{&quot;2026-08-28&quot;:2.42},{&quot;2026-08-29&quot;:2.42},{&quot;2026-08-30&quot;:2.17},{&quot;2026-08-31&quot;:2.18},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.11},{&quot;2026-09-04&quot;:2.11},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.26},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:2.05}]}"
        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="40536"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.07
          </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="Swiftfoot Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf700ec0-1fd3-4971-ab03-51365dc8f4f4.jpg?1783928298" />

        <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">
            Swiftfoot Boots
        </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-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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/b/f/bf700ec0-1fd3-4971-ab03-51365dc8f4f4.jpg?1783928298" />
    </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">
                $3.07
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-08&quot;:2.45},{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.45},{&quot;2026-06-12&quot;:2.44},{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.73},{&quot;2026-06-16&quot;:2.73},{&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.78},{&quot;2026-06-21&quot;:2.85},{&quot;2026-06-22&quot;:3.04},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.01},{&quot;2026-06-26&quot;:3.01},{&quot;2026-06-27&quot;:3.01},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.89},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.85},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.85},{&quot;2026-07-06&quot;:2.85},{&quot;2026-07-07&quot;:2.85},{&quot;2026-07-08&quot;:2.85},{&quot;2026-07-09&quot;:2.7},{&quot;2026-07-10&quot;:2.62},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.65},{&quot;2026-07-14&quot;:2.65},{&quot;2026-07-15&quot;:2.65},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.66},{&quot;2026-07-18&quot;:2.68},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.64},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.55},{&quot;2026-07-25&quot;:2.55},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.7},{&quot;2026-07-29&quot;:2.98},{&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.93},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.98},{&quot;2026-08-09&quot;:2.98},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.08},{&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.12},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.18},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.18},{&quot;2026-08-31&quot;:3.23},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.27},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.07}]}"
        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="53188"
  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-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">
            Reset
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.07
          </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="Reset" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/16ab9d29-8094-47eb-8106-d29ffb0c2266.jpg?1783910569" />

        <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">
            Reset
        </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="Reset" src="https://cards.scryfall.io/large/front/1/6/16ab9d29-8094-47eb-8106-d29ffb0c2266.jpg?1783910569" />
    </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">
                $3.07
              </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">
                $13.70
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-10&quot;:12.0},{&quot;2026-06-11&quot;:12.0},{&quot;2026-06-12&quot;:12.0},{&quot;2026-06-13&quot;:12.0},{&quot;2026-06-14&quot;:12.1},{&quot;2026-06-15&quot;:12.1},{&quot;2026-06-16&quot;:12.1},{&quot;2026-06-17&quot;:12.2},{&quot;2026-06-18&quot;:12.2},{&quot;2026-06-19&quot;:12.2},{&quot;2026-06-20&quot;:12.2},{&quot;2026-06-21&quot;:12.2},{&quot;2026-06-22&quot;:12.2},{&quot;2026-06-23&quot;:12.2},{&quot;2026-06-24&quot;:12.2},{&quot;2026-06-25&quot;:12.2},{&quot;2026-06-26&quot;:12.2},{&quot;2026-06-27&quot;:12.2},{&quot;2026-06-28&quot;:12.2},{&quot;2026-06-29&quot;:12.23},{&quot;2026-06-30&quot;:12.23},{&quot;2026-07-01&quot;:12.23},{&quot;2026-07-02&quot;:12.23},{&quot;2026-07-03&quot;:12.23},{&quot;2026-07-04&quot;:12.23},{&quot;2026-07-05&quot;:12.23},{&quot;2026-07-06&quot;:13.3},{&quot;2026-07-07&quot;:13.3},{&quot;2026-07-08&quot;:13.3},{&quot;2026-07-09&quot;:13.3},{&quot;2026-07-10&quot;:13.3},{&quot;2026-07-11&quot;:13.3},{&quot;2026-07-12&quot;:13.3},{&quot;2026-07-13&quot;:13.46},{&quot;2026-07-14&quot;:13.46},{&quot;2026-07-15&quot;:13.46},{&quot;2026-07-16&quot;:13.46},{&quot;2026-07-17&quot;:13.37},{&quot;2026-07-18&quot;:13.37},{&quot;2026-07-19&quot;:13.37},{&quot;2026-07-20&quot;:13.37},{&quot;2026-07-21&quot;:13.37},{&quot;2026-07-23&quot;:13.37},{&quot;2026-07-25&quot;:13.37},{&quot;2026-07-26&quot;:13.37},{&quot;2026-07-27&quot;:13.37},{&quot;2026-07-29&quot;:13.37},{&quot;2026-07-30&quot;:13.37},{&quot;2026-07-31&quot;:13.7},{&quot;2026-08-01&quot;:13.7},{&quot;2026-08-02&quot;:13.7},{&quot;2026-08-03&quot;:13.7},{&quot;2026-08-04&quot;:13.7},{&quot;2026-08-05&quot;:13.7},{&quot;2026-08-07&quot;:13.7},{&quot;2026-08-08&quot;:13.7},{&quot;2026-08-09&quot;:13.7},{&quot;2026-08-10&quot;:13.7},{&quot;2026-08-11&quot;:13.7},{&quot;2026-08-12&quot;:13.7},{&quot;2026-08-13&quot;:13.7},{&quot;2026-08-14&quot;:13.7},{&quot;2026-08-15&quot;:13.7},{&quot;2026-08-16&quot;:13.7},{&quot;2026-08-17&quot;:13.7},{&quot;2026-08-18&quot;:13.7},{&quot;2026-08-19&quot;:13.7},{&quot;2026-08-20&quot;:13.7},{&quot;2026-08-21&quot;:13.7},{&quot;2026-08-22&quot;:13.7},{&quot;2026-08-23&quot;:13.7},{&quot;2026-08-24&quot;:13.7},{&quot;2026-08-25&quot;:13.7},{&quot;2026-08-26&quot;:13.7},{&quot;2026-08-27&quot;:13.7},{&quot;2026-08-28&quot;:13.7},{&quot;2026-08-29&quot;:13.7},{&quot;2026-08-30&quot;:13.7},{&quot;2026-08-31&quot;:13.7},{&quot;2026-09-01&quot;:13.7},{&quot;2026-09-02&quot;:13.7},{&quot;2026-09-03&quot;:13.7},{&quot;2026-09-04&quot;:13.7},{&quot;2026-09-05&quot;:13.7},{&quot;2026-09-06&quot;:13.7},{&quot;2026-09-07&quot;:13.7},{&quot;2026-09-08&quot;:13.7},{&quot;2026-09-09&quot;:13.7},{&quot;2026-09-10&quot;:13.7},{&quot;2026-09-11&quot;:13.7}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.64},{&quot;2026-06-11&quot;:3.78},{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.96},{&quot;2026-06-15&quot;:3.94},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.97},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.95},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:3.91},{&quot;2026-06-24&quot;:3.92},{&quot;2026-06-25&quot;:3.92},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.78},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.67},{&quot;2026-07-06&quot;:3.67},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.57},{&quot;2026-07-09&quot;:3.62},{&quot;2026-07-10&quot;:3.52},{&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.4},{&quot;2026-07-16&quot;:3.4},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.3},{&quot;2026-07-19&quot;:3.43},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.27},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.18},{&quot;2026-08-05&quot;:3.18},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.2},{&quot;2026-08-09&quot;:3.26},{&quot;2026-08-10&quot;:3.26},{&quot;2026-08-11&quot;:3.31},{&quot;2026-08-12&quot;:3.36},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:3.3},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.19},{&quot;2026-08-25&quot;:3.19},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.06},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:2.96},{&quot;2026-09-01&quot;:2.96},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.01},{&quot;2026-09-06&quot;:3.1},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.13},{&quot;2026-09-09&quot;:3.13},{&quot;2026-09-10&quot;:3.07},{&quot;2026-09-11&quot;:3.07}]}"
        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="99203"
  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-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">
            Tree of Perdition
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.07
          </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="Tree of Perdition" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/750b4c88-26c7-43ec-b6b9-ece3263dfd59.jpg?1782684257" />

        <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">
            Tree of Perdition
        </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 — Plant</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="Tree of Perdition" src="https://cards.scryfall.io/large/front/7/5/750b4c88-26c7-43ec-b6b9-ece3263dfd59.jpg?1782684257" />
    </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">
                $3.07
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.01},{&quot;2026-06-12&quot;:2.93},{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:2.96},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.52},{&quot;2026-06-21&quot;:2.57},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.79},{&quot;2026-06-25&quot;:2.82},{&quot;2026-06-26&quot;:2.86},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.89},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.66},{&quot;2026-07-03&quot;:2.67},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.64},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.69},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.72},{&quot;2026-07-12&quot;:2.65},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.83},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.65},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.65},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.66},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.54},{&quot;2026-08-01&quot;:2.55},{&quot;2026-08-02&quot;:2.62},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:3.26},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:3.0},{&quot;2026-08-12&quot;:2.94},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.08},{&quot;2026-08-17&quot;:3.07},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.48},{&quot;2026-08-21&quot;:3.76},{&quot;2026-08-22&quot;:3.65},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.33},{&quot;2026-08-26&quot;:3.19},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:2.83},{&quot;2026-08-29&quot;:2.83},{&quot;2026-08-30&quot;:2.99},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:3.09},{&quot;2026-09-04&quot;:3.12},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:2.99},{&quot;2026-09-11&quot;:3.07}]}"
        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="19020"
  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-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">
            Nature&#39;s Lore
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nature&#39;s Lore" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/ed3e1d00-effa-46ac-a899-030c0eb149ac.jpg?1783918363" />

        <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">
            Nature&#39;s Lore
        </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-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="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/e/d/ed3e1d00-effa-46ac-a899-030c0eb149ac.jpg?1783918363" />
    </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">
                $3.06
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.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.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-08&quot;:8.37},{&quot;2026-06-10&quot;:8.37},{&quot;2026-06-11&quot;:8.37},{&quot;2026-06-12&quot;:8.37},{&quot;2026-06-13&quot;:8.37},{&quot;2026-06-14&quot;:8.37},{&quot;2026-06-15&quot;:8.37},{&quot;2026-06-16&quot;:8.52},{&quot;2026-06-17&quot;:8.52},{&quot;2026-06-18&quot;:8.49},{&quot;2026-06-19&quot;:8.52},{&quot;2026-06-20&quot;:8.67},{&quot;2026-06-21&quot;:8.67},{&quot;2026-06-22&quot;:8.67},{&quot;2026-06-24&quot;:8.67},{&quot;2026-06-25&quot;:8.67},{&quot;2026-06-26&quot;:8.67},{&quot;2026-06-27&quot;:8.67},{&quot;2026-06-28&quot;:8.7},{&quot;2026-06-29&quot;:8.7},{&quot;2026-06-30&quot;:8.75},{&quot;2026-07-01&quot;:8.75},{&quot;2026-07-02&quot;:8.78},{&quot;2026-07-03&quot;:8.78},{&quot;2026-07-04&quot;:8.78},{&quot;2026-07-05&quot;:8.78},{&quot;2026-07-06&quot;:8.78},{&quot;2026-07-07&quot;:8.78},{&quot;2026-07-08&quot;:8.89},{&quot;2026-07-09&quot;:8.89},{&quot;2026-07-10&quot;:8.98},{&quot;2026-07-11&quot;:8.98},{&quot;2026-07-12&quot;:8.94},{&quot;2026-07-13&quot;:8.92},{&quot;2026-07-14&quot;:8.92},{&quot;2026-07-15&quot;:8.95},{&quot;2026-07-16&quot;:8.95},{&quot;2026-07-17&quot;:8.95},{&quot;2026-07-18&quot;:8.95},{&quot;2026-07-19&quot;:8.95},{&quot;2026-07-20&quot;:8.96},{&quot;2026-07-21&quot;:8.96},{&quot;2026-07-23&quot;:8.97},{&quot;2026-07-25&quot;:9.17},{&quot;2026-07-26&quot;:9.17},{&quot;2026-07-27&quot;:9.2},{&quot;2026-07-29&quot;:9.25},{&quot;2026-07-30&quot;:9.25},{&quot;2026-07-31&quot;:9.16},{&quot;2026-08-01&quot;:9.16},{&quot;2026-08-02&quot;:9.07},{&quot;2026-08-03&quot;:9.07},{&quot;2026-08-04&quot;:9.07},{&quot;2026-08-05&quot;:9.07},{&quot;2026-08-07&quot;:9.07},{&quot;2026-08-08&quot;:9.07},{&quot;2026-08-09&quot;:9.01},{&quot;2026-08-10&quot;:9.01},{&quot;2026-08-11&quot;:8.98},{&quot;2026-08-12&quot;:8.98},{&quot;2026-08-13&quot;:8.99},{&quot;2026-08-14&quot;:9.07},{&quot;2026-08-15&quot;:9.07},{&quot;2026-08-16&quot;:9.09},{&quot;2026-08-17&quot;:9.09},{&quot;2026-08-18&quot;:9.08},{&quot;2026-08-19&quot;:9.04},{&quot;2026-08-20&quot;:9.04},{&quot;2026-08-21&quot;:9.04},{&quot;2026-08-22&quot;:9.04},{&quot;2026-08-23&quot;:9.02},{&quot;2026-08-24&quot;:9.02},{&quot;2026-08-25&quot;:9.02},{&quot;2026-08-26&quot;:9.07},{&quot;2026-08-27&quot;:9.07},{&quot;2026-08-28&quot;:9.07},{&quot;2026-08-29&quot;:9.07},{&quot;2026-08-30&quot;:9.01},{&quot;2026-08-31&quot;:9.01},{&quot;2026-09-01&quot;:9.01},{&quot;2026-09-02&quot;:9.01},{&quot;2026-09-03&quot;:9.01},{&quot;2026-09-04&quot;:9.01},{&quot;2026-09-05&quot;:9.03},{&quot;2026-09-06&quot;:9.03},{&quot;2026-09-07&quot;:9.03},{&quot;2026-09-08&quot;:9.03},{&quot;2026-09-09&quot;:9.03},{&quot;2026-09-10&quot;:9.05},{&quot;2026-09-11&quot;:9.05}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.07},{&quot;2026-06-10&quot;:3.0},{&quot;2026-06-11&quot;:2.92},{&quot;2026-06-12&quot;:3.0},{&quot;2026-06-13&quot;:3.0},{&quot;2026-06-14&quot;:2.93},{&quot;2026-06-15&quot;:2.97},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:2.97},{&quot;2026-06-18&quot;:2.97},{&quot;2026-06-19&quot;:3.03},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.07},{&quot;2026-06-24&quot;:3.21},{&quot;2026-06-25&quot;:3.26},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.21},{&quot;2026-06-30&quot;:3.21},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.22},{&quot;2026-07-03&quot;:3.22},{&quot;2026-07-04&quot;:3.22},{&quot;2026-07-05&quot;:3.27},{&quot;2026-07-06&quot;:3.27},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.36},{&quot;2026-07-12&quot;:3.36},{&quot;2026-07-13&quot;:3.35},{&quot;2026-07-14&quot;:3.43},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.45},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.34},{&quot;2026-07-23&quot;:3.34},{&quot;2026-07-25&quot;:3.38},{&quot;2026-07-26&quot;:3.38},{&quot;2026-07-27&quot;:3.39},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.41},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.34},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.46},{&quot;2026-08-05&quot;:3.45},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.29},{&quot;2026-08-12&quot;:3.24},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:3.22},{&quot;2026-08-18&quot;:3.22},{&quot;2026-08-19&quot;:3.22},{&quot;2026-08-20&quot;:3.22},{&quot;2026-08-21&quot;:3.07},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.96},{&quot;2026-08-26&quot;:2.9},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:2.94},{&quot;2026-08-29&quot;:2.94},{&quot;2026-08-30&quot;:2.96},{&quot;2026-08-31&quot;:2.96},{&quot;2026-09-01&quot;:2.96},{&quot;2026-09-02&quot;:2.93},{&quot;2026-09-03&quot;:2.92},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.93},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:2.99},{&quot;2026-09-10&quot;:3.06},{&quot;2026-09-11&quot;:3.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75648"
  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-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">
            Blood Money
        </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">
              ↓
              21%
            </span>

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

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

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

        <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">
            Blood Money
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Blood Money" src="https://cards.scryfall.io/large/front/b/b/bbbc5c9d-110a-44cd-a2c9-8bad7dac4b5f.jpg?1783913879" />
    </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">
                $3.06
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  21%
                </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-13&quot;:0.99},{&quot;2026-06-14&quot;:0.99},{&quot;2026-06-15&quot;:0.96},{&quot;2026-06-16&quot;:0.95},{&quot;2026-06-17&quot;:0.94},{&quot;2026-06-18&quot;:0.94},{&quot;2026-06-19&quot;:0.94},{&quot;2026-06-20&quot;:0.95},{&quot;2026-06-21&quot;:0.95},{&quot;2026-06-22&quot;:0.93},{&quot;2026-06-23&quot;:1.01},{&quot;2026-06-24&quot;:1.01},{&quot;2026-06-25&quot;:1.04},{&quot;2026-06-26&quot;:1.07},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.07},{&quot;2026-06-29&quot;:1.07},{&quot;2026-06-30&quot;:1.08},{&quot;2026-07-01&quot;:1.1},{&quot;2026-07-02&quot;:1.1},{&quot;2026-07-03&quot;:1.14},{&quot;2026-07-04&quot;:1.18},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.25},{&quot;2026-07-09&quot;:1.22},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.29},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.3},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.29},{&quot;2026-07-17&quot;:1.27},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.46},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.77},{&quot;2026-07-22&quot;:1.8},{&quot;2026-07-23&quot;:2.2},{&quot;2026-07-24&quot;:2.2},{&quot;2026-07-25&quot;:2.12},{&quot;2026-07-26&quot;:2.11},{&quot;2026-07-27&quot;:2.57},{&quot;2026-07-28&quot;:2.81},{&quot;2026-07-29&quot;:2.9},{&quot;2026-07-30&quot;:2.78},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.92},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.58},{&quot;2026-08-07&quot;:2.28},{&quot;2026-08-08&quot;:2.15},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.59},{&quot;2026-08-13&quot;:2.62},{&quot;2026-08-14&quot;:2.59},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.58},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:3.24},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:2.57},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.8},{&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;:2.98},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.3},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.85},{&quot;2026-09-06&quot;:3.76},{&quot;2026-09-07&quot;:3.89},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.19},{&quot;2026-09-11&quot;:3.06}]}"
        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 1401-1450 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=28&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=28&amp;username=denvermullets" rel="prev">28</a><a role="link" aria-disabled="true" aria-current="page">29</a><a href="/load_collection?direction=asc&amp;page=30&amp;username=denvermullets" rel="next">30</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=30&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="52901"
          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">
              75
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Veil of Summer


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              An Offer You Can&#39;t Refuse


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87236"
          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">
              10E-178
            </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>
              Sleeper Agent


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11679"
          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">
              99
            </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-mythic ss-fw ss-2x mr-4"></i>
              Sphinx of the Second Sun


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35824"
          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">
              311
            </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>
              Edgar, Charmed Groom // Edgar Markov&#39;s Coffin


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18994"
          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">
              338
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Elvish Spirit Guide


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Haliya, Guided by Light


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-mythic ss-fw ss-2x mr-4"></i>
              Ezuri, Claw of Progress


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86156"
          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">
              C16-94
            </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>
              Propaganda


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

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

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

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

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

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

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


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

                    <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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.33
            </td>
        </tr>

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53681"
          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-nem ss-uncommon ss-fw ss-2x mr-4"></i>
              Terrain Generator


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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75821"
          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">
              243
            </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>
              Hardened Scales


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x mr-4"></i>
              Consult the Star Charts


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109329"
          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">
              305
            </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-rare ss-fw ss-2x mr-4"></i>
              Sundown Pass


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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14099"
          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">
              759
            </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>
              In Garruk&#39;s Wake


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34280"
          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">
              162
            </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>
              Kogla, the Titan Ape


            </td>

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

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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109280"
          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">
              253
            </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-rare ss-fw ss-2x mr-4"></i>
              Deathcap Glade


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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      30%
                    </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.11
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c21 ss-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">
                  $3.12

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12750"
          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">
              457
            </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>
              Blackblade Reforged


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16561"
          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-m21 ss-rare ss-fw ss-2x mr-4"></i>
              Cultivate


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-mythic ss-fw ss-2x mr-4"></i>
              Titania, Protector of Argoth


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      19%
                    </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="29044"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29044" src="/boxset_card/29044?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41561"
          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">
              153
            </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>
              Lizard Blades


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47483"
          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-mic ss-rare ss-fw ss-2x mr-4"></i>
              Herald of War


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-thb ss-mythic ss-fw ss-2x mr-4"></i>
              Ashiok, Nightmare Muse


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51632"
          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-mul ss-rare ss-fw ss-2x mr-4"></i>
              Teysa Karlov


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74576"
          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">
              256
            </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>
              Matzalantli, the Great Door // The Core


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99203"
          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">
              49
            </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-mythic ss-fw ss-2x mr-4"></i>
              Tree of Perdition


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19020"
          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">
              346
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Nature&#39;s Lore


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="75648"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75648" src="/boxset_card/75648?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 1401-1450 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=28&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=28&amp;username=denvermullets" rel="prev">28</a><a role="link" aria-disabled="true" aria-current="page">29</a><a href="/load_collection?direction=asc&amp;page=30&amp;username=denvermullets" rel="next">30</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=30&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>