<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="74389"
  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">
            Court of Grace
        </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.80
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Court of Grace
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Court of Grace" src="https://cards.scryfall.io/large/front/f/8/f89995b9-5409-4d3a-9518-7a4354b9d02f.jpg?1783916138" />
    </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.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.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.06},{&quot;2026-06-12&quot;:3.08},{&quot;2026-06-13&quot;:3.23},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.23},{&quot;2026-06-16&quot;:3.25},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.3},{&quot;2026-06-19&quot;:3.23},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.37},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.38},{&quot;2026-06-26&quot;:3.34},{&quot;2026-06-27&quot;:3.42},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.42},{&quot;2026-06-30&quot;:3.42},{&quot;2026-07-01&quot;:3.38},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.27},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.21},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.22},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.18},{&quot;2026-07-12&quot;:3.18},{&quot;2026-07-13&quot;:3.18},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.2},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.26},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.24},{&quot;2026-07-23&quot;:3.24},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.41},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.38},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.38},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.56},{&quot;2026-08-05&quot;:3.55},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.5},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.58},{&quot;2026-08-13&quot;:3.53},{&quot;2026-08-14&quot;:3.53},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.47},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.45},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.56},{&quot;2026-08-22&quot;:3.56},{&quot;2026-08-23&quot;:3.56},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.69},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.8},{&quot;2026-09-01&quot;:3.8},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.77},{&quot;2026-09-05&quot;:3.77},{&quot;2026-09-06&quot;:3.79},{&quot;2026-09-07&quot;:3.81},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.79},{&quot;2026-09-11&quot;:3.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Endurance" src="https://cards.scryfall.io/large/front/b/7/b770471c-1bf7-4179-8418-dcd790ca5405.jpg?1782684256" />
    </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.80
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.05},{&quot;2026-06-10&quot;:3.71},{&quot;2026-06-11&quot;:3.82},{&quot;2026-06-12&quot;:4.11},{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.67},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.31},{&quot;2026-06-19&quot;:4.61},{&quot;2026-06-20&quot;:4.16},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:3.98},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.92},{&quot;2026-06-28&quot;:3.97},{&quot;2026-06-29&quot;:3.99},{&quot;2026-06-30&quot;:4.05},{&quot;2026-07-01&quot;:4.07},{&quot;2026-07-02&quot;:4.0},{&quot;2026-07-03&quot;:4.07},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:3.91},{&quot;2026-07-06&quot;:4.03},{&quot;2026-07-07&quot;:4.09},{&quot;2026-07-08&quot;:4.19},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.08},{&quot;2026-07-12&quot;:3.97},{&quot;2026-07-13&quot;:3.97},{&quot;2026-07-14&quot;:3.93},{&quot;2026-07-15&quot;:3.91},{&quot;2026-07-16&quot;:3.86},{&quot;2026-07-17&quot;:3.86},{&quot;2026-07-18&quot;:3.82},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.87},{&quot;2026-07-23&quot;:3.95},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.81},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.87},{&quot;2026-07-31&quot;:3.93},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:4.1},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.02},{&quot;2026-08-10&quot;:3.94},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:3.84},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.58},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.33},{&quot;2026-08-18&quot;:3.44},{&quot;2026-08-19&quot;:3.46},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.51},{&quot;2026-08-22&quot;:3.44},{&quot;2026-08-23&quot;:3.39},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.37},{&quot;2026-08-27&quot;:3.46},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.87},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:4.02},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.1},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.13},{&quot;2026-09-09&quot;:4.11},{&quot;2026-09-10&quot;:3.9},{&quot;2026-09-11&quot;:3.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75360"
  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">
            Master of Dark Rites
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Master of Dark Rites" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/6394a522-37bb-4cf3-b434-5121c8000ac6.jpg?1783913910" />

        <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 Dark Rites
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire Cleric</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="Master of Dark Rites" src="https://cards.scryfall.io/large/front/6/3/6394a522-37bb-4cf3-b434-5121c8000ac6.jpg?1783913910" />
    </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.79
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</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.47},{&quot;2026-06-14&quot;:3.37},{&quot;2026-06-15&quot;:3.53},{&quot;2026-06-16&quot;:3.37},{&quot;2026-06-17&quot;:3.23},{&quot;2026-06-18&quot;:3.08},{&quot;2026-06-19&quot;:3.08},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.79},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.81},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.89},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.88},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.97},{&quot;2026-07-03&quot;:3.0},{&quot;2026-07-04&quot;:2.99},{&quot;2026-07-05&quot;:3.07},{&quot;2026-07-06&quot;:3.28},{&quot;2026-07-07&quot;:3.26},{&quot;2026-07-08&quot;:3.23},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.47},{&quot;2026-07-11&quot;:3.33},{&quot;2026-07-12&quot;:3.37},{&quot;2026-07-13&quot;:3.47},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.6},{&quot;2026-07-17&quot;:3.41},{&quot;2026-07-18&quot;:3.43},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.25},{&quot;2026-07-21&quot;:3.23},{&quot;2026-07-22&quot;:3.34},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-24&quot;:3.57},{&quot;2026-07-25&quot;:3.53},{&quot;2026-07-26&quot;:3.53},{&quot;2026-07-27&quot;:3.67},{&quot;2026-07-28&quot;:3.74},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.75},{&quot;2026-07-31&quot;:3.61},{&quot;2026-08-01&quot;:3.76},{&quot;2026-08-02&quot;:3.65},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.42},{&quot;2026-08-05&quot;:3.39},{&quot;2026-08-07&quot;:3.25},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.34},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.05},{&quot;2026-08-18&quot;:3.03},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.39},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.39},{&quot;2026-08-23&quot;:3.41},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.05},{&quot;2026-08-26&quot;:3.09},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:2.99},{&quot;2026-08-29&quot;:2.99},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.53},{&quot;2026-09-02&quot;:3.85},{&quot;2026-09-03&quot;:3.9},{&quot;2026-09-04&quot;:4.29},{&quot;2026-09-05&quot;:5.21},{&quot;2026-09-06&quot;:5.54},{&quot;2026-09-07&quot;:5.18},{&quot;2026-09-08&quot;:4.72},{&quot;2026-09-09&quot;:4.13},{&quot;2026-09-10&quot;:4.21},{&quot;2026-09-11&quot;:3.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human 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="text-sm font-medium text-nine-white">
            $3.79
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Destined Warrior" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/743ee254-07f1-4d13-9ec7-6cb6358b9303.jpg?1782684343" />

        <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 Destined Warrior
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Destined Warrior" src="https://cards.scryfall.io/large/front/7/4/743ee254-07f1-4d13-9ec7-6cb6358b9303.jpg?1782684343" />
    </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.79
              </span>

            </div>
          </div>

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

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

                <span class="text-xs text-accent-100">
                  ↓
                  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">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.85},{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.75},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:2.76},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:2.76},{&quot;2026-06-19&quot;:2.69},{&quot;2026-06-20&quot;:2.68},{&quot;2026-06-21&quot;:2.66},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.65},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.72},{&quot;2026-06-28&quot;:2.72},{&quot;2026-06-29&quot;:2.72},{&quot;2026-06-30&quot;:2.75},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.59},{&quot;2026-07-03&quot;:2.59},{&quot;2026-07-04&quot;:2.59},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.65},{&quot;2026-07-07&quot;:2.65},{&quot;2026-07-08&quot;:2.81},{&quot;2026-07-09&quot;:2.8},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.94},{&quot;2026-07-12&quot;:2.88},{&quot;2026-07-13&quot;:2.81},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.87},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.87},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-23&quot;:2.67},{&quot;2026-07-24&quot;:2.49},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.28},{&quot;2026-07-28&quot;:2.28},{&quot;2026-07-29&quot;:2.29},{&quot;2026-07-30&quot;:2.29},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.05},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.08},{&quot;2026-08-07&quot;:2.12},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.18},{&quot;2026-08-10&quot;:2.15},{&quot;2026-08-11&quot;:2.15},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.23},{&quot;2026-08-14&quot;:2.31},{&quot;2026-08-15&quot;:2.25},{&quot;2026-08-16&quot;:2.19},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.17},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.12},{&quot;2026-08-23&quot;:2.06},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.9},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.92},{&quot;2026-09-11&quot;:1.92}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.83},{&quot;2026-06-13&quot;:3.77},{&quot;2026-06-14&quot;:3.77},{&quot;2026-06-15&quot;:3.77},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.69},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.79},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.8},{&quot;2026-06-23&quot;:3.8},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.8},{&quot;2026-06-27&quot;:3.82},{&quot;2026-06-28&quot;:3.82},{&quot;2026-06-29&quot;:3.82},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.82},{&quot;2026-07-03&quot;:3.82},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.79},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.79},{&quot;2026-07-10&quot;:3.79},{&quot;2026-07-11&quot;:3.79},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-23&quot;:3.7},{&quot;2026-07-24&quot;:3.7},{&quot;2026-07-25&quot;:3.67},{&quot;2026-07-26&quot;:3.67},{&quot;2026-07-27&quot;:3.67},{&quot;2026-07-28&quot;:3.65},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.65},{&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.65},{&quot;2026-08-04&quot;:3.65},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.7},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.83},{&quot;2026-08-15&quot;:3.83},{&quot;2026-08-16&quot;:3.83},{&quot;2026-08-17&quot;:3.87},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.85},{&quot;2026-08-20&quot;:3.85},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.77},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:3.81},{&quot;2026-08-25&quot;:3.75},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:3.75},{&quot;2026-08-28&quot;:3.75},{&quot;2026-08-29&quot;:3.75},{&quot;2026-08-30&quot;:3.75},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.75},{&quot;2026-09-03&quot;:3.75},{&quot;2026-09-04&quot;:3.77},{&quot;2026-09-05&quot;:3.79},{&quot;2026-09-06&quot;:3.79},{&quot;2026-09-07&quot;:3.79},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:3.79},{&quot;2026-09-10&quot;:3.79},{&quot;2026-09-11&quot;:3.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Michelangelo, Improviser" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/955848c0-5092-4e13-97c9-5978d44d5586.jpg?1783904087" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Michelangelo, Improviser
        </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 — Mutant Ninja Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Michelangelo, Improviser" src="https://cards.scryfall.io/large/front/9/5/955848c0-5092-4e13-97c9-5978d44d5586.jpg?1783904087" />
    </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">
                $3.06
              </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">
                $3.79
              </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 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;:5.16},{&quot;2026-06-14&quot;:5.13},{&quot;2026-06-15&quot;:5.11},{&quot;2026-06-16&quot;:5.16},{&quot;2026-06-17&quot;:5.16},{&quot;2026-06-18&quot;:5.13},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.13},{&quot;2026-06-21&quot;:5.06},{&quot;2026-06-22&quot;:5.02},{&quot;2026-06-23&quot;:4.96},{&quot;2026-06-24&quot;:4.96},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:4.96},{&quot;2026-06-27&quot;:4.96},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.96},{&quot;2026-06-30&quot;:5.02},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:4.99},{&quot;2026-07-03&quot;:4.98},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:4.98},{&quot;2026-07-06&quot;:4.98},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:4.95},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.94},{&quot;2026-07-12&quot;:4.94},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.7},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:4.51},{&quot;2026-07-17&quot;:4.53},{&quot;2026-07-18&quot;:4.43},{&quot;2026-07-19&quot;:4.24},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:4.16},{&quot;2026-07-22&quot;:3.83},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.65},{&quot;2026-07-25&quot;:3.65},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.5},{&quot;2026-07-29&quot;:3.5},{&quot;2026-07-30&quot;:3.51},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.37},{&quot;2026-08-03&quot;:3.58},{&quot;2026-08-04&quot;:3.74},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.62},{&quot;2026-08-11&quot;:3.62},{&quot;2026-08-12&quot;:3.62},{&quot;2026-08-13&quot;:3.67},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.66},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.59},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.48},{&quot;2026-08-24&quot;:3.52},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.5},{&quot;2026-08-27&quot;:3.6},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:3.59},{&quot;2026-09-01&quot;:3.65},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.74},{&quot;2026-09-04&quot;:3.74},{&quot;2026-09-05&quot;:3.74},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.86},{&quot;2026-09-08&quot;:3.78},{&quot;2026-09-09&quot;:3.77},{&quot;2026-09-10&quot;:3.79},{&quot;2026-09-11&quot;:3.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.91},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.18},{&quot;2026-06-18&quot;:3.6},{&quot;2026-06-19&quot;:3.58},{&quot;2026-06-20&quot;:3.51},{&quot;2026-06-21&quot;:3.5},{&quot;2026-06-22&quot;:3.41},{&quot;2026-06-23&quot;:3.32},{&quot;2026-06-24&quot;:3.26},{&quot;2026-06-25&quot;:3.23},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.13},{&quot;2026-06-29&quot;:3.08},{&quot;2026-06-30&quot;:3.05},{&quot;2026-07-01&quot;:3.07},{&quot;2026-07-02&quot;:3.08},{&quot;2026-07-03&quot;:2.98},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:3.3},{&quot;2026-07-09&quot;:3.29},{&quot;2026-07-10&quot;:3.4},{&quot;2026-07-11&quot;:3.21},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.19},{&quot;2026-07-14&quot;:3.15},{&quot;2026-07-15&quot;:3.13},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.94},{&quot;2026-07-20&quot;:3.25},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-22&quot;:3.33},{&quot;2026-07-23&quot;:3.23},{&quot;2026-07-24&quot;:3.0},{&quot;2026-07-25&quot;:3.03},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-28&quot;:3.2},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.89},{&quot;2026-08-02&quot;:2.86},{&quot;2026-08-03&quot;:2.84},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.59},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.87},{&quot;2026-08-16&quot;:2.83},{&quot;2026-08-17&quot;:2.91},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.65},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.7},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.82},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.12},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.01},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:3.14},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:2.92},{&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="35144"
  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">
            Headless Rider
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Headless Rider
        </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 — Zombie</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Headless Rider" src="https://cards.scryfall.io/large/front/c/2/c24018e8-b8f1-44a5-9355-8b79f363569d.jpg?1783924858" />
    </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.78
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.64
              </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-13&quot;:2.74},{&quot;2026-06-14&quot;:2.82},{&quot;2026-06-15&quot;:2.82},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.77},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.7},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.67},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.66},{&quot;2026-07-04&quot;:2.66},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.68},{&quot;2026-07-07&quot;:2.68},{&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.68},{&quot;2026-07-15&quot;:2.68},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.79},{&quot;2026-07-19&quot;:2.79},{&quot;2026-07-20&quot;:2.79},{&quot;2026-07-21&quot;:2.79},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.77},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.44},{&quot;2026-07-29&quot;:4.13},{&quot;2026-07-30&quot;:4.13},{&quot;2026-07-31&quot;:4.2},{&quot;2026-08-01&quot;:4.2},{&quot;2026-08-02&quot;:3.45},{&quot;2026-08-03&quot;:3.45},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.55},{&quot;2026-08-07&quot;:3.55},{&quot;2026-08-08&quot;:3.55},{&quot;2026-08-09&quot;:3.55},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.55},{&quot;2026-08-12&quot;:3.55},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.49},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.44},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:3.51},{&quot;2026-08-29&quot;:3.51},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.56},{&quot;2026-09-02&quot;:3.62},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.62},{&quot;2026-09-05&quot;:3.62},{&quot;2026-09-06&quot;:3.62},{&quot;2026-09-07&quot;:3.62},{&quot;2026-09-08&quot;:3.62},{&quot;2026-09-09&quot;:3.61},{&quot;2026-09-10&quot;:3.64},{&quot;2026-09-11&quot;:3.64}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.98},{&quot;2026-06-14&quot;:3.82},{&quot;2026-06-15&quot;:4.04},{&quot;2026-06-16&quot;:4.0},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.95},{&quot;2026-06-19&quot;:3.72},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.67},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.6},{&quot;2026-06-24&quot;:3.76},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.64},{&quot;2026-06-28&quot;:3.61},{&quot;2026-06-29&quot;:3.82},{&quot;2026-06-30&quot;:4.07},{&quot;2026-07-01&quot;:4.39},{&quot;2026-07-02&quot;:4.49},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.3},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.21},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.43},{&quot;2026-07-09&quot;:4.43},{&quot;2026-07-10&quot;:4.16},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.15},{&quot;2026-07-13&quot;:3.99},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:4.02},{&quot;2026-07-16&quot;:4.14},{&quot;2026-07-17&quot;:4.24},{&quot;2026-07-18&quot;:4.31},{&quot;2026-07-19&quot;:4.07},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.29},{&quot;2026-07-22&quot;:4.09},{&quot;2026-07-23&quot;:4.09},{&quot;2026-07-24&quot;:4.1},{&quot;2026-07-25&quot;:4.21},{&quot;2026-07-26&quot;:4.21},{&quot;2026-07-27&quot;:4.46},{&quot;2026-07-28&quot;:4.73},{&quot;2026-07-29&quot;:4.77},{&quot;2026-07-30&quot;:4.82},{&quot;2026-07-31&quot;:5.0},{&quot;2026-08-01&quot;:5.06},{&quot;2026-08-02&quot;:5.06},{&quot;2026-08-03&quot;:4.8},{&quot;2026-08-04&quot;:4.45},{&quot;2026-08-05&quot;:4.33},{&quot;2026-08-07&quot;:4.19},{&quot;2026-08-08&quot;:4.26},{&quot;2026-08-09&quot;:4.54},{&quot;2026-08-10&quot;:4.66},{&quot;2026-08-11&quot;:4.77},{&quot;2026-08-12&quot;:4.61},{&quot;2026-08-13&quot;:4.85},{&quot;2026-08-14&quot;:4.93},{&quot;2026-08-15&quot;:4.91},{&quot;2026-08-16&quot;:4.91},{&quot;2026-08-17&quot;:5.01},{&quot;2026-08-18&quot;:5.04},{&quot;2026-08-19&quot;:5.01},{&quot;2026-08-20&quot;:5.04},{&quot;2026-08-21&quot;:5.04},{&quot;2026-08-22&quot;:5.04},{&quot;2026-08-23&quot;:5.11},{&quot;2026-08-24&quot;:5.21},{&quot;2026-08-25&quot;:5.18},{&quot;2026-08-26&quot;:4.58},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.44},{&quot;2026-08-29&quot;:4.44},{&quot;2026-08-30&quot;:4.09},{&quot;2026-08-31&quot;:3.8},{&quot;2026-09-01&quot;:3.8},{&quot;2026-09-02&quot;:3.73},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.44},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.55},{&quot;2026-09-09&quot;:3.68},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Leveler" src="https://cards.scryfall.io/large/front/5/7/57591186-dcc5-437b-8390-fc4a7f7f13fb.jpg?1783931254" />
    </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.78
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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-08&quot;:3.19},{&quot;2026-06-10&quot;:3.09},{&quot;2026-06-11&quot;:3.09},{&quot;2026-06-12&quot;:3.09},{&quot;2026-06-13&quot;:3.03},{&quot;2026-06-14&quot;:3.03},{&quot;2026-06-15&quot;:3.07},{&quot;2026-06-16&quot;:3.04},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.17},{&quot;2026-06-21&quot;:3.17},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-24&quot;:3.21},{&quot;2026-06-25&quot;:3.21},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.17},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.07},{&quot;2026-07-01&quot;:3.07},{&quot;2026-07-02&quot;:3.02},{&quot;2026-07-03&quot;:3.07},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.13},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.28},{&quot;2026-07-09&quot;:3.28},{&quot;2026-07-10&quot;:3.32},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.44},{&quot;2026-07-16&quot;:3.43},{&quot;2026-07-17&quot;:3.46},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.52},{&quot;2026-07-20&quot;:3.58},{&quot;2026-07-21&quot;:3.79},{&quot;2026-07-23&quot;:3.79},{&quot;2026-07-25&quot;:3.82},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.81},{&quot;2026-07-29&quot;:3.81},{&quot;2026-07-30&quot;:3.81},{&quot;2026-07-31&quot;:3.84},{&quot;2026-08-01&quot;:3.88},{&quot;2026-08-02&quot;:3.88},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.86},{&quot;2026-08-07&quot;:3.86},{&quot;2026-08-08&quot;:3.86},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.78},{&quot;2026-08-13&quot;:3.75},{&quot;2026-08-14&quot;:3.75},{&quot;2026-08-15&quot;:3.75},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.75},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.77},{&quot;2026-08-22&quot;:3.78},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.63},{&quot;2026-08-29&quot;:3.63},{&quot;2026-08-30&quot;:3.72},{&quot;2026-08-31&quot;:3.73},{&quot;2026-09-01&quot;:3.73},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.76},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:3.78},{&quot;2026-09-06&quot;:3.78},{&quot;2026-09-07&quot;:3.78},{&quot;2026-09-08&quot;:3.78},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:3.78},{&quot;2026-09-11&quot;:3.78}],&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="109188"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Reliquary Tower
        </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="Reliquary Tower" src="https://cards.scryfall.io/large/front/e/2/e2a27742-08c1-4153-af7f-25a7a98f585e.jpg?1782683076" />
    </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.78
              </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">
                $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.25</span>
              <span class="text-xs text-grey-text">Credit: $4.23</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.98},{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:3.02},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.77},{&quot;2026-06-18&quot;:2.81},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:2.91},{&quot;2026-06-24&quot;:3.04},{&quot;2026-06-25&quot;:3.1},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.07},{&quot;2026-06-30&quot;:3.12},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.14},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.11},{&quot;2026-07-05&quot;:3.13},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:3.36},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.41},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.49},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.14},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.54},{&quot;2026-07-22&quot;:3.85},{&quot;2026-07-23&quot;:3.86},{&quot;2026-07-24&quot;:4.08},{&quot;2026-07-25&quot;:3.82},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.67},{&quot;2026-07-28&quot;:3.67},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.25},{&quot;2026-08-01&quot;:4.22},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.05},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:4.28},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.52},{&quot;2026-08-09&quot;:4.79},{&quot;2026-08-10&quot;:4.89},{&quot;2026-08-11&quot;:4.74},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.05},{&quot;2026-08-14&quot;:5.09},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.18},{&quot;2026-08-17&quot;:5.22},{&quot;2026-08-18&quot;:4.98},{&quot;2026-08-19&quot;:4.49},{&quot;2026-08-20&quot;:4.35},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.54},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.55},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.82},{&quot;2026-08-31&quot;:3.56},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.57},{&quot;2026-09-05&quot;:3.71},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.61},{&quot;2026-09-11&quot;:3.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="41794"
  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-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">
            The Kami War 
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Kami War // O-Kagachi Made Manifest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36052532-5028-43a8-9fc4-56221ec867fd.jpg?1783923839" />

        <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 Kami War 
        </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">Enchantment — Saga</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="The Kami War // O-Kagachi Made Manifest" src="https://cards.scryfall.io/large/front/3/6/36052532-5028-43a8-9fc4-56221ec867fd.jpg?1783923839" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Kami War // O-Kagachi Made Manifest" src="https://cards.scryfall.io/large/back/3/6/36052532-5028-43a8-9fc4-56221ec867fd.jpg?1783923839" />
              </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.77
              </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.88
              </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">$1.00</span>
              <span class="text-xs text-grey-text">Credit: $1.30</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.94},{&quot;2026-06-15&quot;:3.94},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:3.94},{&quot;2026-06-19&quot;:3.94},{&quot;2026-06-20&quot;:3.94},{&quot;2026-06-21&quot;:3.92},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.92},{&quot;2026-06-25&quot;:4.09},{&quot;2026-06-26&quot;:4.09},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.09},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.09},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.06},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:4.06},{&quot;2026-07-08&quot;:4.25},{&quot;2026-07-09&quot;:4.25},{&quot;2026-07-10&quot;:4.25},{&quot;2026-07-11&quot;:4.25},{&quot;2026-07-12&quot;:4.25},{&quot;2026-07-13&quot;:4.25},{&quot;2026-07-14&quot;:4.25},{&quot;2026-07-15&quot;:4.25},{&quot;2026-07-16&quot;:4.25},{&quot;2026-07-17&quot;:4.25},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.25},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-22&quot;:4.17},{&quot;2026-07-23&quot;:4.17},{&quot;2026-07-24&quot;:4.17},{&quot;2026-07-25&quot;:4.18},{&quot;2026-07-26&quot;:4.18},{&quot;2026-07-27&quot;:4.24},{&quot;2026-07-28&quot;:4.24},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.33},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.33},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.33},{&quot;2026-08-05&quot;:4.33},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.25},{&quot;2026-08-09&quot;:4.26},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.12},{&quot;2026-08-13&quot;:4.12},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:4.12},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.12},{&quot;2026-08-20&quot;:4.12},{&quot;2026-08-21&quot;:4.12},{&quot;2026-08-22&quot;:3.94},{&quot;2026-08-23&quot;:4.04},{&quot;2026-08-24&quot;:4.04},{&quot;2026-08-25&quot;:3.94},{&quot;2026-08-26&quot;:3.94},{&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;:4.06},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.06},{&quot;2026-09-04&quot;:4.06},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:3.96},{&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;:1.93},{&quot;2026-06-14&quot;:1.93},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.81},{&quot;2026-06-24&quot;:2.01},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.13},{&quot;2026-07-01&quot;:2.18},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.16},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.21},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.17},{&quot;2026-07-10&quot;:2.17},{&quot;2026-07-11&quot;:2.26},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.39},{&quot;2026-07-16&quot;:2.33},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.49},{&quot;2026-07-23&quot;:2.7},{&quot;2026-07-24&quot;:2.77},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.72},{&quot;2026-07-27&quot;:2.92},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:3.03},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:3.06},{&quot;2026-08-02&quot;:3.1},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:3.08},{&quot;2026-08-05&quot;:3.0},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:2.67},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.6},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.57},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.51},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.68},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:3.0},{&quot;2026-08-25&quot;:3.14},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.31},{&quot;2026-08-28&quot;:3.32},{&quot;2026-08-29&quot;:3.32},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.46},{&quot;2026-09-02&quot;:3.58},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.68},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.71},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.8},{&quot;2026-09-11&quot;:3.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49520"
  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-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Counterspell" src="https://cards.scryfall.io/large/front/1/9/1920dae4-fb92-4f19-ae4b-eb3276b8dac7.jpg?1783926788" />
    </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-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">
                $3.77
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.47
              </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 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-13&quot;:2.96},{&quot;2026-06-14&quot;:2.96},{&quot;2026-06-15&quot;:2.96},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.95},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.15},{&quot;2026-06-21&quot;:3.15},{&quot;2026-06-22&quot;:3.15},{&quot;2026-06-23&quot;:3.14},{&quot;2026-06-24&quot;:3.14},{&quot;2026-06-25&quot;:3.14},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.14},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:3.12},{&quot;2026-07-01&quot;:3.12},{&quot;2026-07-02&quot;:3.07},{&quot;2026-07-03&quot;:3.1},{&quot;2026-07-04&quot;:3.07},{&quot;2026-07-05&quot;:3.07},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.08},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:3.12},{&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.16},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-22&quot;:3.16},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.16},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.16},{&quot;2026-07-28&quot;:3.16},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:3.31},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.31},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.31},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:3.19},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.19},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.19},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.4},{&quot;2026-08-26&quot;:3.4},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.4},{&quot;2026-08-29&quot;:3.4},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.5},{&quot;2026-09-05&quot;:3.47},{&quot;2026-09-06&quot;:3.47},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.01},{&quot;2026-06-15&quot;:2.88},{&quot;2026-06-16&quot;:2.84},{&quot;2026-06-17&quot;:2.69},{&quot;2026-06-18&quot;:2.76},{&quot;2026-06-19&quot;:2.76},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.41},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.69},{&quot;2026-06-26&quot;:2.63},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:3.01},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.78},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.88},{&quot;2026-07-06&quot;:2.77},{&quot;2026-07-07&quot;:2.99},{&quot;2026-07-08&quot;:3.11},{&quot;2026-07-09&quot;:3.07},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.77},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.76},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.63},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.49},{&quot;2026-07-22&quot;:2.43},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.41},{&quot;2026-07-25&quot;:2.48},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.58},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.69},{&quot;2026-07-30&quot;:2.66},{&quot;2026-07-31&quot;:2.55},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.12},{&quot;2026-08-05&quot;:2.97},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:2.95},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.8},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:3.0},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.29},{&quot;2026-08-18&quot;:2.97},{&quot;2026-08-19&quot;:3.04},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.01},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.56},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:3.01},{&quot;2026-08-27&quot;:2.99},{&quot;2026-08-28&quot;:2.99},{&quot;2026-08-29&quot;:2.99},{&quot;2026-08-30&quot;:2.66},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:3.16},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.38},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.14},{&quot;2026-09-07&quot;:3.26},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:4.34},{&quot;2026-09-10&quot;:4.01},{&quot;2026-09-11&quot;:3.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.76
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Twinflame" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/ccaa7c17-55e7-44e4-a965-182f63f32c72.jpg?1783921880" />

        <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">
            Twinflame
        </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-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="Twinflame" src="https://cards.scryfall.io/large/front/c/c/ccaa7c17-55e7-44e4-a965-182f63f32c72.jpg?1783921880" />
    </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.76
              </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">
                $7.65
              </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.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.58},{&quot;2026-06-10&quot;:7.58},{&quot;2026-06-11&quot;:7.58},{&quot;2026-06-12&quot;:7.58},{&quot;2026-06-13&quot;:7.58},{&quot;2026-06-14&quot;:7.58},{&quot;2026-06-15&quot;:7.6},{&quot;2026-06-16&quot;:7.6},{&quot;2026-06-17&quot;:7.6},{&quot;2026-06-18&quot;:7.6},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.6},{&quot;2026-06-22&quot;:7.6},{&quot;2026-06-24&quot;:7.6},{&quot;2026-06-25&quot;:7.6},{&quot;2026-06-26&quot;:7.52},{&quot;2026-06-27&quot;:7.64},{&quot;2026-06-28&quot;:7.64},{&quot;2026-06-29&quot;:7.64},{&quot;2026-06-30&quot;:7.64},{&quot;2026-07-01&quot;:7.64},{&quot;2026-07-02&quot;:7.64},{&quot;2026-07-03&quot;:7.64},{&quot;2026-07-04&quot;:7.64},{&quot;2026-07-05&quot;:7.64},{&quot;2026-07-06&quot;:7.64},{&quot;2026-07-07&quot;:7.64},{&quot;2026-07-08&quot;:7.64},{&quot;2026-07-09&quot;:7.64},{&quot;2026-07-10&quot;:7.64},{&quot;2026-07-11&quot;:7.64},{&quot;2026-07-12&quot;:7.64},{&quot;2026-07-13&quot;:7.64},{&quot;2026-07-14&quot;:7.64},{&quot;2026-07-15&quot;:7.64},{&quot;2026-07-16&quot;:7.64},{&quot;2026-07-17&quot;:7.64},{&quot;2026-07-18&quot;:7.64},{&quot;2026-07-19&quot;:7.64},{&quot;2026-07-20&quot;:7.64},{&quot;2026-07-21&quot;:7.64},{&quot;2026-07-23&quot;:7.64},{&quot;2026-07-25&quot;:7.66},{&quot;2026-07-26&quot;:7.66},{&quot;2026-07-27&quot;:7.66},{&quot;2026-07-29&quot;:7.66},{&quot;2026-07-30&quot;:7.66},{&quot;2026-07-31&quot;:7.54},{&quot;2026-08-01&quot;:7.54},{&quot;2026-08-02&quot;:7.54},{&quot;2026-08-03&quot;:7.58},{&quot;2026-08-04&quot;:7.58},{&quot;2026-08-05&quot;:7.58},{&quot;2026-08-07&quot;:7.58},{&quot;2026-08-08&quot;:7.58},{&quot;2026-08-09&quot;:7.58},{&quot;2026-08-10&quot;:7.58},{&quot;2026-08-11&quot;:7.58},{&quot;2026-08-12&quot;:7.58},{&quot;2026-08-13&quot;:7.58},{&quot;2026-08-14&quot;:7.58},{&quot;2026-08-15&quot;:7.58},{&quot;2026-08-16&quot;:7.57},{&quot;2026-08-17&quot;:7.57},{&quot;2026-08-18&quot;:7.56},{&quot;2026-08-19&quot;:7.56},{&quot;2026-08-20&quot;:7.56},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.56},{&quot;2026-08-23&quot;:7.56},{&quot;2026-08-24&quot;:7.56},{&quot;2026-08-25&quot;:7.56},{&quot;2026-08-26&quot;:7.56},{&quot;2026-08-27&quot;:7.56},{&quot;2026-08-28&quot;:7.56},{&quot;2026-08-29&quot;:7.56},{&quot;2026-08-30&quot;:7.56},{&quot;2026-08-31&quot;:7.56},{&quot;2026-09-01&quot;:7.56},{&quot;2026-09-02&quot;:7.56},{&quot;2026-09-03&quot;:7.56},{&quot;2026-09-04&quot;:7.56},{&quot;2026-09-05&quot;:7.55},{&quot;2026-09-06&quot;:7.55},{&quot;2026-09-07&quot;:7.55},{&quot;2026-09-08&quot;:7.65},{&quot;2026-09-09&quot;:7.65},{&quot;2026-09-10&quot;:7.65},{&quot;2026-09-11&quot;:7.65}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.77},{&quot;2026-06-10&quot;:3.68},{&quot;2026-06-11&quot;:3.68},{&quot;2026-06-12&quot;:3.84},{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:4.0},{&quot;2026-06-18&quot;:4.12},{&quot;2026-06-19&quot;:4.12},{&quot;2026-06-20&quot;:4.22},{&quot;2026-06-21&quot;:3.74},{&quot;2026-06-22&quot;:3.74},{&quot;2026-06-24&quot;:3.84},{&quot;2026-06-25&quot;:3.85},{&quot;2026-06-26&quot;:3.85},{&quot;2026-06-27&quot;:4.04},{&quot;2026-06-28&quot;:4.04},{&quot;2026-06-29&quot;:4.08},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.19},{&quot;2026-07-03&quot;:4.19},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.15},{&quot;2026-07-06&quot;:4.15},{&quot;2026-07-07&quot;:4.08},{&quot;2026-07-08&quot;:4.17},{&quot;2026-07-09&quot;:4.17},{&quot;2026-07-10&quot;:4.17},{&quot;2026-07-11&quot;:4.04},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.04},{&quot;2026-07-14&quot;:4.12},{&quot;2026-07-15&quot;:4.12},{&quot;2026-07-16&quot;:4.12},{&quot;2026-07-17&quot;:4.12},{&quot;2026-07-18&quot;:4.12},{&quot;2026-07-19&quot;:3.94},{&quot;2026-07-20&quot;:4.12},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.94},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.74},{&quot;2026-08-02&quot;:3.77},{&quot;2026-08-03&quot;:3.75},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.71},{&quot;2026-08-08&quot;:3.58},{&quot;2026-08-09&quot;:3.4},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.43},{&quot;2026-08-12&quot;:3.43},{&quot;2026-08-13&quot;:3.43},{&quot;2026-08-14&quot;:3.43},{&quot;2026-08-15&quot;:3.43},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.41},{&quot;2026-08-18&quot;:3.51},{&quot;2026-08-19&quot;:3.53},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.87},{&quot;2026-08-26&quot;:3.73},{&quot;2026-08-27&quot;:3.68},{&quot;2026-08-28&quot;:3.68},{&quot;2026-08-29&quot;:3.68},{&quot;2026-08-30&quot;:3.68},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.74},{&quot;2026-09-03&quot;:3.65},{&quot;2026-09-04&quot;:3.65},{&quot;2026-09-05&quot;:3.61},{&quot;2026-09-06&quot;:3.61},{&quot;2026-09-07&quot;:3.56},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.73},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mishra&#39;s Bauble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/c/6cd0651b-4d8d-4777-8ada-29cca3cde9f8.jpg?1783919749" />

        <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">
            Mishra&#39;s Bauble
        </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-0'></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="Mishra&#39;s Bauble" src="https://cards.scryfall.io/large/front/6/c/6cd0651b-4d8d-4777-8ada-29cca3cde9f8.jpg?1783919749" />
    </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.65
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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.14},{&quot;2026-06-14&quot;:3.19},{&quot;2026-06-15&quot;:3.19},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.14},{&quot;2026-06-18&quot;:3.14},{&quot;2026-06-19&quot;:3.21},{&quot;2026-06-20&quot;:3.21},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.34},{&quot;2026-06-25&quot;:3.36},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.25},{&quot;2026-06-28&quot;:3.25},{&quot;2026-06-29&quot;:3.25},{&quot;2026-06-30&quot;:3.21},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.21},{&quot;2026-07-03&quot;:3.21},{&quot;2026-07-04&quot;:3.28},{&quot;2026-07-05&quot;:3.35},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.51},{&quot;2026-07-10&quot;:3.58},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.58},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.63},{&quot;2026-07-16&quot;:3.63},{&quot;2026-07-17&quot;:3.63},{&quot;2026-07-18&quot;:3.63},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.58},{&quot;2026-07-21&quot;:3.56},{&quot;2026-07-22&quot;:3.76},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.74},{&quot;2026-07-28&quot;:3.74},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.74},{&quot;2026-08-02&quot;:3.74},{&quot;2026-08-03&quot;:3.77},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.74},{&quot;2026-08-07&quot;:3.74},{&quot;2026-08-08&quot;:3.74},{&quot;2026-08-09&quot;:3.74},{&quot;2026-08-10&quot;:3.74},{&quot;2026-08-11&quot;:3.74},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.82},{&quot;2026-08-16&quot;:3.82},{&quot;2026-08-17&quot;:3.86},{&quot;2026-08-18&quot;:3.86},{&quot;2026-08-19&quot;:3.86},{&quot;2026-08-20&quot;:3.75},{&quot;2026-08-21&quot;:3.67},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.74},{&quot;2026-08-24&quot;:3.74},{&quot;2026-08-25&quot;:3.74},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.74},{&quot;2026-08-28&quot;:3.74},{&quot;2026-08-29&quot;:3.74},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.78},{&quot;2026-09-01&quot;:3.78},{&quot;2026-09-02&quot;:3.78},{&quot;2026-09-03&quot;:3.73},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.76},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.8},{&quot;2026-09-10&quot;:3.8},{&quot;2026-09-11&quot;:3.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.24},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.21},{&quot;2026-06-16&quot;:2.2},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.25},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.24},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.45},{&quot;2026-06-26&quot;:2.47},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.52},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.42},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.39},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.27},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.19},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.11},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.15},{&quot;2026-07-19&quot;:2.15},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.31},{&quot;2026-07-22&quot;:2.31},{&quot;2026-07-23&quot;:2.34},{&quot;2026-07-24&quot;:2.42},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.74},{&quot;2026-07-27&quot;:2.76},{&quot;2026-07-28&quot;:2.78},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.78},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.78},{&quot;2026-08-02&quot;:2.78},{&quot;2026-08-03&quot;:2.81},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.84},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:2.74},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.79},{&quot;2026-08-19&quot;:2.78},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.7},{&quot;2026-08-23&quot;:2.7},{&quot;2026-08-24&quot;:2.61},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.64},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.73},{&quot;2026-08-29&quot;:2.73},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.33},{&quot;2026-09-02&quot;:2.33},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.35},{&quot;2026-09-05&quot;:2.37},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.63},{&quot;2026-09-08&quot;:2.59},{&quot;2026-09-09&quot;:2.66},{&quot;2026-09-10&quot;:2.65},{&quot;2026-09-11&quot;:2.65}]}"
        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="86249"
  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">
            Yuriko, the Tiger&#39;s Shadow
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yuriko, the Tiger&#39;s Shadow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/e/6e4ef5bf-f055-4f0a-b1f4-263081f39104.jpg?1783931866" />

        <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">
            Yuriko, the Tiger&#39;s Shadow
        </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 Ninja</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Yuriko, the Tiger&#39;s Shadow" src="https://cards.scryfall.io/large/front/6/e/6e4ef5bf-f055-4f0a-b1f4-263081f39104.jpg?1783931866" />
    </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.76
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.26},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.09},{&quot;2026-06-18&quot;:4.09},{&quot;2026-06-19&quot;:4.09},{&quot;2026-06-20&quot;:4.09},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.08},{&quot;2026-06-25&quot;:4.18},{&quot;2026-06-26&quot;:4.18},{&quot;2026-06-27&quot;:4.16},{&quot;2026-06-28&quot;:4.16},{&quot;2026-06-29&quot;:4.16},{&quot;2026-06-30&quot;:4.16},{&quot;2026-07-01&quot;:4.23},{&quot;2026-07-02&quot;:4.19},{&quot;2026-07-03&quot;:4.23},{&quot;2026-07-04&quot;:4.23},{&quot;2026-07-05&quot;:4.23},{&quot;2026-07-06&quot;:4.23},{&quot;2026-07-07&quot;:4.15},{&quot;2026-07-08&quot;:4.15},{&quot;2026-07-09&quot;:4.07},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:3.92},{&quot;2026-07-12&quot;:3.94},{&quot;2026-07-13&quot;:3.94},{&quot;2026-07-14&quot;:3.94},{&quot;2026-07-15&quot;:3.94},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.72},{&quot;2026-07-20&quot;:3.71},{&quot;2026-07-21&quot;:3.71},{&quot;2026-07-22&quot;:3.71},{&quot;2026-07-23&quot;:3.71},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.76},{&quot;2026-07-28&quot;:3.74},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.83},{&quot;2026-07-31&quot;:3.73},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.75},{&quot;2026-08-03&quot;:3.75},{&quot;2026-08-04&quot;:3.75},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.76},{&quot;2026-08-08&quot;:3.74},{&quot;2026-08-09&quot;:3.74},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.72},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.7},{&quot;2026-08-15&quot;:3.75},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.75},{&quot;2026-08-18&quot;:3.75},{&quot;2026-08-19&quot;:3.75},{&quot;2026-08-20&quot;:3.75},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.72},{&quot;2026-08-24&quot;:3.77},{&quot;2026-08-25&quot;:3.77},{&quot;2026-08-26&quot;:3.77},{&quot;2026-08-27&quot;:3.77},{&quot;2026-08-28&quot;:3.77},{&quot;2026-08-29&quot;:3.77},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.7},{&quot;2026-09-02&quot;:3.72},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.78},{&quot;2026-09-05&quot;:3.78},{&quot;2026-09-06&quot;:3.78},{&quot;2026-09-07&quot;:3.78},{&quot;2026-09-08&quot;:3.76},{&quot;2026-09-09&quot;:3.76},{&quot;2026-09-10&quot;:3.76},{&quot;2026-09-11&quot;:3.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Abundant Countryside
        </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="Abundant Countryside" src="https://cards.scryfall.io/large/front/3/7/37478625-dd07-476d-bd9b-b2e0d71ac0d1.jpg?1782684280" />
    </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.76
              </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.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.65},{&quot;2026-06-10&quot;:3.5},{&quot;2026-06-11&quot;:2.69},{&quot;2026-06-12&quot;:2.54},{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.5},{&quot;2026-06-16&quot;:2.5},{&quot;2026-06-17&quot;:2.53},{&quot;2026-06-18&quot;:2.69},{&quot;2026-06-19&quot;:2.88},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.88},{&quot;2026-06-22&quot;:2.71},{&quot;2026-06-24&quot;:2.68},{&quot;2026-06-25&quot;:2.79},{&quot;2026-06-26&quot;:3.08},{&quot;2026-06-27&quot;:3.15},{&quot;2026-06-28&quot;:3.32},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.1},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.33},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.33},{&quot;2026-07-06&quot;:3.29},{&quot;2026-07-07&quot;:3.25},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.1},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.04},{&quot;2026-07-14&quot;:2.95},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:2.85},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.26},{&quot;2026-07-20&quot;:3.32},{&quot;2026-07-21&quot;:3.41},{&quot;2026-07-23&quot;:3.15},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-29&quot;:3.15},{&quot;2026-07-30&quot;:3.19},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.49},{&quot;2026-08-07&quot;:3.48},{&quot;2026-08-08&quot;:3.44},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.47},{&quot;2026-08-12&quot;:3.4},{&quot;2026-08-13&quot;:3.23},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.24},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.57},{&quot;2026-08-26&quot;:3.44},{&quot;2026-08-27&quot;:3.37},{&quot;2026-08-28&quot;:3.42},{&quot;2026-08-29&quot;:3.42},{&quot;2026-08-30&quot;:3.41},{&quot;2026-08-31&quot;:3.46},{&quot;2026-09-01&quot;:3.46},{&quot;2026-09-02&quot;:3.46},{&quot;2026-09-03&quot;:3.55},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.71},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Barad-dûr" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/b/eb5038af-06b0-401e-8dea-a1a8483788ae.jpg?1783916238" />

        <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">
            Barad-dûr
        </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 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="Barad-dûr" src="https://cards.scryfall.io/large/front/e/b/eb5038af-06b0-401e-8dea-a1a8483788ae.jpg?1783916238" />
    </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.75
              </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">
                $2.65
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:1.72},{&quot;2026-06-12&quot;:1.71},{&quot;2026-06-13&quot;:1.63},{&quot;2026-06-14&quot;:1.66},{&quot;2026-06-15&quot;:1.62},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.66},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.92},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.92},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.95},{&quot;2026-07-02&quot;:1.97},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.89},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.96},{&quot;2026-07-16&quot;:1.96},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.17},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.17},{&quot;2026-07-21&quot;:2.17},{&quot;2026-07-23&quot;:2.17},{&quot;2026-07-25&quot;:2.17},{&quot;2026-07-26&quot;:2.15},{&quot;2026-07-27&quot;:2.18},{&quot;2026-07-28&quot;:2.12},{&quot;2026-07-29&quot;:2.12},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.65},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.62},{&quot;2026-08-05&quot;:2.62},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.62},{&quot;2026-08-09&quot;:2.62},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.62},{&quot;2026-08-12&quot;:2.62},{&quot;2026-08-13&quot;:2.7},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.76},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:2.76},{&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.78},{&quot;2026-08-23&quot;:2.78},{&quot;2026-08-24&quot;:2.67},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.65},{&quot;2026-08-29&quot;:2.65},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.59},{&quot;2026-09-01&quot;:2.59},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.6},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.74},{&quot;2026-09-06&quot;:2.74},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.71},{&quot;2026-09-09&quot;:2.63},{&quot;2026-09-10&quot;:2.54},{&quot;2026-09-11&quot;:2.65}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.97},{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:1.97},{&quot;2026-06-14&quot;:1.92},{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:1.93},{&quot;2026-06-17&quot;:1.95},{&quot;2026-06-18&quot;:1.96},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.83},{&quot;2026-06-21&quot;:1.85},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.96},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.08},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.48},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.62},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.74},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.32},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.03},{&quot;2026-07-20&quot;:2.03},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.48},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.95},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.18},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.4},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.11},{&quot;2026-08-10&quot;:2.17},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.51},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.77},{&quot;2026-08-15&quot;:2.51},{&quot;2026-08-16&quot;:2.39},{&quot;2026-08-17&quot;:2.43},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.15},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.56},{&quot;2026-08-31&quot;:3.78},{&quot;2026-09-01&quot;:3.78},{&quot;2026-09-02&quot;:4.56},{&quot;2026-09-03&quot;:4.29},{&quot;2026-09-04&quot;:3.76},{&quot;2026-09-05&quot;:3.32},{&quot;2026-09-06&quot;:3.08},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:3.92},{&quot;2026-09-11&quot;:3.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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 Shire
        </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 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="The Shire" src="https://cards.scryfall.io/large/front/2/4/248ed7a6-982a-4ff4-ba9b-3c1f47e7605c.jpg?1783916191" />
    </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.75
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:3.76},{&quot;2026-06-16&quot;:3.75},{&quot;2026-06-17&quot;:3.73},{&quot;2026-06-18&quot;:3.73},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.73},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.81},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.88},{&quot;2026-06-25&quot;:3.75},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.72},{&quot;2026-06-28&quot;:3.7},{&quot;2026-06-29&quot;:3.76},{&quot;2026-06-30&quot;:3.96},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.97},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:4.05},{&quot;2026-07-07&quot;:4.05},{&quot;2026-07-08&quot;:4.02},{&quot;2026-07-09&quot;:4.02},{&quot;2026-07-10&quot;:4.06},{&quot;2026-07-11&quot;:4.06},{&quot;2026-07-12&quot;:4.06},{&quot;2026-07-13&quot;:4.06},{&quot;2026-07-14&quot;:4.06},{&quot;2026-07-15&quot;:3.97},{&quot;2026-07-16&quot;:3.94},{&quot;2026-07-17&quot;:3.94},{&quot;2026-07-18&quot;:3.94},{&quot;2026-07-19&quot;:3.9},{&quot;2026-07-20&quot;:3.98},{&quot;2026-07-21&quot;:3.98},{&quot;2026-07-22&quot;:4.0},{&quot;2026-07-23&quot;:3.98},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.83},{&quot;2026-07-28&quot;:3.82},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.78},{&quot;2026-07-31&quot;:3.84},{&quot;2026-08-01&quot;:3.84},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.02},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.14},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.29},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.28},{&quot;2026-08-16&quot;:4.22},{&quot;2026-08-17&quot;:4.3},{&quot;2026-08-18&quot;:4.3},{&quot;2026-08-19&quot;:4.29},{&quot;2026-08-20&quot;:4.22},{&quot;2026-08-21&quot;:4.24},{&quot;2026-08-22&quot;:4.52},{&quot;2026-08-23&quot;:4.55},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.53},{&quot;2026-08-26&quot;:4.49},{&quot;2026-08-27&quot;:4.63},{&quot;2026-08-28&quot;:4.6},{&quot;2026-08-29&quot;:4.6},{&quot;2026-08-30&quot;:4.57},{&quot;2026-08-31&quot;:4.68},{&quot;2026-09-01&quot;:4.7},{&quot;2026-09-02&quot;:4.67},{&quot;2026-09-03&quot;:4.73},{&quot;2026-09-04&quot;:4.73},{&quot;2026-09-05&quot;:4.73},{&quot;2026-09-06&quot;:4.51},{&quot;2026-09-07&quot;:4.64},{&quot;2026-09-08&quot;:4.64},{&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-13&quot;:2.72},{&quot;2026-06-14&quot;:2.8},{&quot;2026-06-15&quot;:2.82},{&quot;2026-06-16&quot;:2.82},{&quot;2026-06-17&quot;:2.78},{&quot;2026-06-18&quot;:2.81},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:3.13},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.27},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:3.11},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.13},{&quot;2026-06-29&quot;:3.12},{&quot;2026-06-30&quot;:3.21},{&quot;2026-07-01&quot;:3.25},{&quot;2026-07-02&quot;:3.14},{&quot;2026-07-03&quot;:3.14},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.4},{&quot;2026-07-09&quot;:3.4},{&quot;2026-07-10&quot;:3.44},{&quot;2026-07-11&quot;:3.5},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:3.48},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.4},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.57},{&quot;2026-07-20&quot;:3.61},{&quot;2026-07-21&quot;:3.66},{&quot;2026-07-22&quot;:3.66},{&quot;2026-07-23&quot;:3.59},{&quot;2026-07-24&quot;:3.59},{&quot;2026-07-25&quot;:3.65},{&quot;2026-07-26&quot;:3.73},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-28&quot;:3.69},{&quot;2026-07-29&quot;:3.71},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.39},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.42},{&quot;2026-08-04&quot;:3.45},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.38},{&quot;2026-08-08&quot;:3.42},{&quot;2026-08-09&quot;:3.42},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.61},{&quot;2026-08-14&quot;:3.68},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.46},{&quot;2026-08-17&quot;:3.46},{&quot;2026-08-18&quot;:3.4},{&quot;2026-08-19&quot;:3.38},{&quot;2026-08-20&quot;:3.35},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.66},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.11},{&quot;2026-08-29&quot;:3.11},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.25},{&quot;2026-09-02&quot;:3.31},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.58},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.94},{&quot;2026-09-09&quot;:3.93},{&quot;2026-09-10&quot;:3.83},{&quot;2026-09-11&quot;:3.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="76009"
  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-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">
            Rakdos Signet
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rakdos Signet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e9816461-a471-4f29-9a57-67ac8552d09d.jpg?1783913836" />

        <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">
            Rakdos Signet
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rakdos Signet" src="https://cards.scryfall.io/large/front/e/9/e9816461-a471-4f29-9a57-67ac8552d09d.jpg?1783913836" />
    </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.75
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.25},{&quot;2026-06-12&quot;:1.25},{&quot;2026-06-13&quot;:1.24},{&quot;2026-06-14&quot;:1.18},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.38},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.38},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.33},{&quot;2026-06-26&quot;:1.33},{&quot;2026-06-27&quot;:1.29},{&quot;2026-06-28&quot;:1.43},{&quot;2026-06-29&quot;:1.46},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.56},{&quot;2026-07-02&quot;:1.56},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.58},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.31},{&quot;2026-07-11&quot;:1.31},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.43},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.78},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:2.09},{&quot;2026-07-20&quot;:2.43},{&quot;2026-07-21&quot;:2.44},{&quot;2026-07-23&quot;:2.53},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.69},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-28&quot;:2.64},{&quot;2026-07-29&quot;:2.55},{&quot;2026-07-30&quot;:2.73},{&quot;2026-07-31&quot;:2.68},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.69},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.7},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:2.85},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:2.99},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.22},{&quot;2026-08-22&quot;:3.8},{&quot;2026-08-23&quot;:3.99},{&quot;2026-08-24&quot;:4.11},{&quot;2026-08-25&quot;:4.11},{&quot;2026-08-26&quot;:3.82},{&quot;2026-08-27&quot;:3.82},{&quot;2026-08-28&quot;:4.03},{&quot;2026-08-29&quot;:4.03},{&quot;2026-08-30&quot;:3.99},{&quot;2026-08-31&quot;:3.85},{&quot;2026-09-01&quot;:4.07},{&quot;2026-09-02&quot;:3.91},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.62},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.75},{&quot;2026-09-11&quot;:3.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="44358"
  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-m12 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">
            Worldslayer
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Worldslayer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/b/db6c6b15-40f3-4556-978f-878bedb13762.jpg?1783941046" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Worldslayer" src="https://cards.scryfall.io/large/front/d/b/db6c6b15-40f3-4556-978f-878bedb13762.jpg?1783941046" />
    </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.74
              </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">
                $19.08
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:17.73},{&quot;2026-06-14&quot;:17.73},{&quot;2026-06-15&quot;:17.73},{&quot;2026-06-16&quot;:17.73},{&quot;2026-06-17&quot;:17.73},{&quot;2026-06-18&quot;:17.73},{&quot;2026-06-19&quot;:17.73},{&quot;2026-06-20&quot;:17.73},{&quot;2026-06-21&quot;:17.73},{&quot;2026-06-22&quot;:17.73},{&quot;2026-06-23&quot;:17.73},{&quot;2026-06-24&quot;:17.73},{&quot;2026-06-25&quot;:17.73},{&quot;2026-06-26&quot;:17.73},{&quot;2026-06-27&quot;:17.95},{&quot;2026-06-28&quot;:17.95},{&quot;2026-06-29&quot;:17.95},{&quot;2026-06-30&quot;:17.95},{&quot;2026-07-01&quot;:17.95},{&quot;2026-07-02&quot;:17.95},{&quot;2026-07-03&quot;:18.04},{&quot;2026-07-04&quot;:18.04},{&quot;2026-07-05&quot;:18.04},{&quot;2026-07-06&quot;:18.04},{&quot;2026-07-07&quot;:18.04},{&quot;2026-07-08&quot;:18.04},{&quot;2026-07-09&quot;:18.04},{&quot;2026-07-10&quot;:17.98},{&quot;2026-07-11&quot;:18.24},{&quot;2026-07-12&quot;:18.24},{&quot;2026-07-13&quot;:18.24},{&quot;2026-07-14&quot;:18.24},{&quot;2026-07-15&quot;:18.24},{&quot;2026-07-16&quot;:18.24},{&quot;2026-07-17&quot;:18.24},{&quot;2026-07-18&quot;:18.24},{&quot;2026-07-19&quot;:18.24},{&quot;2026-07-20&quot;:18.82},{&quot;2026-07-21&quot;:18.82},{&quot;2026-07-22&quot;:18.82},{&quot;2026-07-23&quot;:18.82},{&quot;2026-07-24&quot;:18.82},{&quot;2026-07-25&quot;:18.82},{&quot;2026-07-26&quot;:18.82},{&quot;2026-07-27&quot;:18.82},{&quot;2026-07-28&quot;:18.82},{&quot;2026-07-29&quot;:18.76},{&quot;2026-07-30&quot;:18.76},{&quot;2026-07-31&quot;:18.76},{&quot;2026-08-01&quot;:18.76},{&quot;2026-08-02&quot;:18.76},{&quot;2026-08-03&quot;:18.76},{&quot;2026-08-04&quot;:18.76},{&quot;2026-08-05&quot;:18.76},{&quot;2026-08-07&quot;:18.76},{&quot;2026-08-08&quot;:18.76},{&quot;2026-08-09&quot;:18.91},{&quot;2026-08-10&quot;:18.91},{&quot;2026-08-11&quot;:18.91},{&quot;2026-08-12&quot;:18.91},{&quot;2026-08-13&quot;:19.08},{&quot;2026-08-14&quot;:19.08},{&quot;2026-08-15&quot;:19.08},{&quot;2026-08-16&quot;:19.08},{&quot;2026-08-17&quot;:19.08},{&quot;2026-08-18&quot;:19.08},{&quot;2026-08-19&quot;:19.08},{&quot;2026-08-20&quot;:19.08},{&quot;2026-08-21&quot;:19.08},{&quot;2026-08-22&quot;:19.08},{&quot;2026-08-23&quot;:19.08},{&quot;2026-08-24&quot;:19.08},{&quot;2026-08-25&quot;:19.08},{&quot;2026-08-26&quot;:19.08},{&quot;2026-08-27&quot;:19.08},{&quot;2026-08-28&quot;:19.08},{&quot;2026-08-29&quot;:19.08},{&quot;2026-08-30&quot;:19.08},{&quot;2026-08-31&quot;:19.08},{&quot;2026-09-01&quot;:19.08},{&quot;2026-09-02&quot;:19.08},{&quot;2026-09-03&quot;:19.08},{&quot;2026-09-04&quot;:19.08},{&quot;2026-09-05&quot;:19.08},{&quot;2026-09-06&quot;:19.08},{&quot;2026-09-07&quot;:19.08},{&quot;2026-09-08&quot;:19.08},{&quot;2026-09-09&quot;:19.08},{&quot;2026-09-10&quot;:19.08},{&quot;2026-09-11&quot;:19.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.21},{&quot;2026-06-15&quot;:3.21},{&quot;2026-06-16&quot;:3.09},{&quot;2026-06-17&quot;:3.13},{&quot;2026-06-18&quot;:3.13},{&quot;2026-06-19&quot;:3.14},{&quot;2026-06-20&quot;:3.14},{&quot;2026-06-21&quot;:3.15},{&quot;2026-06-22&quot;:3.15},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.19},{&quot;2026-06-25&quot;:3.19},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.27},{&quot;2026-06-28&quot;:3.19},{&quot;2026-06-29&quot;:3.19},{&quot;2026-06-30&quot;:3.22},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.21},{&quot;2026-07-03&quot;:3.21},{&quot;2026-07-04&quot;:3.21},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.21},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.28},{&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.43},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.33},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.27},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.27},{&quot;2026-07-22&quot;:3.25},{&quot;2026-07-23&quot;:3.23},{&quot;2026-07-24&quot;:3.23},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.2},{&quot;2026-07-31&quot;:3.09},{&quot;2026-08-01&quot;:3.09},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.1},{&quot;2026-08-04&quot;:3.1},{&quot;2026-08-05&quot;:3.1},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.06},{&quot;2026-08-09&quot;:3.08},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.02},{&quot;2026-08-15&quot;:3.02},{&quot;2026-08-16&quot;:3.02},{&quot;2026-08-17&quot;:3.16},{&quot;2026-08-18&quot;:3.16},{&quot;2026-08-19&quot;:3.16},{&quot;2026-08-20&quot;:3.16},{&quot;2026-08-21&quot;:3.17},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.3},{&quot;2026-08-25&quot;:3.3},{&quot;2026-08-26&quot;:3.3},{&quot;2026-08-27&quot;:3.3},{&quot;2026-08-28&quot;:3.3},{&quot;2026-08-29&quot;:3.3},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.39},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.43},{&quot;2026-09-04&quot;:3.43},{&quot;2026-09-05&quot;:3.74},{&quot;2026-09-06&quot;:3.74},{&quot;2026-09-07&quot;:3.74},{&quot;2026-09-08&quot;:3.74},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109457"
  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-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">
            Daze
        </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">
              ↑
              3%
            </span>

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

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

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

        <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">
            Daze
        </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="Daze" src="https://cards.scryfall.io/large/front/d/3/d3c3964f-8449-4f5f-b24e-627511f2e6d8.jpg?1782756579" />
    </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.74
              </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">
                $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">$4.50</span>
              <span class="text-xs text-grey-text">Credit: $5.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.24},{&quot;2026-06-12&quot;:5.12},{&quot;2026-06-13&quot;:5.29},{&quot;2026-06-14&quot;:5.23},{&quot;2026-06-15&quot;:5.08},{&quot;2026-06-16&quot;:5.08},{&quot;2026-06-17&quot;:4.75},{&quot;2026-06-18&quot;:4.61},{&quot;2026-06-19&quot;:4.47},{&quot;2026-06-20&quot;:4.47},{&quot;2026-06-21&quot;:4.39},{&quot;2026-06-22&quot;:4.42},{&quot;2026-06-23&quot;:4.5},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.61},{&quot;2026-06-27&quot;:4.57},{&quot;2026-06-28&quot;:4.57},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.28},{&quot;2026-07-02&quot;:4.11},{&quot;2026-07-03&quot;:4.11},{&quot;2026-07-04&quot;:4.17},{&quot;2026-07-05&quot;:4.09},{&quot;2026-07-06&quot;:4.02},{&quot;2026-07-07&quot;:4.02},{&quot;2026-07-08&quot;:3.89},{&quot;2026-07-09&quot;:3.91},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.81},{&quot;2026-07-12&quot;:3.81},{&quot;2026-07-13&quot;:3.78},{&quot;2026-07-14&quot;:3.79},{&quot;2026-07-15&quot;:4.01},{&quot;2026-07-16&quot;:4.01},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:4.07},{&quot;2026-07-19&quot;:4.05},{&quot;2026-07-20&quot;:4.03},{&quot;2026-07-21&quot;:4.03},{&quot;2026-07-23&quot;:4.11},{&quot;2026-07-25&quot;:4.01},{&quot;2026-07-26&quot;:4.01},{&quot;2026-07-27&quot;:3.91},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:3.83},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.86},{&quot;2026-08-01&quot;:3.86},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.77},{&quot;2026-08-05&quot;:3.77},{&quot;2026-08-07&quot;:3.71},{&quot;2026-08-08&quot;:3.63},{&quot;2026-08-09&quot;:3.61},{&quot;2026-08-10&quot;:3.63},{&quot;2026-08-11&quot;:3.56},{&quot;2026-08-12&quot;:3.56},{&quot;2026-08-13&quot;:3.6},{&quot;2026-08-14&quot;:3.56},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.69},{&quot;2026-08-17&quot;:3.69},{&quot;2026-08-18&quot;:3.73},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.76},{&quot;2026-08-21&quot;:3.72},{&quot;2026-08-22&quot;:3.72},{&quot;2026-08-23&quot;:3.74},{&quot;2026-08-24&quot;:3.68},{&quot;2026-08-25&quot;:3.68},{&quot;2026-08-26&quot;:3.66},{&quot;2026-08-27&quot;:3.66},{&quot;2026-08-28&quot;:3.66},{&quot;2026-08-29&quot;:3.66},{&quot;2026-08-30&quot;:3.7},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.67},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.62},{&quot;2026-09-06&quot;:3.67},{&quot;2026-09-07&quot;:3.78},{&quot;2026-09-08&quot;:3.78},{&quot;2026-09-09&quot;:3.73},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Dour Port-Mage
        </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 — Frog Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dour Port-Mage" src="https://cards.scryfall.io/large/front/6/4/6402133e-eed1-4a46-9667-8b7a310362c1.jpg?1783910852" />
    </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.86
              </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.73
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-13&quot;:3.52},{&quot;2026-06-14&quot;:3.56},{&quot;2026-06-15&quot;:3.56},{&quot;2026-06-16&quot;:3.56},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.42},{&quot;2026-06-20&quot;:3.49},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.43},{&quot;2026-06-23&quot;:3.43},{&quot;2026-06-24&quot;:3.48},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.36},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.33},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.33},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.33},{&quot;2026-07-04&quot;:3.3},{&quot;2026-07-05&quot;:3.39},{&quot;2026-07-06&quot;:3.16},{&quot;2026-07-07&quot;:3.13},{&quot;2026-07-08&quot;:3.13},{&quot;2026-07-09&quot;:3.14},{&quot;2026-07-10&quot;:3.14},{&quot;2026-07-11&quot;:3.14},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:3.13},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:3.14},{&quot;2026-07-16&quot;:3.12},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.07},{&quot;2026-07-19&quot;:3.13},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-22&quot;:3.01},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-24&quot;:2.99},{&quot;2026-07-25&quot;:2.99},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.97},{&quot;2026-07-28&quot;:3.03},{&quot;2026-07-29&quot;:3.29},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:3.18},{&quot;2026-08-01&quot;:3.19},{&quot;2026-08-02&quot;:3.22},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.22},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.2},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.22},{&quot;2026-08-13&quot;:3.22},{&quot;2026-08-14&quot;:3.27},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.27},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.44},{&quot;2026-08-19&quot;:3.47},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.51},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.35},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.42},{&quot;2026-08-31&quot;:3.48},{&quot;2026-09-01&quot;:3.54},{&quot;2026-09-02&quot;:3.61},{&quot;2026-09-03&quot;:3.72},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:3.6},{&quot;2026-09-06&quot;:3.56},{&quot;2026-09-07&quot;:3.56},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.76},{&quot;2026-09-10&quot;:3.76},{&quot;2026-09-11&quot;:3.73}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.54},{&quot;2026-06-14&quot;:2.49},{&quot;2026-06-15&quot;:2.6},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.75},{&quot;2026-06-23&quot;:2.65},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.73},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.75},{&quot;2026-06-28&quot;:3.11},{&quot;2026-06-29&quot;:2.88},{&quot;2026-06-30&quot;:2.98},{&quot;2026-07-01&quot;:3.01},{&quot;2026-07-02&quot;:3.32},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.33},{&quot;2026-07-05&quot;:3.21},{&quot;2026-07-06&quot;:3.02},{&quot;2026-07-07&quot;:2.95},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.57},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.17},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.13},{&quot;2026-07-21&quot;:1.97},{&quot;2026-07-22&quot;:2.17},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-24&quot;:2.04},{&quot;2026-07-25&quot;:2.12},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.44},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.08},{&quot;2026-07-31&quot;:2.19},{&quot;2026-08-01&quot;:2.19},{&quot;2026-08-02&quot;:2.32},{&quot;2026-08-03&quot;:2.65},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.43},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.17},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.63},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.39},{&quot;2026-08-21&quot;:2.33},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.82},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:2.43},{&quot;2026-08-31&quot;:2.58},{&quot;2026-09-01&quot;:2.44},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:3.17},{&quot;2026-09-04&quot;:3.14},{&quot;2026-09-05&quot;:3.03},{&quot;2026-09-06&quot;:2.84},{&quot;2026-09-07&quot;:2.88},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.93},{&quot;2026-09-10&quot;:2.88},{&quot;2026-09-11&quot;:2.86}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Share the Spoils" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/e/5e35d719-8766-47dc-8c0d-8e2b37b907a8.jpg?1783926244" />

        <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">
            Share the Spoils
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Share the Spoils" src="https://cards.scryfall.io/large/front/5/e/5e35d719-8766-47dc-8c0d-8e2b37b907a8.jpg?1783926244" />
    </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.73
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:4.05},{&quot;2026-06-11&quot;:4.07},{&quot;2026-06-12&quot;:4.2},{&quot;2026-06-13&quot;:4.17},{&quot;2026-06-14&quot;:4.17},{&quot;2026-06-15&quot;:4.17},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:4.22},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.2},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:4.19},{&quot;2026-06-22&quot;:4.28},{&quot;2026-06-23&quot;:4.28},{&quot;2026-06-24&quot;:4.28},{&quot;2026-06-25&quot;:4.16},{&quot;2026-06-26&quot;:4.16},{&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;:4.08},{&quot;2026-07-02&quot;:4.08},{&quot;2026-07-03&quot;:4.08},{&quot;2026-07-04&quot;:4.08},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.79},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.77},{&quot;2026-07-12&quot;:3.77},{&quot;2026-07-13&quot;:3.74},{&quot;2026-07-14&quot;:3.69},{&quot;2026-07-15&quot;:3.69},{&quot;2026-07-16&quot;:3.76},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.67},{&quot;2026-07-19&quot;:3.67},{&quot;2026-07-20&quot;:3.67},{&quot;2026-07-21&quot;:3.67},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.55},{&quot;2026-07-27&quot;:3.55},{&quot;2026-07-29&quot;:3.54},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.63},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.62},{&quot;2026-08-03&quot;:3.56},{&quot;2026-08-04&quot;:3.52},{&quot;2026-08-05&quot;:3.53},{&quot;2026-08-07&quot;:3.57},{&quot;2026-08-08&quot;:3.57},{&quot;2026-08-09&quot;:3.57},{&quot;2026-08-10&quot;:3.61},{&quot;2026-08-11&quot;:3.66},{&quot;2026-08-12&quot;:3.67},{&quot;2026-08-13&quot;:3.67},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.64},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.66},{&quot;2026-08-21&quot;:3.64},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.57},{&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.69},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.74},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.78},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.8},{&quot;2026-09-05&quot;:3.79},{&quot;2026-09-06&quot;:3.81},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.8},{&quot;2026-09-09&quot;:3.82},{&quot;2026-09-10&quot;:3.82},{&quot;2026-09-11&quot;:3.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Drain Power
        </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>
          </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="Drain Power" src="https://cards.scryfall.io/large/front/e/3/e3009237-fb96-497f-9a6e-b93b8115528a.jpg?1783947861" />
    </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.73
              </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.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.72},{&quot;2026-06-14&quot;:3.72},{&quot;2026-06-15&quot;:3.72},{&quot;2026-06-16&quot;:3.77},{&quot;2026-06-17&quot;:3.77},{&quot;2026-06-18&quot;:3.77},{&quot;2026-06-19&quot;:3.77},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:3.77},{&quot;2026-06-22&quot;:3.77},{&quot;2026-06-23&quot;:3.77},{&quot;2026-06-24&quot;:3.77},{&quot;2026-06-25&quot;:3.77},{&quot;2026-06-26&quot;:3.77},{&quot;2026-06-27&quot;:3.79},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.79},{&quot;2026-06-30&quot;:3.79},{&quot;2026-07-01&quot;:3.79},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:3.79},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.8},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.8},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:3.83},{&quot;2026-07-11&quot;:3.83},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.83},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.83},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.83},{&quot;2026-07-18&quot;:3.83},{&quot;2026-07-19&quot;:3.83},{&quot;2026-07-20&quot;:3.83},{&quot;2026-07-21&quot;:3.83},{&quot;2026-07-22&quot;:3.85},{&quot;2026-07-23&quot;:3.85},{&quot;2026-07-24&quot;:3.85},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.83},{&quot;2026-07-28&quot;:3.83},{&quot;2026-07-29&quot;:3.83},{&quot;2026-07-30&quot;:3.83},{&quot;2026-07-31&quot;:3.78},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.78},{&quot;2026-08-04&quot;:3.39},{&quot;2026-08-05&quot;:3.51},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.51},{&quot;2026-08-09&quot;:3.51},{&quot;2026-08-10&quot;:3.51},{&quot;2026-08-11&quot;:3.51},{&quot;2026-08-12&quot;:3.51},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.48},{&quot;2026-08-15&quot;:3.48},{&quot;2026-08-16&quot;:3.48},{&quot;2026-08-17&quot;:3.47},{&quot;2026-08-18&quot;:3.47},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.55},{&quot;2026-08-21&quot;:3.55},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.59},{&quot;2026-08-27&quot;:3.59},{&quot;2026-08-28&quot;:3.59},{&quot;2026-08-29&quot;:3.59},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.63},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.63},{&quot;2026-09-08&quot;:3.67},{&quot;2026-09-09&quot;:3.67},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75527"
  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">
            Welcoming Vampire
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Welcoming Vampire
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Welcoming Vampire" src="https://cards.scryfall.io/large/front/2/e/2ea7710e-2eae-47e7-bcb1-3465f8b62728.jpg?1783913892" />
    </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.73
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.21},{&quot;2026-06-11&quot;:3.12},{&quot;2026-06-12&quot;:2.98},{&quot;2026-06-13&quot;:3.03},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.33},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.42},{&quot;2026-06-22&quot;:3.62},{&quot;2026-06-23&quot;:3.68},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.69},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.64},{&quot;2026-06-29&quot;:3.63},{&quot;2026-06-30&quot;:3.62},{&quot;2026-07-01&quot;:3.59},{&quot;2026-07-02&quot;:3.47},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.44},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.61},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.96},{&quot;2026-07-13&quot;:3.96},{&quot;2026-07-14&quot;:3.96},{&quot;2026-07-15&quot;:3.76},{&quot;2026-07-16&quot;:3.66},{&quot;2026-07-17&quot;:3.62},{&quot;2026-07-18&quot;:3.51},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.58},{&quot;2026-07-21&quot;:3.71},{&quot;2026-07-23&quot;:3.69},{&quot;2026-07-25&quot;:3.74},{&quot;2026-07-26&quot;:3.75},{&quot;2026-07-27&quot;:3.52},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.88},{&quot;2026-08-01&quot;:4.07},{&quot;2026-08-02&quot;:3.97},{&quot;2026-08-03&quot;:3.97},{&quot;2026-08-04&quot;:3.99},{&quot;2026-08-05&quot;:3.99},{&quot;2026-08-07&quot;:4.02},{&quot;2026-08-08&quot;:3.75},{&quot;2026-08-09&quot;:3.72},{&quot;2026-08-10&quot;:3.41},{&quot;2026-08-11&quot;:3.69},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.93},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.83},{&quot;2026-08-16&quot;:3.83},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.51},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.94},{&quot;2026-08-22&quot;:3.94},{&quot;2026-08-23&quot;:3.95},{&quot;2026-08-24&quot;:4.01},{&quot;2026-08-25&quot;:4.01},{&quot;2026-08-26&quot;:3.99},{&quot;2026-08-27&quot;:3.99},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.78},{&quot;2026-09-01&quot;:3.78},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.69},{&quot;2026-09-04&quot;:3.77},{&quot;2026-09-05&quot;:3.81},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:3.81},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.66},{&quot;2026-09-10&quot;:3.63},{&quot;2026-09-11&quot;:3.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.72
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Battlemage&#39;s Bracers" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/a/1a14aad2-47f0-4d21-9fcf-5ca171faffaf.jpg?1783927595" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Battlemage&#39;s Bracers" src="https://cards.scryfall.io/large/front/1/a/1a14aad2-47f0-4d21-9fcf-5ca171faffaf.jpg?1783927595" />
    </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.72
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-13&quot;:3.67},{&quot;2026-06-14&quot;:3.68},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.69},{&quot;2026-06-17&quot;:3.69},{&quot;2026-06-18&quot;:3.64},{&quot;2026-06-19&quot;:3.68},{&quot;2026-06-20&quot;:3.6},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.64},{&quot;2026-06-25&quot;:3.59},{&quot;2026-06-26&quot;:3.59},{&quot;2026-06-27&quot;:3.62},{&quot;2026-06-28&quot;:3.6},{&quot;2026-06-29&quot;:3.56},{&quot;2026-06-30&quot;:3.56},{&quot;2026-07-01&quot;:3.67},{&quot;2026-07-02&quot;:3.65},{&quot;2026-07-03&quot;:3.72},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.61},{&quot;2026-07-06&quot;:3.61},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.52},{&quot;2026-07-10&quot;:3.52},{&quot;2026-07-11&quot;:3.53},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.56},{&quot;2026-07-14&quot;:3.56},{&quot;2026-07-15&quot;:3.56},{&quot;2026-07-16&quot;:3.59},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.59},{&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.54},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-24&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.54},{&quot;2026-07-28&quot;:3.55},{&quot;2026-07-29&quot;:3.43},{&quot;2026-07-30&quot;:3.38},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.45},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.58},{&quot;2026-08-07&quot;:3.58},{&quot;2026-08-08&quot;:3.6},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.6},{&quot;2026-08-13&quot;:3.6},{&quot;2026-08-14&quot;:3.56},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.76},{&quot;2026-08-18&quot;:3.76},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.64},{&quot;2026-08-21&quot;:3.64},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.74},{&quot;2026-08-25&quot;:3.68},{&quot;2026-08-26&quot;:3.68},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.61},{&quot;2026-09-03&quot;:3.54},{&quot;2026-09-04&quot;:3.43},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.45},{&quot;2026-09-07&quot;:3.42},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.29},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Crop Rotation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/4249cc64-f75b-4c76-a41a-5b25873c74bc.jpg?1783930149" />

        <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">
            Crop Rotation
        </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="Crop Rotation" src="https://cards.scryfall.io/large/front/4/2/4249cc64-f75b-4c76-a41a-5b25873c74bc.jpg?1783930149" />
    </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.72
              </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">
                $4.35
              </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.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;:4.58},{&quot;2026-06-11&quot;:4.58},{&quot;2026-06-12&quot;:4.53},{&quot;2026-06-13&quot;:4.43},{&quot;2026-06-14&quot;:4.43},{&quot;2026-06-15&quot;:4.43},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.43},{&quot;2026-06-18&quot;:4.43},{&quot;2026-06-19&quot;:4.48},{&quot;2026-06-20&quot;:4.48},{&quot;2026-06-21&quot;:4.48},{&quot;2026-06-22&quot;:4.48},{&quot;2026-06-23&quot;:4.48},{&quot;2026-06-24&quot;:4.48},{&quot;2026-06-25&quot;:4.48},{&quot;2026-06-26&quot;:4.35},{&quot;2026-06-27&quot;:4.35},{&quot;2026-06-28&quot;:4.35},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.37},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.37},{&quot;2026-07-04&quot;:4.26},{&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.36},{&quot;2026-07-10&quot;:4.32},{&quot;2026-07-11&quot;:4.32},{&quot;2026-07-12&quot;:4.28},{&quot;2026-07-13&quot;:4.16},{&quot;2026-07-14&quot;:4.22},{&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-23&quot;:4.23},{&quot;2026-07-25&quot;:4.23},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-29&quot;:4.26},{&quot;2026-07-30&quot;:4.26},{&quot;2026-07-31&quot;:4.3},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.26},{&quot;2026-08-03&quot;:4.26},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.26},{&quot;2026-08-07&quot;:4.3},{&quot;2026-08-08&quot;:4.35},{&quot;2026-08-09&quot;:4.35},{&quot;2026-08-10&quot;:4.35},{&quot;2026-08-11&quot;:4.35},{&quot;2026-08-12&quot;:4.3},{&quot;2026-08-13&quot;:4.3},{&quot;2026-08-14&quot;:4.3},{&quot;2026-08-15&quot;:4.3},{&quot;2026-08-16&quot;:4.3},{&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.3},{&quot;2026-08-23&quot;:4.3},{&quot;2026-08-24&quot;:4.3},{&quot;2026-08-25&quot;:4.3},{&quot;2026-08-26&quot;:4.36},{&quot;2026-08-27&quot;:4.36},{&quot;2026-08-28&quot;:4.36},{&quot;2026-08-29&quot;:4.36},{&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.38},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.29},{&quot;2026-09-07&quot;:4.29},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.35},{&quot;2026-09-10&quot;:4.35},{&quot;2026-09-11&quot;:4.35}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.88},{&quot;2026-06-11&quot;:3.9},{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.78},{&quot;2026-06-14&quot;:3.82},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:3.81},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.85},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.88},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.77},{&quot;2026-06-25&quot;:3.76},{&quot;2026-06-26&quot;:3.68},{&quot;2026-06-27&quot;:3.66},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.77},{&quot;2026-06-30&quot;:3.77},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.81},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.68},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.69},{&quot;2026-07-10&quot;:3.68},{&quot;2026-07-11&quot;:3.72},{&quot;2026-07-12&quot;:3.65},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.78},{&quot;2026-07-16&quot;:3.94},{&quot;2026-07-17&quot;:3.92},{&quot;2026-07-18&quot;:3.94},{&quot;2026-07-19&quot;:3.97},{&quot;2026-07-20&quot;:3.95},{&quot;2026-07-21&quot;:3.86},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.53},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.44},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.47},{&quot;2026-08-03&quot;:3.47},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.41},{&quot;2026-08-09&quot;:3.43},{&quot;2026-08-10&quot;:3.52},{&quot;2026-08-11&quot;:3.52},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.52},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.51},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.61},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:3.84},{&quot;2026-08-22&quot;:3.86},{&quot;2026-08-23&quot;:3.84},{&quot;2026-08-24&quot;:3.78},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.79},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.65},{&quot;2026-09-02&quot;:3.69},{&quot;2026-09-03&quot;:3.69},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.61},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.72
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Archmage of Runes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/334b5018-2da9-49f1-9d09-83d312ecfb02.jpg?1783909121" />

        <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">
            Archmage of Runes
        </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 — Giant Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Archmage of Runes" src="https://cards.scryfall.io/large/front/3/3/334b5018-2da9-49f1-9d09-83d312ecfb02.jpg?1783909121" />
    </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.72
              </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">
                $4.27
              </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">$2.30</span>
              <span class="text-xs text-grey-text">Credit: $2.99</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:4.14},{&quot;2026-06-12&quot;:4.14},{&quot;2026-06-13&quot;:4.2},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:4.28},{&quot;2026-06-16&quot;:4.29},{&quot;2026-06-17&quot;:4.33},{&quot;2026-06-18&quot;:4.33},{&quot;2026-06-19&quot;:4.33},{&quot;2026-06-20&quot;:4.33},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.22},{&quot;2026-06-25&quot;:4.24},{&quot;2026-06-26&quot;:4.3},{&quot;2026-06-27&quot;:4.18},{&quot;2026-06-28&quot;:4.06},{&quot;2026-06-29&quot;:4.06},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.07},{&quot;2026-07-02&quot;:4.07},{&quot;2026-07-03&quot;:4.05},{&quot;2026-07-04&quot;:4.05},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:4.03},{&quot;2026-07-08&quot;:4.03},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:3.99},{&quot;2026-07-11&quot;:3.99},{&quot;2026-07-12&quot;:3.97},{&quot;2026-07-13&quot;:4.02},{&quot;2026-07-14&quot;:4.02},{&quot;2026-07-15&quot;:4.02},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:3.98},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.04},{&quot;2026-07-23&quot;:3.97},{&quot;2026-07-25&quot;:3.96},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:3.96},{&quot;2026-07-28&quot;:3.96},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.74},{&quot;2026-08-02&quot;:3.74},{&quot;2026-08-03&quot;:3.78},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.9},{&quot;2026-08-07&quot;:3.92},{&quot;2026-08-08&quot;:3.9},{&quot;2026-08-09&quot;:3.9},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.85},{&quot;2026-08-14&quot;:4.14},{&quot;2026-08-15&quot;:4.2},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.08},{&quot;2026-08-18&quot;:3.97},{&quot;2026-08-19&quot;:3.99},{&quot;2026-08-20&quot;:3.99},{&quot;2026-08-21&quot;:4.1},{&quot;2026-08-22&quot;:4.1},{&quot;2026-08-23&quot;:4.18},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.28},{&quot;2026-08-27&quot;:4.28},{&quot;2026-08-28&quot;:4.16},{&quot;2026-08-29&quot;:4.16},{&quot;2026-08-30&quot;:4.14},{&quot;2026-08-31&quot;:4.05},{&quot;2026-09-01&quot;:4.05},{&quot;2026-09-02&quot;:4.05},{&quot;2026-09-03&quot;:4.05},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:4.1},{&quot;2026-09-07&quot;:4.13},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.26},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.27}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.41},{&quot;2026-06-12&quot;:3.33},{&quot;2026-06-13&quot;:3.35},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.39},{&quot;2026-06-16&quot;:3.54},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.39},{&quot;2026-06-23&quot;:3.49},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.61},{&quot;2026-06-27&quot;:3.59},{&quot;2026-06-28&quot;:3.49},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.92},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.38},{&quot;2026-07-03&quot;:3.07},{&quot;2026-07-04&quot;:3.35},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.2},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.31},{&quot;2026-07-11&quot;:3.24},{&quot;2026-07-12&quot;:3.26},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.02},{&quot;2026-07-15&quot;:2.7},{&quot;2026-07-16&quot;:2.8},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:3.08},{&quot;2026-07-19&quot;:3.04},{&quot;2026-07-20&quot;:3.29},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-25&quot;:3.44},{&quot;2026-07-26&quot;:3.5},{&quot;2026-07-27&quot;:3.25},{&quot;2026-07-28&quot;:3.15},{&quot;2026-07-29&quot;:3.18},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:2.91},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.52},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.28},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.84},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.68},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.54},{&quot;2026-08-15&quot;:3.5},{&quot;2026-08-16&quot;:3.37},{&quot;2026-08-17&quot;:3.47},{&quot;2026-08-18&quot;:3.11},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.92},{&quot;2026-08-21&quot;:2.92},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.35},{&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.88},{&quot;2026-08-28&quot;:3.91},{&quot;2026-08-29&quot;:3.91},{&quot;2026-08-30&quot;:3.48},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.76},{&quot;2026-09-06&quot;:3.92},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:3.71},{&quot;2026-09-09&quot;:3.5},{&quot;2026-09-10&quot;:3.59},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Talisman of Indulgence" src="https://cards.scryfall.io/large/front/f/a/fa6c62c7-8fd4-46f1-a7f4-fc6e74d34b35.jpg?1783926166" />
    </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.72
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.88},{&quot;2026-06-11&quot;:2.88},{&quot;2026-06-12&quot;:2.88},{&quot;2026-06-13&quot;:2.89},{&quot;2026-06-14&quot;:2.89},{&quot;2026-06-15&quot;:3.03},{&quot;2026-06-16&quot;:3.05},{&quot;2026-06-17&quot;:3.36},{&quot;2026-06-18&quot;:3.36},{&quot;2026-06-19&quot;:3.36},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.33},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.35},{&quot;2026-06-27&quot;:3.39},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.44},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.42},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.55},{&quot;2026-07-04&quot;:3.55},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.59},{&quot;2026-07-07&quot;:3.59},{&quot;2026-07-08&quot;:3.59},{&quot;2026-07-09&quot;:3.59},{&quot;2026-07-10&quot;:3.59},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.59},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.76},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.77},{&quot;2026-07-17&quot;:3.77},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.76},{&quot;2026-07-20&quot;:3.77},{&quot;2026-07-21&quot;:3.77},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.73},{&quot;2026-07-26&quot;:3.73},{&quot;2026-07-27&quot;:3.73},{&quot;2026-07-29&quot;:3.62},{&quot;2026-07-30&quot;:3.62},{&quot;2026-07-31&quot;:3.62},{&quot;2026-08-01&quot;:3.58},{&quot;2026-08-02&quot;:3.63},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.71},{&quot;2026-08-07&quot;:3.7},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.72},{&quot;2026-08-12&quot;:3.71},{&quot;2026-08-13&quot;:3.71},{&quot;2026-08-14&quot;:3.79},{&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.71},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.62},{&quot;2026-08-26&quot;:3.58},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.65},{&quot;2026-09-02&quot;:3.65},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.63},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.68},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.68},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="49417"
  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-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">
            Liquimetal Torque
        </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">
            7 owned
          </div>

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

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

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

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

        <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">
            Liquimetal Torque
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Liquimetal Torque" src="https://cards.scryfall.io/large/front/1/3/13c6101a-da40-4785-8ccb-4e779bbbdb55.jpg?1783926804" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.94
              </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.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;:4.03},{&quot;2026-06-14&quot;:4.03},{&quot;2026-06-15&quot;:3.98},{&quot;2026-06-16&quot;:3.98},{&quot;2026-06-17&quot;:3.98},{&quot;2026-06-18&quot;:3.93},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.99},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:3.99},{&quot;2026-06-24&quot;:3.96},{&quot;2026-06-25&quot;:3.92},{&quot;2026-06-26&quot;:3.98},{&quot;2026-06-27&quot;:3.99},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:3.99},{&quot;2026-06-30&quot;:3.99},{&quot;2026-07-01&quot;:3.99},{&quot;2026-07-02&quot;:3.99},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:3.97},{&quot;2026-07-07&quot;:3.97},{&quot;2026-07-08&quot;:3.97},{&quot;2026-07-09&quot;:3.97},{&quot;2026-07-10&quot;:3.97},{&quot;2026-07-11&quot;:3.98},{&quot;2026-07-12&quot;:3.98},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:3.98},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.9},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.91},{&quot;2026-07-19&quot;:3.91},{&quot;2026-07-20&quot;:3.94},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-22&quot;:3.89},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-24&quot;:4.08},{&quot;2026-07-25&quot;:4.03},{&quot;2026-07-26&quot;:4.05},{&quot;2026-07-27&quot;:4.05},{&quot;2026-07-28&quot;:4.05},{&quot;2026-07-29&quot;:4.06},{&quot;2026-07-30&quot;:4.06},{&quot;2026-07-31&quot;:4.07},{&quot;2026-08-01&quot;:4.07},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.14},{&quot;2026-08-05&quot;:4.11},{&quot;2026-08-07&quot;:4.0},{&quot;2026-08-08&quot;:4.0},{&quot;2026-08-09&quot;:4.0},{&quot;2026-08-10&quot;:4.0},{&quot;2026-08-11&quot;:4.11},{&quot;2026-08-12&quot;:4.11},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:4.11},{&quot;2026-08-15&quot;:4.03},{&quot;2026-08-16&quot;:4.02},{&quot;2026-08-17&quot;:3.99},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.89},{&quot;2026-08-20&quot;:3.89},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.92},{&quot;2026-08-23&quot;:3.99},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.95},{&quot;2026-08-27&quot;:3.98},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&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.94},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.84},{&quot;2026-09-05&quot;:3.84},{&quot;2026-09-06&quot;:3.84},{&quot;2026-09-07&quot;:3.91},{&quot;2026-09-08&quot;:3.91},{&quot;2026-09-09&quot;:3.84},{&quot;2026-09-10&quot;:3.79},{&quot;2026-09-11&quot;:3.94}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.91},{&quot;2026-06-14&quot;:3.06},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.5},{&quot;2026-06-18&quot;:3.42},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.47},{&quot;2026-06-21&quot;:3.65},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.29},{&quot;2026-06-28&quot;:2.55},{&quot;2026-06-29&quot;:2.68},{&quot;2026-06-30&quot;:2.79},{&quot;2026-07-01&quot;:2.85},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.44},{&quot;2026-07-04&quot;:3.84},{&quot;2026-07-05&quot;:3.59},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.53},{&quot;2026-07-08&quot;:3.76},{&quot;2026-07-09&quot;:3.7},{&quot;2026-07-10&quot;:3.57},{&quot;2026-07-11&quot;:3.43},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.47},{&quot;2026-07-16&quot;:3.13},{&quot;2026-07-17&quot;:3.31},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.77},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.07},{&quot;2026-07-22&quot;:4.04},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:3.6},{&quot;2026-07-25&quot;:3.47},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:4.01},{&quot;2026-07-28&quot;:3.91},{&quot;2026-07-29&quot;:3.62},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.58},{&quot;2026-08-03&quot;:3.72},{&quot;2026-08-04&quot;:3.89},{&quot;2026-08-05&quot;:3.72},{&quot;2026-08-07&quot;:3.55},{&quot;2026-08-08&quot;:3.63},{&quot;2026-08-09&quot;:3.79},{&quot;2026-08-10&quot;:3.92},{&quot;2026-08-11&quot;:4.11},{&quot;2026-08-12&quot;:4.04},{&quot;2026-08-13&quot;:3.8},{&quot;2026-08-14&quot;:3.87},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.47},{&quot;2026-08-18&quot;:3.77},{&quot;2026-08-19&quot;:3.92},{&quot;2026-08-20&quot;:3.81},{&quot;2026-08-21&quot;:3.65},{&quot;2026-08-22&quot;:3.54},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:4.15},{&quot;2026-08-25&quot;:3.95},{&quot;2026-08-26&quot;:3.94},{&quot;2026-08-27&quot;:3.85},{&quot;2026-08-28&quot;:3.9},{&quot;2026-08-29&quot;:3.9},{&quot;2026-08-30&quot;:3.39},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.16},{&quot;2026-09-02&quot;:3.59},{&quot;2026-09-03&quot;:3.93},{&quot;2026-09-04&quot;:4.1},{&quot;2026-09-05&quot;:4.38},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.47},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:3.85},{&quot;2026-09-10&quot;:3.66},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            One with the Multiverse
        </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.72
          </span>
        </div>
      </div>
    </div>

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            One with the Multiverse
        </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">Enchantment</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="One with the Multiverse" src="https://cards.scryfall.io/large/front/7/8/7868529f-8abb-4b1d-9c04-e628f81e08d2.jpg?1783920107" />
    </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">
                $3.73
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.72
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</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.68},{&quot;2026-06-12&quot;:4.68},{&quot;2026-06-13&quot;:4.68},{&quot;2026-06-14&quot;:4.68},{&quot;2026-06-15&quot;:4.65},{&quot;2026-06-16&quot;:4.61},{&quot;2026-06-17&quot;:4.61},{&quot;2026-06-18&quot;:4.5},{&quot;2026-06-19&quot;:4.5},{&quot;2026-06-20&quot;:4.5},{&quot;2026-06-21&quot;:4.5},{&quot;2026-06-22&quot;:4.5},{&quot;2026-06-23&quot;:4.5},{&quot;2026-06-24&quot;:4.5},{&quot;2026-06-25&quot;:4.5},{&quot;2026-06-26&quot;:4.5},{&quot;2026-06-27&quot;:4.5},{&quot;2026-06-28&quot;:4.5},{&quot;2026-06-29&quot;:4.45},{&quot;2026-06-30&quot;:4.46},{&quot;2026-07-01&quot;:4.46},{&quot;2026-07-02&quot;:4.27},{&quot;2026-07-03&quot;:4.27},{&quot;2026-07-04&quot;:4.27},{&quot;2026-07-05&quot;:4.42},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.42},{&quot;2026-07-08&quot;:4.42},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.42},{&quot;2026-07-11&quot;:4.34},{&quot;2026-07-12&quot;:4.62},{&quot;2026-07-13&quot;:4.62},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.5},{&quot;2026-07-19&quot;:4.5},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.5},{&quot;2026-07-23&quot;:4.5},{&quot;2026-07-25&quot;:4.5},{&quot;2026-07-26&quot;:4.5},{&quot;2026-07-27&quot;:4.5},{&quot;2026-07-28&quot;:4.5},{&quot;2026-07-29&quot;:4.5},{&quot;2026-07-30&quot;:4.3},{&quot;2026-07-31&quot;:4.16},{&quot;2026-08-01&quot;:4.18},{&quot;2026-08-02&quot;:4.18},{&quot;2026-08-03&quot;:3.97},{&quot;2026-08-04&quot;:3.97},{&quot;2026-08-05&quot;:3.97},{&quot;2026-08-07&quot;:3.83},{&quot;2026-08-08&quot;:3.83},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.59},{&quot;2026-08-14&quot;:3.4},{&quot;2026-08-15&quot;:3.38},{&quot;2026-08-16&quot;:3.38},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.35},{&quot;2026-08-19&quot;:3.35},{&quot;2026-08-20&quot;:3.35},{&quot;2026-08-21&quot;:3.54},{&quot;2026-08-22&quot;:3.63},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.57},{&quot;2026-08-25&quot;:3.57},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.53},{&quot;2026-08-28&quot;:3.53},{&quot;2026-08-29&quot;:3.53},{&quot;2026-08-30&quot;:3.44},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.52},{&quot;2026-09-06&quot;:3.72},{&quot;2026-09-07&quot;:3.72},{&quot;2026-09-08&quot;:3.72},{&quot;2026-09-09&quot;:3.72},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.17},{&quot;2026-06-12&quot;:3.53},{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.67},{&quot;2026-06-15&quot;:4.63},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.95},{&quot;2026-06-18&quot;:4.71},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.65},{&quot;2026-06-21&quot;:4.68},{&quot;2026-06-22&quot;:4.47},{&quot;2026-06-23&quot;:4.38},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.14},{&quot;2026-06-26&quot;:4.27},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.14},{&quot;2026-07-01&quot;:3.61},{&quot;2026-07-02&quot;:3.24},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.92},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.34},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:3.94},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:4.09},{&quot;2026-07-13&quot;:4.3},{&quot;2026-07-14&quot;:4.6},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.73},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:5.12},{&quot;2026-07-19&quot;:5.13},{&quot;2026-07-20&quot;:4.89},{&quot;2026-07-21&quot;:4.97},{&quot;2026-07-23&quot;:4.81},{&quot;2026-07-25&quot;:4.83},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:5.08},{&quot;2026-07-28&quot;:5.09},{&quot;2026-07-29&quot;:5.03},{&quot;2026-07-30&quot;:4.72},{&quot;2026-07-31&quot;:4.08},{&quot;2026-08-01&quot;:4.28},{&quot;2026-08-02&quot;:3.75},{&quot;2026-08-03&quot;:3.84},{&quot;2026-08-04&quot;:3.83},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.23},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.3},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.66},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.81},{&quot;2026-08-16&quot;:3.86},{&quot;2026-08-17&quot;:3.81},{&quot;2026-08-18&quot;:3.74},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.76},{&quot;2026-08-21&quot;:3.75},{&quot;2026-08-22&quot;:3.76},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.47},{&quot;2026-08-26&quot;:3.47},{&quot;2026-08-27&quot;:3.46},{&quot;2026-08-28&quot;:3.57},{&quot;2026-08-29&quot;:3.57},{&quot;2026-08-30&quot;:3.18},{&quot;2026-08-31&quot;:3.18},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.41},{&quot;2026-09-06&quot;:3.41},{&quot;2026-09-07&quot;:3.33},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.31},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91085"
  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-inr 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">
            Overgrown Farmland
        </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">
            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">
              ↑
              5%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Overgrown Farmland" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/66656795-a64d-4656-a9bf-050dd9a7b9bf.jpg?1783908059" />

        <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">
            Overgrown Farmland
        </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="Overgrown Farmland" src="https://cards.scryfall.io/large/front/6/6/66656795-a64d-4656-a9bf-050dd9a7b9bf.jpg?1783908059" />
    </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.72
              </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.40
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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;:3.29},{&quot;2026-06-11&quot;:3.38},{&quot;2026-06-12&quot;:3.47},{&quot;2026-06-13&quot;:3.47},{&quot;2026-06-14&quot;:3.47},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.43},{&quot;2026-06-17&quot;:3.43},{&quot;2026-06-18&quot;:3.43},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.51},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.45},{&quot;2026-06-25&quot;:3.53},{&quot;2026-06-26&quot;:3.56},{&quot;2026-06-27&quot;:3.59},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.59},{&quot;2026-07-01&quot;:3.59},{&quot;2026-07-02&quot;:3.61},{&quot;2026-07-03&quot;:3.61},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.54},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.62},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.58},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.52},{&quot;2026-07-17&quot;:3.52},{&quot;2026-07-18&quot;:3.48},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.48},{&quot;2026-07-23&quot;:3.48},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.49},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.32},{&quot;2026-08-01&quot;:3.32},{&quot;2026-08-02&quot;:3.47},{&quot;2026-08-03&quot;:3.48},{&quot;2026-08-04&quot;:3.38},{&quot;2026-08-05&quot;:3.38},{&quot;2026-08-07&quot;:3.38},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.36},{&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.34},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.34},{&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.31},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.24},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:3.24},{&quot;2026-08-29&quot;:3.24},{&quot;2026-08-30&quot;:3.24},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.27},{&quot;2026-09-06&quot;:3.22},{&quot;2026-09-07&quot;:3.22},{&quot;2026-09-08&quot;:3.22},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.4},{&quot;2026-09-11&quot;:3.4}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.92},{&quot;2026-06-11&quot;:2.92},{&quot;2026-06-12&quot;:2.9},{&quot;2026-06-13&quot;:3.04},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:2.95},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:2.91},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.89},{&quot;2026-06-21&quot;:2.98},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.01},{&quot;2026-06-25&quot;:3.08},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:3.05},{&quot;2026-06-28&quot;:3.05},{&quot;2026-06-29&quot;:3.05},{&quot;2026-06-30&quot;:3.08},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.2},{&quot;2026-07-04&quot;:3.2},{&quot;2026-07-05&quot;:3.2},{&quot;2026-07-06&quot;:3.2},{&quot;2026-07-07&quot;:3.21},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.24},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.26},{&quot;2026-07-12&quot;:3.28},{&quot;2026-07-13&quot;:3.3},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.3},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.17},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.11},{&quot;2026-07-20&quot;:3.11},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-23&quot;:3.13},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:3.07},{&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.01},{&quot;2026-08-01&quot;:3.02},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:3.32},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.6},{&quot;2026-08-08&quot;:3.58},{&quot;2026-08-09&quot;:3.58},{&quot;2026-08-10&quot;:3.63},{&quot;2026-08-11&quot;:3.62},{&quot;2026-08-12&quot;:3.53},{&quot;2026-08-13&quot;:3.42},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.36},{&quot;2026-08-16&quot;:3.29},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.34},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.31},{&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.41},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.48},{&quot;2026-08-31&quot;:3.48},{&quot;2026-09-01&quot;:3.48},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.66},{&quot;2026-09-08&quot;:3.67},{&quot;2026-09-09&quot;:3.71},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57235"
  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-100 text-badge-text">
              ↓
              4%
            </span>

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

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

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

        <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/b/e/beddac9b-e39c-4c7e-8ae7-0c3152178934.jpg?1783918156" />
    </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.71
              </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.73
              </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;:3.91},{&quot;2026-06-12&quot;:3.91},{&quot;2026-06-13&quot;:3.89},{&quot;2026-06-14&quot;:3.89},{&quot;2026-06-15&quot;:3.89},{&quot;2026-06-16&quot;:3.89},{&quot;2026-06-17&quot;:3.89},{&quot;2026-06-18&quot;:3.89},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.91},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-23&quot;:3.88},{&quot;2026-06-24&quot;:3.88},{&quot;2026-06-25&quot;:3.88},{&quot;2026-06-26&quot;:3.88},{&quot;2026-06-27&quot;:3.88},{&quot;2026-06-28&quot;:3.91},{&quot;2026-06-29&quot;:3.91},{&quot;2026-06-30&quot;:3.91},{&quot;2026-07-01&quot;:3.91},{&quot;2026-07-02&quot;:3.91},{&quot;2026-07-03&quot;:3.91},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.91},{&quot;2026-07-06&quot;:3.91},{&quot;2026-07-07&quot;:3.91},{&quot;2026-07-08&quot;:3.91},{&quot;2026-07-09&quot;:3.91},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:4.0},{&quot;2026-07-12&quot;:4.18},{&quot;2026-07-13&quot;:4.18},{&quot;2026-07-14&quot;:4.31},{&quot;2026-07-15&quot;:4.31},{&quot;2026-07-16&quot;:4.31},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.31},{&quot;2026-07-19&quot;:4.31},{&quot;2026-07-20&quot;:4.31},{&quot;2026-07-21&quot;:4.31},{&quot;2026-07-23&quot;:4.31},{&quot;2026-07-25&quot;:4.3},{&quot;2026-07-26&quot;:4.3},{&quot;2026-07-27&quot;:4.38},{&quot;2026-07-28&quot;:4.54},{&quot;2026-07-29&quot;:4.54},{&quot;2026-07-30&quot;:4.54},{&quot;2026-07-31&quot;:4.54},{&quot;2026-08-01&quot;:4.54},{&quot;2026-08-02&quot;:4.54},{&quot;2026-08-03&quot;:4.54},{&quot;2026-08-04&quot;:4.54},{&quot;2026-08-05&quot;:4.54},{&quot;2026-08-07&quot;:4.54},{&quot;2026-08-08&quot;:4.54},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.55},{&quot;2026-08-12&quot;:4.55},{&quot;2026-08-13&quot;:4.55},{&quot;2026-08-14&quot;:4.65},{&quot;2026-08-15&quot;:4.65},{&quot;2026-08-16&quot;:4.65},{&quot;2026-08-17&quot;:4.65},{&quot;2026-08-18&quot;:4.65},{&quot;2026-08-19&quot;:4.65},{&quot;2026-08-20&quot;:4.65},{&quot;2026-08-21&quot;:4.65},{&quot;2026-08-22&quot;:4.65},{&quot;2026-08-23&quot;:4.65},{&quot;2026-08-24&quot;:4.65},{&quot;2026-08-25&quot;:4.65},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.65},{&quot;2026-08-28&quot;:4.65},{&quot;2026-08-29&quot;:4.65},{&quot;2026-08-30&quot;:4.65},{&quot;2026-08-31&quot;:4.65},{&quot;2026-09-01&quot;:4.65},{&quot;2026-09-02&quot;:4.65},{&quot;2026-09-03&quot;:4.65},{&quot;2026-09-04&quot;:4.73},{&quot;2026-09-05&quot;:4.73},{&quot;2026-09-06&quot;:4.73},{&quot;2026-09-07&quot;:4.73},{&quot;2026-09-08&quot;:4.73},{&quot;2026-09-09&quot;:4.73},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.73}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.89},{&quot;2026-06-12&quot;:3.86},{&quot;2026-06-13&quot;:3.86},{&quot;2026-06-14&quot;:3.87},{&quot;2026-06-15&quot;:4.0},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.08},{&quot;2026-06-18&quot;:4.1},{&quot;2026-06-19&quot;:4.1},{&quot;2026-06-20&quot;:4.15},{&quot;2026-06-21&quot;:4.15},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:3.76},{&quot;2026-06-24&quot;:3.66},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.73},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.78},{&quot;2026-07-04&quot;:3.86},{&quot;2026-07-05&quot;:3.7},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.87},{&quot;2026-07-09&quot;:3.88},{&quot;2026-07-10&quot;:3.92},{&quot;2026-07-11&quot;:3.99},{&quot;2026-07-12&quot;:4.22},{&quot;2026-07-13&quot;:4.09},{&quot;2026-07-14&quot;:4.16},{&quot;2026-07-15&quot;:4.35},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.4},{&quot;2026-07-18&quot;:4.48},{&quot;2026-07-19&quot;:4.25},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-25&quot;:4.21},{&quot;2026-07-26&quot;:4.21},{&quot;2026-07-27&quot;:4.37},{&quot;2026-07-28&quot;:4.44},{&quot;2026-07-29&quot;:4.66},{&quot;2026-07-30&quot;:4.66},{&quot;2026-07-31&quot;:4.62},{&quot;2026-08-01&quot;:4.83},{&quot;2026-08-02&quot;:4.98},{&quot;2026-08-03&quot;:4.98},{&quot;2026-08-04&quot;:4.87},{&quot;2026-08-05&quot;:4.87},{&quot;2026-08-07&quot;:5.06},{&quot;2026-08-08&quot;:5.01},{&quot;2026-08-09&quot;:5.01},{&quot;2026-08-10&quot;:5.01},{&quot;2026-08-11&quot;:4.98},{&quot;2026-08-12&quot;:5.49},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.48},{&quot;2026-08-15&quot;:5.48},{&quot;2026-08-16&quot;:5.48},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.32},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.19},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.75},{&quot;2026-08-23&quot;:4.83},{&quot;2026-08-24&quot;:4.68},{&quot;2026-08-25&quot;:4.93},{&quot;2026-08-26&quot;:4.93},{&quot;2026-08-27&quot;:5.0},{&quot;2026-08-28&quot;:4.94},{&quot;2026-08-29&quot;:4.94},{&quot;2026-08-30&quot;:4.43},{&quot;2026-08-31&quot;:4.38},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.33},{&quot;2026-09-03&quot;:4.2},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:3.88},{&quot;2026-09-06&quot;:3.86},{&quot;2026-09-07&quot;:3.74},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.68},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Dawn of a New Age
        </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">Enchantment</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dawn of a New Age" src="https://cards.scryfall.io/large/front/c/b/cb966ee6-bf1b-4bb6-9277-8de6f3918ae2.jpg?1783916335" />
    </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.71
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.00
              </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.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-12&quot;:3.9},{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.88},{&quot;2026-06-15&quot;:3.88},{&quot;2026-06-16&quot;:3.88},{&quot;2026-06-17&quot;:3.88},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:3.88},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:3.98},{&quot;2026-06-22&quot;:3.97},{&quot;2026-06-23&quot;:3.93},{&quot;2026-06-24&quot;:4.05},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:4.09},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.27},{&quot;2026-06-30&quot;:4.26},{&quot;2026-07-01&quot;:4.26},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.26},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.15},{&quot;2026-07-06&quot;:4.15},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:3.91},{&quot;2026-07-13&quot;:3.91},{&quot;2026-07-14&quot;:3.87},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:3.88},{&quot;2026-07-18&quot;:3.92},{&quot;2026-07-19&quot;:3.92},{&quot;2026-07-20&quot;:3.9},{&quot;2026-07-21&quot;:3.9},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-24&quot;:3.98},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.98},{&quot;2026-07-28&quot;:3.98},{&quot;2026-07-29&quot;:3.96},{&quot;2026-07-30&quot;:3.96},{&quot;2026-07-31&quot;:3.96},{&quot;2026-08-01&quot;:4.0},{&quot;2026-08-02&quot;:4.0},{&quot;2026-08-03&quot;:4.0},{&quot;2026-08-04&quot;:4.0},{&quot;2026-08-05&quot;:4.0},{&quot;2026-08-07&quot;:3.96},{&quot;2026-08-08&quot;:4.01},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:4.09},{&quot;2026-08-11&quot;:4.1},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:4.12},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:4.12},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.05},{&quot;2026-08-20&quot;:4.05},{&quot;2026-08-21&quot;:3.72},{&quot;2026-08-22&quot;:3.72},{&quot;2026-08-23&quot;:3.78},{&quot;2026-08-24&quot;:3.79},{&quot;2026-08-25&quot;:3.84},{&quot;2026-08-26&quot;:4.0},{&quot;2026-08-27&quot;:4.0},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:4.0},{&quot;2026-08-31&quot;:4.0},{&quot;2026-09-01&quot;:4.0},{&quot;2026-09-02&quot;:4.0},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:4.05},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.05},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:4.0}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.6},{&quot;2026-06-14&quot;:3.57},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.51},{&quot;2026-06-17&quot;:3.54},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.61},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.64},{&quot;2026-06-23&quot;:3.67},{&quot;2026-06-24&quot;:3.67},{&quot;2026-06-25&quot;:3.68},{&quot;2026-06-26&quot;:3.67},{&quot;2026-06-27&quot;:3.67},{&quot;2026-06-28&quot;:3.67},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.64},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.59},{&quot;2026-07-03&quot;:3.61},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.42},{&quot;2026-07-06&quot;:3.53},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.51},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.68},{&quot;2026-07-15&quot;:3.69},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.62},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.58},{&quot;2026-07-25&quot;:3.59},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.56},{&quot;2026-07-29&quot;:3.56},{&quot;2026-07-30&quot;:3.56},{&quot;2026-07-31&quot;:3.66},{&quot;2026-08-01&quot;:3.72},{&quot;2026-08-02&quot;:3.73},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.62},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.87},{&quot;2026-08-12&quot;:3.85},{&quot;2026-08-13&quot;:3.79},{&quot;2026-08-14&quot;:3.8},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.89},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.95},{&quot;2026-08-20&quot;:3.95},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.87},{&quot;2026-08-23&quot;:3.8},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.72},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.37},{&quot;2026-08-29&quot;:3.37},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.35},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.51},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.55},{&quot;2026-09-06&quot;:3.62},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.66},{&quot;2026-09-10&quot;:3.66},{&quot;2026-09-11&quot;:3.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="40240"
  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-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">
            Spectral Deluge
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Spectral Deluge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/7238c46e-6338-4aca-96f2-934c44c8cc36.jpg?1783928340" />

        <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">
            Spectral Deluge
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Spectral Deluge" src="https://cards.scryfall.io/large/front/7/2/7238c46e-6338-4aca-96f2-934c44c8cc36.jpg?1783928340" />
    </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.70
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.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;normal&quot;:[{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.29},{&quot;2026-06-15&quot;:4.3},{&quot;2026-06-16&quot;:4.24},{&quot;2026-06-17&quot;:4.31},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.22},{&quot;2026-06-21&quot;:3.95},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-23&quot;:4.01},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:3.93},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:4.16},{&quot;2026-06-28&quot;:4.12},{&quot;2026-06-29&quot;:4.16},{&quot;2026-06-30&quot;:4.16},{&quot;2026-07-01&quot;:4.16},{&quot;2026-07-02&quot;:4.28},{&quot;2026-07-03&quot;:4.16},{&quot;2026-07-04&quot;:4.16},{&quot;2026-07-05&quot;:4.16},{&quot;2026-07-06&quot;:4.27},{&quot;2026-07-07&quot;:4.41},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.32},{&quot;2026-07-10&quot;:4.4},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.64},{&quot;2026-07-13&quot;:4.89},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.83},{&quot;2026-07-16&quot;:4.96},{&quot;2026-07-17&quot;:4.92},{&quot;2026-07-18&quot;:4.64},{&quot;2026-07-19&quot;:4.62},{&quot;2026-07-20&quot;:4.58},{&quot;2026-07-21&quot;:4.62},{&quot;2026-07-22&quot;:4.8},{&quot;2026-07-23&quot;:4.82},{&quot;2026-07-24&quot;:4.71},{&quot;2026-07-25&quot;:4.71},{&quot;2026-07-26&quot;:4.85},{&quot;2026-07-27&quot;:4.7},{&quot;2026-07-28&quot;:4.82},{&quot;2026-07-29&quot;:4.6},{&quot;2026-07-30&quot;:4.57},{&quot;2026-07-31&quot;:4.49},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.2},{&quot;2026-08-03&quot;:4.1},{&quot;2026-08-04&quot;:4.15},{&quot;2026-08-05&quot;:4.15},{&quot;2026-08-07&quot;:4.41},{&quot;2026-08-08&quot;:4.44},{&quot;2026-08-09&quot;:4.49},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.44},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.01},{&quot;2026-08-15&quot;:3.96},{&quot;2026-08-16&quot;:3.96},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.77},{&quot;2026-08-20&quot;:3.65},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.91},{&quot;2026-08-25&quot;:3.94},{&quot;2026-08-26&quot;:4.0},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.99},{&quot;2026-08-29&quot;:3.99},{&quot;2026-08-30&quot;:4.26},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.24},{&quot;2026-09-03&quot;:4.25},{&quot;2026-09-04&quot;:4.37},{&quot;2026-09-05&quot;:4.11},{&quot;2026-09-06&quot;:4.12},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:3.9},{&quot;2026-09-09&quot;:3.71},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109327"
  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">
            Stormcarved Coast
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Stormcarved Coast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36f6c636-3539-494f-abf9-62ea00fcedfd.jpg?1782682785" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stormcarved Coast" src="https://cards.scryfall.io/large/front/3/6/36f6c636-3539-494f-abf9-62ea00fcedfd.jpg?1782682785" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $2.82
              </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.70
              </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">$3.20</span>
              <span class="text-xs text-grey-text">Credit: $4.16</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">$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;:3.69},{&quot;2026-06-10&quot;:3.5},{&quot;2026-06-11&quot;:3.49},{&quot;2026-06-12&quot;:3.51},{&quot;2026-06-13&quot;:3.35},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.27},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:3.0},{&quot;2026-06-19&quot;:3.01},{&quot;2026-06-20&quot;:3.0},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:2.97},{&quot;2026-06-24&quot;:3.2},{&quot;2026-06-25&quot;:3.37},{&quot;2026-06-26&quot;:3.41},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.5},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.08},{&quot;2026-07-02&quot;:3.11},{&quot;2026-07-03&quot;:3.21},{&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.15},{&quot;2026-07-08&quot;:3.12},{&quot;2026-07-09&quot;:3.12},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.01},{&quot;2026-07-12&quot;:2.93},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:2.9},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.98},{&quot;2026-07-17&quot;:2.83},{&quot;2026-07-18&quot;:2.72},{&quot;2026-07-19&quot;:2.73},{&quot;2026-07-20&quot;:2.75},{&quot;2026-07-21&quot;:2.75},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-25&quot;:2.78},{&quot;2026-07-26&quot;:2.77},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-29&quot;:2.79},{&quot;2026-07-30&quot;:2.85},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.76},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.72},{&quot;2026-08-05&quot;:2.73},{&quot;2026-08-07&quot;:2.73},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.76},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.69},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.98},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.93},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:2.96},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.4},{&quot;2026-08-29&quot;:3.4},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.49},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.42},{&quot;2026-09-04&quot;:3.45},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.37},{&quot;2026-09-09&quot;:3.66},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.7}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.01},{&quot;2026-06-10&quot;:2.92},{&quot;2026-06-11&quot;:3.02},{&quot;2026-06-12&quot;:2.88},{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.27},{&quot;2026-06-17&quot;:2.36},{&quot;2026-06-18&quot;:2.36},{&quot;2026-06-19&quot;:2.36},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.42},{&quot;2026-06-26&quot;:2.34},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.37},{&quot;2026-06-29&quot;:2.52},{&quot;2026-06-30&quot;:2.39},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.69},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.35},{&quot;2026-07-08&quot;:2.35},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.27},{&quot;2026-07-11&quot;:2.2},{&quot;2026-07-12&quot;:2.19},{&quot;2026-07-13&quot;:2.24},{&quot;2026-07-14&quot;:2.26},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.5},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-23&quot;:1.95},{&quot;2026-07-25&quot;:2.16},{&quot;2026-07-26&quot;:2.19},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-29&quot;:2.19},{&quot;2026-07-30&quot;:2.19},{&quot;2026-07-31&quot;:2.23},{&quot;2026-08-01&quot;:2.2},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:2.05},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.38},{&quot;2026-08-07&quot;:2.34},{&quot;2026-08-08&quot;:2.44},{&quot;2026-08-09&quot;:2.54},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.54},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.6},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.43},{&quot;2026-08-25&quot;:2.43},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:3.03},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.08},{&quot;2026-09-05&quot;:3.0},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.92},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.76},{&quot;2026-09-10&quot;:2.75},{&quot;2026-09-11&quot;:2.82}]}"
        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="16906"
  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-dst 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">
            Reshape
        </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">
              ↑
              1%
            </span>

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

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

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

        <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">
            Reshape
        </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-x'></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="Reshape" src="https://cards.scryfall.io/large/front/0/5/05a8d65d-0c6f-433d-a818-002c242a17e8.jpg?1783944447" />
    </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.69
              </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">
                $42.61
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</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;:25.71},{&quot;2026-06-12&quot;:25.71},{&quot;2026-06-13&quot;:25.71},{&quot;2026-06-14&quot;:25.71},{&quot;2026-06-15&quot;:25.71},{&quot;2026-06-16&quot;:25.71},{&quot;2026-06-17&quot;:25.71},{&quot;2026-06-18&quot;:25.71},{&quot;2026-06-19&quot;:25.71},{&quot;2026-06-20&quot;:25.71},{&quot;2026-06-21&quot;:25.71},{&quot;2026-06-22&quot;:25.71},{&quot;2026-06-23&quot;:25.71},{&quot;2026-06-24&quot;:25.71},{&quot;2026-06-25&quot;:25.71},{&quot;2026-06-26&quot;:25.71},{&quot;2026-06-27&quot;:25.71},{&quot;2026-06-28&quot;:25.71},{&quot;2026-06-29&quot;:25.71},{&quot;2026-06-30&quot;:25.71},{&quot;2026-07-01&quot;:25.71},{&quot;2026-07-02&quot;:25.71},{&quot;2026-07-03&quot;:25.71},{&quot;2026-07-04&quot;:25.71},{&quot;2026-07-05&quot;:27.22},{&quot;2026-07-06&quot;:27.22},{&quot;2026-07-07&quot;:27.22},{&quot;2026-07-08&quot;:27.22},{&quot;2026-07-09&quot;:27.22},{&quot;2026-07-10&quot;:27.22},{&quot;2026-07-11&quot;:27.22},{&quot;2026-07-12&quot;:27.22},{&quot;2026-07-13&quot;:27.22},{&quot;2026-07-14&quot;:28.04},{&quot;2026-07-15&quot;:28.04},{&quot;2026-07-16&quot;:28.04},{&quot;2026-07-17&quot;:28.04},{&quot;2026-07-18&quot;:28.04},{&quot;2026-07-19&quot;:28.04},{&quot;2026-07-20&quot;:28.04},{&quot;2026-07-21&quot;:28.04},{&quot;2026-07-23&quot;:28.04},{&quot;2026-07-25&quot;:26.98},{&quot;2026-07-26&quot;:26.98},{&quot;2026-07-27&quot;:26.98},{&quot;2026-07-28&quot;:26.98},{&quot;2026-07-29&quot;:26.98},{&quot;2026-07-30&quot;:26.98},{&quot;2026-07-31&quot;:26.98},{&quot;2026-08-01&quot;:26.98},{&quot;2026-08-02&quot;:26.98},{&quot;2026-08-03&quot;:26.98},{&quot;2026-08-04&quot;:26.98},{&quot;2026-08-05&quot;:26.98},{&quot;2026-08-07&quot;:26.98},{&quot;2026-08-08&quot;:26.98},{&quot;2026-08-09&quot;:26.98},{&quot;2026-08-10&quot;:26.98},{&quot;2026-08-11&quot;:26.98},{&quot;2026-08-12&quot;:26.98},{&quot;2026-08-13&quot;:26.98},{&quot;2026-08-14&quot;:26.98},{&quot;2026-08-15&quot;:26.98},{&quot;2026-08-16&quot;:26.98},{&quot;2026-08-17&quot;:26.98},{&quot;2026-08-18&quot;:26.98},{&quot;2026-08-19&quot;:33.95},{&quot;2026-08-20&quot;:33.95},{&quot;2026-08-21&quot;:33.95},{&quot;2026-08-22&quot;:33.95},{&quot;2026-08-23&quot;:33.95},{&quot;2026-08-24&quot;:33.95},{&quot;2026-08-25&quot;:33.95},{&quot;2026-08-26&quot;:33.95},{&quot;2026-08-27&quot;:33.95},{&quot;2026-08-28&quot;:39.48},{&quot;2026-08-29&quot;:39.48},{&quot;2026-08-30&quot;:42.61},{&quot;2026-08-31&quot;:42.61},{&quot;2026-09-01&quot;:42.61},{&quot;2026-09-02&quot;:42.61},{&quot;2026-09-03&quot;:42.61},{&quot;2026-09-04&quot;:42.61},{&quot;2026-09-05&quot;:42.61},{&quot;2026-09-06&quot;:42.61},{&quot;2026-09-07&quot;:42.61},{&quot;2026-09-08&quot;:42.61},{&quot;2026-09-09&quot;:42.61},{&quot;2026-09-10&quot;:42.61},{&quot;2026-09-11&quot;:42.61}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.51},{&quot;2026-06-12&quot;:3.51},{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.49},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.49},{&quot;2026-06-17&quot;:3.49},{&quot;2026-06-18&quot;:3.51},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.49},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.49},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.51},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.48},{&quot;2026-06-28&quot;:3.53},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.52},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.52},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.52},{&quot;2026-07-09&quot;:3.52},{&quot;2026-07-10&quot;:3.48},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.56},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.53},{&quot;2026-07-17&quot;:3.53},{&quot;2026-07-18&quot;:3.53},{&quot;2026-07-19&quot;:3.53},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.5},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.53},{&quot;2026-07-27&quot;:3.52},{&quot;2026-07-28&quot;:3.52},{&quot;2026-07-29&quot;:3.52},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.52},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.52},{&quot;2026-08-04&quot;:3.52},{&quot;2026-08-05&quot;:3.52},{&quot;2026-08-07&quot;:3.52},{&quot;2026-08-08&quot;:3.56},{&quot;2026-08-09&quot;:3.56},{&quot;2026-08-10&quot;:3.56},{&quot;2026-08-11&quot;:3.56},{&quot;2026-08-12&quot;:3.67},{&quot;2026-08-13&quot;:3.62},{&quot;2026-08-14&quot;:3.62},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.62},{&quot;2026-08-19&quot;:3.62},{&quot;2026-08-20&quot;:3.62},{&quot;2026-08-21&quot;:3.52},{&quot;2026-08-22&quot;:3.52},{&quot;2026-08-23&quot;:3.52},{&quot;2026-08-24&quot;:3.52},{&quot;2026-08-25&quot;:3.52},{&quot;2026-08-26&quot;:3.52},{&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.52},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.52},{&quot;2026-09-04&quot;:3.66},{&quot;2026-09-05&quot;:3.66},{&quot;2026-09-06&quot;:3.66},{&quot;2026-09-07&quot;:3.66},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.69},{&quot;2026-09-11&quot;:3.69}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="90951"
  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-inr 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">
            Mass Hysteria
        </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">
              ↓
              7%
            </span>

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

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

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

        <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">
            Mass Hysteria
        </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-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="Mass Hysteria" src="https://cards.scryfall.io/large/front/3/c/3c1854c9-11df-406d-b751-302b6f3a08fd.jpg?1783908114" />
    </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.69
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.63
              </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.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-08&quot;:3.49},{&quot;2026-06-10&quot;:3.49},{&quot;2026-06-11&quot;:3.49},{&quot;2026-06-12&quot;:3.42},{&quot;2026-06-13&quot;:3.36},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.38},{&quot;2026-06-16&quot;:3.38},{&quot;2026-06-17&quot;:3.38},{&quot;2026-06-18&quot;:3.33},{&quot;2026-06-19&quot;:3.38},{&quot;2026-06-20&quot;:3.33},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-24&quot;:3.33},{&quot;2026-06-25&quot;:3.33},{&quot;2026-06-26&quot;:3.39},{&quot;2026-06-27&quot;:3.39},{&quot;2026-06-28&quot;:3.39},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.43},{&quot;2026-07-03&quot;:3.31},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.34},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.45},{&quot;2026-07-08&quot;:3.48},{&quot;2026-07-09&quot;:3.48},{&quot;2026-07-10&quot;:3.48},{&quot;2026-07-11&quot;:3.48},{&quot;2026-07-12&quot;:3.48},{&quot;2026-07-13&quot;:3.48},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.39},{&quot;2026-07-16&quot;:3.39},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.65},{&quot;2026-07-23&quot;:3.65},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.72},{&quot;2026-07-27&quot;:3.72},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.63},{&quot;2026-07-31&quot;:3.63},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.83},{&quot;2026-08-03&quot;:3.83},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.88},{&quot;2026-08-07&quot;:3.88},{&quot;2026-08-08&quot;:3.88},{&quot;2026-08-09&quot;:3.88},{&quot;2026-08-10&quot;:3.88},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:3.88},{&quot;2026-08-13&quot;:3.88},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:3.95},{&quot;2026-08-16&quot;:3.95},{&quot;2026-08-17&quot;:3.95},{&quot;2026-08-18&quot;:3.95},{&quot;2026-08-19&quot;:3.95},{&quot;2026-08-20&quot;:3.95},{&quot;2026-08-21&quot;:3.95},{&quot;2026-08-22&quot;:3.95},{&quot;2026-08-23&quot;:4.05},{&quot;2026-08-24&quot;:4.05},{&quot;2026-08-25&quot;:4.05},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.36},{&quot;2026-08-29&quot;:4.36},{&quot;2026-08-30&quot;:4.46},{&quot;2026-08-31&quot;:4.46},{&quot;2026-09-01&quot;:4.46},{&quot;2026-09-02&quot;:4.46},{&quot;2026-09-03&quot;:4.49},{&quot;2026-09-04&quot;:4.49},{&quot;2026-09-05&quot;:4.49},{&quot;2026-09-06&quot;:4.49},{&quot;2026-09-07&quot;:4.49},{&quot;2026-09-08&quot;:4.54},{&quot;2026-09-09&quot;:4.63},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.63}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.15},{&quot;2026-06-10&quot;:3.32},{&quot;2026-06-11&quot;:3.38},{&quot;2026-06-12&quot;:3.41},{&quot;2026-06-13&quot;:3.27},{&quot;2026-06-14&quot;:3.39},{&quot;2026-06-15&quot;:3.5},{&quot;2026-06-16&quot;:3.5},{&quot;2026-06-17&quot;:3.54},{&quot;2026-06-18&quot;:3.54},{&quot;2026-06-19&quot;:3.51},{&quot;2026-06-20&quot;:3.5},{&quot;2026-06-21&quot;:3.53},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-24&quot;:3.48},{&quot;2026-06-25&quot;:3.41},{&quot;2026-06-26&quot;:3.42},{&quot;2026-06-27&quot;:3.5},{&quot;2026-06-28&quot;:3.59},{&quot;2026-06-29&quot;:3.72},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.82},{&quot;2026-07-03&quot;:3.89},{&quot;2026-07-04&quot;:3.89},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:4.08},{&quot;2026-07-07&quot;:4.1},{&quot;2026-07-08&quot;:4.28},{&quot;2026-07-09&quot;:4.28},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.43},{&quot;2026-07-12&quot;:4.43},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.59},{&quot;2026-07-15&quot;:4.59},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.5},{&quot;2026-07-18&quot;:4.5},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.35},{&quot;2026-07-21&quot;:4.35},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-25&quot;:4.17},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-29&quot;:3.9},{&quot;2026-07-30&quot;:3.88},{&quot;2026-07-31&quot;:3.94},{&quot;2026-08-01&quot;:3.94},{&quot;2026-08-02&quot;:3.7},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.62},{&quot;2026-08-07&quot;:3.78},{&quot;2026-08-08&quot;:3.72},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:4.07},{&quot;2026-08-14&quot;:4.01},{&quot;2026-08-15&quot;:4.04},{&quot;2026-08-16&quot;:4.06},{&quot;2026-08-17&quot;:4.06},{&quot;2026-08-18&quot;:4.14},{&quot;2026-08-19&quot;:4.15},{&quot;2026-08-20&quot;:4.15},{&quot;2026-08-21&quot;:4.07},{&quot;2026-08-22&quot;:4.07},{&quot;2026-08-23&quot;:4.07},{&quot;2026-08-24&quot;:4.04},{&quot;2026-08-25&quot;:4.04},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.16},{&quot;2026-08-28&quot;:4.08},{&quot;2026-08-29&quot;:4.08},{&quot;2026-08-30&quot;:3.89},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.99},{&quot;2026-09-03&quot;:3.95},{&quot;2026-09-04&quot;:3.95},{&quot;2026-09-05&quot;:3.95},{&quot;2026-09-06&quot;:3.91},{&quot;2026-09-07&quot;:3.85},{&quot;2026-09-08&quot;:3.85},{&quot;2026-09-09&quot;:3.77},{&quot;2026-09-10&quot;:3.65},{&quot;2026-09-11&quot;:3.69}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12455"
  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">
            Timely Ward
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.68
          </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="Timely Ward" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5de08a92-9b60-4672-9f3b-3ceb53ca82ca.jpg?1783928736" />

        <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">
            Timely Ward
        </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 — Aura</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Timely Ward" src="https://cards.scryfall.io/large/front/5/d/5de08a92-9b60-4672-9f3b-3ceb53ca82ca.jpg?1783928736" />
    </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.68
              </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.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.78},{&quot;2026-06-12&quot;:5.73},{&quot;2026-06-13&quot;:5.6},{&quot;2026-06-14&quot;:5.73},{&quot;2026-06-15&quot;:5.6},{&quot;2026-06-16&quot;:5.42},{&quot;2026-06-17&quot;:5.26},{&quot;2026-06-18&quot;:5.1},{&quot;2026-06-19&quot;:5.14},{&quot;2026-06-20&quot;:5.16},{&quot;2026-06-21&quot;:5.22},{&quot;2026-06-22&quot;:5.2},{&quot;2026-06-23&quot;:5.18},{&quot;2026-06-24&quot;:5.19},{&quot;2026-06-25&quot;:5.07},{&quot;2026-06-26&quot;:5.11},{&quot;2026-06-27&quot;:5.11},{&quot;2026-06-28&quot;:5.17},{&quot;2026-06-29&quot;:5.18},{&quot;2026-06-30&quot;:5.12},{&quot;2026-07-01&quot;:5.12},{&quot;2026-07-02&quot;:5.01},{&quot;2026-07-03&quot;:5.01},{&quot;2026-07-04&quot;:4.96},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.88},{&quot;2026-07-07&quot;:4.85},{&quot;2026-07-08&quot;:4.85},{&quot;2026-07-09&quot;:4.84},{&quot;2026-07-10&quot;:4.8},{&quot;2026-07-11&quot;:4.71},{&quot;2026-07-12&quot;:4.68},{&quot;2026-07-13&quot;:4.65},{&quot;2026-07-14&quot;:4.42},{&quot;2026-07-15&quot;:4.42},{&quot;2026-07-16&quot;:4.37},{&quot;2026-07-17&quot;:4.37},{&quot;2026-07-18&quot;:4.33},{&quot;2026-07-19&quot;:4.39},{&quot;2026-07-20&quot;:4.39},{&quot;2026-07-21&quot;:4.34},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-25&quot;:4.3},{&quot;2026-07-26&quot;:4.3},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.53},{&quot;2026-07-31&quot;:4.57},{&quot;2026-08-01&quot;:4.57},{&quot;2026-08-02&quot;:4.72},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.75},{&quot;2026-08-05&quot;:4.79},{&quot;2026-08-07&quot;:4.97},{&quot;2026-08-08&quot;:4.97},{&quot;2026-08-09&quot;:4.87},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.76},{&quot;2026-08-12&quot;:4.66},{&quot;2026-08-13&quot;:4.66},{&quot;2026-08-14&quot;:4.57},{&quot;2026-08-15&quot;:4.53},{&quot;2026-08-16&quot;:4.53},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.23},{&quot;2026-08-19&quot;:4.16},{&quot;2026-08-20&quot;:4.16},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.67},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.53},{&quot;2026-08-27&quot;:3.59},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.67},{&quot;2026-08-31&quot;:3.68},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.61},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.68},{&quot;2026-09-07&quot;:3.66},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.72},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.68}]}"
        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="49163"
  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-mh1 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">
            Collector Ouphe
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Ouphe
      </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.68
          </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="Collector Ouphe" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/085107a2-c1ec-473c-81d8-23e5a7197776.jpg?1783933099" />

        <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">
            Collector Ouphe
        </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 — Ouphe</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="Collector Ouphe" src="https://cards.scryfall.io/large/front/0/8/085107a2-c1ec-473c-81d8-23e5a7197776.jpg?1783933099" />
    </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.68
              </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">
                $24.95
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:25.68},{&quot;2026-06-14&quot;:25.68},{&quot;2026-06-15&quot;:25.68},{&quot;2026-06-16&quot;:25.68},{&quot;2026-06-17&quot;:25.63},{&quot;2026-06-18&quot;:25.63},{&quot;2026-06-19&quot;:25.63},{&quot;2026-06-20&quot;:25.63},{&quot;2026-06-21&quot;:25.63},{&quot;2026-06-22&quot;:25.63},{&quot;2026-06-23&quot;:25.63},{&quot;2026-06-24&quot;:25.63},{&quot;2026-06-25&quot;:25.63},{&quot;2026-06-26&quot;:25.63},{&quot;2026-06-27&quot;:25.63},{&quot;2026-06-28&quot;:25.63},{&quot;2026-06-29&quot;:25.63},{&quot;2026-06-30&quot;:25.63},{&quot;2026-07-01&quot;:25.59},{&quot;2026-07-02&quot;:25.48},{&quot;2026-07-03&quot;:25.48},{&quot;2026-07-04&quot;:25.48},{&quot;2026-07-05&quot;:25.48},{&quot;2026-07-06&quot;:25.48},{&quot;2026-07-07&quot;:25.48},{&quot;2026-07-08&quot;:25.48},{&quot;2026-07-09&quot;:25.48},{&quot;2026-07-10&quot;:25.48},{&quot;2026-07-11&quot;:25.48},{&quot;2026-07-12&quot;:25.48},{&quot;2026-07-13&quot;:25.48},{&quot;2026-07-14&quot;:25.48},{&quot;2026-07-15&quot;:25.48},{&quot;2026-07-16&quot;:25.42},{&quot;2026-07-17&quot;:25.42},{&quot;2026-07-18&quot;:25.42},{&quot;2026-07-19&quot;:25.47},{&quot;2026-07-20&quot;:25.41},{&quot;2026-07-21&quot;:25.41},{&quot;2026-07-22&quot;:25.41},{&quot;2026-07-23&quot;:25.41},{&quot;2026-07-24&quot;:25.39},{&quot;2026-07-25&quot;:25.39},{&quot;2026-07-26&quot;:25.37},{&quot;2026-07-27&quot;:25.37},{&quot;2026-07-28&quot;:25.37},{&quot;2026-07-29&quot;:25.37},{&quot;2026-07-30&quot;:25.37},{&quot;2026-07-31&quot;:25.37},{&quot;2026-08-01&quot;:25.37},{&quot;2026-08-02&quot;:25.37},{&quot;2026-08-03&quot;:25.37},{&quot;2026-08-04&quot;:25.35},{&quot;2026-08-05&quot;:25.35},{&quot;2026-08-07&quot;:25.35},{&quot;2026-08-08&quot;:25.39},{&quot;2026-08-09&quot;:25.39},{&quot;2026-08-10&quot;:25.39},{&quot;2026-08-11&quot;:25.35},{&quot;2026-08-12&quot;:25.35},{&quot;2026-08-13&quot;:25.35},{&quot;2026-08-14&quot;:25.35},{&quot;2026-08-15&quot;:25.35},{&quot;2026-08-16&quot;:25.35},{&quot;2026-08-17&quot;:25.35},{&quot;2026-08-18&quot;:25.35},{&quot;2026-08-19&quot;:25.35},{&quot;2026-08-20&quot;:25.35},{&quot;2026-08-21&quot;:25.18},{&quot;2026-08-22&quot;:25.18},{&quot;2026-08-23&quot;:25.18},{&quot;2026-08-24&quot;:25.18},{&quot;2026-08-25&quot;:25.18},{&quot;2026-08-26&quot;:25.18},{&quot;2026-08-27&quot;:25.18},{&quot;2026-08-28&quot;:25.18},{&quot;2026-08-29&quot;:25.18},{&quot;2026-08-30&quot;:25.18},{&quot;2026-08-31&quot;:25.18},{&quot;2026-09-01&quot;:25.18},{&quot;2026-09-02&quot;:25.18},{&quot;2026-09-03&quot;:25.18},{&quot;2026-09-04&quot;:25.18},{&quot;2026-09-05&quot;:24.95},{&quot;2026-09-06&quot;:24.95},{&quot;2026-09-07&quot;:24.95},{&quot;2026-09-08&quot;:24.95},{&quot;2026-09-09&quot;:24.95},{&quot;2026-09-10&quot;:24.95},{&quot;2026-09-11&quot;:24.95}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.37},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.46},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.26},{&quot;2026-06-18&quot;:3.26},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.37},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.23},{&quot;2026-06-28&quot;:3.37},{&quot;2026-06-29&quot;:3.33},{&quot;2026-06-30&quot;:3.32},{&quot;2026-07-01&quot;:3.28},{&quot;2026-07-02&quot;:3.29},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.47},{&quot;2026-07-05&quot;:3.4},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.43},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.58},{&quot;2026-07-11&quot;:3.58},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.53},{&quot;2026-07-14&quot;:3.59},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.71},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.55},{&quot;2026-07-19&quot;:3.56},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.64},{&quot;2026-07-22&quot;:3.54},{&quot;2026-07-23&quot;:3.57},{&quot;2026-07-24&quot;:3.53},{&quot;2026-07-25&quot;:3.45},{&quot;2026-07-26&quot;:3.37},{&quot;2026-07-27&quot;:3.6},{&quot;2026-07-28&quot;:3.6},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.59},{&quot;2026-08-02&quot;:3.61},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.63},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.66},{&quot;2026-08-08&quot;:3.66},{&quot;2026-08-09&quot;:3.68},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.56},{&quot;2026-08-13&quot;:3.66},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.61},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.53},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.52},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.42},{&quot;2026-08-23&quot;:3.44},{&quot;2026-08-24&quot;:3.46},{&quot;2026-08-25&quot;:3.46},{&quot;2026-08-26&quot;:3.53},{&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.56},{&quot;2026-08-31&quot;:3.67},{&quot;2026-09-01&quot;:3.67},{&quot;2026-09-02&quot;:3.59},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.75},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.7},{&quot;2026-09-10&quot;:3.7},{&quot;2026-09-11&quot;:3.68}]}"
        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="109416"
  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-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">
            Preordain
        </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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $3.68
          </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="Preordain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8221b564-acf0-4d82-94f5-2ba1337ff5e1.jpg?1782683425" />

        <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">
            Preordain
        </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>
          </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="Preordain" src="https://cards.scryfall.io/large/front/8/2/8221b564-acf0-4d82-94f5-2ba1337ff5e1.jpg?1782683425" />
    </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.68
              </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">
                $5.73
              </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;2026-06-08&quot;:4.78},{&quot;2026-06-10&quot;:4.38},{&quot;2026-06-11&quot;:4.38},{&quot;2026-06-12&quot;:4.38},{&quot;2026-06-13&quot;:4.37},{&quot;2026-06-14&quot;:4.27},{&quot;2026-06-15&quot;:4.08},{&quot;2026-06-16&quot;:4.07},{&quot;2026-06-17&quot;:4.07},{&quot;2026-06-18&quot;:4.02},{&quot;2026-06-19&quot;:3.99},{&quot;2026-06-20&quot;:4.02},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.94},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.04},{&quot;2026-06-26&quot;:3.95},{&quot;2026-06-27&quot;:4.17},{&quot;2026-06-28&quot;:4.21},{&quot;2026-06-29&quot;:4.24},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.41},{&quot;2026-07-03&quot;:4.41},{&quot;2026-07-04&quot;:4.27},{&quot;2026-07-05&quot;:4.13},{&quot;2026-07-06&quot;:4.2},{&quot;2026-07-07&quot;:4.11},{&quot;2026-07-08&quot;:4.11},{&quot;2026-07-09&quot;:4.12},{&quot;2026-07-10&quot;:4.16},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:3.88},{&quot;2026-07-14&quot;:3.92},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.07},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:4.11},{&quot;2026-07-21&quot;:4.11},{&quot;2026-07-23&quot;:4.13},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.84},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-29&quot;:3.71},{&quot;2026-07-30&quot;:3.89},{&quot;2026-07-31&quot;:4.11},{&quot;2026-08-01&quot;:4.05},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.31},{&quot;2026-08-05&quot;:4.2},{&quot;2026-08-07&quot;:4.17},{&quot;2026-08-08&quot;:4.17},{&quot;2026-08-09&quot;:4.09},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.75},{&quot;2026-08-12&quot;:3.84},{&quot;2026-08-13&quot;:3.65},{&quot;2026-08-14&quot;:3.64},{&quot;2026-08-15&quot;:3.71},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:3.79},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.67},{&quot;2026-08-21&quot;:4.12},{&quot;2026-08-22&quot;:4.09},{&quot;2026-08-23&quot;:3.96},{&quot;2026-08-24&quot;:4.0},{&quot;2026-08-25&quot;:4.0},{&quot;2026-08-26&quot;:4.15},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.42},{&quot;2026-08-29&quot;:4.42},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.14},{&quot;2026-09-01&quot;:4.14},{&quot;2026-09-02&quot;:4.81},{&quot;2026-09-03&quot;:5.54},{&quot;2026-09-04&quot;:5.53},{&quot;2026-09-05&quot;:5.6},{&quot;2026-09-06&quot;:5.65},{&quot;2026-09-07&quot;:5.61},{&quot;2026-09-08&quot;:5.49},{&quot;2026-09-09&quot;:5.69},{&quot;2026-09-10&quot;:5.73},{&quot;2026-09-11&quot;:5.73}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.37},{&quot;2026-06-10&quot;:2.85},{&quot;2026-06-11&quot;:2.46},{&quot;2026-06-12&quot;:1.89},{&quot;2026-06-13&quot;:1.9},{&quot;2026-06-14&quot;:1.83},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:1.9},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.82},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.1},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.37},{&quot;2026-07-09&quot;:2.4},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.49},{&quot;2026-07-14&quot;:2.4},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.24},{&quot;2026-07-18&quot;:2.27},{&quot;2026-07-19&quot;:2.17},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.14},{&quot;2026-07-23&quot;:2.1},{&quot;2026-07-25&quot;:2.19},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.41},{&quot;2026-07-29&quot;:2.62},{&quot;2026-07-30&quot;:2.81},{&quot;2026-07-31&quot;:2.62},{&quot;2026-08-01&quot;:2.54},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.33},{&quot;2026-08-04&quot;:2.12},{&quot;2026-08-05&quot;:2.06},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.38},{&quot;2026-08-10&quot;:2.4},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.68},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.56},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.47},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.58},{&quot;2026-08-25&quot;:2.58},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.84},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.82},{&quot;2026-08-31&quot;:2.73},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.13},{&quot;2026-09-04&quot;:3.62},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.74},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.58},{&quot;2026-09-11&quot;:3.68}]}"
        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="91038"
  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-inr 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">
            Grimgrin, Corpse-Born
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.67
          </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="Grimgrin, Corpse-Born" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/c/3c257fe6-1038-4167-ae78-90309974b925.jpg?1783908076" />

        <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">
            Grimgrin, Corpse-Born
        </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 — Zombie Warrior</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="Grimgrin, Corpse-Born" src="https://cards.scryfall.io/large/front/3/c/3c257fe6-1038-4167-ae78-90309974b925.jpg?1783908076" />
    </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.67
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:3.91},{&quot;2026-06-11&quot;:3.91},{&quot;2026-06-12&quot;:3.91},{&quot;2026-06-13&quot;:3.91},{&quot;2026-06-14&quot;:3.91},{&quot;2026-06-15&quot;:3.91},{&quot;2026-06-16&quot;:3.91},{&quot;2026-06-17&quot;:3.91},{&quot;2026-06-18&quot;:3.91},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.91},{&quot;2026-06-21&quot;:3.91},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-23&quot;:3.91},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:3.71},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.71},{&quot;2026-06-29&quot;:3.71},{&quot;2026-06-30&quot;:3.7},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.64},{&quot;2026-07-06&quot;:3.64},{&quot;2026-07-07&quot;:3.64},{&quot;2026-07-08&quot;:3.64},{&quot;2026-07-09&quot;:3.64},{&quot;2026-07-10&quot;:3.64},{&quot;2026-07-11&quot;:3.64},{&quot;2026-07-12&quot;:3.64},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.62},{&quot;2026-07-15&quot;:3.62},{&quot;2026-07-16&quot;:3.62},{&quot;2026-07-17&quot;:3.62},{&quot;2026-07-18&quot;:3.62},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.69},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-23&quot;:3.83},{&quot;2026-07-25&quot;:3.83},{&quot;2026-07-26&quot;:3.83},{&quot;2026-07-27&quot;:3.83},{&quot;2026-07-29&quot;:3.83},{&quot;2026-07-30&quot;:3.83},{&quot;2026-07-31&quot;:3.83},{&quot;2026-08-01&quot;:3.83},{&quot;2026-08-02&quot;:3.83},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.71},{&quot;2026-08-05&quot;:3.72},{&quot;2026-08-07&quot;:3.79},{&quot;2026-08-08&quot;:3.74},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.78},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.78},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:3.78},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.78},{&quot;2026-08-17&quot;:3.78},{&quot;2026-08-18&quot;:3.78},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.63},{&quot;2026-08-22&quot;:3.63},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.63},{&quot;2026-08-26&quot;:3.8},{&quot;2026-08-27&quot;:3.8},{&quot;2026-08-28&quot;:3.71},{&quot;2026-08-29&quot;:3.71},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:3.71},{&quot;2026-09-06&quot;:3.71},{&quot;2026-09-07&quot;:3.71},{&quot;2026-09-08&quot;:3.71},{&quot;2026-09-09&quot;:3.71},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.7}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.63},{&quot;2026-06-11&quot;:3.63},{&quot;2026-06-12&quot;:3.75},{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.72},{&quot;2026-06-15&quot;:3.72},{&quot;2026-06-16&quot;:3.72},{&quot;2026-06-17&quot;:3.6},{&quot;2026-06-18&quot;:3.6},{&quot;2026-06-19&quot;:3.63},{&quot;2026-06-20&quot;:3.86},{&quot;2026-06-21&quot;:3.77},{&quot;2026-06-22&quot;:3.85},{&quot;2026-06-23&quot;:3.71},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.77},{&quot;2026-06-27&quot;:3.77},{&quot;2026-06-28&quot;:3.56},{&quot;2026-06-29&quot;:3.54},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.74},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.62},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.68},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.86},{&quot;2026-07-13&quot;:3.86},{&quot;2026-07-14&quot;:3.86},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.76},{&quot;2026-07-18&quot;:3.76},{&quot;2026-07-19&quot;:3.77},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-23&quot;:3.81},{&quot;2026-07-25&quot;:3.75},{&quot;2026-07-26&quot;:3.67},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-29&quot;:3.65},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.62},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.43},{&quot;2026-08-09&quot;:3.43},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.51},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.98},{&quot;2026-08-14&quot;:4.02},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.06},{&quot;2026-08-17&quot;:3.99},{&quot;2026-08-18&quot;:4.17},{&quot;2026-08-19&quot;:4.17},{&quot;2026-08-20&quot;:4.17},{&quot;2026-08-21&quot;:4.27},{&quot;2026-08-22&quot;:4.27},{&quot;2026-08-23&quot;:4.27},{&quot;2026-08-24&quot;:4.19},{&quot;2026-08-25&quot;:4.19},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:4.03},{&quot;2026-08-29&quot;:4.03},{&quot;2026-08-30&quot;:4.09},{&quot;2026-08-31&quot;:4.09},{&quot;2026-09-01&quot;:4.09},{&quot;2026-09-02&quot;:4.23},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.07},{&quot;2026-09-05&quot;:4.07},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:3.97},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:3.73},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.67}]}"
        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="18090"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Counterspell" src="https://cards.scryfall.io/large/front/0/2/02da8709-4228-4fed-9d2d-781e686661df.jpg?1783918498" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.66
              </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.61
              </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.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-10&quot;:3.17},{&quot;2026-06-11&quot;:3.19},{&quot;2026-06-12&quot;:3.2},{&quot;2026-06-13&quot;:3.17},{&quot;2026-06-14&quot;:3.21},{&quot;2026-06-15&quot;:3.21},{&quot;2026-06-16&quot;:3.21},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:2.84},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.69},{&quot;2026-06-27&quot;:2.67},{&quot;2026-06-28&quot;:2.67},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:2.66},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.83},{&quot;2026-07-05&quot;:2.86},{&quot;2026-07-06&quot;:2.86},{&quot;2026-07-07&quot;:2.97},{&quot;2026-07-08&quot;:2.99},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.96},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.85},{&quot;2026-07-18&quot;:2.85},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-25&quot;:2.92},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-29&quot;:3.1},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:2.97},{&quot;2026-08-01&quot;:2.97},{&quot;2026-08-02&quot;:2.97},{&quot;2026-08-03&quot;:2.97},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:2.98},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.94},{&quot;2026-08-11&quot;:2.94},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:2.98},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.89},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.84},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.16},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.52},{&quot;2026-08-25&quot;:3.52},{&quot;2026-08-26&quot;:3.57},{&quot;2026-08-27&quot;:3.57},{&quot;2026-08-28&quot;:3.49},{&quot;2026-08-29&quot;:3.49},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.58},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.56},{&quot;2026-09-11&quot;:3.61}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.05},{&quot;2026-06-11&quot;:3.19},{&quot;2026-06-12&quot;:2.92},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:3.1},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.3},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.81},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.91},{&quot;2026-06-26&quot;:3.1},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.21},{&quot;2026-06-29&quot;:3.34},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.24},{&quot;2026-07-02&quot;:3.15},{&quot;2026-07-03&quot;:2.92},{&quot;2026-07-04&quot;:2.93},{&quot;2026-07-05&quot;:2.83},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:2.91},{&quot;2026-07-08&quot;:3.13},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.14},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.02},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.63},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.63},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.99},{&quot;2026-07-23&quot;:2.73},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.78},{&quot;2026-07-29&quot;:2.35},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.77},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.55},{&quot;2026-08-03&quot;:2.58},{&quot;2026-08-04&quot;:2.93},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:3.17},{&quot;2026-08-08&quot;:3.0},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.25},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.29},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.17},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.35},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.16},{&quot;2026-08-20&quot;:3.16},{&quot;2026-08-21&quot;:3.95},{&quot;2026-08-22&quot;:3.83},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.45},{&quot;2026-08-25&quot;:3.45},{&quot;2026-08-26&quot;:3.44},{&quot;2026-08-27&quot;:3.37},{&quot;2026-08-28&quot;:3.51},{&quot;2026-08-29&quot;:3.51},{&quot;2026-08-30&quot;:3.78},{&quot;2026-08-31&quot;:4.08},{&quot;2026-09-01&quot;:4.08},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.74},{&quot;2026-09-04&quot;:3.57},{&quot;2026-09-05&quot;:3.67},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.76},{&quot;2026-09-10&quot;:3.76},{&quot;2026-09-11&quot;:3.66}]}"
        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="28615"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-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">
            Marionette Master
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.66
          </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="Marionette Master" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd21a925-c76f-4c1d-b5b8-8d3352730e5f.jpg?1783926217" />

        <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">
            Marionette Master
        </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 Artificer</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Marionette Master" src="https://cards.scryfall.io/large/front/d/d/dd21a925-c76f-4c1d-b5b8-8d3352730e5f.jpg?1783926217" />
    </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.66
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.05},{&quot;2026-06-14&quot;:3.05},{&quot;2026-06-15&quot;:3.07},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:3.05},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.07},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.87},{&quot;2026-06-23&quot;:4.28},{&quot;2026-06-24&quot;:4.38},{&quot;2026-06-25&quot;:4.42},{&quot;2026-06-26&quot;:4.37},{&quot;2026-06-27&quot;:4.37},{&quot;2026-06-28&quot;:4.32},{&quot;2026-06-29&quot;:4.38},{&quot;2026-06-30&quot;:4.56},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:5.62},{&quot;2026-07-03&quot;:5.32},{&quot;2026-07-04&quot;:5.01},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.0},{&quot;2026-07-07&quot;:5.0},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:5.0},{&quot;2026-07-10&quot;:5.0},{&quot;2026-07-11&quot;:5.0},{&quot;2026-07-12&quot;:5.0},{&quot;2026-07-13&quot;:5.0},{&quot;2026-07-14&quot;:4.9},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.81},{&quot;2026-07-17&quot;:4.81},{&quot;2026-07-18&quot;:4.62},{&quot;2026-07-19&quot;:4.75},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.11},{&quot;2026-07-22&quot;:4.11},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-24&quot;:3.53},{&quot;2026-07-25&quot;:3.32},{&quot;2026-07-26&quot;:3.34},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.15},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.44},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.45},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.56},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.61},{&quot;2026-08-09&quot;:3.94},{&quot;2026-08-10&quot;:4.07},{&quot;2026-08-11&quot;:4.12},{&quot;2026-08-12&quot;:4.13},{&quot;2026-08-13&quot;:3.93},{&quot;2026-08-14&quot;:3.93},{&quot;2026-08-15&quot;:3.93},{&quot;2026-08-16&quot;:3.98},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.86},{&quot;2026-08-19&quot;:3.95},{&quot;2026-08-20&quot;:3.92},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:3.88},{&quot;2026-08-24&quot;:3.9},{&quot;2026-08-25&quot;:3.75},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:4.01},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:3.92},{&quot;2026-08-31&quot;:3.92},{&quot;2026-09-01&quot;:3.92},{&quot;2026-09-02&quot;:3.92},{&quot;2026-09-03&quot;:4.02},{&quot;2026-09-04&quot;:3.93},{&quot;2026-09-05&quot;:3.93},{&quot;2026-09-06&quot;:4.06},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.06},{&quot;2026-09-09&quot;:4.06},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:3.66}]}"
        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="34718"
  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-inr 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">
            Deadeye Navigator
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.66
          </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="Deadeye Navigator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/f/4f0791b5-fdb4-4378-8fd3-7e7367ffc05c.jpg?1783908166" />

        <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">
            Deadeye Navigator
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Deadeye Navigator" src="https://cards.scryfall.io/large/front/4/f/4f0791b5-fdb4-4378-8fd3-7e7367ffc05c.jpg?1783908166" />
    </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.66
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.61
              </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.85},{&quot;2026-06-14&quot;:4.85},{&quot;2026-06-15&quot;:4.91},{&quot;2026-06-16&quot;:5.05},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.05},{&quot;2026-06-19&quot;:4.57},{&quot;2026-06-20&quot;:4.57},{&quot;2026-06-21&quot;:4.37},{&quot;2026-06-22&quot;:4.37},{&quot;2026-06-23&quot;:4.37},{&quot;2026-06-24&quot;:4.44},{&quot;2026-06-25&quot;:4.35},{&quot;2026-06-26&quot;:4.35},{&quot;2026-06-27&quot;:4.35},{&quot;2026-06-28&quot;:4.35},{&quot;2026-06-29&quot;:4.35},{&quot;2026-06-30&quot;:4.45},{&quot;2026-07-01&quot;:4.45},{&quot;2026-07-02&quot;:4.45},{&quot;2026-07-03&quot;:4.27},{&quot;2026-07-04&quot;:4.27},{&quot;2026-07-05&quot;:4.14},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.34},{&quot;2026-07-09&quot;:4.44},{&quot;2026-07-10&quot;:4.36},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.35},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.33},{&quot;2026-07-16&quot;:4.33},{&quot;2026-07-17&quot;:4.33},{&quot;2026-07-18&quot;:4.33},{&quot;2026-07-19&quot;:4.33},{&quot;2026-07-20&quot;:4.19},{&quot;2026-07-21&quot;:4.19},{&quot;2026-07-22&quot;:4.19},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.33},{&quot;2026-07-25&quot;:4.33},{&quot;2026-07-26&quot;:4.33},{&quot;2026-07-27&quot;:4.33},{&quot;2026-07-28&quot;:4.33},{&quot;2026-07-29&quot;:4.31},{&quot;2026-07-30&quot;:4.39},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.4},{&quot;2026-08-02&quot;:4.4},{&quot;2026-08-03&quot;:4.4},{&quot;2026-08-04&quot;:4.4},{&quot;2026-08-05&quot;:4.4},{&quot;2026-08-07&quot;:4.4},{&quot;2026-08-08&quot;:4.35},{&quot;2026-08-09&quot;:4.28},{&quot;2026-08-10&quot;:4.28},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.22},{&quot;2026-08-14&quot;:4.22},{&quot;2026-08-15&quot;:4.22},{&quot;2026-08-16&quot;:4.22},{&quot;2026-08-17&quot;:4.22},{&quot;2026-08-18&quot;:4.22},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.14},{&quot;2026-08-21&quot;:4.17},{&quot;2026-08-22&quot;:4.15},{&quot;2026-08-23&quot;:4.15},{&quot;2026-08-24&quot;:4.16},{&quot;2026-08-25&quot;:4.16},{&quot;2026-08-26&quot;:4.16},{&quot;2026-08-27&quot;:4.16},{&quot;2026-08-28&quot;:4.16},{&quot;2026-08-29&quot;:4.16},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.2},{&quot;2026-09-01&quot;:4.29},{&quot;2026-09-02&quot;:4.36},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.59},{&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.61},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.91},{&quot;2026-06-14&quot;:4.68},{&quot;2026-06-15&quot;:4.83},{&quot;2026-06-16&quot;:4.83},{&quot;2026-06-17&quot;:4.66},{&quot;2026-06-18&quot;:4.51},{&quot;2026-06-19&quot;:4.26},{&quot;2026-06-20&quot;:4.26},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.28},{&quot;2026-06-23&quot;:4.13},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.28},{&quot;2026-06-26&quot;:4.16},{&quot;2026-06-27&quot;:4.01},{&quot;2026-06-28&quot;:4.01},{&quot;2026-06-29&quot;:4.08},{&quot;2026-06-30&quot;:4.1},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:3.93},{&quot;2026-07-03&quot;:4.04},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:3.92},{&quot;2026-07-07&quot;:4.01},{&quot;2026-07-08&quot;:3.92},{&quot;2026-07-09&quot;:4.03},{&quot;2026-07-10&quot;:3.98},{&quot;2026-07-11&quot;:3.89},{&quot;2026-07-12&quot;:3.82},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.94},{&quot;2026-07-15&quot;:3.94},{&quot;2026-07-16&quot;:3.93},{&quot;2026-07-17&quot;:3.99},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:3.99},{&quot;2026-07-20&quot;:3.96},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-22&quot;:4.17},{&quot;2026-07-23&quot;:4.05},{&quot;2026-07-24&quot;:4.05},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:3.88},{&quot;2026-07-28&quot;:3.85},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.65},{&quot;2026-07-31&quot;:3.65},{&quot;2026-08-01&quot;:3.65},{&quot;2026-08-02&quot;:3.56},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.1},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:3.01},{&quot;2026-08-14&quot;:3.01},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.03},{&quot;2026-08-17&quot;:3.01},{&quot;2026-08-18&quot;:3.01},{&quot;2026-08-19&quot;:3.01},{&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;:2.99},{&quot;2026-08-24&quot;:3.03},{&quot;2026-08-25&quot;:3.05},{&quot;2026-08-26&quot;:3.05},{&quot;2026-08-27&quot;:3.07},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.43},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.39},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.57},{&quot;2026-09-10&quot;:3.66},{&quot;2026-09-11&quot;:3.66}]}"
        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="29148"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Wall
      </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.65
          </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="Crystal Barricade" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/3/e3c62996-3dc9-4f1a-8979-790b9b6b134e.jpg?1783909034" />

        <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">
            Crystal Barricade
        </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 — Wall</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Crystal Barricade" src="https://cards.scryfall.io/large/front/e/3/e3c62996-3dc9-4f1a-8979-790b9b6b134e.jpg?1783909034" />
    </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.65
              </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">
                $7.11
              </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.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;2026-06-13&quot;:8.04},{&quot;2026-06-14&quot;:8.04},{&quot;2026-06-15&quot;:8.04},{&quot;2026-06-16&quot;:8.04},{&quot;2026-06-17&quot;:8.04},{&quot;2026-06-18&quot;:8.05},{&quot;2026-06-19&quot;:8.05},{&quot;2026-06-20&quot;:8.02},{&quot;2026-06-21&quot;:8.02},{&quot;2026-06-22&quot;:8.02},{&quot;2026-06-23&quot;:8.02},{&quot;2026-06-24&quot;:7.97},{&quot;2026-06-25&quot;:7.93},{&quot;2026-06-26&quot;:7.93},{&quot;2026-06-27&quot;:7.93},{&quot;2026-06-28&quot;:7.9},{&quot;2026-06-29&quot;:7.9},{&quot;2026-06-30&quot;:7.98},{&quot;2026-07-01&quot;:7.98},{&quot;2026-07-02&quot;:8.0},{&quot;2026-07-03&quot;:8.0},{&quot;2026-07-04&quot;:8.06},{&quot;2026-07-05&quot;:8.06},{&quot;2026-07-06&quot;:8.06},{&quot;2026-07-07&quot;:8.06},{&quot;2026-07-08&quot;:8.06},{&quot;2026-07-09&quot;:8.06},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:7.97},{&quot;2026-07-12&quot;:7.97},{&quot;2026-07-13&quot;:8.07},{&quot;2026-07-14&quot;:8.07},{&quot;2026-07-15&quot;:8.07},{&quot;2026-07-16&quot;:8.07},{&quot;2026-07-17&quot;:8.07},{&quot;2026-07-18&quot;:8.07},{&quot;2026-07-19&quot;:8.07},{&quot;2026-07-20&quot;:8.02},{&quot;2026-07-21&quot;:8.02},{&quot;2026-07-22&quot;:8.02},{&quot;2026-07-23&quot;:8.02},{&quot;2026-07-24&quot;:8.02},{&quot;2026-07-25&quot;:8.02},{&quot;2026-07-26&quot;:7.92},{&quot;2026-07-27&quot;:7.92},{&quot;2026-07-28&quot;:7.92},{&quot;2026-07-29&quot;:8.0},{&quot;2026-07-30&quot;:8.0},{&quot;2026-07-31&quot;:7.98},{&quot;2026-08-01&quot;:8.04},{&quot;2026-08-02&quot;:8.04},{&quot;2026-08-03&quot;:8.04},{&quot;2026-08-04&quot;:8.04},{&quot;2026-08-05&quot;:8.04},{&quot;2026-08-07&quot;:7.87},{&quot;2026-08-08&quot;:7.74},{&quot;2026-08-09&quot;:7.74},{&quot;2026-08-10&quot;:7.47},{&quot;2026-08-11&quot;:7.47},{&quot;2026-08-12&quot;:7.47},{&quot;2026-08-13&quot;:7.54},{&quot;2026-08-14&quot;:7.54},{&quot;2026-08-15&quot;:7.49},{&quot;2026-08-16&quot;:7.49},{&quot;2026-08-17&quot;:7.49},{&quot;2026-08-18&quot;:7.39},{&quot;2026-08-19&quot;:7.39},{&quot;2026-08-20&quot;:7.35},{&quot;2026-08-21&quot;:7.32},{&quot;2026-08-22&quot;:7.14},{&quot;2026-08-23&quot;:7.09},{&quot;2026-08-24&quot;:7.07},{&quot;2026-08-25&quot;:7.07},{&quot;2026-08-26&quot;:7.07},{&quot;2026-08-27&quot;:7.07},{&quot;2026-08-28&quot;:7.08},{&quot;2026-08-29&quot;:7.08},{&quot;2026-08-30&quot;:6.96},{&quot;2026-08-31&quot;:6.96},{&quot;2026-09-01&quot;:6.97},{&quot;2026-09-02&quot;:6.89},{&quot;2026-09-03&quot;:6.89},{&quot;2026-09-04&quot;:6.89},{&quot;2026-09-05&quot;:6.92},{&quot;2026-09-06&quot;:6.92},{&quot;2026-09-07&quot;:6.92},{&quot;2026-09-08&quot;:6.92},{&quot;2026-09-09&quot;:6.92},{&quot;2026-09-10&quot;:6.92},{&quot;2026-09-11&quot;:7.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.64},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.67},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.62},{&quot;2026-06-19&quot;:2.63},{&quot;2026-06-20&quot;:2.66},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:2.68},{&quot;2026-06-23&quot;:2.64},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.64},{&quot;2026-06-26&quot;:2.62},{&quot;2026-06-27&quot;:2.64},{&quot;2026-06-28&quot;:2.69},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.67},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.77},{&quot;2026-07-05&quot;:2.71},{&quot;2026-07-06&quot;:2.71},{&quot;2026-07-07&quot;:2.71},{&quot;2026-07-08&quot;:2.82},{&quot;2026-07-09&quot;:2.86},{&quot;2026-07-10&quot;:2.91},{&quot;2026-07-11&quot;:2.91},{&quot;2026-07-12&quot;:2.96},{&quot;2026-07-13&quot;:2.96},{&quot;2026-07-14&quot;:2.96},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:3.06},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.17},{&quot;2026-07-19&quot;:3.16},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.33},{&quot;2026-07-22&quot;:3.48},{&quot;2026-07-23&quot;:3.5},{&quot;2026-07-24&quot;:3.65},{&quot;2026-07-25&quot;:3.49},{&quot;2026-07-26&quot;:3.56},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.56},{&quot;2026-07-29&quot;:3.58},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.48},{&quot;2026-08-02&quot;:3.3},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.28},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.37},{&quot;2026-08-11&quot;:3.37},{&quot;2026-08-12&quot;:3.51},{&quot;2026-08-13&quot;:3.54},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.58},{&quot;2026-08-17&quot;:3.55},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.47},{&quot;2026-08-20&quot;:3.42},{&quot;2026-08-21&quot;:3.39},{&quot;2026-08-22&quot;:3.23},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.13},{&quot;2026-08-25&quot;:3.18},{&quot;2026-08-26&quot;:3.19},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.24},{&quot;2026-08-29&quot;:3.24},{&quot;2026-08-30&quot;:3.35},{&quot;2026-08-31&quot;:3.37},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.45},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.77},{&quot;2026-09-09&quot;:3.72},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:3.65}]}"
        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="49542"
  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">
            Patriarch&#39;s Bidding
        </span>

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.65
          </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="Patriarch&#39;s Bidding" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/1/317686d8-b762-4598-b74a-8b1fa6b899ba.jpg?1783926786" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Patriarch&#39;s Bidding" src="https://cards.scryfall.io/large/front/3/1/317686d8-b762-4598-b74a-8b1fa6b899ba.jpg?1783926786" />
    </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.65
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:7.49},{&quot;2026-06-14&quot;:7.49},{&quot;2026-06-15&quot;:7.49},{&quot;2026-06-16&quot;:7.49},{&quot;2026-06-17&quot;:7.49},{&quot;2026-06-18&quot;:7.49},{&quot;2026-06-19&quot;:7.49},{&quot;2026-06-20&quot;:7.49},{&quot;2026-06-21&quot;:7.49},{&quot;2026-06-22&quot;:7.49},{&quot;2026-06-23&quot;:7.49},{&quot;2026-06-24&quot;:7.48},{&quot;2026-06-25&quot;:7.48},{&quot;2026-06-26&quot;:7.48},{&quot;2026-06-27&quot;:7.53},{&quot;2026-06-28&quot;:7.53},{&quot;2026-06-29&quot;:7.53},{&quot;2026-06-30&quot;:7.53},{&quot;2026-07-01&quot;:7.53},{&quot;2026-07-02&quot;:7.53},{&quot;2026-07-03&quot;:7.53},{&quot;2026-07-04&quot;:7.53},{&quot;2026-07-05&quot;:7.53},{&quot;2026-07-06&quot;:7.53},{&quot;2026-07-07&quot;:7.53},{&quot;2026-07-08&quot;:7.53},{&quot;2026-07-09&quot;:7.53},{&quot;2026-07-10&quot;:7.53},{&quot;2026-07-11&quot;:7.6},{&quot;2026-07-12&quot;:7.6},{&quot;2026-07-13&quot;:7.6},{&quot;2026-07-14&quot;:7.6},{&quot;2026-07-15&quot;:7.6},{&quot;2026-07-16&quot;:7.6},{&quot;2026-07-17&quot;:7.6},{&quot;2026-07-18&quot;:7.6},{&quot;2026-07-19&quot;:7.6},{&quot;2026-07-20&quot;:7.6},{&quot;2026-07-21&quot;:7.6},{&quot;2026-07-22&quot;:7.6},{&quot;2026-07-23&quot;:7.6},{&quot;2026-07-24&quot;:7.6},{&quot;2026-07-25&quot;:7.67},{&quot;2026-07-26&quot;:7.67},{&quot;2026-07-27&quot;:7.71},{&quot;2026-07-28&quot;:7.71},{&quot;2026-07-29&quot;:7.71},{&quot;2026-07-30&quot;:7.71},{&quot;2026-07-31&quot;:7.61},{&quot;2026-08-01&quot;:7.61},{&quot;2026-08-02&quot;:7.61},{&quot;2026-08-03&quot;:7.61},{&quot;2026-08-04&quot;:7.61},{&quot;2026-08-05&quot;:7.61},{&quot;2026-08-07&quot;:7.63},{&quot;2026-08-08&quot;:7.63},{&quot;2026-08-09&quot;:7.63},{&quot;2026-08-10&quot;:7.63},{&quot;2026-08-11&quot;:7.63},{&quot;2026-08-12&quot;:7.63},{&quot;2026-08-13&quot;:7.65},{&quot;2026-08-14&quot;:7.65},{&quot;2026-08-15&quot;:7.65},{&quot;2026-08-16&quot;:7.65},{&quot;2026-08-17&quot;:7.65},{&quot;2026-08-18&quot;:7.65},{&quot;2026-08-19&quot;:7.65},{&quot;2026-08-20&quot;:7.72},{&quot;2026-08-21&quot;:7.66},{&quot;2026-08-22&quot;:7.66},{&quot;2026-08-23&quot;:7.66},{&quot;2026-08-24&quot;:7.66},{&quot;2026-08-25&quot;:7.66},{&quot;2026-08-26&quot;:7.66},{&quot;2026-08-27&quot;:7.66},{&quot;2026-08-28&quot;:7.66},{&quot;2026-08-29&quot;:7.66},{&quot;2026-08-30&quot;:7.66},{&quot;2026-08-31&quot;:7.73},{&quot;2026-09-01&quot;:7.73},{&quot;2026-09-02&quot;:7.86},{&quot;2026-09-03&quot;:7.86},{&quot;2026-09-04&quot;:7.86},{&quot;2026-09-05&quot;:7.92},{&quot;2026-09-06&quot;:7.92},{&quot;2026-09-07&quot;:7.92},{&quot;2026-09-08&quot;:7.92},{&quot;2026-09-09&quot;:7.92},{&quot;2026-09-10&quot;:7.92},{&quot;2026-09-11&quot;:7.92}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.67},{&quot;2026-06-15&quot;:5.08},{&quot;2026-06-16&quot;:5.21},{&quot;2026-06-17&quot;:5.29},{&quot;2026-06-18&quot;:4.89},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:5.04},{&quot;2026-06-21&quot;:5.02},{&quot;2026-06-22&quot;:4.8},{&quot;2026-06-23&quot;:5.02},{&quot;2026-06-24&quot;:4.94},{&quot;2026-06-25&quot;:5.01},{&quot;2026-06-26&quot;:5.25},{&quot;2026-06-27&quot;:5.32},{&quot;2026-06-28&quot;:5.37},{&quot;2026-06-29&quot;:5.11},{&quot;2026-06-30&quot;:4.92},{&quot;2026-07-01&quot;:4.8},{&quot;2026-07-02&quot;:4.84},{&quot;2026-07-03&quot;:4.69},{&quot;2026-07-04&quot;:4.65},{&quot;2026-07-05&quot;:4.53},{&quot;2026-07-06&quot;:4.51},{&quot;2026-07-07&quot;:4.6},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.25},{&quot;2026-07-10&quot;:4.28},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.25},{&quot;2026-07-13&quot;:4.39},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.42},{&quot;2026-07-16&quot;:4.44},{&quot;2026-07-17&quot;:4.38},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:3.99},{&quot;2026-07-20&quot;:3.78},{&quot;2026-07-21&quot;:3.99},{&quot;2026-07-22&quot;:4.01},{&quot;2026-07-23&quot;:4.04},{&quot;2026-07-24&quot;:4.08},{&quot;2026-07-25&quot;:3.97},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.99},{&quot;2026-07-28&quot;:3.87},{&quot;2026-07-29&quot;:4.06},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.1},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:3.97},{&quot;2026-08-03&quot;:3.95},{&quot;2026-08-04&quot;:3.8},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.34},{&quot;2026-08-12&quot;:3.35},{&quot;2026-08-13&quot;:3.5},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.36},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.31},{&quot;2026-08-18&quot;:3.43},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.58},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.51},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.76},{&quot;2026-08-27&quot;:3.83},{&quot;2026-08-28&quot;:3.86},{&quot;2026-08-29&quot;:3.86},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.81},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.74},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.91},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.67},{&quot;2026-09-10&quot;:3.69},{&quot;2026-09-11&quot;:3.65}]}"
        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="79886"
  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-bot 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">
            Ratchet, Field Medic 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.65
          </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="Ratchet, Field Medic // Ratchet, Rescue Racer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c23a2d6b-43c2-4756-94c7-207cc344f0a7.jpg?1783919907" />

        <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">
            Ratchet, Field Medic 
        </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 Artifact Creature — Robot</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Ratchet, Field Medic // Ratchet, Rescue Racer" src="https://cards.scryfall.io/large/front/c/2/c23a2d6b-43c2-4756-94c7-207cc344f0a7.jpg?1783919907" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Ratchet, Field Medic // Ratchet, Rescue Racer" src="https://cards.scryfall.io/large/back/c/2/c23a2d6b-43c2-4756-94c7-207cc344f0a7.jpg?1783919907" />
              </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">
            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.65
              </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">
                $5.03
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.57},{&quot;2026-06-13&quot;:3.57},{&quot;2026-06-14&quot;:3.5},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.4},{&quot;2026-06-17&quot;:3.4},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.38},{&quot;2026-06-20&quot;:3.38},{&quot;2026-06-21&quot;:3.36},{&quot;2026-06-22&quot;:3.39},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.61},{&quot;2026-06-27&quot;:3.61},{&quot;2026-06-28&quot;:3.61},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.55},{&quot;2026-07-01&quot;:3.65},{&quot;2026-07-02&quot;:3.69},{&quot;2026-07-03&quot;:3.79},{&quot;2026-07-04&quot;:3.96},{&quot;2026-07-05&quot;:3.96},{&quot;2026-07-06&quot;:4.2},{&quot;2026-07-07&quot;:4.2},{&quot;2026-07-08&quot;:4.2},{&quot;2026-07-09&quot;:4.2},{&quot;2026-07-10&quot;:4.2},{&quot;2026-07-11&quot;:4.2},{&quot;2026-07-12&quot;:4.2},{&quot;2026-07-13&quot;:4.3},{&quot;2026-07-14&quot;:4.3},{&quot;2026-07-15&quot;:4.3},{&quot;2026-07-16&quot;:4.3},{&quot;2026-07-17&quot;:4.3},{&quot;2026-07-18&quot;:4.3},{&quot;2026-07-19&quot;:4.3},{&quot;2026-07-20&quot;:4.3},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-24&quot;:3.96},{&quot;2026-07-25&quot;:3.96},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:3.86},{&quot;2026-07-28&quot;:3.84},{&quot;2026-07-29&quot;:3.86},{&quot;2026-07-30&quot;:3.86},{&quot;2026-07-31&quot;:3.93},{&quot;2026-08-01&quot;:3.93},{&quot;2026-08-02&quot;:3.93},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:3.88},{&quot;2026-08-08&quot;:3.79},{&quot;2026-08-09&quot;:3.79},{&quot;2026-08-10&quot;:3.79},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.79},{&quot;2026-08-13&quot;:3.75},{&quot;2026-08-14&quot;:3.77},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.72},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.7},{&quot;2026-08-19&quot;:3.7},{&quot;2026-08-20&quot;:3.7},{&quot;2026-08-21&quot;:3.7},{&quot;2026-08-22&quot;:3.7},{&quot;2026-08-23&quot;:3.7},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.74},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.77},{&quot;2026-08-28&quot;:4.08},{&quot;2026-08-29&quot;:4.08},{&quot;2026-08-30&quot;:4.65},{&quot;2026-08-31&quot;:4.84},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:4.87},{&quot;2026-09-05&quot;:4.89},{&quot;2026-09-06&quot;:4.93},{&quot;2026-09-07&quot;:5.07},{&quot;2026-09-08&quot;:5.04},{&quot;2026-09-09&quot;:5.02},{&quot;2026-09-10&quot;:5.02},{&quot;2026-09-11&quot;:5.03}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.67},{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.66},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.27},{&quot;2026-06-20&quot;:3.2},{&quot;2026-06-21&quot;:3.2},{&quot;2026-06-22&quot;:3.24},{&quot;2026-06-23&quot;:3.44},{&quot;2026-06-24&quot;:3.65},{&quot;2026-06-25&quot;:3.81},{&quot;2026-06-26&quot;:3.94},{&quot;2026-06-27&quot;:3.94},{&quot;2026-06-28&quot;:3.88},{&quot;2026-06-29&quot;:3.87},{&quot;2026-06-30&quot;:3.95},{&quot;2026-07-01&quot;:3.95},{&quot;2026-07-02&quot;:3.91},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.75},{&quot;2026-07-05&quot;:3.62},{&quot;2026-07-06&quot;:3.59},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.61},{&quot;2026-07-09&quot;:3.67},{&quot;2026-07-10&quot;:3.7},{&quot;2026-07-11&quot;:3.7},{&quot;2026-07-12&quot;:3.71},{&quot;2026-07-13&quot;:3.74},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.87},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.57},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.61},{&quot;2026-07-23&quot;:3.67},{&quot;2026-07-24&quot;:3.67},{&quot;2026-07-25&quot;:3.9},{&quot;2026-07-26&quot;:3.82},{&quot;2026-07-27&quot;:3.84},{&quot;2026-07-28&quot;:3.73},{&quot;2026-07-29&quot;:3.57},{&quot;2026-07-30&quot;:3.42},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.07},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.27},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.29},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:3.73},{&quot;2026-08-18&quot;:3.73},{&quot;2026-08-19&quot;:3.9},{&quot;2026-08-20&quot;:3.9},{&quot;2026-08-21&quot;:3.91},{&quot;2026-08-22&quot;:3.8},{&quot;2026-08-23&quot;:3.68},{&quot;2026-08-24&quot;:3.76},{&quot;2026-08-25&quot;:3.42},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.2},{&quot;2026-08-29&quot;:3.2},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:4.29},{&quot;2026-09-01&quot;:4.05},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.67},{&quot;2026-09-04&quot;:3.41},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.42},{&quot;2026-09-07&quot;:3.61},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.73},{&quot;2026-09-11&quot;:3.65}]}"
        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="12536"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-common ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.64
          </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/5/4/543d1e79-cac6-455c-9fda-f13c849579d6.jpg?1783922708" />

        <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">
            common
          </span>

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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/5/4/543d1e79-cac6-455c-9fda-f13c849579d6.jpg?1783922708" />
    </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.64
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.58
              </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;2026-06-13&quot;:3.7},{&quot;2026-06-14&quot;:3.7},{&quot;2026-06-15&quot;:3.7},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:3.74},{&quot;2026-06-18&quot;:3.82},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.85},{&quot;2026-06-21&quot;:3.75},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.6},{&quot;2026-06-24&quot;:3.53},{&quot;2026-06-25&quot;:3.57},{&quot;2026-06-26&quot;:3.51},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.57},{&quot;2026-06-29&quot;:3.52},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.45},{&quot;2026-07-02&quot;:3.44},{&quot;2026-07-03&quot;:3.46},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.46},{&quot;2026-07-07&quot;:3.46},{&quot;2026-07-08&quot;:3.52},{&quot;2026-07-09&quot;:3.57},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.61},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.61},{&quot;2026-07-15&quot;:3.59},{&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.55},{&quot;2026-07-21&quot;:3.59},{&quot;2026-07-22&quot;:3.54},{&quot;2026-07-23&quot;:3.55},{&quot;2026-07-24&quot;:3.55},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.55},{&quot;2026-07-27&quot;:3.53},{&quot;2026-07-28&quot;:3.53},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.55},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.61},{&quot;2026-08-05&quot;:3.58},{&quot;2026-08-07&quot;:3.58},{&quot;2026-08-08&quot;:3.58},{&quot;2026-08-09&quot;:3.55},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.55},{&quot;2026-08-12&quot;:3.55},{&quot;2026-08-13&quot;:3.45},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.28},{&quot;2026-08-20&quot;:3.36},{&quot;2026-08-21&quot;:3.42},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.48},{&quot;2026-08-24&quot;:3.48},{&quot;2026-08-25&quot;:3.48},{&quot;2026-08-26&quot;:3.47},{&quot;2026-08-27&quot;:3.47},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.49},{&quot;2026-09-01&quot;:3.59},{&quot;2026-09-02&quot;:3.59},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.63},{&quot;2026-09-08&quot;:3.63},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.59},{&quot;2026-09-11&quot;:3.58}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:3.19},{&quot;2026-06-15&quot;:3.27},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.18},{&quot;2026-06-18&quot;:3.16},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:2.71},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:3.16},{&quot;2026-06-23&quot;:3.08},{&quot;2026-06-24&quot;:3.16},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:3.07},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:3.0},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.87},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.56},{&quot;2026-07-07&quot;:2.47},{&quot;2026-07-08&quot;:2.65},{&quot;2026-07-09&quot;:2.81},{&quot;2026-07-10&quot;:2.86},{&quot;2026-07-11&quot;:2.94},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.88},{&quot;2026-07-14&quot;:3.87},{&quot;2026-07-15&quot;:3.89},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.52},{&quot;2026-07-19&quot;:3.49},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-22&quot;:2.89},{&quot;2026-07-23&quot;:2.81},{&quot;2026-07-24&quot;:2.83},{&quot;2026-07-25&quot;:2.79},{&quot;2026-07-26&quot;:2.91},{&quot;2026-07-27&quot;:2.92},{&quot;2026-07-28&quot;:2.83},{&quot;2026-07-29&quot;:2.79},{&quot;2026-07-30&quot;:2.81},{&quot;2026-07-31&quot;:2.82},{&quot;2026-08-01&quot;:2.82},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:2.93},{&quot;2026-08-04&quot;:2.78},{&quot;2026-08-05&quot;:3.16},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:3.03},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.01},{&quot;2026-08-12&quot;:3.07},{&quot;2026-08-13&quot;:3.13},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.06},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.94},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.96},{&quot;2026-08-24&quot;:2.93},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:2.93},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.5},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.41},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.45},{&quot;2026-09-08&quot;:3.82},{&quot;2026-09-09&quot;:3.9},{&quot;2026-09-10&quot;:3.7},{&quot;2026-09-11&quot;:3.64}]}"
        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="74826"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.64
          </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="Trailblazer&#39;s Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/6/36ee958c-ae8c-49bd-9d85-0128ca19901c.jpg?1783916171" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Trailblazer&#39;s Boots" src="https://cards.scryfall.io/large/front/3/6/36ee958c-ae8c-49bd-9d85-0128ca19901c.jpg?1783916171" />
    </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.64
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$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;:2.43},{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.38},{&quot;2026-06-16&quot;:2.34},{&quot;2026-06-17&quot;:2.37},{&quot;2026-06-18&quot;:2.37},{&quot;2026-06-19&quot;:2.37},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.24},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.39},{&quot;2026-06-26&quot;:2.33},{&quot;2026-06-27&quot;:2.39},{&quot;2026-06-28&quot;:2.44},{&quot;2026-06-29&quot;:2.43},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.56},{&quot;2026-07-03&quot;:2.58},{&quot;2026-07-04&quot;:2.62},{&quot;2026-07-05&quot;:2.59},{&quot;2026-07-06&quot;:2.57},{&quot;2026-07-07&quot;:2.52},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.2},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.21},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.31},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-22&quot;:2.28},{&quot;2026-07-23&quot;:2.33},{&quot;2026-07-24&quot;:2.35},{&quot;2026-07-25&quot;:2.2},{&quot;2026-07-26&quot;:2.24},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-28&quot;:2.27},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.39},{&quot;2026-08-01&quot;:2.39},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.65},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.75},{&quot;2026-08-08&quot;:2.89},{&quot;2026-08-09&quot;:3.01},{&quot;2026-08-10&quot;:3.05},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.94},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.79},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.6},{&quot;2026-08-18&quot;:2.57},{&quot;2026-08-19&quot;:2.72},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.85},{&quot;2026-08-23&quot;:3.02},{&quot;2026-08-24&quot;:3.1},{&quot;2026-08-25&quot;:3.2},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.64},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.41},{&quot;2026-08-31&quot;:3.56},{&quot;2026-09-01&quot;:3.56},{&quot;2026-09-02&quot;:3.74},{&quot;2026-09-03&quot;:3.83},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:3.86},{&quot;2026-09-07&quot;:4.02},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.85},{&quot;2026-09-10&quot;:3.72},{&quot;2026-09-11&quot;:3.64}],&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="9338"
  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">
            Yuriko, the Tiger&#39;s Shadow
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Human Ninja
      </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.63
          </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="Yuriko, the Tiger&#39;s Shadow" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3bd81ae6-e628-447a-a36b-597e63ede295.jpg?1783934325" />

        <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">
            Yuriko, the Tiger&#39;s Shadow
        </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 Ninja</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Yuriko, the Tiger&#39;s Shadow" src="https://cards.scryfall.io/large/front/3/b/3bd81ae6-e628-447a-a36b-597e63ede295.jpg?1783934325" />
    </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.63
              </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;:5.4},{&quot;2026-06-14&quot;:5.4},{&quot;2026-06-15&quot;:5.41},{&quot;2026-06-16&quot;:5.48},{&quot;2026-06-17&quot;:5.48},{&quot;2026-06-18&quot;:5.48},{&quot;2026-06-19&quot;:5.48},{&quot;2026-06-20&quot;:5.48},{&quot;2026-06-21&quot;:5.48},{&quot;2026-06-22&quot;:5.48},{&quot;2026-06-23&quot;:5.41},{&quot;2026-06-24&quot;:5.41},{&quot;2026-06-25&quot;:5.41},{&quot;2026-06-26&quot;:5.41},{&quot;2026-06-27&quot;:5.41},{&quot;2026-06-28&quot;:5.41},{&quot;2026-06-29&quot;:5.41},{&quot;2026-06-30&quot;:5.41},{&quot;2026-07-01&quot;:5.41},{&quot;2026-07-02&quot;:5.24},{&quot;2026-07-03&quot;:5.24},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.9},{&quot;2026-07-09&quot;:4.73},{&quot;2026-07-10&quot;:4.73},{&quot;2026-07-11&quot;:4.73},{&quot;2026-07-12&quot;:4.73},{&quot;2026-07-13&quot;:4.65},{&quot;2026-07-14&quot;:4.6},{&quot;2026-07-15&quot;:4.6},{&quot;2026-07-16&quot;:4.6},{&quot;2026-07-17&quot;:4.6},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.13},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-22&quot;:4.03},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:4.02},{&quot;2026-07-26&quot;:4.02},{&quot;2026-07-27&quot;:3.83},{&quot;2026-07-28&quot;:3.83},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.76},{&quot;2026-07-31&quot;:3.71},{&quot;2026-08-01&quot;:3.71},{&quot;2026-08-02&quot;:3.66},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.73},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.75},{&quot;2026-08-09&quot;:3.74},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.82},{&quot;2026-08-12&quot;:3.79},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:3.78},{&quot;2026-08-15&quot;:3.78},{&quot;2026-08-16&quot;:3.83},{&quot;2026-08-17&quot;:3.83},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.86},{&quot;2026-08-22&quot;:3.9},{&quot;2026-08-23&quot;:3.9},{&quot;2026-08-24&quot;:3.91},{&quot;2026-08-25&quot;:3.87},{&quot;2026-08-26&quot;:3.86},{&quot;2026-08-27&quot;:3.87},{&quot;2026-08-28&quot;:3.87},{&quot;2026-08-29&quot;:3.87},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.82},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.64},{&quot;2026-09-09&quot;:3.64},{&quot;2026-09-10&quot;:3.64},{&quot;2026-09-11&quot;:3.63}]}"
        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="92645"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-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">
            Y&#39;shtola, Night&#39;s Blessed
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.63
          </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="Y&#39;shtola, Night&#39;s Blessed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c7f2c2d5-e052-49e8-b5de-712858c2ea78.jpg?1783906373" />

        <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">
            Y&#39;shtola, Night&#39;s Blessed
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Cat 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-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="Y&#39;shtola, Night&#39;s Blessed" src="https://cards.scryfall.io/large/front/c/7/c7f2c2d5-e052-49e8-b5de-712858c2ea78.jpg?1783906373" />
    </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">
                $5.53
              </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.63
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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;:1.34},{&quot;2026-06-14&quot;:1.3},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.31},{&quot;2026-06-20&quot;:1.24},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-23&quot;:1.11},{&quot;2026-06-24&quot;:1.15},{&quot;2026-06-25&quot;:1.17},{&quot;2026-06-26&quot;:1.18},{&quot;2026-06-27&quot;:1.15},{&quot;2026-06-28&quot;:1.15},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.28},{&quot;2026-07-02&quot;:1.24},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.73},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.58},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.4},{&quot;2026-07-13&quot;:1.37},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.36},{&quot;2026-07-16&quot;:1.4},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.17},{&quot;2026-07-21&quot;:1.07},{&quot;2026-07-22&quot;:1.14},{&quot;2026-07-23&quot;:1.1},{&quot;2026-07-24&quot;:1.13},{&quot;2026-07-25&quot;:1.24},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.24},{&quot;2026-07-28&quot;:1.28},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.31},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.31},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.59},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.5},{&quot;2026-08-14&quot;:2.94},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.36},{&quot;2026-08-19&quot;:3.5},{&quot;2026-08-20&quot;:3.65},{&quot;2026-08-21&quot;:3.41},{&quot;2026-08-22&quot;:2.91},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:3.68},{&quot;2026-08-25&quot;:3.91},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:3.95},{&quot;2026-08-28&quot;:3.77},{&quot;2026-08-29&quot;:3.77},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.78},{&quot;2026-09-02&quot;:3.8},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:4.04},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.03},{&quot;2026-09-07&quot;:4.12},{&quot;2026-09-08&quot;:4.14},{&quot;2026-09-09&quot;:4.13},{&quot;2026-09-10&quot;:3.96},{&quot;2026-09-11&quot;:3.63}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.84},{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:4.08},{&quot;2026-06-17&quot;:4.45},{&quot;2026-06-18&quot;:4.45},{&quot;2026-06-19&quot;:4.45},{&quot;2026-06-20&quot;:4.45},{&quot;2026-06-21&quot;:4.45},{&quot;2026-06-22&quot;:4.19},{&quot;2026-06-23&quot;:4.19},{&quot;2026-06-24&quot;:4.38},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.42},{&quot;2026-06-27&quot;:4.42},{&quot;2026-06-28&quot;:4.42},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.42},{&quot;2026-07-02&quot;:4.42},{&quot;2026-07-03&quot;:4.42},{&quot;2026-07-04&quot;:4.42},{&quot;2026-07-05&quot;:4.42},{&quot;2026-07-06&quot;:4.23},{&quot;2026-07-07&quot;:4.23},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.23},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.23},{&quot;2026-07-12&quot;:4.28},{&quot;2026-07-13&quot;:4.38},{&quot;2026-07-14&quot;:4.5},{&quot;2026-07-15&quot;:4.45},{&quot;2026-07-16&quot;:4.28},{&quot;2026-07-17&quot;:4.14},{&quot;2026-07-18&quot;:3.87},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.88},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-22&quot;:4.07},{&quot;2026-07-23&quot;:4.18},{&quot;2026-07-24&quot;:4.42},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.49},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.42},{&quot;2026-07-30&quot;:4.42},{&quot;2026-07-31&quot;:4.42},{&quot;2026-08-01&quot;:4.42},{&quot;2026-08-02&quot;:4.4},{&quot;2026-08-03&quot;:4.37},{&quot;2026-08-04&quot;:4.27},{&quot;2026-08-05&quot;:4.27},{&quot;2026-08-07&quot;:4.27},{&quot;2026-08-08&quot;:4.27},{&quot;2026-08-09&quot;:4.21},{&quot;2026-08-10&quot;:4.27},{&quot;2026-08-11&quot;:3.85},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:3.79},{&quot;2026-08-14&quot;:3.88},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.57},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.51},{&quot;2026-08-23&quot;:4.56},{&quot;2026-08-24&quot;:4.65},{&quot;2026-08-25&quot;:5.22},{&quot;2026-08-26&quot;:5.18},{&quot;2026-08-27&quot;:5.26},{&quot;2026-08-28&quot;:5.8},{&quot;2026-08-29&quot;:5.8},{&quot;2026-08-30&quot;:5.76},{&quot;2026-08-31&quot;:5.76},{&quot;2026-09-01&quot;:5.79},{&quot;2026-09-02&quot;:6.09},{&quot;2026-09-03&quot;:5.67},{&quot;2026-09-04&quot;:5.67},{&quot;2026-09-05&quot;:5.48},{&quot;2026-09-06&quot;:5.47},{&quot;2026-09-07&quot;:5.47},{&quot;2026-09-08&quot;:5.47},{&quot;2026-09-09&quot;:5.47},{&quot;2026-09-10&quot;:5.53},{&quot;2026-09-11&quot;:5.53}]}"
        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 1201-1250 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=24&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=24&amp;username=denvermullets" rel="prev">24</a><a role="link" aria-disabled="true" aria-current="page">25</a><a href="/load_collection?direction=asc&amp;page=26&amp;username=denvermullets" rel="next">26</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=26&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="74389"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              CMR-16
            </td>

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35144"
          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">
              118
            </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>
              Headless Rider


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41794"
          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">
              227
            </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-mythic ss-fw ss-2x mr-4"></i>
              The Kami War // O-Kagachi Made Manifest


            </td>

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

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

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

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

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

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

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

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

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

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

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </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-0'></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.76

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86249"
          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-52
            </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>
              Yuriko, the Tiger&#39;s Shadow


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74391"
          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-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Barad-dûr


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76009"
          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-lcc ss-uncommon ss-fw ss-2x mr-4"></i>
              Rakdos Signet


            </td>

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10265"
          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">
              48
            </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-rare ss-fw ss-2x mr-4"></i>
              Battlemage&#39;s Bracers


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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28549"
          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-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Archmage of Runes


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57235"
          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">
              21
            </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.71

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x mr-4"></i>
              Dawn of a New Age


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109327"
          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">
              304
            </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>
              Stormcarved Coast


            </td>

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

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

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

                    <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.70

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

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

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

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

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


            </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-x'></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.69

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

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

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


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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12455"
          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">
              363
            </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>
              Timely Ward


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x mr-4"></i>
              Grimgrin, Corpse-Born


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49542"
          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">
              275
            </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>
              Patriarch&#39;s Bidding

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Ratchet, Field Medic // Ratchet, Rescue Racer


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-common ss-fw ss-2x mr-4"></i>
              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.64

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x mr-4"></i>
              Trailblazer&#39;s 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">
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9338"
          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">
              52
            </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>
              Yuriko, the Tiger&#39;s Shadow


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-mythic ss-fw ss-2x mr-4"></i>
              Y&#39;shtola, Night&#39;s Blessed


            </td>

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </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="92645"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92645" src="/boxset_card/92645?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 1201-1250 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=24&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=24&amp;username=denvermullets" rel="prev">24</a><a role="link" aria-disabled="true" aria-current="page">25</a><a href="/load_collection?direction=asc&amp;page=26&amp;username=denvermullets" rel="next">26</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=26&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>