<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="74402"
  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">
            Mines of Moria
        </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">
            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">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.45
          </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="Mines of Moria" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0be723d6-4ada-4c3f-b87b-8ab83a4bbb8f.jpg?1783916232" />

        <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">
            Mines of Moria
        </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="Mines of Moria" src="https://cards.scryfall.io/large/front/0/b/0be723d6-4ada-4c3f-b87b-8ab83a4bbb8f.jpg?1783916232" />
    </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">
                $4.45
              </span>

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">$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-13&quot;:2.99},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:2.99},{&quot;2026-06-16&quot;:3.05},{&quot;2026-06-17&quot;:3.04},{&quot;2026-06-18&quot;:3.04},{&quot;2026-06-19&quot;:3.04},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:2.93},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.93},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.03},{&quot;2026-06-28&quot;:3.03},{&quot;2026-06-29&quot;:3.03},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.02},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:3.01},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.83},{&quot;2026-07-12&quot;:3.04},{&quot;2026-07-13&quot;:2.84},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.88},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:2.92},{&quot;2026-07-20&quot;:2.92},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-22&quot;:2.92},{&quot;2026-07-23&quot;:2.92},{&quot;2026-07-24&quot;:2.94},{&quot;2026-07-25&quot;:2.94},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:2.9},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.99},{&quot;2026-08-03&quot;:3.03},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:3.01},{&quot;2026-08-08&quot;:3.13},{&quot;2026-08-09&quot;:3.2},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.51},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.55},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.55},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.54},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.27},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.45},{&quot;2026-08-26&quot;:3.76},{&quot;2026-08-27&quot;:4.25},{&quot;2026-08-28&quot;:4.47},{&quot;2026-08-29&quot;:4.47},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.42},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.12},{&quot;2026-09-05&quot;:4.12},{&quot;2026-09-06&quot;:4.12},{&quot;2026-09-07&quot;:4.14},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.25},{&quot;2026-09-10&quot;:4.52},{&quot;2026-09-11&quot;:4.52}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.12},{&quot;2026-06-14&quot;:2.09},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.27},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.24},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.37},{&quot;2026-06-25&quot;:2.37},{&quot;2026-06-26&quot;:2.15},{&quot;2026-06-27&quot;:2.15},{&quot;2026-06-28&quot;:2.2},{&quot;2026-06-29&quot;:2.22},{&quot;2026-06-30&quot;:2.19},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:2.08},{&quot;2026-07-03&quot;:2.04},{&quot;2026-07-04&quot;:2.02},{&quot;2026-07-05&quot;:2.17},{&quot;2026-07-06&quot;:1.98},{&quot;2026-07-07&quot;:2.02},{&quot;2026-07-08&quot;:2.01},{&quot;2026-07-09&quot;:2.06},{&quot;2026-07-10&quot;:2.11},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:1.76},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.86},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.89},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-22&quot;:2.13},{&quot;2026-07-23&quot;:2.26},{&quot;2026-07-24&quot;:2.33},{&quot;2026-07-25&quot;:2.35},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.27},{&quot;2026-07-28&quot;:2.27},{&quot;2026-07-29&quot;:2.34},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.29},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.28},{&quot;2026-08-03&quot;:2.13},{&quot;2026-08-04&quot;:2.08},{&quot;2026-08-05&quot;:2.06},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.23},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:3.31},{&quot;2026-08-13&quot;:3.43},{&quot;2026-08-14&quot;:3.34},{&quot;2026-08-15&quot;:2.53},{&quot;2026-08-16&quot;:2.31},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.14},{&quot;2026-08-20&quot;:3.55},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.08},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.86},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:4.2},{&quot;2026-08-31&quot;:4.04},{&quot;2026-09-01&quot;:3.98},{&quot;2026-09-02&quot;:4.44},{&quot;2026-09-03&quot;:4.34},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.31},{&quot;2026-09-07&quot;:4.04},{&quot;2026-09-08&quot;:4.14},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.31},{&quot;2026-09-11&quot;:4.45}]}"
        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="28575"
  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">
            High Fae Trickster
        </span>


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            High Fae Trickster
        </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 — Faerie 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>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="High Fae Trickster" src="https://cards.scryfall.io/large/front/7/f/7f1b93ea-1ec1-4010-9343-765742f5088b.jpg?1783909118" />
    </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">
                $4.44
              </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">
                $5.48
              </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">$3.00</span>
              <span class="text-xs text-grey-text">Credit: $3.90</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.71},{&quot;2026-06-14&quot;:5.35},{&quot;2026-06-15&quot;:5.33},{&quot;2026-06-16&quot;:5.33},{&quot;2026-06-17&quot;:5.33},{&quot;2026-06-18&quot;:5.33},{&quot;2026-06-19&quot;:5.31},{&quot;2026-06-20&quot;:5.4},{&quot;2026-06-21&quot;:5.17},{&quot;2026-06-22&quot;:4.97},{&quot;2026-06-23&quot;:4.88},{&quot;2026-06-24&quot;:4.88},{&quot;2026-06-25&quot;:4.88},{&quot;2026-06-26&quot;:4.74},{&quot;2026-06-27&quot;:4.68},{&quot;2026-06-28&quot;:4.6},{&quot;2026-06-29&quot;:4.46},{&quot;2026-06-30&quot;:4.43},{&quot;2026-07-01&quot;:4.48},{&quot;2026-07-02&quot;:4.54},{&quot;2026-07-03&quot;:4.54},{&quot;2026-07-04&quot;:4.51},{&quot;2026-07-05&quot;:4.51},{&quot;2026-07-06&quot;:4.43},{&quot;2026-07-07&quot;:4.66},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:5.05},{&quot;2026-07-10&quot;:5.22},{&quot;2026-07-11&quot;:5.22},{&quot;2026-07-12&quot;:5.26},{&quot;2026-07-13&quot;:5.41},{&quot;2026-07-14&quot;:5.2},{&quot;2026-07-15&quot;:5.16},{&quot;2026-07-16&quot;:5.4},{&quot;2026-07-17&quot;:5.41},{&quot;2026-07-18&quot;:5.42},{&quot;2026-07-19&quot;:5.56},{&quot;2026-07-20&quot;:5.41},{&quot;2026-07-21&quot;:5.31},{&quot;2026-07-22&quot;:5.24},{&quot;2026-07-23&quot;:5.16},{&quot;2026-07-24&quot;:5.16},{&quot;2026-07-25&quot;:5.14},{&quot;2026-07-26&quot;:5.18},{&quot;2026-07-27&quot;:4.98},{&quot;2026-07-28&quot;:4.65},{&quot;2026-07-29&quot;:4.82},{&quot;2026-07-30&quot;:4.91},{&quot;2026-07-31&quot;:4.42},{&quot;2026-08-01&quot;:4.42},{&quot;2026-08-02&quot;:4.53},{&quot;2026-08-03&quot;:4.39},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.51},{&quot;2026-08-07&quot;:4.77},{&quot;2026-08-08&quot;:4.62},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.59},{&quot;2026-08-11&quot;:4.59},{&quot;2026-08-12&quot;:4.52},{&quot;2026-08-13&quot;:4.88},{&quot;2026-08-14&quot;:4.86},{&quot;2026-08-15&quot;:4.86},{&quot;2026-08-16&quot;:4.84},{&quot;2026-08-17&quot;:4.8},{&quot;2026-08-18&quot;:4.63},{&quot;2026-08-19&quot;:4.72},{&quot;2026-08-20&quot;:4.94},{&quot;2026-08-21&quot;:4.63},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.74},{&quot;2026-08-24&quot;:4.93},{&quot;2026-08-25&quot;:4.96},{&quot;2026-08-26&quot;:4.98},{&quot;2026-08-27&quot;:5.02},{&quot;2026-08-28&quot;:5.12},{&quot;2026-08-29&quot;:5.12},{&quot;2026-08-30&quot;:5.15},{&quot;2026-08-31&quot;:5.05},{&quot;2026-09-01&quot;:5.23},{&quot;2026-09-02&quot;:5.59},{&quot;2026-09-03&quot;:5.59},{&quot;2026-09-04&quot;:5.59},{&quot;2026-09-05&quot;:5.6},{&quot;2026-09-06&quot;:5.6},{&quot;2026-09-07&quot;:5.74},{&quot;2026-09-08&quot;:5.57},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.48},{&quot;2026-09-11&quot;:5.48}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.13},{&quot;2026-06-14&quot;:5.2},{&quot;2026-06-15&quot;:5.69},{&quot;2026-06-16&quot;:5.17},{&quot;2026-06-17&quot;:5.25},{&quot;2026-06-18&quot;:5.17},{&quot;2026-06-19&quot;:5.23},{&quot;2026-06-20&quot;:5.43},{&quot;2026-06-21&quot;:5.61},{&quot;2026-06-22&quot;:5.68},{&quot;2026-06-23&quot;:5.23},{&quot;2026-06-24&quot;:5.34},{&quot;2026-06-25&quot;:5.16},{&quot;2026-06-26&quot;:4.94},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:4.66},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.77},{&quot;2026-07-01&quot;:4.77},{&quot;2026-07-02&quot;:4.68},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.33},{&quot;2026-07-05&quot;:4.45},{&quot;2026-07-06&quot;:4.62},{&quot;2026-07-07&quot;:4.52},{&quot;2026-07-08&quot;:4.36},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.57},{&quot;2026-07-12&quot;:4.68},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:5.21},{&quot;2026-07-15&quot;:4.95},{&quot;2026-07-16&quot;:5.09},{&quot;2026-07-17&quot;:5.12},{&quot;2026-07-18&quot;:5.06},{&quot;2026-07-19&quot;:4.99},{&quot;2026-07-20&quot;:4.73},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-22&quot;:4.39},{&quot;2026-07-23&quot;:4.38},{&quot;2026-07-24&quot;:4.28},{&quot;2026-07-25&quot;:4.26},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.06},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.64},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.36},{&quot;2026-08-01&quot;:4.13},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.16},{&quot;2026-08-04&quot;:4.46},{&quot;2026-08-05&quot;:4.2},{&quot;2026-08-07&quot;:3.88},{&quot;2026-08-08&quot;:4.23},{&quot;2026-08-09&quot;:4.31},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.91},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.47},{&quot;2026-08-14&quot;:4.16},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:4.46},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.52},{&quot;2026-08-20&quot;:4.93},{&quot;2026-08-21&quot;:5.2},{&quot;2026-08-22&quot;:5.33},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:5.13},{&quot;2026-08-25&quot;:4.75},{&quot;2026-08-26&quot;:4.81},{&quot;2026-08-27&quot;:4.68},{&quot;2026-08-28&quot;:4.84},{&quot;2026-08-29&quot;:4.84},{&quot;2026-08-30&quot;:5.04},{&quot;2026-08-31&quot;:5.03},{&quot;2026-09-01&quot;:4.94},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:4.5},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.91},{&quot;2026-09-06&quot;:4.94},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.25},{&quot;2026-09-10&quot;:4.21},{&quot;2026-09-11&quot;:4.44}]}"
        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="74475"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.44
          </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/b/1/b1ce11c3-61bc-4391-b316-945661cfeaa9.jpg?1783932399" />

        <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/b/1/b1ce11c3-61bc-4391-b316-945661cfeaa9.jpg?1783932399" />
    </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">
                $4.44
              </span>

            </div>
          </div>

      </div>

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

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Living End" src="https://cards.scryfall.io/large/front/b/1/b1eede29-17a4-437f-a5c2-e24cccbc6a33.jpg?1783927818" />
    </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">
                $4.44
              </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">
                $9.85
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.41},{&quot;2026-06-14&quot;:9.16},{&quot;2026-06-15&quot;:9.16},{&quot;2026-06-16&quot;:9.16},{&quot;2026-06-17&quot;:9.16},{&quot;2026-06-18&quot;:9.16},{&quot;2026-06-19&quot;:9.16},{&quot;2026-06-20&quot;:9.56},{&quot;2026-06-21&quot;:9.56},{&quot;2026-06-22&quot;:9.56},{&quot;2026-06-23&quot;:9.71},{&quot;2026-06-24&quot;:9.71},{&quot;2026-06-25&quot;:9.71},{&quot;2026-06-26&quot;:9.71},{&quot;2026-06-27&quot;:9.71},{&quot;2026-06-28&quot;:9.71},{&quot;2026-06-29&quot;:9.71},{&quot;2026-06-30&quot;:9.71},{&quot;2026-07-01&quot;:9.71},{&quot;2026-07-02&quot;:9.71},{&quot;2026-07-03&quot;:9.71},{&quot;2026-07-04&quot;:9.71},{&quot;2026-07-05&quot;:9.85},{&quot;2026-07-06&quot;:9.85},{&quot;2026-07-07&quot;:9.85},{&quot;2026-07-08&quot;:9.85},{&quot;2026-07-09&quot;:9.85},{&quot;2026-07-10&quot;:9.85},{&quot;2026-07-11&quot;:9.85},{&quot;2026-07-12&quot;:9.85},{&quot;2026-07-13&quot;:9.85},{&quot;2026-07-14&quot;:9.85},{&quot;2026-07-15&quot;:9.85},{&quot;2026-07-16&quot;:9.85},{&quot;2026-07-17&quot;:9.85},{&quot;2026-07-18&quot;:9.85},{&quot;2026-07-19&quot;:9.85},{&quot;2026-07-20&quot;:9.85},{&quot;2026-07-21&quot;:9.85},{&quot;2026-07-22&quot;:9.85},{&quot;2026-07-23&quot;:9.85},{&quot;2026-07-24&quot;:9.85},{&quot;2026-07-25&quot;:9.85},{&quot;2026-07-26&quot;:9.85},{&quot;2026-07-27&quot;:9.85},{&quot;2026-07-28&quot;:9.85},{&quot;2026-07-29&quot;:9.85},{&quot;2026-07-30&quot;:9.85},{&quot;2026-07-31&quot;:9.85},{&quot;2026-08-01&quot;:9.85},{&quot;2026-08-02&quot;:9.85},{&quot;2026-08-03&quot;:9.85},{&quot;2026-08-04&quot;:9.85},{&quot;2026-08-05&quot;:9.85},{&quot;2026-08-07&quot;:9.85},{&quot;2026-08-08&quot;:9.85},{&quot;2026-08-09&quot;:9.85},{&quot;2026-08-10&quot;:9.85},{&quot;2026-08-11&quot;:9.85},{&quot;2026-08-12&quot;:9.85},{&quot;2026-08-13&quot;:9.85},{&quot;2026-08-14&quot;:9.85},{&quot;2026-08-15&quot;:9.85},{&quot;2026-08-16&quot;:9.85},{&quot;2026-08-17&quot;:9.85},{&quot;2026-08-18&quot;:9.85},{&quot;2026-08-19&quot;:9.85},{&quot;2026-08-20&quot;:9.85},{&quot;2026-08-21&quot;:9.85},{&quot;2026-08-22&quot;:9.85},{&quot;2026-08-23&quot;:9.85},{&quot;2026-08-24&quot;:9.85},{&quot;2026-08-25&quot;:9.85},{&quot;2026-08-26&quot;:9.85},{&quot;2026-08-27&quot;:9.85},{&quot;2026-08-28&quot;:9.85},{&quot;2026-08-29&quot;:9.85},{&quot;2026-08-30&quot;:9.85},{&quot;2026-08-31&quot;:9.85},{&quot;2026-09-01&quot;:9.85},{&quot;2026-09-02&quot;:9.85},{&quot;2026-09-03&quot;:9.85},{&quot;2026-09-04&quot;:9.85},{&quot;2026-09-05&quot;:9.85},{&quot;2026-09-06&quot;:9.85},{&quot;2026-09-07&quot;:9.85},{&quot;2026-09-08&quot;:9.85},{&quot;2026-09-09&quot;:9.85},{&quot;2026-09-10&quot;:9.85},{&quot;2026-09-11&quot;:9.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.31},{&quot;2026-06-14&quot;:5.31},{&quot;2026-06-15&quot;:5.41},{&quot;2026-06-16&quot;:5.41},{&quot;2026-06-17&quot;:5.41},{&quot;2026-06-18&quot;:5.41},{&quot;2026-06-19&quot;:5.41},{&quot;2026-06-20&quot;:5.41},{&quot;2026-06-21&quot;:5.41},{&quot;2026-06-22&quot;:5.41},{&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.41},{&quot;2026-07-03&quot;:5.41},{&quot;2026-07-04&quot;:5.41},{&quot;2026-07-05&quot;:5.41},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.41},{&quot;2026-07-08&quot;:5.41},{&quot;2026-07-09&quot;:5.41},{&quot;2026-07-10&quot;:5.41},{&quot;2026-07-11&quot;:5.41},{&quot;2026-07-12&quot;:5.41},{&quot;2026-07-13&quot;:5.41},{&quot;2026-07-14&quot;:5.41},{&quot;2026-07-15&quot;:5.41},{&quot;2026-07-16&quot;:5.35},{&quot;2026-07-17&quot;:5.35},{&quot;2026-07-18&quot;:5.35},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.35},{&quot;2026-07-21&quot;:5.35},{&quot;2026-07-22&quot;:5.35},{&quot;2026-07-23&quot;:5.37},{&quot;2026-07-24&quot;:5.37},{&quot;2026-07-25&quot;:5.37},{&quot;2026-07-26&quot;:5.37},{&quot;2026-07-27&quot;:5.37},{&quot;2026-07-28&quot;:5.29},{&quot;2026-07-29&quot;:5.29},{&quot;2026-07-30&quot;:5.24},{&quot;2026-07-31&quot;:5.24},{&quot;2026-08-01&quot;:5.24},{&quot;2026-08-02&quot;:5.24},{&quot;2026-08-03&quot;:5.24},{&quot;2026-08-04&quot;:5.24},{&quot;2026-08-05&quot;:5.24},{&quot;2026-08-07&quot;:5.04},{&quot;2026-08-08&quot;:5.04},{&quot;2026-08-09&quot;:5.04},{&quot;2026-08-10&quot;:5.04},{&quot;2026-08-11&quot;:5.04},{&quot;2026-08-12&quot;:5.04},{&quot;2026-08-13&quot;:5.04},{&quot;2026-08-14&quot;:4.99},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:4.99},{&quot;2026-08-17&quot;:4.99},{&quot;2026-08-18&quot;:4.93},{&quot;2026-08-19&quot;:4.93},{&quot;2026-08-20&quot;:4.93},{&quot;2026-08-21&quot;:4.87},{&quot;2026-08-22&quot;:4.87},{&quot;2026-08-23&quot;:4.87},{&quot;2026-08-24&quot;:4.87},{&quot;2026-08-25&quot;:4.87},{&quot;2026-08-26&quot;:4.87},{&quot;2026-08-27&quot;:4.83},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.83},{&quot;2026-08-31&quot;:4.83},{&quot;2026-09-01&quot;:4.71},{&quot;2026-09-02&quot;:4.49},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.45},{&quot;2026-09-09&quot;:4.45},{&quot;2026-09-10&quot;:4.44},{&quot;2026-09-11&quot;:4.44}]}"
        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="74529"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-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">
            Sovereign Okinec Ahau
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.43
          </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="Sovereign Okinec Ahau" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70c75aa7-e2f9-4a69-8086-c982019ca714.jpg?1783913729" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sovereign Okinec Ahau
        </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 Noble</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sovereign Okinec Ahau" src="https://cards.scryfall.io/large/front/7/0/70c75aa7-e2f9-4a69-8086-c982019ca714.jpg?1783913729" />
    </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">
                $4.43
              </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">
                $5.85
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.32},{&quot;2026-06-14&quot;:4.39},{&quot;2026-06-15&quot;:4.39},{&quot;2026-06-16&quot;:4.41},{&quot;2026-06-17&quot;:4.41},{&quot;2026-06-18&quot;:4.4},{&quot;2026-06-19&quot;:4.4},{&quot;2026-06-20&quot;:4.51},{&quot;2026-06-21&quot;:4.7},{&quot;2026-06-22&quot;:4.7},{&quot;2026-06-23&quot;:4.96},{&quot;2026-06-24&quot;:4.93},{&quot;2026-06-25&quot;:4.98},{&quot;2026-06-26&quot;:4.98},{&quot;2026-06-27&quot;:4.89},{&quot;2026-06-28&quot;:4.97},{&quot;2026-06-29&quot;:4.89},{&quot;2026-06-30&quot;:4.89},{&quot;2026-07-01&quot;:4.89},{&quot;2026-07-02&quot;:4.87},{&quot;2026-07-03&quot;:4.87},{&quot;2026-07-04&quot;:4.98},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.97},{&quot;2026-07-07&quot;:4.97},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:4.94},{&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;:5.05},{&quot;2026-07-14&quot;:5.05},{&quot;2026-07-15&quot;:5.05},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:5.11},{&quot;2026-07-18&quot;:5.11},{&quot;2026-07-19&quot;:5.11},{&quot;2026-07-20&quot;:5.11},{&quot;2026-07-21&quot;:5.13},{&quot;2026-07-22&quot;:5.13},{&quot;2026-07-23&quot;:5.13},{&quot;2026-07-24&quot;:5.21},{&quot;2026-07-25&quot;:5.28},{&quot;2026-07-26&quot;:5.28},{&quot;2026-07-27&quot;:5.28},{&quot;2026-07-28&quot;:5.39},{&quot;2026-07-29&quot;:5.39},{&quot;2026-07-30&quot;:5.39},{&quot;2026-07-31&quot;:5.34},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.34},{&quot;2026-08-03&quot;:5.26},{&quot;2026-08-04&quot;:5.26},{&quot;2026-08-05&quot;:5.26},{&quot;2026-08-07&quot;:5.32},{&quot;2026-08-08&quot;:5.32},{&quot;2026-08-09&quot;:5.32},{&quot;2026-08-10&quot;:5.32},{&quot;2026-08-11&quot;:5.32},{&quot;2026-08-12&quot;:5.32},{&quot;2026-08-13&quot;:5.63},{&quot;2026-08-14&quot;:5.63},{&quot;2026-08-15&quot;:5.57},{&quot;2026-08-16&quot;:5.57},{&quot;2026-08-17&quot;:5.54},{&quot;2026-08-18&quot;:5.54},{&quot;2026-08-19&quot;:5.54},{&quot;2026-08-20&quot;:5.54},{&quot;2026-08-21&quot;:5.54},{&quot;2026-08-22&quot;:5.54},{&quot;2026-08-23&quot;:5.44},{&quot;2026-08-24&quot;:5.57},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.57},{&quot;2026-08-27&quot;:5.57},{&quot;2026-08-28&quot;:5.57},{&quot;2026-08-29&quot;:5.57},{&quot;2026-08-30&quot;:5.65},{&quot;2026-08-31&quot;:5.65},{&quot;2026-09-01&quot;:5.84},{&quot;2026-09-02&quot;:5.84},{&quot;2026-09-03&quot;:5.84},{&quot;2026-09-04&quot;:5.76},{&quot;2026-09-05&quot;:5.76},{&quot;2026-09-06&quot;:5.76},{&quot;2026-09-07&quot;:5.76},{&quot;2026-09-08&quot;:5.76},{&quot;2026-09-09&quot;:5.85},{&quot;2026-09-10&quot;:5.85},{&quot;2026-09-11&quot;:5.85}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.55},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.61},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.77},{&quot;2026-06-19&quot;:3.75},{&quot;2026-06-20&quot;:3.86},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.83},{&quot;2026-06-25&quot;:3.77},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.78},{&quot;2026-06-28&quot;:3.85},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.97},{&quot;2026-07-01&quot;:3.97},{&quot;2026-07-02&quot;:3.88},{&quot;2026-07-03&quot;:3.95},{&quot;2026-07-04&quot;:4.14},{&quot;2026-07-05&quot;:4.29},{&quot;2026-07-06&quot;:4.27},{&quot;2026-07-07&quot;:4.25},{&quot;2026-07-08&quot;:4.07},{&quot;2026-07-09&quot;:4.02},{&quot;2026-07-10&quot;:4.34},{&quot;2026-07-11&quot;:4.55},{&quot;2026-07-12&quot;:4.94},{&quot;2026-07-13&quot;:4.83},{&quot;2026-07-14&quot;:4.77},{&quot;2026-07-15&quot;:4.59},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.65},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.26},{&quot;2026-07-20&quot;:4.14},{&quot;2026-07-21&quot;:3.87},{&quot;2026-07-22&quot;:3.79},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-24&quot;:3.77},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.83},{&quot;2026-07-27&quot;:4.52},{&quot;2026-07-28&quot;:4.44},{&quot;2026-07-29&quot;:4.28},{&quot;2026-07-30&quot;:4.16},{&quot;2026-07-31&quot;:4.13},{&quot;2026-08-01&quot;:4.23},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.19},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.18},{&quot;2026-08-07&quot;:3.91},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.61},{&quot;2026-08-10&quot;:3.75},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.4},{&quot;2026-08-14&quot;:4.36},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.29},{&quot;2026-08-17&quot;:4.29},{&quot;2026-08-18&quot;:4.63},{&quot;2026-08-19&quot;:4.63},{&quot;2026-08-20&quot;:4.87},{&quot;2026-08-21&quot;:4.88},{&quot;2026-08-22&quot;:4.98},{&quot;2026-08-23&quot;:4.98},{&quot;2026-08-24&quot;:4.75},{&quot;2026-08-25&quot;:4.85},{&quot;2026-08-26&quot;:4.85},{&quot;2026-08-27&quot;:4.94},{&quot;2026-08-28&quot;:5.16},{&quot;2026-08-29&quot;:5.16},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:5.02},{&quot;2026-09-01&quot;:4.93},{&quot;2026-09-02&quot;:4.89},{&quot;2026-09-03&quot;:4.82},{&quot;2026-09-04&quot;:4.86},{&quot;2026-09-05&quot;:4.69},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.82},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.66},{&quot;2026-09-10&quot;:4.43},{&quot;2026-09-11&quot;:4.43}]}"
        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="5064"
  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">
            Valley Floodcaller
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.42
          </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="Valley Floodcaller" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90b12da0-f666-471d-95f5-15d8c9b31c92.jpg?1783910840" />

        <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">
            Valley Floodcaller
        </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 — Otter Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Valley Floodcaller" src="https://cards.scryfall.io/large/front/9/0/90b12da0-f666-471d-95f5-15d8c9b31c92.jpg?1783910840" />
    </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">
                $4.42
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $6.25
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.88},{&quot;2026-06-14&quot;:5.79},{&quot;2026-06-15&quot;:5.59},{&quot;2026-06-16&quot;:5.59},{&quot;2026-06-17&quot;:5.59},{&quot;2026-06-18&quot;:5.59},{&quot;2026-06-19&quot;:5.59},{&quot;2026-06-20&quot;:5.53},{&quot;2026-06-21&quot;:5.44},{&quot;2026-06-22&quot;:5.43},{&quot;2026-06-23&quot;:5.48},{&quot;2026-06-24&quot;:5.48},{&quot;2026-06-25&quot;:5.46},{&quot;2026-06-26&quot;:5.46},{&quot;2026-06-27&quot;:5.46},{&quot;2026-06-28&quot;:5.46},{&quot;2026-06-29&quot;:5.39},{&quot;2026-06-30&quot;:5.39},{&quot;2026-07-01&quot;:5.39},{&quot;2026-07-02&quot;:5.28},{&quot;2026-07-03&quot;:5.28},{&quot;2026-07-04&quot;:5.04},{&quot;2026-07-05&quot;:5.04},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:5.1},{&quot;2026-07-09&quot;:5.14},{&quot;2026-07-10&quot;:5.2},{&quot;2026-07-11&quot;:5.14},{&quot;2026-07-12&quot;:5.0},{&quot;2026-07-13&quot;:5.0},{&quot;2026-07-14&quot;:5.05},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:5.02},{&quot;2026-07-17&quot;:4.94},{&quot;2026-07-18&quot;:5.0},{&quot;2026-07-19&quot;:5.05},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-22&quot;:5.09},{&quot;2026-07-23&quot;:5.08},{&quot;2026-07-24&quot;:5.06},{&quot;2026-07-25&quot;:5.1},{&quot;2026-07-26&quot;:5.09},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-28&quot;:4.97},{&quot;2026-07-29&quot;:4.99},{&quot;2026-07-30&quot;:4.99},{&quot;2026-07-31&quot;:4.98},{&quot;2026-08-01&quot;:4.98},{&quot;2026-08-02&quot;:4.98},{&quot;2026-08-03&quot;:4.97},{&quot;2026-08-04&quot;:4.96},{&quot;2026-08-05&quot;:4.96},{&quot;2026-08-07&quot;:4.98},{&quot;2026-08-08&quot;:4.98},{&quot;2026-08-09&quot;:4.98},{&quot;2026-08-10&quot;:4.98},{&quot;2026-08-11&quot;:4.98},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.09},{&quot;2026-08-14&quot;:5.12},{&quot;2026-08-15&quot;:5.08},{&quot;2026-08-16&quot;:5.08},{&quot;2026-08-17&quot;:5.19},{&quot;2026-08-18&quot;:5.19},{&quot;2026-08-19&quot;:5.19},{&quot;2026-08-20&quot;:5.21},{&quot;2026-08-21&quot;:5.26},{&quot;2026-08-22&quot;:5.32},{&quot;2026-08-23&quot;:5.29},{&quot;2026-08-24&quot;:5.45},{&quot;2026-08-25&quot;:5.45},{&quot;2026-08-26&quot;:5.58},{&quot;2026-08-27&quot;:5.58},{&quot;2026-08-28&quot;:5.63},{&quot;2026-08-29&quot;:5.63},{&quot;2026-08-30&quot;:5.67},{&quot;2026-08-31&quot;:5.71},{&quot;2026-09-01&quot;:5.68},{&quot;2026-09-02&quot;:5.74},{&quot;2026-09-03&quot;:5.79},{&quot;2026-09-04&quot;:5.79},{&quot;2026-09-05&quot;:5.93},{&quot;2026-09-06&quot;:6.06},{&quot;2026-09-07&quot;:6.08},{&quot;2026-09-08&quot;:6.17},{&quot;2026-09-09&quot;:6.25},{&quot;2026-09-10&quot;:6.25},{&quot;2026-09-11&quot;:6.25}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.5},{&quot;2026-06-14&quot;:4.45},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:4.19},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.27},{&quot;2026-06-19&quot;:4.33},{&quot;2026-06-20&quot;:4.18},{&quot;2026-06-21&quot;:4.54},{&quot;2026-06-22&quot;:4.66},{&quot;2026-06-23&quot;:4.78},{&quot;2026-06-24&quot;:4.72},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.53},{&quot;2026-06-27&quot;:4.33},{&quot;2026-06-28&quot;:4.39},{&quot;2026-06-29&quot;:4.54},{&quot;2026-06-30&quot;:4.34},{&quot;2026-07-01&quot;:4.37},{&quot;2026-07-02&quot;:4.15},{&quot;2026-07-03&quot;:3.81},{&quot;2026-07-04&quot;:3.45},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:4.04},{&quot;2026-07-07&quot;:4.27},{&quot;2026-07-08&quot;:4.33},{&quot;2026-07-09&quot;:3.93},{&quot;2026-07-10&quot;:3.63},{&quot;2026-07-11&quot;:3.56},{&quot;2026-07-12&quot;:3.35},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:3.49},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.53},{&quot;2026-07-22&quot;:3.69},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.07},{&quot;2026-07-25&quot;:3.97},{&quot;2026-07-26&quot;:3.84},{&quot;2026-07-27&quot;:3.9},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.67},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.66},{&quot;2026-08-02&quot;:3.57},{&quot;2026-08-03&quot;:3.67},{&quot;2026-08-04&quot;:3.88},{&quot;2026-08-05&quot;:3.88},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.4},{&quot;2026-08-09&quot;:3.47},{&quot;2026-08-10&quot;:3.99},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.09},{&quot;2026-08-14&quot;:3.85},{&quot;2026-08-15&quot;:3.47},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.69},{&quot;2026-08-20&quot;:3.93},{&quot;2026-08-21&quot;:4.0},{&quot;2026-08-22&quot;:4.01},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:4.17},{&quot;2026-08-25&quot;:4.41},{&quot;2026-08-26&quot;:4.89},{&quot;2026-08-27&quot;:4.98},{&quot;2026-08-28&quot;:4.94},{&quot;2026-08-29&quot;:4.94},{&quot;2026-08-30&quot;:4.37},{&quot;2026-08-31&quot;:4.46},{&quot;2026-09-01&quot;:4.79},{&quot;2026-09-02&quot;:4.6},{&quot;2026-09-03&quot;:4.77},{&quot;2026-09-04&quot;:5.14},{&quot;2026-09-05&quot;:5.04},{&quot;2026-09-06&quot;:5.08},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:4.77},{&quot;2026-09-10&quot;:4.48},{&quot;2026-09-11&quot;:4.42}]}"
        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="13849"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.42
          </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="Spectacular Showdown" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/5/d5b1cbee-528f-48f7-b7c9-16aa3dab850a.jpg?1783922503" />

        <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">
            Spectacular Showdown
        </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="Spectacular Showdown" src="https://cards.scryfall.io/large/front/d/5/d5b1cbee-528f-48f7-b7c9-16aa3dab850a.jpg?1783922503" />
    </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">
                $4.42
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.76},{&quot;2026-06-12&quot;:1.8},{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.81},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.72},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:1.89},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-23&quot;:1.85},{&quot;2026-06-24&quot;:1.85},{&quot;2026-06-25&quot;:1.87},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.84},{&quot;2026-07-10&quot;:1.85},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.85},{&quot;2026-07-15&quot;:1.81},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.71},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.83},{&quot;2026-07-28&quot;:2.12},{&quot;2026-07-29&quot;:2.2},{&quot;2026-07-30&quot;:2.34},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.42},{&quot;2026-08-02&quot;:2.08},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.26},{&quot;2026-08-08&quot;:1.25},{&quot;2026-08-09&quot;:1.26},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.38},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.16},{&quot;2026-08-18&quot;:2.16},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.16},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.75},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.3},{&quot;2026-08-29&quot;:3.3},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.43},{&quot;2026-09-01&quot;:3.43},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.99},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:4.19},{&quot;2026-09-06&quot;:4.02},{&quot;2026-09-07&quot;:4.13},{&quot;2026-09-08&quot;:4.33},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.42}]}"
        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="51603"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.55
          </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="Lurrus of the Dream-Den" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4b32771b-d89f-46b1-8c70-95a4f058ef05.jpg?1783916860" />

        <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">
            Lurrus of the Dream-Den
        </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 — Cat Nightmare</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-wb'></i><i class='no-tailwind ms ms-cost ml-0 ms-wb'></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="Lurrus of the Dream-Den" src="https://cards.scryfall.io/large/front/4/b/4b32771b-d89f-46b1-8c70-95a4f058ef05.jpg?1783916860" />
    </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.55
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.49},{&quot;2026-06-10&quot;:4.49},{&quot;2026-06-11&quot;:4.49},{&quot;2026-06-12&quot;:4.59},{&quot;2026-06-13&quot;:4.59},{&quot;2026-06-14&quot;:4.58},{&quot;2026-06-15&quot;:4.5},{&quot;2026-06-16&quot;:4.43},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.64},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.52},{&quot;2026-06-21&quot;:4.52},{&quot;2026-06-22&quot;:4.54},{&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.5},{&quot;2026-06-30&quot;:4.6},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.6},{&quot;2026-07-03&quot;:4.68},{&quot;2026-07-04&quot;:4.68},{&quot;2026-07-05&quot;:4.68},{&quot;2026-07-06&quot;:4.68},{&quot;2026-07-07&quot;:4.68},{&quot;2026-07-08&quot;:4.68},{&quot;2026-07-09&quot;:4.68},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.72},{&quot;2026-07-12&quot;:4.72},{&quot;2026-07-13&quot;:4.72},{&quot;2026-07-14&quot;:4.81},{&quot;2026-07-15&quot;:4.81},{&quot;2026-07-16&quot;:4.76},{&quot;2026-07-17&quot;:4.72},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.72},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.72},{&quot;2026-07-23&quot;:4.72},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.76},{&quot;2026-07-29&quot;:4.64},{&quot;2026-07-30&quot;:4.6},{&quot;2026-07-31&quot;:4.68},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.68},{&quot;2026-08-03&quot;:4.68},{&quot;2026-08-04&quot;:4.68},{&quot;2026-08-05&quot;:4.68},{&quot;2026-08-07&quot;:4.68},{&quot;2026-08-08&quot;:4.56},{&quot;2026-08-09&quot;:4.56},{&quot;2026-08-10&quot;:4.6},{&quot;2026-08-11&quot;:4.6},{&quot;2026-08-12&quot;:4.59},{&quot;2026-08-13&quot;:4.63},{&quot;2026-08-14&quot;:4.63},{&quot;2026-08-15&quot;:4.41},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.41},{&quot;2026-08-18&quot;:4.41},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.41},{&quot;2026-08-21&quot;:4.4},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:4.46},{&quot;2026-08-29&quot;:4.46},{&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.46},{&quot;2026-09-04&quot;:4.42},{&quot;2026-09-05&quot;:4.42},{&quot;2026-09-06&quot;:4.42},{&quot;2026-09-07&quot;:4.42},{&quot;2026-09-08&quot;:4.42},{&quot;2026-09-09&quot;:4.42},{&quot;2026-09-10&quot;:4.42},{&quot;2026-09-11&quot;:4.42}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.4},{&quot;2026-06-10&quot;:3.34},{&quot;2026-06-11&quot;:3.34},{&quot;2026-06-12&quot;:3.47},{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.52},{&quot;2026-06-15&quot;:3.69},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.62},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.72},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.65},{&quot;2026-06-24&quot;:3.69},{&quot;2026-06-25&quot;:3.69},{&quot;2026-06-26&quot;:3.68},{&quot;2026-06-27&quot;:3.68},{&quot;2026-06-28&quot;:3.74},{&quot;2026-06-29&quot;:3.63},{&quot;2026-06-30&quot;:3.63},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.31},{&quot;2026-07-04&quot;:3.24},{&quot;2026-07-05&quot;:3.15},{&quot;2026-07-06&quot;:3.1},{&quot;2026-07-07&quot;:3.1},{&quot;2026-07-08&quot;:3.01},{&quot;2026-07-09&quot;:3.07},{&quot;2026-07-10&quot;:3.07},{&quot;2026-07-11&quot;:3.12},{&quot;2026-07-12&quot;:3.13},{&quot;2026-07-13&quot;:2.96},{&quot;2026-07-14&quot;:3.05},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.17},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.14},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-23&quot;:3.08},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.1},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.03},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.07},{&quot;2026-08-03&quot;:3.05},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.14},{&quot;2026-08-12&quot;:3.14},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.31},{&quot;2026-08-16&quot;:3.43},{&quot;2026-08-17&quot;:3.34},{&quot;2026-08-18&quot;:3.29},{&quot;2026-08-19&quot;:3.29},{&quot;2026-08-20&quot;:3.29},{&quot;2026-08-21&quot;:3.33},{&quot;2026-08-22&quot;:3.33},{&quot;2026-08-23&quot;:3.33},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.29},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.23},{&quot;2026-08-29&quot;:3.23},{&quot;2026-08-30&quot;:3.23},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:2.94},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.79},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.67},{&quot;2026-09-08&quot;:2.66},{&quot;2026-09-09&quot;:2.59},{&quot;2026-09-10&quot;:2.59},{&quot;2026-09-11&quot;:2.55}]}"
        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="90286"
  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">
            Authority of the Consuls
        </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">
            3 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.42
          </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="Authority of the Consuls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/42ce2d7f-5924-47c0-b5ed-dacf9f9617a0.jpg?1783909087" />

        <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">
            Authority of the Consuls
        </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-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="Authority of the Consuls" src="https://cards.scryfall.io/large/front/4/2/42ce2d7f-5924-47c0-b5ed-dacf9f9617a0.jpg?1783909087" />
    </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">
                $4.42
              </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">
                $6.23
              </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">$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;2026-06-13&quot;:5.57},{&quot;2026-06-14&quot;:5.57},{&quot;2026-06-15&quot;:5.46},{&quot;2026-06-16&quot;:5.52},{&quot;2026-06-17&quot;:5.45},{&quot;2026-06-18&quot;:5.46},{&quot;2026-06-19&quot;:5.46},{&quot;2026-06-20&quot;:5.49},{&quot;2026-06-21&quot;:5.49},{&quot;2026-06-22&quot;:5.48},{&quot;2026-06-23&quot;:5.48},{&quot;2026-06-24&quot;:5.4},{&quot;2026-06-25&quot;:5.4},{&quot;2026-06-26&quot;:5.5},{&quot;2026-06-27&quot;:5.5},{&quot;2026-06-28&quot;:5.53},{&quot;2026-06-29&quot;:5.49},{&quot;2026-06-30&quot;:5.5},{&quot;2026-07-01&quot;:5.5},{&quot;2026-07-02&quot;:5.34},{&quot;2026-07-03&quot;:5.36},{&quot;2026-07-04&quot;:5.43},{&quot;2026-07-05&quot;:5.43},{&quot;2026-07-06&quot;:5.37},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.44},{&quot;2026-07-09&quot;:5.42},{&quot;2026-07-10&quot;:5.42},{&quot;2026-07-11&quot;:5.46},{&quot;2026-07-12&quot;:5.43},{&quot;2026-07-13&quot;:5.41},{&quot;2026-07-14&quot;:5.38},{&quot;2026-07-15&quot;:5.28},{&quot;2026-07-16&quot;:5.37},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.39},{&quot;2026-07-19&quot;:5.47},{&quot;2026-07-20&quot;:5.55},{&quot;2026-07-21&quot;:5.66},{&quot;2026-07-22&quot;:5.79},{&quot;2026-07-23&quot;:5.8},{&quot;2026-07-24&quot;:5.89},{&quot;2026-07-25&quot;:6.25},{&quot;2026-07-26&quot;:6.26},{&quot;2026-07-27&quot;:6.26},{&quot;2026-07-28&quot;:6.05},{&quot;2026-07-29&quot;:6.13},{&quot;2026-07-30&quot;:6.13},{&quot;2026-07-31&quot;:5.95},{&quot;2026-08-01&quot;:5.95},{&quot;2026-08-02&quot;:5.95},{&quot;2026-08-03&quot;:5.95},{&quot;2026-08-04&quot;:5.95},{&quot;2026-08-05&quot;:5.77},{&quot;2026-08-07&quot;:5.56},{&quot;2026-08-08&quot;:5.36},{&quot;2026-08-09&quot;:5.48},{&quot;2026-08-10&quot;:5.48},{&quot;2026-08-11&quot;:5.51},{&quot;2026-08-12&quot;:5.51},{&quot;2026-08-13&quot;:5.53},{&quot;2026-08-14&quot;:5.41},{&quot;2026-08-15&quot;:5.41},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.62},{&quot;2026-08-18&quot;:5.63},{&quot;2026-08-19&quot;:5.74},{&quot;2026-08-20&quot;:5.78},{&quot;2026-08-21&quot;:5.86},{&quot;2026-08-22&quot;:5.86},{&quot;2026-08-23&quot;:5.98},{&quot;2026-08-24&quot;:5.98},{&quot;2026-08-25&quot;:5.98},{&quot;2026-08-26&quot;:6.0},{&quot;2026-08-27&quot;:6.0},{&quot;2026-08-28&quot;:6.0},{&quot;2026-08-29&quot;:6.0},{&quot;2026-08-30&quot;:6.04},{&quot;2026-08-31&quot;:6.1},{&quot;2026-09-01&quot;:6.05},{&quot;2026-09-02&quot;:6.05},{&quot;2026-09-03&quot;:6.05},{&quot;2026-09-04&quot;:6.05},{&quot;2026-09-05&quot;:6.05},{&quot;2026-09-06&quot;:6.11},{&quot;2026-09-07&quot;:6.11},{&quot;2026-09-08&quot;:6.11},{&quot;2026-09-09&quot;:6.16},{&quot;2026-09-10&quot;:6.23},{&quot;2026-09-11&quot;:6.23}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.95},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:3.95},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.85},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.86},{&quot;2026-06-22&quot;:3.91},{&quot;2026-06-23&quot;:3.68},{&quot;2026-06-24&quot;:3.7},{&quot;2026-06-25&quot;:3.95},{&quot;2026-06-26&quot;:4.01},{&quot;2026-06-27&quot;:4.05},{&quot;2026-06-28&quot;:4.1},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:3.96},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.27},{&quot;2026-07-03&quot;:4.05},{&quot;2026-07-04&quot;:4.06},{&quot;2026-07-05&quot;:4.21},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:3.93},{&quot;2026-07-08&quot;:3.96},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.51},{&quot;2026-07-13&quot;:4.31},{&quot;2026-07-14&quot;:4.35},{&quot;2026-07-15&quot;:4.22},{&quot;2026-07-16&quot;:4.33},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.7},{&quot;2026-07-21&quot;:4.9},{&quot;2026-07-22&quot;:5.01},{&quot;2026-07-23&quot;:4.72},{&quot;2026-07-24&quot;:4.57},{&quot;2026-07-25&quot;:4.41},{&quot;2026-07-26&quot;:4.47},{&quot;2026-07-27&quot;:4.44},{&quot;2026-07-28&quot;:4.57},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.34},{&quot;2026-08-01&quot;:4.39},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.67},{&quot;2026-08-04&quot;:4.91},{&quot;2026-08-05&quot;:5.15},{&quot;2026-08-07&quot;:5.01},{&quot;2026-08-08&quot;:4.77},{&quot;2026-08-09&quot;:4.43},{&quot;2026-08-10&quot;:4.24},{&quot;2026-08-11&quot;:4.19},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.42},{&quot;2026-08-16&quot;:4.65},{&quot;2026-08-17&quot;:4.63},{&quot;2026-08-18&quot;:4.5},{&quot;2026-08-19&quot;:4.6},{&quot;2026-08-20&quot;:4.72},{&quot;2026-08-21&quot;:4.52},{&quot;2026-08-22&quot;:4.41},{&quot;2026-08-23&quot;:4.43},{&quot;2026-08-24&quot;:4.44},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.43},{&quot;2026-08-27&quot;:4.29},{&quot;2026-08-28&quot;:4.07},{&quot;2026-08-29&quot;:4.07},{&quot;2026-08-30&quot;:4.59},{&quot;2026-08-31&quot;:4.64},{&quot;2026-09-01&quot;:4.86},{&quot;2026-09-02&quot;:5.08},{&quot;2026-09-03&quot;:4.85},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.45},{&quot;2026-09-06&quot;:4.83},{&quot;2026-09-07&quot;:4.95},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.67},{&quot;2026-09-11&quot;:4.42}]}"
        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="12839"
  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-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">
            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">
            $4.41
          </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/b/b/bbdf72b4-d188-4d16-a1a9-943cbe3157d6.jpg?1783928680" />

        <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/b/b/bbdf72b4-d188-4d16-a1a9-943cbe3157d6.jpg?1783928680" />
    </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">
                $4.41
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.65},{&quot;2026-06-14&quot;:4.65},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:4.64},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.68},{&quot;2026-06-19&quot;:4.56},{&quot;2026-06-20&quot;:4.52},{&quot;2026-06-21&quot;:4.49},{&quot;2026-06-22&quot;:4.4},{&quot;2026-06-23&quot;:4.4},{&quot;2026-06-24&quot;:4.39},{&quot;2026-06-25&quot;:4.3},{&quot;2026-06-26&quot;:4.3},{&quot;2026-06-27&quot;:4.11},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.72},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.61},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.09},{&quot;2026-07-05&quot;:3.28},{&quot;2026-07-06&quot;:3.39},{&quot;2026-07-07&quot;:3.35},{&quot;2026-07-08&quot;:3.38},{&quot;2026-07-09&quot;:3.43},{&quot;2026-07-10&quot;:3.43},{&quot;2026-07-11&quot;:3.47},{&quot;2026-07-12&quot;:3.62},{&quot;2026-07-13&quot;:3.67},{&quot;2026-07-14&quot;:3.68},{&quot;2026-07-15&quot;:3.7},{&quot;2026-07-16&quot;:3.77},{&quot;2026-07-17&quot;:3.84},{&quot;2026-07-18&quot;:4.02},{&quot;2026-07-19&quot;:4.25},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:4.25},{&quot;2026-07-22&quot;:4.25},{&quot;2026-07-23&quot;:4.26},{&quot;2026-07-24&quot;:4.26},{&quot;2026-07-25&quot;:4.26},{&quot;2026-07-26&quot;:4.26},{&quot;2026-07-27&quot;:4.19},{&quot;2026-07-28&quot;:4.19},{&quot;2026-07-29&quot;:4.19},{&quot;2026-07-30&quot;:4.15},{&quot;2026-07-31&quot;:4.08},{&quot;2026-08-01&quot;:4.19},{&quot;2026-08-02&quot;:4.19},{&quot;2026-08-03&quot;:4.19},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.26},{&quot;2026-08-07&quot;:4.26},{&quot;2026-08-08&quot;:4.26},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.35},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.5},{&quot;2026-08-14&quot;:4.5},{&quot;2026-08-15&quot;:4.25},{&quot;2026-08-16&quot;:4.25},{&quot;2026-08-17&quot;:4.15},{&quot;2026-08-18&quot;:4.11},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.3},{&quot;2026-08-21&quot;:4.3},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.31},{&quot;2026-08-24&quot;:4.3},{&quot;2026-08-25&quot;:4.3},{&quot;2026-08-26&quot;:4.29},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.34},{&quot;2026-08-29&quot;:4.34},{&quot;2026-08-30&quot;:4.39},{&quot;2026-08-31&quot;:4.45},{&quot;2026-09-01&quot;:4.45},{&quot;2026-09-02&quot;:4.45},{&quot;2026-09-03&quot;:4.38},{&quot;2026-09-04&quot;:4.4},{&quot;2026-09-05&quot;:4.34},{&quot;2026-09-06&quot;:4.4},{&quot;2026-09-07&quot;:4.36},{&quot;2026-09-08&quot;:4.36},{&quot;2026-09-09&quot;:4.35},{&quot;2026-09-10&quot;:4.35},{&quot;2026-09-11&quot;:4.41}]}"
        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="75386"
  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">
            Curious Altisaur
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.41
          </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="Curious Altisaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/3/83fb87d8-d6f6-4cb0-aca1-49e6fcb181b1.jpg?1783913908" />

        <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">
            Curious Altisaur
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Curious Altisaur" src="https://cards.scryfall.io/large/front/8/3/83fb87d8-d6f6-4cb0-aca1-49e6fcb181b1.jpg?1783913908" />
    </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">
                $4.41
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.64},{&quot;2026-06-14&quot;:3.77},{&quot;2026-06-15&quot;:3.77},{&quot;2026-06-16&quot;:3.77},{&quot;2026-06-17&quot;:3.87},{&quot;2026-06-18&quot;:3.88},{&quot;2026-06-19&quot;:4.12},{&quot;2026-06-20&quot;:4.12},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.15},{&quot;2026-06-23&quot;:4.07},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:3.73},{&quot;2026-06-27&quot;:3.86},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.85},{&quot;2026-07-03&quot;:3.85},{&quot;2026-07-04&quot;:3.83},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.78},{&quot;2026-07-07&quot;:3.64},{&quot;2026-07-08&quot;:3.67},{&quot;2026-07-09&quot;:3.59},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.9},{&quot;2026-07-13&quot;:3.96},{&quot;2026-07-14&quot;:3.96},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:3.93},{&quot;2026-07-17&quot;:3.95},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:3.95},{&quot;2026-07-20&quot;:4.0},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-22&quot;:4.25},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.35},{&quot;2026-07-25&quot;:4.43},{&quot;2026-07-26&quot;:4.32},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-28&quot;:4.12},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.03},{&quot;2026-07-31&quot;:4.16},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.11},{&quot;2026-08-03&quot;:4.06},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:4.02},{&quot;2026-08-07&quot;:3.88},{&quot;2026-08-08&quot;:3.9},{&quot;2026-08-09&quot;:3.74},{&quot;2026-08-10&quot;:3.88},{&quot;2026-08-11&quot;:3.82},{&quot;2026-08-12&quot;:3.77},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.6},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.74},{&quot;2026-08-17&quot;:3.72},{&quot;2026-08-18&quot;:3.92},{&quot;2026-08-19&quot;:3.92},{&quot;2026-08-20&quot;:4.1},{&quot;2026-08-21&quot;:4.11},{&quot;2026-08-22&quot;:4.41},{&quot;2026-08-23&quot;:4.41},{&quot;2026-08-24&quot;:4.49},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.45},{&quot;2026-08-28&quot;:4.45},{&quot;2026-08-29&quot;:4.45},{&quot;2026-08-30&quot;:4.38},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.31},{&quot;2026-09-02&quot;:4.16},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.18},{&quot;2026-09-05&quot;:4.19},{&quot;2026-09-06&quot;:4.21},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.47},{&quot;2026-09-09&quot;:4.47},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.41}]}"
        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="48799"
  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">
            Winds of Abandon
        </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">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.40
          </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="Winds of Abandon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3bb17913-fe4d-4acd-9b75-71f5a90f898b.jpg?1783933150" />

        <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">
            Winds of Abandon
        </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-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="Winds of Abandon" src="https://cards.scryfall.io/large/front/3/b/3bb17913-fe4d-4acd-9b75-71f5a90f898b.jpg?1783933150" />
    </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">
                $4.40
              </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">
                $18.02
              </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">$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;2026-06-11&quot;:18.19},{&quot;2026-06-12&quot;:18.19},{&quot;2026-06-13&quot;:18.19},{&quot;2026-06-14&quot;:18.19},{&quot;2026-06-15&quot;:18.19},{&quot;2026-06-16&quot;:18.19},{&quot;2026-06-17&quot;:18.19},{&quot;2026-06-18&quot;:18.05},{&quot;2026-06-19&quot;:18.05},{&quot;2026-06-20&quot;:18.05},{&quot;2026-06-21&quot;:18.1},{&quot;2026-06-22&quot;:18.1},{&quot;2026-06-23&quot;:18.1},{&quot;2026-06-24&quot;:18.1},{&quot;2026-06-25&quot;:18.1},{&quot;2026-06-26&quot;:18.1},{&quot;2026-06-27&quot;:18.1},{&quot;2026-06-28&quot;:18.07},{&quot;2026-06-29&quot;:18.07},{&quot;2026-06-30&quot;:18.07},{&quot;2026-07-01&quot;:18.07},{&quot;2026-07-02&quot;:18.07},{&quot;2026-07-03&quot;:18.07},{&quot;2026-07-04&quot;:18.07},{&quot;2026-07-05&quot;:18.07},{&quot;2026-07-06&quot;:18.08},{&quot;2026-07-07&quot;:18.08},{&quot;2026-07-08&quot;:18.08},{&quot;2026-07-09&quot;:18.08},{&quot;2026-07-10&quot;:18.08},{&quot;2026-07-11&quot;:18.08},{&quot;2026-07-12&quot;:18.08},{&quot;2026-07-13&quot;:18.08},{&quot;2026-07-14&quot;:18.08},{&quot;2026-07-15&quot;:18.08},{&quot;2026-07-16&quot;:18.08},{&quot;2026-07-17&quot;:18.08},{&quot;2026-07-18&quot;:18.08},{&quot;2026-07-19&quot;:18.08},{&quot;2026-07-20&quot;:18.2},{&quot;2026-07-21&quot;:18.2},{&quot;2026-07-23&quot;:18.2},{&quot;2026-07-25&quot;:18.2},{&quot;2026-07-26&quot;:18.2},{&quot;2026-07-27&quot;:18.2},{&quot;2026-07-28&quot;:18.2},{&quot;2026-07-29&quot;:18.27},{&quot;2026-07-30&quot;:18.27},{&quot;2026-07-31&quot;:18.27},{&quot;2026-08-01&quot;:18.27},{&quot;2026-08-02&quot;:18.27},{&quot;2026-08-03&quot;:18.27},{&quot;2026-08-04&quot;:18.18},{&quot;2026-08-05&quot;:18.18},{&quot;2026-08-07&quot;:18.14},{&quot;2026-08-08&quot;:18.14},{&quot;2026-08-09&quot;:18.14},{&quot;2026-08-10&quot;:18.14},{&quot;2026-08-11&quot;:18.14},{&quot;2026-08-12&quot;:18.14},{&quot;2026-08-13&quot;:18.04},{&quot;2026-08-14&quot;:18.04},{&quot;2026-08-15&quot;:18.04},{&quot;2026-08-16&quot;:18.04},{&quot;2026-08-17&quot;:18.04},{&quot;2026-08-18&quot;:18.04},{&quot;2026-08-19&quot;:18.04},{&quot;2026-08-20&quot;:18.04},{&quot;2026-08-21&quot;:18.04},{&quot;2026-08-22&quot;:18.04},{&quot;2026-08-23&quot;:18.04},{&quot;2026-08-24&quot;:18.04},{&quot;2026-08-25&quot;:18.04},{&quot;2026-08-26&quot;:18.15},{&quot;2026-08-27&quot;:18.15},{&quot;2026-08-28&quot;:18.15},{&quot;2026-08-29&quot;:18.15},{&quot;2026-08-30&quot;:18.15},{&quot;2026-08-31&quot;:18.15},{&quot;2026-09-01&quot;:18.15},{&quot;2026-09-02&quot;:18.15},{&quot;2026-09-03&quot;:18.13},{&quot;2026-09-04&quot;:18.13},{&quot;2026-09-05&quot;:18.13},{&quot;2026-09-06&quot;:18.13},{&quot;2026-09-07&quot;:18.13},{&quot;2026-09-08&quot;:17.97},{&quot;2026-09-09&quot;:18.02},{&quot;2026-09-10&quot;:18.02},{&quot;2026-09-11&quot;:18.02}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.09},{&quot;2026-06-12&quot;:5.01},{&quot;2026-06-13&quot;:4.97},{&quot;2026-06-14&quot;:4.8},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.47},{&quot;2026-06-17&quot;:4.29},{&quot;2026-06-18&quot;:4.19},{&quot;2026-06-19&quot;:4.13},{&quot;2026-06-20&quot;:4.13},{&quot;2026-06-21&quot;:4.13},{&quot;2026-06-22&quot;:4.15},{&quot;2026-06-23&quot;:4.16},{&quot;2026-06-24&quot;:4.13},{&quot;2026-06-25&quot;:4.09},{&quot;2026-06-26&quot;:3.92},{&quot;2026-06-27&quot;:3.93},{&quot;2026-06-28&quot;:3.93},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.69},{&quot;2026-07-02&quot;:3.65},{&quot;2026-07-03&quot;:3.63},{&quot;2026-07-04&quot;:3.62},{&quot;2026-07-05&quot;:3.58},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.62},{&quot;2026-07-08&quot;:3.63},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.41},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.4},{&quot;2026-07-14&quot;:3.43},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.36},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.56},{&quot;2026-07-20&quot;:3.49},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-25&quot;:3.5},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.48},{&quot;2026-07-29&quot;:3.48},{&quot;2026-07-30&quot;:3.45},{&quot;2026-07-31&quot;:3.45},{&quot;2026-08-01&quot;:3.51},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.4},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.28},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.16},{&quot;2026-08-11&quot;:3.27},{&quot;2026-08-12&quot;:3.38},{&quot;2026-08-13&quot;:3.46},{&quot;2026-08-14&quot;:3.5},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.63},{&quot;2026-08-17&quot;:3.68},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:4.02},{&quot;2026-08-22&quot;:4.07},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.09},{&quot;2026-08-25&quot;:4.09},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.28},{&quot;2026-08-29&quot;:4.28},{&quot;2026-08-30&quot;:4.56},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.56},{&quot;2026-09-02&quot;:4.58},{&quot;2026-09-03&quot;:4.74},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.68},{&quot;2026-09-06&quot;:4.67},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.42},{&quot;2026-09-09&quot;:4.38},{&quot;2026-09-10&quot;:4.3},{&quot;2026-09-11&quot;:4.4}]}"
        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="83821"
  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-usg 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">
            Planar Void
        </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">
              ↑
              3%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.40
          </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="Planar Void" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/0/b035c718-ac11-4c97-a9bb-0cd88dc71904.jpg?1783946340" />

        <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">
            Planar Void
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Planar Void" src="https://cards.scryfall.io/large/front/b/0/b035c718-ac11-4c97-a9bb-0cd88dc71904.jpg?1783946340" />
    </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">
                $4.40
              </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">$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;:5.32},{&quot;2026-06-14&quot;:5.06},{&quot;2026-06-15&quot;:5.06},{&quot;2026-06-16&quot;:5.06},{&quot;2026-06-17&quot;:5.06},{&quot;2026-06-18&quot;:4.83},{&quot;2026-06-19&quot;:4.83},{&quot;2026-06-20&quot;:4.83},{&quot;2026-06-21&quot;:4.83},{&quot;2026-06-22&quot;:4.72},{&quot;2026-06-23&quot;:4.72},{&quot;2026-06-24&quot;:4.72},{&quot;2026-06-25&quot;:4.72},{&quot;2026-06-26&quot;:4.72},{&quot;2026-06-27&quot;:4.72},{&quot;2026-06-28&quot;:4.72},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.59},{&quot;2026-07-02&quot;:4.59},{&quot;2026-07-03&quot;:4.59},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.44},{&quot;2026-07-06&quot;:4.44},{&quot;2026-07-07&quot;:4.44},{&quot;2026-07-08&quot;:4.44},{&quot;2026-07-09&quot;:4.44},{&quot;2026-07-10&quot;:4.44},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.44},{&quot;2026-07-13&quot;:4.44},{&quot;2026-07-14&quot;:4.44},{&quot;2026-07-15&quot;:4.44},{&quot;2026-07-16&quot;:4.44},{&quot;2026-07-17&quot;:4.44},{&quot;2026-07-18&quot;:4.15},{&quot;2026-07-19&quot;:4.15},{&quot;2026-07-20&quot;:4.15},{&quot;2026-07-21&quot;:3.96},{&quot;2026-07-22&quot;:3.96},{&quot;2026-07-23&quot;:3.96},{&quot;2026-07-24&quot;:3.96},{&quot;2026-07-25&quot;:3.95},{&quot;2026-07-26&quot;:3.95},{&quot;2026-07-27&quot;:3.95},{&quot;2026-07-28&quot;:3.95},{&quot;2026-07-29&quot;:3.95},{&quot;2026-07-30&quot;:3.95},{&quot;2026-07-31&quot;:3.94},{&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;:3.98},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:3.98},{&quot;2026-08-08&quot;:3.98},{&quot;2026-08-09&quot;:3.98},{&quot;2026-08-10&quot;:3.96},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:3.96},{&quot;2026-08-13&quot;:3.96},{&quot;2026-08-14&quot;:3.89},{&quot;2026-08-15&quot;:3.93},{&quot;2026-08-16&quot;:3.93},{&quot;2026-08-17&quot;:3.93},{&quot;2026-08-18&quot;:3.94},{&quot;2026-08-19&quot;:4.01},{&quot;2026-08-20&quot;:3.99},{&quot;2026-08-21&quot;:3.99},{&quot;2026-08-22&quot;:3.99},{&quot;2026-08-23&quot;:3.9},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.92},{&quot;2026-08-26&quot;:3.92},{&quot;2026-08-27&quot;:4.06},{&quot;2026-08-28&quot;:3.93},{&quot;2026-08-29&quot;:3.93},{&quot;2026-08-30&quot;:4.07},{&quot;2026-08-31&quot;:4.11},{&quot;2026-09-01&quot;:4.11},{&quot;2026-09-02&quot;:4.11},{&quot;2026-09-03&quot;:4.22},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.29},{&quot;2026-09-06&quot;:4.43},{&quot;2026-09-07&quot;:4.43},{&quot;2026-09-08&quot;:4.43},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.43},{&quot;2026-09-11&quot;:4.4}]}"
        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="73816"
  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-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">
            Lórien Revealed
        </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">
              ↑
              8%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.39
          </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="Lórien Revealed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/c/0ce44270-a684-4489-9077-521456e6dfaa.jpg?1783916314" />

        <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">
            Lórien Revealed
        </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-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="Lórien Revealed" src="https://cards.scryfall.io/large/front/0/c/0ce44270-a684-4489-9077-521456e6dfaa.jpg?1783916314" />
    </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">
                $4.39
              </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">
                $4.76
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-12&quot;:4.24},{&quot;2026-06-13&quot;:4.25},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:4.14},{&quot;2026-06-18&quot;:4.14},{&quot;2026-06-19&quot;:4.18},{&quot;2026-06-20&quot;:4.23},{&quot;2026-06-21&quot;:4.23},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-23&quot;:4.2},{&quot;2026-06-24&quot;:4.17},{&quot;2026-06-25&quot;:4.03},{&quot;2026-06-26&quot;:4.09},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.06},{&quot;2026-06-29&quot;:4.24},{&quot;2026-06-30&quot;:4.29},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.44},{&quot;2026-07-04&quot;:4.43},{&quot;2026-07-05&quot;:4.43},{&quot;2026-07-06&quot;:4.56},{&quot;2026-07-07&quot;:4.58},{&quot;2026-07-08&quot;:4.87},{&quot;2026-07-09&quot;:4.89},{&quot;2026-07-10&quot;:4.89},{&quot;2026-07-11&quot;:5.01},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.97},{&quot;2026-07-15&quot;:5.01},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:5.1},{&quot;2026-07-18&quot;:5.01},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.07},{&quot;2026-07-21&quot;:5.12},{&quot;2026-07-23&quot;:5.02},{&quot;2026-07-24&quot;:5.16},{&quot;2026-07-25&quot;:5.07},{&quot;2026-07-26&quot;:5.07},{&quot;2026-07-27&quot;:5.12},{&quot;2026-07-28&quot;:5.12},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.12},{&quot;2026-07-31&quot;:5.2},{&quot;2026-08-01&quot;:5.26},{&quot;2026-08-02&quot;:5.21},{&quot;2026-08-03&quot;:5.31},{&quot;2026-08-04&quot;:5.31},{&quot;2026-08-05&quot;:5.3},{&quot;2026-08-07&quot;:5.31},{&quot;2026-08-08&quot;:5.29},{&quot;2026-08-09&quot;:5.28},{&quot;2026-08-10&quot;:5.21},{&quot;2026-08-11&quot;:5.17},{&quot;2026-08-12&quot;:5.49},{&quot;2026-08-13&quot;:5.5},{&quot;2026-08-14&quot;:5.5},{&quot;2026-08-15&quot;:5.71},{&quot;2026-08-16&quot;:5.75},{&quot;2026-08-17&quot;:5.75},{&quot;2026-08-18&quot;:5.88},{&quot;2026-08-19&quot;:5.82},{&quot;2026-08-20&quot;:5.82},{&quot;2026-08-21&quot;:5.6},{&quot;2026-08-22&quot;:5.6},{&quot;2026-08-23&quot;:5.66},{&quot;2026-08-24&quot;:5.66},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.57},{&quot;2026-08-27&quot;:5.44},{&quot;2026-08-28&quot;:5.44},{&quot;2026-08-29&quot;:5.44},{&quot;2026-08-30&quot;:5.35},{&quot;2026-08-31&quot;:5.31},{&quot;2026-09-01&quot;:5.31},{&quot;2026-09-02&quot;:5.25},{&quot;2026-09-03&quot;:5.25},{&quot;2026-09-04&quot;:5.04},{&quot;2026-09-05&quot;:4.97},{&quot;2026-09-06&quot;:4.86},{&quot;2026-09-07&quot;:4.89},{&quot;2026-09-08&quot;:4.99},{&quot;2026-09-09&quot;:5.01},{&quot;2026-09-10&quot;:4.86},{&quot;2026-09-11&quot;:4.76}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.59},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.52},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.66},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:4.08},{&quot;2026-06-19&quot;:3.9},{&quot;2026-06-20&quot;:3.89},{&quot;2026-06-21&quot;:3.97},{&quot;2026-06-22&quot;:3.95},{&quot;2026-06-23&quot;:4.22},{&quot;2026-06-24&quot;:4.16},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.29},{&quot;2026-06-27&quot;:4.33},{&quot;2026-06-28&quot;:4.58},{&quot;2026-06-29&quot;:4.65},{&quot;2026-06-30&quot;:4.22},{&quot;2026-07-01&quot;:4.46},{&quot;2026-07-02&quot;:4.26},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:5.12},{&quot;2026-07-05&quot;:4.9},{&quot;2026-07-06&quot;:4.67},{&quot;2026-07-07&quot;:4.96},{&quot;2026-07-08&quot;:4.88},{&quot;2026-07-09&quot;:4.76},{&quot;2026-07-10&quot;:4.68},{&quot;2026-07-11&quot;:4.53},{&quot;2026-07-12&quot;:5.01},{&quot;2026-07-13&quot;:5.28},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.93},{&quot;2026-07-18&quot;:4.41},{&quot;2026-07-19&quot;:4.66},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.67},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:4.75},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.8},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-28&quot;:4.73},{&quot;2026-07-29&quot;:4.87},{&quot;2026-07-30&quot;:4.75},{&quot;2026-07-31&quot;:5.44},{&quot;2026-08-01&quot;:5.44},{&quot;2026-08-02&quot;:5.72},{&quot;2026-08-03&quot;:5.35},{&quot;2026-08-04&quot;:5.16},{&quot;2026-08-05&quot;:4.84},{&quot;2026-08-07&quot;:3.86},{&quot;2026-08-08&quot;:3.96},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.63},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:4.04},{&quot;2026-08-14&quot;:4.36},{&quot;2026-08-15&quot;:4.12},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:4.17},{&quot;2026-08-18&quot;:3.92},{&quot;2026-08-19&quot;:3.51},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.95},{&quot;2026-08-23&quot;:4.02},{&quot;2026-08-24&quot;:4.25},{&quot;2026-08-25&quot;:4.26},{&quot;2026-08-26&quot;:4.01},{&quot;2026-08-27&quot;:3.94},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:4.1},{&quot;2026-08-31&quot;:4.41},{&quot;2026-09-01&quot;:4.27},{&quot;2026-09-02&quot;:3.95},{&quot;2026-09-03&quot;:4.04},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.08},{&quot;2026-09-06&quot;:4.04},{&quot;2026-09-07&quot;:4.47},{&quot;2026-09-08&quot;:4.71},{&quot;2026-09-09&quot;:4.7},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.39}]}"
        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="81683"
  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-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">
            Urabrask the Hidden
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Phyrexian Praetor
      </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">
            $4.39
          </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="Urabrask the Hidden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a86cb092-407a-4a4e-8e3e-359dafc385ea.jpg?1783923463" />

        <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">
            Urabrask the Hidden
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Urabrask the Hidden" src="https://cards.scryfall.io/large/front/a/8/a86cb092-407a-4a4e-8e3e-359dafc385ea.jpg?1783923463" />
    </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">
                $4.39
              </span>

            </div>
          </div>

      </div>

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

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Ba Sing Se
        </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-100 text-badge-text">
              ↓
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.38
          </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="Ba Sing Se" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bdf3b2be-d0cd-4a3c-a10e-82d32c12d3bd.jpg?1783904912" />

        <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">
            Ba Sing Se
        </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="Ba Sing Se" src="https://cards.scryfall.io/large/front/b/d/bdf3b2be-d0cd-4a3c-a10e-82d32c12d3bd.jpg?1783904912" />
    </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">
                $4.38
              </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">
                $5.47
              </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">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.19},{&quot;2026-06-14&quot;:6.19},{&quot;2026-06-15&quot;:6.27},{&quot;2026-06-16&quot;:6.35},{&quot;2026-06-17&quot;:6.35},{&quot;2026-06-18&quot;:6.2},{&quot;2026-06-19&quot;:6.1},{&quot;2026-06-20&quot;:5.96},{&quot;2026-06-21&quot;:5.71},{&quot;2026-06-22&quot;:5.72},{&quot;2026-06-23&quot;:5.79},{&quot;2026-06-24&quot;:5.74},{&quot;2026-06-25&quot;:5.78},{&quot;2026-06-26&quot;:5.63},{&quot;2026-06-27&quot;:5.34},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.21},{&quot;2026-06-30&quot;:5.17},{&quot;2026-07-01&quot;:5.17},{&quot;2026-07-02&quot;:5.12},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.08},{&quot;2026-07-05&quot;:5.21},{&quot;2026-07-06&quot;:5.23},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.29},{&quot;2026-07-09&quot;:5.43},{&quot;2026-07-10&quot;:5.61},{&quot;2026-07-11&quot;:5.67},{&quot;2026-07-12&quot;:5.78},{&quot;2026-07-13&quot;:5.79},{&quot;2026-07-14&quot;:5.79},{&quot;2026-07-15&quot;:5.79},{&quot;2026-07-16&quot;:5.87},{&quot;2026-07-17&quot;:5.88},{&quot;2026-07-18&quot;:5.88},{&quot;2026-07-19&quot;:5.81},{&quot;2026-07-20&quot;:5.75},{&quot;2026-07-21&quot;:5.7},{&quot;2026-07-22&quot;:5.75},{&quot;2026-07-23&quot;:5.65},{&quot;2026-07-24&quot;:5.65},{&quot;2026-07-25&quot;:5.54},{&quot;2026-07-26&quot;:5.54},{&quot;2026-07-27&quot;:5.45},{&quot;2026-07-28&quot;:5.38},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.22},{&quot;2026-07-31&quot;:5.16},{&quot;2026-08-01&quot;:5.16},{&quot;2026-08-02&quot;:5.04},{&quot;2026-08-03&quot;:5.03},{&quot;2026-08-04&quot;:5.2},{&quot;2026-08-05&quot;:5.08},{&quot;2026-08-07&quot;:5.2},{&quot;2026-08-08&quot;:5.17},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:4.67},{&quot;2026-08-11&quot;:4.61},{&quot;2026-08-12&quot;:4.57},{&quot;2026-08-13&quot;:4.27},{&quot;2026-08-14&quot;:4.31},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.33},{&quot;2026-08-17&quot;:4.33},{&quot;2026-08-18&quot;:4.28},{&quot;2026-08-19&quot;:4.32},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.47},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.61},{&quot;2026-08-24&quot;:4.58},{&quot;2026-08-25&quot;:4.65},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.62},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.64},{&quot;2026-08-31&quot;:4.68},{&quot;2026-09-01&quot;:5.06},{&quot;2026-09-02&quot;:5.15},{&quot;2026-09-03&quot;:5.17},{&quot;2026-09-04&quot;:5.08},{&quot;2026-09-05&quot;:5.27},{&quot;2026-09-06&quot;:5.27},{&quot;2026-09-07&quot;:5.59},{&quot;2026-09-08&quot;:5.18},{&quot;2026-09-09&quot;:5.18},{&quot;2026-09-10&quot;:5.18},{&quot;2026-09-11&quot;:5.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.13},{&quot;2026-06-14&quot;:5.23},{&quot;2026-06-15&quot;:5.55},{&quot;2026-06-16&quot;:5.55},{&quot;2026-06-17&quot;:5.55},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:4.65},{&quot;2026-06-20&quot;:4.05},{&quot;2026-06-21&quot;:3.79},{&quot;2026-06-22&quot;:4.05},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.91},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:3.73},{&quot;2026-06-28&quot;:3.72},{&quot;2026-06-29&quot;:3.5},{&quot;2026-06-30&quot;:3.44},{&quot;2026-07-01&quot;:3.32},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:2.92},{&quot;2026-07-08&quot;:3.34},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.68},{&quot;2026-07-11&quot;:3.72},{&quot;2026-07-12&quot;:3.86},{&quot;2026-07-13&quot;:4.21},{&quot;2026-07-14&quot;:4.21},{&quot;2026-07-15&quot;:3.86},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.87},{&quot;2026-07-18&quot;:3.59},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.59},{&quot;2026-07-22&quot;:3.98},{&quot;2026-07-23&quot;:4.48},{&quot;2026-07-24&quot;:4.26},{&quot;2026-07-25&quot;:4.01},{&quot;2026-07-26&quot;:4.44},{&quot;2026-07-27&quot;:4.41},{&quot;2026-07-28&quot;:4.2},{&quot;2026-07-29&quot;:3.97},{&quot;2026-07-30&quot;:4.01},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.8},{&quot;2026-08-02&quot;:4.37},{&quot;2026-08-03&quot;:4.23},{&quot;2026-08-04&quot;:3.63},{&quot;2026-08-05&quot;:3.49},{&quot;2026-08-07&quot;:3.43},{&quot;2026-08-08&quot;:3.56},{&quot;2026-08-09&quot;:3.58},{&quot;2026-08-10&quot;:3.91},{&quot;2026-08-11&quot;:3.62},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.57},{&quot;2026-08-15&quot;:3.66},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:4.02},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.62},{&quot;2026-08-21&quot;:3.69},{&quot;2026-08-22&quot;:3.89},{&quot;2026-08-23&quot;:3.82},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:4.14},{&quot;2026-08-26&quot;:4.25},{&quot;2026-08-27&quot;:4.49},{&quot;2026-08-28&quot;:4.6},{&quot;2026-08-29&quot;:4.6},{&quot;2026-08-30&quot;:5.42},{&quot;2026-08-31&quot;:4.75},{&quot;2026-09-01&quot;:4.97},{&quot;2026-09-02&quot;:4.87},{&quot;2026-09-03&quot;:5.0},{&quot;2026-09-04&quot;:5.16},{&quot;2026-09-05&quot;:4.68},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.88},{&quot;2026-09-08&quot;:5.17},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.73},{&quot;2026-09-11&quot;:4.38}]}"
        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="13810"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Endless Evil
        </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-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="Endless Evil" src="https://cards.scryfall.io/large/front/8/0/804b3378-b330-45d2-9e2c-602ec080f285.jpg?1783922508" />
    </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">
                $4.37
              </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.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-13&quot;:4.76},{&quot;2026-06-14&quot;:4.73},{&quot;2026-06-15&quot;:4.73},{&quot;2026-06-16&quot;:4.71},{&quot;2026-06-17&quot;:4.72},{&quot;2026-06-18&quot;:4.72},{&quot;2026-06-19&quot;:4.72},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.63},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.64},{&quot;2026-06-24&quot;:4.64},{&quot;2026-06-25&quot;:4.55},{&quot;2026-06-26&quot;:4.54},{&quot;2026-06-27&quot;:4.54},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.47},{&quot;2026-06-30&quot;:4.48},{&quot;2026-07-01&quot;:4.37},{&quot;2026-07-02&quot;:4.18},{&quot;2026-07-03&quot;:4.12},{&quot;2026-07-04&quot;:4.01},{&quot;2026-07-05&quot;:3.98},{&quot;2026-07-06&quot;:4.04},{&quot;2026-07-07&quot;:4.03},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:3.91},{&quot;2026-07-12&quot;:3.91},{&quot;2026-07-13&quot;:3.85},{&quot;2026-07-14&quot;:3.74},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.64},{&quot;2026-07-18&quot;:3.64},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.7},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-22&quot;:3.75},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-24&quot;:3.63},{&quot;2026-07-25&quot;:3.67},{&quot;2026-07-26&quot;:3.74},{&quot;2026-07-27&quot;:3.75},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.77},{&quot;2026-07-31&quot;:3.93},{&quot;2026-08-01&quot;:3.93},{&quot;2026-08-02&quot;:3.98},{&quot;2026-08-03&quot;:4.1},{&quot;2026-08-04&quot;:4.12},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.07},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.09},{&quot;2026-08-13&quot;:4.07},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.09},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.04},{&quot;2026-08-18&quot;:3.83},{&quot;2026-08-19&quot;:3.85},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:3.92},{&quot;2026-08-22&quot;:3.85},{&quot;2026-08-23&quot;:3.87},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.89},{&quot;2026-08-26&quot;:3.95},{&quot;2026-08-27&quot;:3.96},{&quot;2026-08-28&quot;:3.91},{&quot;2026-08-29&quot;:3.91},{&quot;2026-08-30&quot;:3.98},{&quot;2026-08-31&quot;:4.08},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.22},{&quot;2026-09-03&quot;:4.31},{&quot;2026-09-04&quot;:4.31},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.38},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.33},{&quot;2026-09-10&quot;:4.35},{&quot;2026-09-11&quot;:4.37}]}"
        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="83682"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.37
          </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="Tangle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/6/f6c32f19-8958-4aa0-8432-a1dc47bdb1e9.jpg?1783910057" />

        <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">
            Tangle
        </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-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="Tangle" src="https://cards.scryfall.io/large/front/f/6/f6c32f19-8958-4aa0-8432-a1dc47bdb1e9.jpg?1783910057" />
    </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">
                $4.37
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:4.12},{&quot;2026-06-14&quot;:4.12},{&quot;2026-06-15&quot;:4.04},{&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.9},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.68},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.61},{&quot;2026-06-25&quot;:3.62},{&quot;2026-06-26&quot;:3.62},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.69},{&quot;2026-06-29&quot;:3.66},{&quot;2026-06-30&quot;:3.69},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.66},{&quot;2026-07-03&quot;:3.67},{&quot;2026-07-04&quot;:3.69},{&quot;2026-07-05&quot;:3.69},{&quot;2026-07-06&quot;:3.84},{&quot;2026-07-07&quot;:3.86},{&quot;2026-07-08&quot;:3.92},{&quot;2026-07-09&quot;:3.94},{&quot;2026-07-10&quot;:3.94},{&quot;2026-07-11&quot;:4.08},{&quot;2026-07-12&quot;:4.11},{&quot;2026-07-13&quot;:4.11},{&quot;2026-07-14&quot;:4.19},{&quot;2026-07-15&quot;:4.19},{&quot;2026-07-16&quot;:4.21},{&quot;2026-07-17&quot;:4.24},{&quot;2026-07-18&quot;:4.29},{&quot;2026-07-19&quot;:4.29},{&quot;2026-07-20&quot;:4.34},{&quot;2026-07-21&quot;:4.42},{&quot;2026-07-22&quot;:4.45},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-24&quot;:4.46},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.47},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.46},{&quot;2026-07-30&quot;:4.46},{&quot;2026-07-31&quot;:4.42},{&quot;2026-08-01&quot;:4.39},{&quot;2026-08-02&quot;:4.41},{&quot;2026-08-03&quot;:4.46},{&quot;2026-08-04&quot;:4.46},{&quot;2026-08-05&quot;:4.46},{&quot;2026-08-07&quot;:4.41},{&quot;2026-08-08&quot;:4.38},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.3},{&quot;2026-08-11&quot;:4.3},{&quot;2026-08-12&quot;:4.3},{&quot;2026-08-13&quot;:4.29},{&quot;2026-08-14&quot;:4.26},{&quot;2026-08-15&quot;:4.22},{&quot;2026-08-16&quot;:4.26},{&quot;2026-08-17&quot;:4.22},{&quot;2026-08-18&quot;:4.2},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.26},{&quot;2026-08-21&quot;:4.28},{&quot;2026-08-22&quot;:4.26},{&quot;2026-08-23&quot;:4.23},{&quot;2026-08-24&quot;:4.18},{&quot;2026-08-25&quot;:4.15},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:4.08},{&quot;2026-08-29&quot;:4.08},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.11},{&quot;2026-09-02&quot;:4.09},{&quot;2026-09-03&quot;:4.05},{&quot;2026-09-04&quot;:4.19},{&quot;2026-09-05&quot;:4.17},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.21},{&quot;2026-09-08&quot;:4.21},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.2},{&quot;2026-09-11&quot;:4.37}]}"
        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="112618"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-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 Lord of the Eagles
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.37
          </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 Lord of the Eagles" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8acfaac6-5a63-4fd6-999b-562e989e2ce1.jpg?1784631799" />

        <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 Lord of the Eagles
        </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 — Bird Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Lord of the Eagles" src="https://cards.scryfall.io/large/front/8/a/8acfaac6-5a63-4fd6-999b-562e989e2ce1.jpg?1784631799" />
    </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">
                $4.37
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-07-29&quot;:110.0},{&quot;2026-07-30&quot;:110.0},{&quot;2026-07-31&quot;:110.0},{&quot;2026-08-01&quot;:110.0},{&quot;2026-08-02&quot;:110.0},{&quot;2026-08-03&quot;:110.0},{&quot;2026-08-04&quot;:110.0},{&quot;2026-08-05&quot;:110.0},{&quot;2026-08-07&quot;:64.5},{&quot;2026-08-08&quot;:47.05},{&quot;2026-08-09&quot;:42.14},{&quot;2026-08-10&quot;:40.53},{&quot;2026-08-11&quot;:37.7},{&quot;2026-08-12&quot;:35.26},{&quot;2026-08-13&quot;:33.22},{&quot;2026-08-14&quot;:29.5},{&quot;2026-08-15&quot;:14.82},{&quot;2026-08-16&quot;:8.21},{&quot;2026-08-17&quot;:7.01},{&quot;2026-08-18&quot;:6.26},{&quot;2026-08-19&quot;:6.28},{&quot;2026-08-20&quot;:6.47},{&quot;2026-08-21&quot;:6.97},{&quot;2026-08-22&quot;:7.44},{&quot;2026-08-23&quot;:7.23},{&quot;2026-08-24&quot;:7.89},{&quot;2026-08-25&quot;:8.64},{&quot;2026-08-26&quot;:8.2},{&quot;2026-08-27&quot;:8.12},{&quot;2026-08-28&quot;:8.04},{&quot;2026-08-29&quot;:8.04},{&quot;2026-08-30&quot;:7.93},{&quot;2026-08-31&quot;:7.8},{&quot;2026-09-01&quot;:7.77},{&quot;2026-09-02&quot;:7.72},{&quot;2026-09-03&quot;:7.74},{&quot;2026-09-04&quot;:7.59},{&quot;2026-09-05&quot;:7.31},{&quot;2026-09-06&quot;:7.09},{&quot;2026-09-07&quot;:6.8},{&quot;2026-09-08&quot;:6.68},{&quot;2026-09-09&quot;:6.59},{&quot;2026-09-10&quot;:6.71},{&quot;2026-09-11&quot;:6.56}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:49.99},{&quot;2026-08-01&quot;:49.99},{&quot;2026-08-02&quot;:49.99},{&quot;2026-08-03&quot;:49.99},{&quot;2026-08-04&quot;:49.99},{&quot;2026-08-05&quot;:19.79},{&quot;2026-08-07&quot;:9.85},{&quot;2026-08-08&quot;:5.84},{&quot;2026-08-09&quot;:6.2},{&quot;2026-08-10&quot;:7.7},{&quot;2026-08-11&quot;:8.7},{&quot;2026-08-12&quot;:8.54},{&quot;2026-08-13&quot;:8.76},{&quot;2026-08-14&quot;:7.9},{&quot;2026-08-15&quot;:4.37},{&quot;2026-08-16&quot;:4.71},{&quot;2026-08-17&quot;:5.37},{&quot;2026-08-18&quot;:5.46},{&quot;2026-08-19&quot;:5.79},{&quot;2026-08-20&quot;:5.31},{&quot;2026-08-21&quot;:5.77},{&quot;2026-08-22&quot;:6.04},{&quot;2026-08-23&quot;:6.56},{&quot;2026-08-24&quot;:7.26},{&quot;2026-08-25&quot;:6.63},{&quot;2026-08-26&quot;:6.49},{&quot;2026-08-27&quot;:6.5},{&quot;2026-08-28&quot;:6.51},{&quot;2026-08-29&quot;:6.51},{&quot;2026-08-30&quot;:5.27},{&quot;2026-08-31&quot;:5.82},{&quot;2026-09-01&quot;:5.14},{&quot;2026-09-02&quot;:5.42},{&quot;2026-09-03&quot;:4.88},{&quot;2026-09-04&quot;:4.64},{&quot;2026-09-05&quot;:4.47},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:3.94},{&quot;2026-09-08&quot;:4.5},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:4.14},{&quot;2026-09-11&quot;:4.37}]}"
        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="9324"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.36
          </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="Tuvasa the Sunlit" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bdda07ac-2f9f-4c8e-b3f6-b54d0afd730c.jpg?1783934327" />

        <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">
            Tuvasa the Sunlit
        </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 — Merfolk Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Tuvasa the Sunlit" src="https://cards.scryfall.io/large/front/b/d/bdda07ac-2f9f-4c8e-b3f6-b54d0afd730c.jpg?1783934327" />
    </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">
                $4.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  18%
                </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.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;:4.37},{&quot;2026-06-14&quot;:4.21},{&quot;2026-06-15&quot;:4.21},{&quot;2026-06-16&quot;:4.22},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.28},{&quot;2026-06-19&quot;:4.28},{&quot;2026-06-20&quot;:4.28},{&quot;2026-06-21&quot;:4.28},{&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.28},{&quot;2026-06-26&quot;:4.28},{&quot;2026-06-27&quot;:4.28},{&quot;2026-06-28&quot;:4.28},{&quot;2026-06-29&quot;:4.28},{&quot;2026-06-30&quot;:4.28},{&quot;2026-07-01&quot;:4.28},{&quot;2026-07-02&quot;:4.28},{&quot;2026-07-03&quot;:4.32},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.32},{&quot;2026-07-07&quot;:4.32},{&quot;2026-07-08&quot;:4.32},{&quot;2026-07-09&quot;:4.4},{&quot;2026-07-10&quot;:4.4},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.4},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.45},{&quot;2026-07-18&quot;:4.57},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.63},{&quot;2026-07-21&quot;:4.63},{&quot;2026-07-22&quot;:4.63},{&quot;2026-07-23&quot;:4.64},{&quot;2026-07-24&quot;:4.64},{&quot;2026-07-25&quot;:4.58},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:4.68},{&quot;2026-07-28&quot;:4.68},{&quot;2026-07-29&quot;:4.69},{&quot;2026-07-30&quot;:4.69},{&quot;2026-07-31&quot;:4.69},{&quot;2026-08-01&quot;:4.69},{&quot;2026-08-02&quot;:4.69},{&quot;2026-08-03&quot;:4.73},{&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.06},{&quot;2026-08-09&quot;:5.21},{&quot;2026-08-10&quot;:5.21},{&quot;2026-08-11&quot;:5.21},{&quot;2026-08-12&quot;:5.21},{&quot;2026-08-13&quot;:5.21},{&quot;2026-08-14&quot;:5.21},{&quot;2026-08-15&quot;:5.21},{&quot;2026-08-16&quot;:5.28},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.28},{&quot;2026-08-19&quot;:5.36},{&quot;2026-08-20&quot;:5.42},{&quot;2026-08-21&quot;:5.42},{&quot;2026-08-22&quot;:5.4},{&quot;2026-08-23&quot;:5.49},{&quot;2026-08-24&quot;:5.5},{&quot;2026-08-25&quot;:5.5},{&quot;2026-08-26&quot;:5.5},{&quot;2026-08-27&quot;:5.5},{&quot;2026-08-28&quot;:5.59},{&quot;2026-08-29&quot;:5.59},{&quot;2026-08-30&quot;:5.83},{&quot;2026-08-31&quot;:5.83},{&quot;2026-09-01&quot;:5.73},{&quot;2026-09-02&quot;:5.62},{&quot;2026-09-03&quot;:5.68},{&quot;2026-09-04&quot;:5.7},{&quot;2026-09-05&quot;:5.32},{&quot;2026-09-06&quot;:5.32},{&quot;2026-09-07&quot;:5.23},{&quot;2026-09-08&quot;:4.94},{&quot;2026-09-09&quot;:4.81},{&quot;2026-09-10&quot;:4.63},{&quot;2026-09-11&quot;:4.36}],&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="75874"
  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">
            Wayward Swordtooth
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.36
          </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="Wayward Swordtooth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/5/95a5d742-187a-4eba-82e4-7a4cc5c4e6f3.jpg?1783913852" />

        <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">
            Wayward Swordtooth
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wayward Swordtooth" src="https://cards.scryfall.io/large/front/9/5/95a5d742-187a-4eba-82e4-7a4cc5c4e6f3.jpg?1783913852" />
    </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">
                $4.36
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.85},{&quot;2026-06-11&quot;:3.91},{&quot;2026-06-12&quot;:3.92},{&quot;2026-06-13&quot;:3.9},{&quot;2026-06-14&quot;:3.9},{&quot;2026-06-15&quot;:4.01},{&quot;2026-06-16&quot;:4.14},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.75},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.69},{&quot;2026-06-22&quot;:4.8},{&quot;2026-06-23&quot;:4.77},{&quot;2026-06-24&quot;:4.79},{&quot;2026-06-25&quot;:4.77},{&quot;2026-06-26&quot;:4.65},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.48},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.59},{&quot;2026-07-01&quot;:4.64},{&quot;2026-07-02&quot;:4.81},{&quot;2026-07-03&quot;:4.81},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:5.15},{&quot;2026-07-06&quot;:5.28},{&quot;2026-07-07&quot;:5.08},{&quot;2026-07-08&quot;:4.96},{&quot;2026-07-09&quot;:5.04},{&quot;2026-07-10&quot;:4.97},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.65},{&quot;2026-07-13&quot;:4.52},{&quot;2026-07-14&quot;:4.28},{&quot;2026-07-15&quot;:4.38},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.18},{&quot;2026-07-18&quot;:4.16},{&quot;2026-07-19&quot;:4.1},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.2},{&quot;2026-07-25&quot;:3.95},{&quot;2026-07-26&quot;:3.9},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-29&quot;:3.82},{&quot;2026-07-30&quot;:3.79},{&quot;2026-07-31&quot;:3.9},{&quot;2026-08-01&quot;:3.9},{&quot;2026-08-02&quot;:3.91},{&quot;2026-08-03&quot;:3.7},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.61},{&quot;2026-08-09&quot;:3.6},{&quot;2026-08-10&quot;:3.65},{&quot;2026-08-11&quot;:4.19},{&quot;2026-08-12&quot;:4.16},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.26},{&quot;2026-08-15&quot;:4.31},{&quot;2026-08-16&quot;:4.17},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.23},{&quot;2026-08-21&quot;:3.41},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.65},{&quot;2026-08-25&quot;:3.65},{&quot;2026-08-26&quot;:4.04},{&quot;2026-08-27&quot;:4.02},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:4.12},{&quot;2026-08-31&quot;:3.98},{&quot;2026-09-01&quot;:3.98},{&quot;2026-09-02&quot;:4.08},{&quot;2026-09-03&quot;:4.16},{&quot;2026-09-04&quot;:4.09},{&quot;2026-09-05&quot;:4.28},{&quot;2026-09-06&quot;:4.39},{&quot;2026-09-07&quot;:4.4},{&quot;2026-09-08&quot;:4.43},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.37},{&quot;2026-09-11&quot;:4.36}]}"
        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="12617"
  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">
            Relentless Assault
        </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">
              ↓
              5%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.35
          </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="Relentless Assault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/97622209-9357-4347-8961-f77f8d2389d8.jpg?1783928712" />

        <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">
            Relentless Assault
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Relentless Assault" src="https://cards.scryfall.io/large/front/9/7/97622209-9357-4347-8961-f77f8d2389d8.jpg?1783928712" />
    </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">
                $4.35
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.15},{&quot;2026-06-11&quot;:7.17},{&quot;2026-06-12&quot;:7.2},{&quot;2026-06-13&quot;:7.25},{&quot;2026-06-14&quot;:7.11},{&quot;2026-06-15&quot;:6.8},{&quot;2026-06-16&quot;:7.0},{&quot;2026-06-17&quot;:6.88},{&quot;2026-06-18&quot;:6.73},{&quot;2026-06-19&quot;:6.73},{&quot;2026-06-20&quot;:6.92},{&quot;2026-06-21&quot;:6.85},{&quot;2026-06-22&quot;:6.83},{&quot;2026-06-23&quot;:6.75},{&quot;2026-06-24&quot;:6.74},{&quot;2026-06-25&quot;:6.74},{&quot;2026-06-26&quot;:6.61},{&quot;2026-06-27&quot;:6.88},{&quot;2026-06-28&quot;:6.79},{&quot;2026-06-29&quot;:6.67},{&quot;2026-06-30&quot;:6.67},{&quot;2026-07-01&quot;:6.78},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.02},{&quot;2026-07-04&quot;:7.02},{&quot;2026-07-05&quot;:6.98},{&quot;2026-07-06&quot;:6.86},{&quot;2026-07-07&quot;:6.82},{&quot;2026-07-08&quot;:6.65},{&quot;2026-07-09&quot;:6.11},{&quot;2026-07-10&quot;:5.88},{&quot;2026-07-11&quot;:5.72},{&quot;2026-07-12&quot;:5.73},{&quot;2026-07-13&quot;:5.75},{&quot;2026-07-14&quot;:6.12},{&quot;2026-07-15&quot;:6.06},{&quot;2026-07-16&quot;:5.62},{&quot;2026-07-17&quot;:5.5},{&quot;2026-07-18&quot;:5.48},{&quot;2026-07-19&quot;:5.2},{&quot;2026-07-20&quot;:5.34},{&quot;2026-07-21&quot;:5.16},{&quot;2026-07-23&quot;:4.57},{&quot;2026-07-25&quot;:4.22},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.44},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.53},{&quot;2026-07-31&quot;:4.54},{&quot;2026-08-01&quot;:4.46},{&quot;2026-08-02&quot;:4.43},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.81},{&quot;2026-08-05&quot;:4.94},{&quot;2026-08-07&quot;:4.94},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:4.86},{&quot;2026-08-10&quot;:4.81},{&quot;2026-08-11&quot;:4.95},{&quot;2026-08-12&quot;:5.04},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:4.95},{&quot;2026-08-16&quot;:4.87},{&quot;2026-08-17&quot;:4.75},{&quot;2026-08-18&quot;:4.75},{&quot;2026-08-19&quot;:4.75},{&quot;2026-08-20&quot;:4.75},{&quot;2026-08-21&quot;:4.56},{&quot;2026-08-22&quot;:4.68},{&quot;2026-08-23&quot;:4.68},{&quot;2026-08-24&quot;:4.57},{&quot;2026-08-25&quot;:4.57},{&quot;2026-08-26&quot;:4.3},{&quot;2026-08-27&quot;:4.24},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.37},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.37},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.61},{&quot;2026-09-04&quot;:4.6},{&quot;2026-09-05&quot;:4.56},{&quot;2026-09-06&quot;:4.48},{&quot;2026-09-07&quot;:4.49},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.52},{&quot;2026-09-10&quot;:4.51},{&quot;2026-09-11&quot;:4.35}]}"
        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="53440"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Swift Reconfiguration
        </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">
            $4.35
          </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="Swift Reconfiguration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0bd0b431-534d-4ab7-93ed-b9a25259e88e.jpg?1783923982" />

        <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">
            Swift Reconfiguration
        </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-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="Swift Reconfiguration" src="https://cards.scryfall.io/large/front/0/b/0bd0b431-534d-4ab7-93ed-b9a25259e88e.jpg?1783923982" />
    </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">
                $4.35
              </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">$3.95</span>
              <span class="text-xs text-grey-text">Credit: $5.14</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.32},{&quot;2026-06-14&quot;:4.35},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.42},{&quot;2026-06-17&quot;:4.42},{&quot;2026-06-18&quot;:4.42},{&quot;2026-06-19&quot;:4.44},{&quot;2026-06-20&quot;:4.46},{&quot;2026-06-21&quot;:4.49},{&quot;2026-06-22&quot;:4.49},{&quot;2026-06-23&quot;:4.59},{&quot;2026-06-24&quot;:4.53},{&quot;2026-06-25&quot;:4.53},{&quot;2026-06-26&quot;:4.62},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.7},{&quot;2026-07-01&quot;:4.67},{&quot;2026-07-02&quot;:4.76},{&quot;2026-07-03&quot;:4.79},{&quot;2026-07-04&quot;:4.79},{&quot;2026-07-05&quot;:4.81},{&quot;2026-07-06&quot;:4.79},{&quot;2026-07-07&quot;:4.91},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:4.94},{&quot;2026-07-10&quot;:4.94},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.99},{&quot;2026-07-13&quot;:4.97},{&quot;2026-07-14&quot;:4.99},{&quot;2026-07-15&quot;:4.99},{&quot;2026-07-16&quot;:5.01},{&quot;2026-07-17&quot;:5.01},{&quot;2026-07-18&quot;:5.02},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:5.05},{&quot;2026-07-21&quot;:5.05},{&quot;2026-07-22&quot;:5.08},{&quot;2026-07-23&quot;:5.22},{&quot;2026-07-24&quot;:5.22},{&quot;2026-07-25&quot;:5.22},{&quot;2026-07-26&quot;:5.24},{&quot;2026-07-27&quot;:5.21},{&quot;2026-07-28&quot;:5.21},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.19},{&quot;2026-07-31&quot;:5.14},{&quot;2026-08-01&quot;:5.14},{&quot;2026-08-02&quot;:5.16},{&quot;2026-08-03&quot;:5.16},{&quot;2026-08-04&quot;:5.15},{&quot;2026-08-05&quot;:5.17},{&quot;2026-08-07&quot;:5.14},{&quot;2026-08-08&quot;:5.13},{&quot;2026-08-09&quot;:5.13},{&quot;2026-08-10&quot;:5.13},{&quot;2026-08-11&quot;:4.8},{&quot;2026-08-12&quot;:4.79},{&quot;2026-08-13&quot;:4.79},{&quot;2026-08-14&quot;:4.79},{&quot;2026-08-15&quot;:4.79},{&quot;2026-08-16&quot;:4.55},{&quot;2026-08-17&quot;:4.59},{&quot;2026-08-18&quot;:4.59},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.7},{&quot;2026-08-21&quot;:4.7},{&quot;2026-08-22&quot;:4.7},{&quot;2026-08-23&quot;:4.7},{&quot;2026-08-24&quot;:4.64},{&quot;2026-08-25&quot;:4.61},{&quot;2026-08-26&quot;:4.55},{&quot;2026-08-27&quot;:4.55},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.47},{&quot;2026-08-31&quot;:4.47},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.42},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.39},{&quot;2026-09-05&quot;:4.39},{&quot;2026-09-06&quot;:4.37},{&quot;2026-09-07&quot;:4.34},{&quot;2026-09-08&quot;:4.34},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.39},{&quot;2026-09-11&quot;:4.35}]}"
        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="73160"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Tocasia&#39;s Welcome" src="https://cards.scryfall.io/large/front/e/e/eedc76a2-f0b2-4cb3-8662-88537b7474cc.jpg?1783919988" />
    </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.80
              </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>

            </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">$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-13&quot;:4.16},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.18},{&quot;2026-06-16&quot;:4.2},{&quot;2026-06-17&quot;:4.2},{&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.2},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-23&quot;:4.2},{&quot;2026-06-24&quot;:4.2},{&quot;2026-06-25&quot;:4.2},{&quot;2026-06-26&quot;:4.2},{&quot;2026-06-27&quot;:4.2},{&quot;2026-06-28&quot;:4.21},{&quot;2026-06-29&quot;:4.21},{&quot;2026-06-30&quot;:4.18},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.18},{&quot;2026-07-03&quot;:4.18},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.18},{&quot;2026-07-06&quot;:4.18},{&quot;2026-07-07&quot;:4.18},{&quot;2026-07-08&quot;:4.18},{&quot;2026-07-09&quot;:4.19},{&quot;2026-07-10&quot;:4.19},{&quot;2026-07-11&quot;:4.26},{&quot;2026-07-12&quot;:4.26},{&quot;2026-07-13&quot;:4.26},{&quot;2026-07-14&quot;:4.28},{&quot;2026-07-15&quot;:4.28},{&quot;2026-07-16&quot;:4.28},{&quot;2026-07-17&quot;:4.28},{&quot;2026-07-18&quot;:4.28},{&quot;2026-07-19&quot;:4.28},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.28},{&quot;2026-07-22&quot;:4.28},{&quot;2026-07-23&quot;:4.28},{&quot;2026-07-24&quot;:4.28},{&quot;2026-07-25&quot;:4.28},{&quot;2026-07-26&quot;:4.28},{&quot;2026-07-27&quot;:4.28},{&quot;2026-07-28&quot;:4.28},{&quot;2026-07-29&quot;:4.28},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.21},{&quot;2026-08-01&quot;:4.21},{&quot;2026-08-02&quot;:4.21},{&quot;2026-08-03&quot;:4.21},{&quot;2026-08-04&quot;:4.21},{&quot;2026-08-05&quot;:4.21},{&quot;2026-08-07&quot;:4.21},{&quot;2026-08-08&quot;:4.25},{&quot;2026-08-09&quot;:4.25},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.25},{&quot;2026-08-12&quot;:4.25},{&quot;2026-08-13&quot;:4.25},{&quot;2026-08-14&quot;:4.25},{&quot;2026-08-15&quot;:4.26},{&quot;2026-08-16&quot;:4.27},{&quot;2026-08-17&quot;:4.27},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.31},{&quot;2026-08-20&quot;:4.31},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.31},{&quot;2026-08-24&quot;:4.35},{&quot;2026-08-25&quot;:4.34},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.34},{&quot;2026-08-29&quot;:4.34},{&quot;2026-08-30&quot;:4.34},{&quot;2026-08-31&quot;:4.34},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:4.35},{&quot;2026-09-04&quot;:4.35},{&quot;2026-09-05&quot;:4.35},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.35},{&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-13&quot;:3.86},{&quot;2026-06-14&quot;:3.86},{&quot;2026-06-15&quot;:3.83},{&quot;2026-06-16&quot;:3.81},{&quot;2026-06-17&quot;:3.81},{&quot;2026-06-18&quot;:3.81},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.81},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.79},{&quot;2026-06-25&quot;:3.79},{&quot;2026-06-26&quot;:3.81},{&quot;2026-06-27&quot;:3.81},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.81},{&quot;2026-07-01&quot;:3.81},{&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.77},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.82},{&quot;2026-07-12&quot;:3.82},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.82},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.85},{&quot;2026-07-18&quot;:3.88},{&quot;2026-07-19&quot;:3.88},{&quot;2026-07-20&quot;:3.88},{&quot;2026-07-21&quot;:3.88},{&quot;2026-07-22&quot;:3.88},{&quot;2026-07-23&quot;:3.88},{&quot;2026-07-24&quot;:3.88},{&quot;2026-07-25&quot;:3.88},{&quot;2026-07-26&quot;:3.88},{&quot;2026-07-27&quot;:3.94},{&quot;2026-07-28&quot;:3.94},{&quot;2026-07-29&quot;:3.94},{&quot;2026-07-30&quot;:3.94},{&quot;2026-07-31&quot;:3.94},{&quot;2026-08-01&quot;:3.92},{&quot;2026-08-02&quot;:3.92},{&quot;2026-08-03&quot;:3.84},{&quot;2026-08-04&quot;:3.83},{&quot;2026-08-05&quot;:3.84},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.82},{&quot;2026-08-09&quot;:3.82},{&quot;2026-08-10&quot;:3.79},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.77},{&quot;2026-08-13&quot;:3.77},{&quot;2026-08-14&quot;:3.74},{&quot;2026-08-15&quot;:3.73},{&quot;2026-08-16&quot;:3.83},{&quot;2026-08-17&quot;:3.83},{&quot;2026-08-18&quot;:3.83},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.82},{&quot;2026-08-23&quot;:3.84},{&quot;2026-08-24&quot;:3.83},{&quot;2026-08-25&quot;:3.83},{&quot;2026-08-26&quot;:3.83},{&quot;2026-08-27&quot;:3.83},{&quot;2026-08-28&quot;:3.83},{&quot;2026-08-29&quot;:3.83},{&quot;2026-08-30&quot;:3.83},{&quot;2026-08-31&quot;:3.83},{&quot;2026-09-01&quot;:3.83},{&quot;2026-09-02&quot;:3.8},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.79},{&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.78},{&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="73272"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.35
          </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="Fade from History" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/92646d9a-67ea-40b0-9b92-c8e1cbd31e4b.jpg?1783919973" />

        <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">
            Fade from History
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Fade from History" src="https://cards.scryfall.io/large/front/9/2/92646d9a-67ea-40b0-9b92-c8e1cbd31e4b.jpg?1783919973" />
    </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">
                $4.35
              </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">
                $5.57
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-12&quot;:2.52},{&quot;2026-06-13&quot;:2.52},{&quot;2026-06-14&quot;:2.64},{&quot;2026-06-15&quot;:2.64},{&quot;2026-06-16&quot;:2.64},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.68},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.93},{&quot;2026-06-23&quot;:2.93},{&quot;2026-06-24&quot;:2.93},{&quot;2026-06-25&quot;:2.96},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.91},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:3.01},{&quot;2026-07-03&quot;:3.01},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.61},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.61},{&quot;2026-07-11&quot;:3.61},{&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.61},{&quot;2026-07-16&quot;:3.61},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:4.01},{&quot;2026-07-19&quot;:4.33},{&quot;2026-07-20&quot;:4.33},{&quot;2026-07-21&quot;:4.33},{&quot;2026-07-23&quot;:4.33},{&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.37},{&quot;2026-07-28&quot;:4.37},{&quot;2026-07-29&quot;:4.37},{&quot;2026-07-30&quot;:4.37},{&quot;2026-07-31&quot;:4.37},{&quot;2026-08-01&quot;:4.37},{&quot;2026-08-02&quot;:4.37},{&quot;2026-08-03&quot;:4.37},{&quot;2026-08-04&quot;:4.76},{&quot;2026-08-05&quot;:4.76},{&quot;2026-08-07&quot;:4.76},{&quot;2026-08-08&quot;:4.76},{&quot;2026-08-09&quot;:4.76},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.76},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.76},{&quot;2026-08-16&quot;:4.76},{&quot;2026-08-17&quot;:4.81},{&quot;2026-08-18&quot;:4.98},{&quot;2026-08-19&quot;:4.98},{&quot;2026-08-20&quot;:4.98},{&quot;2026-08-21&quot;:5.0},{&quot;2026-08-22&quot;:5.0},{&quot;2026-08-23&quot;:5.24},{&quot;2026-08-24&quot;:5.24},{&quot;2026-08-25&quot;:5.24},{&quot;2026-08-26&quot;:5.31},{&quot;2026-08-27&quot;:5.31},{&quot;2026-08-28&quot;:5.44},{&quot;2026-08-29&quot;:5.44},{&quot;2026-08-30&quot;:5.44},{&quot;2026-08-31&quot;:5.44},{&quot;2026-09-01&quot;:5.44},{&quot;2026-09-02&quot;:5.44},{&quot;2026-09-03&quot;:5.57},{&quot;2026-09-04&quot;:5.57},{&quot;2026-09-05&quot;:5.57},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.57},{&quot;2026-09-08&quot;:5.57},{&quot;2026-09-09&quot;:5.57},{&quot;2026-09-10&quot;:5.57},{&quot;2026-09-11&quot;:5.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.96},{&quot;2026-06-13&quot;:3.03},{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:2.94},{&quot;2026-06-16&quot;:2.94},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.22},{&quot;2026-06-22&quot;:3.22},{&quot;2026-06-23&quot;:3.28},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.28},{&quot;2026-06-26&quot;:3.27},{&quot;2026-06-27&quot;:3.31},{&quot;2026-06-28&quot;:3.31},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.3},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.39},{&quot;2026-07-04&quot;:3.39},{&quot;2026-07-05&quot;:3.37},{&quot;2026-07-06&quot;:3.37},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.37},{&quot;2026-07-09&quot;:3.37},{&quot;2026-07-10&quot;:3.38},{&quot;2026-07-11&quot;:3.38},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.38},{&quot;2026-07-14&quot;:3.38},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.39},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.39},{&quot;2026-07-20&quot;:3.39},{&quot;2026-07-21&quot;:3.39},{&quot;2026-07-23&quot;:3.42},{&quot;2026-07-24&quot;:3.42},{&quot;2026-07-25&quot;:3.42},{&quot;2026-07-26&quot;:3.42},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.44},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.53},{&quot;2026-07-31&quot;:3.53},{&quot;2026-08-01&quot;:3.53},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.6},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.92},{&quot;2026-08-07&quot;:3.79},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.95},{&quot;2026-08-10&quot;:3.96},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:3.96},{&quot;2026-08-13&quot;:4.0},{&quot;2026-08-14&quot;:4.0},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:4.02},{&quot;2026-08-18&quot;:4.03},{&quot;2026-08-19&quot;:4.09},{&quot;2026-08-20&quot;:4.09},{&quot;2026-08-21&quot;:4.12},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.42},{&quot;2026-08-24&quot;:4.42},{&quot;2026-08-25&quot;:4.23},{&quot;2026-08-26&quot;:4.27},{&quot;2026-08-27&quot;:4.27},{&quot;2026-08-28&quot;:4.27},{&quot;2026-08-29&quot;:4.27},{&quot;2026-08-30&quot;:4.39},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.39},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.4},{&quot;2026-09-05&quot;:4.4},{&quot;2026-09-06&quot;:4.32},{&quot;2026-09-07&quot;:4.29},{&quot;2026-09-08&quot;:4.29},{&quot;2026-09-09&quot;:4.35},{&quot;2026-09-10&quot;:4.35},{&quot;2026-09-11&quot;:4.35}]}"
        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="79843"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.35
          </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="Temur Ascendancy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/4512f8d1-0d81-424a-a6e4-2a38411dc84b.jpg?1783927708" />

        <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">
            Temur Ascendancy
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Temur Ascendancy" src="https://cards.scryfall.io/large/front/4/5/4512f8d1-0d81-424a-a6e4-2a38411dc84b.jpg?1783927708" />
    </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">
                $4.35
              </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">
                $32.67
              </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.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;:32.47},{&quot;2026-06-14&quot;:32.47},{&quot;2026-06-15&quot;:32.47},{&quot;2026-06-16&quot;:32.47},{&quot;2026-06-17&quot;:32.47},{&quot;2026-06-18&quot;:32.47},{&quot;2026-06-19&quot;:32.47},{&quot;2026-06-20&quot;:32.47},{&quot;2026-06-21&quot;:32.47},{&quot;2026-06-22&quot;:32.47},{&quot;2026-06-23&quot;:32.47},{&quot;2026-06-24&quot;:32.47},{&quot;2026-06-25&quot;:32.47},{&quot;2026-06-26&quot;:32.47},{&quot;2026-06-27&quot;:32.75},{&quot;2026-06-28&quot;:32.75},{&quot;2026-06-29&quot;:31.9},{&quot;2026-06-30&quot;:31.9},{&quot;2026-07-01&quot;:31.9},{&quot;2026-07-02&quot;:31.9},{&quot;2026-07-03&quot;:31.9},{&quot;2026-07-04&quot;:31.9},{&quot;2026-07-05&quot;:31.9},{&quot;2026-07-06&quot;:31.9},{&quot;2026-07-07&quot;:31.9},{&quot;2026-07-08&quot;:31.9},{&quot;2026-07-09&quot;:31.9},{&quot;2026-07-10&quot;:31.9},{&quot;2026-07-11&quot;:31.9},{&quot;2026-07-12&quot;:31.9},{&quot;2026-07-13&quot;:31.9},{&quot;2026-07-14&quot;:31.9},{&quot;2026-07-15&quot;:31.9},{&quot;2026-07-16&quot;:32.21},{&quot;2026-07-17&quot;:32.21},{&quot;2026-07-18&quot;:32.21},{&quot;2026-07-19&quot;:32.48},{&quot;2026-07-20&quot;:32.7},{&quot;2026-07-21&quot;:32.7},{&quot;2026-07-22&quot;:32.7},{&quot;2026-07-23&quot;:32.7},{&quot;2026-07-24&quot;:32.7},{&quot;2026-07-25&quot;:32.7},{&quot;2026-07-26&quot;:32.95},{&quot;2026-07-27&quot;:32.95},{&quot;2026-07-28&quot;:32.95},{&quot;2026-07-29&quot;:32.95},{&quot;2026-07-30&quot;:32.95},{&quot;2026-07-31&quot;:32.95},{&quot;2026-08-01&quot;:32.95},{&quot;2026-08-02&quot;:32.95},{&quot;2026-08-03&quot;:32.95},{&quot;2026-08-04&quot;:32.95},{&quot;2026-08-05&quot;:32.95},{&quot;2026-08-07&quot;:32.95},{&quot;2026-08-08&quot;:32.95},{&quot;2026-08-09&quot;:32.95},{&quot;2026-08-10&quot;:32.95},{&quot;2026-08-11&quot;:32.95},{&quot;2026-08-12&quot;:32.95},{&quot;2026-08-13&quot;:32.95},{&quot;2026-08-14&quot;:32.95},{&quot;2026-08-15&quot;:32.95},{&quot;2026-08-16&quot;:31.9},{&quot;2026-08-17&quot;:31.9},{&quot;2026-08-18&quot;:31.9},{&quot;2026-08-19&quot;:31.9},{&quot;2026-08-20&quot;:31.9},{&quot;2026-08-21&quot;:31.9},{&quot;2026-08-22&quot;:31.9},{&quot;2026-08-23&quot;:31.9},{&quot;2026-08-24&quot;:31.9},{&quot;2026-08-25&quot;:31.9},{&quot;2026-08-26&quot;:31.9},{&quot;2026-08-27&quot;:31.9},{&quot;2026-08-28&quot;:31.9},{&quot;2026-08-29&quot;:31.9},{&quot;2026-08-30&quot;:31.9},{&quot;2026-08-31&quot;:31.9},{&quot;2026-09-01&quot;:31.9},{&quot;2026-09-02&quot;:31.9},{&quot;2026-09-03&quot;:31.9},{&quot;2026-09-04&quot;:31.9},{&quot;2026-09-05&quot;:31.9},{&quot;2026-09-06&quot;:31.9},{&quot;2026-09-07&quot;:31.9},{&quot;2026-09-08&quot;:32.3},{&quot;2026-09-09&quot;:32.67},{&quot;2026-09-10&quot;:32.67},{&quot;2026-09-11&quot;:32.67}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.28},{&quot;2026-06-14&quot;:5.3},{&quot;2026-06-15&quot;:5.3},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.29},{&quot;2026-06-18&quot;:4.91},{&quot;2026-06-19&quot;:4.91},{&quot;2026-06-20&quot;:4.92},{&quot;2026-06-21&quot;:4.91},{&quot;2026-06-22&quot;:4.91},{&quot;2026-06-23&quot;:5.12},{&quot;2026-06-24&quot;:5.12},{&quot;2026-06-25&quot;:5.19},{&quot;2026-06-26&quot;:5.42},{&quot;2026-06-27&quot;:5.46},{&quot;2026-06-28&quot;:5.96},{&quot;2026-06-29&quot;:6.05},{&quot;2026-06-30&quot;:6.05},{&quot;2026-07-01&quot;:6.04},{&quot;2026-07-02&quot;:6.04},{&quot;2026-07-03&quot;:5.98},{&quot;2026-07-04&quot;:6.02},{&quot;2026-07-05&quot;:6.01},{&quot;2026-07-06&quot;:6.18},{&quot;2026-07-07&quot;:6.59},{&quot;2026-07-08&quot;:6.59},{&quot;2026-07-09&quot;:6.59},{&quot;2026-07-10&quot;:6.5},{&quot;2026-07-11&quot;:6.5},{&quot;2026-07-12&quot;:6.5},{&quot;2026-07-13&quot;:6.5},{&quot;2026-07-14&quot;:6.5},{&quot;2026-07-15&quot;:6.36},{&quot;2026-07-16&quot;:6.36},{&quot;2026-07-17&quot;:6.28},{&quot;2026-07-18&quot;:6.28},{&quot;2026-07-19&quot;:6.28},{&quot;2026-07-20&quot;:6.28},{&quot;2026-07-21&quot;:6.28},{&quot;2026-07-22&quot;:6.28},{&quot;2026-07-23&quot;:6.28},{&quot;2026-07-24&quot;:6.28},{&quot;2026-07-25&quot;:6.28},{&quot;2026-07-26&quot;:6.28},{&quot;2026-07-27&quot;:6.28},{&quot;2026-07-28&quot;:6.28},{&quot;2026-07-29&quot;:6.28},{&quot;2026-07-30&quot;:6.28},{&quot;2026-07-31&quot;:6.28},{&quot;2026-08-01&quot;:6.19},{&quot;2026-08-02&quot;:6.05},{&quot;2026-08-03&quot;:5.93},{&quot;2026-08-04&quot;:5.72},{&quot;2026-08-05&quot;:5.5},{&quot;2026-08-07&quot;:5.3},{&quot;2026-08-08&quot;:5.3},{&quot;2026-08-09&quot;:5.3},{&quot;2026-08-10&quot;:5.15},{&quot;2026-08-11&quot;:5.15},{&quot;2026-08-12&quot;:4.95},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:4.95},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.85},{&quot;2026-08-19&quot;:4.85},{&quot;2026-08-20&quot;:4.82},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.81},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.74},{&quot;2026-08-27&quot;:4.74},{&quot;2026-08-28&quot;:4.74},{&quot;2026-08-29&quot;:4.74},{&quot;2026-08-30&quot;:4.69},{&quot;2026-08-31&quot;:4.69},{&quot;2026-09-01&quot;:4.69},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.55},{&quot;2026-09-04&quot;:4.27},{&quot;2026-09-05&quot;:4.27},{&quot;2026-09-06&quot;:4.27},{&quot;2026-09-07&quot;:4.27},{&quot;2026-09-08&quot;:4.27},{&quot;2026-09-09&quot;:4.39},{&quot;2026-09-10&quot;:4.41},{&quot;2026-09-11&quot;:4.35}]}"
        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="84397"
  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">
            Rhys the Redeemed
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.34
          </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="Rhys the Redeemed" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/41ce3414-01cd-4c98-999c-c691f8a5545d.jpg?1783916557" />

        <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">
            Rhys the Redeemed
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-gw'></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="Rhys the Redeemed" src="https://cards.scryfall.io/large/front/4/1/41ce3414-01cd-4c98-999c-c691f8a5545d.jpg?1783916557" />
    </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">
                $4.34
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.55},{&quot;2026-06-14&quot;:5.54},{&quot;2026-06-15&quot;:5.54},{&quot;2026-06-16&quot;:5.5},{&quot;2026-06-17&quot;:5.49},{&quot;2026-06-18&quot;:5.47},{&quot;2026-06-19&quot;:5.5},{&quot;2026-06-20&quot;:5.5},{&quot;2026-06-21&quot;:5.61},{&quot;2026-06-22&quot;:5.61},{&quot;2026-06-23&quot;:5.62},{&quot;2026-06-24&quot;:5.65},{&quot;2026-06-25&quot;:5.69},{&quot;2026-06-26&quot;:5.69},{&quot;2026-06-27&quot;:5.61},{&quot;2026-06-28&quot;:5.58},{&quot;2026-06-29&quot;:5.56},{&quot;2026-06-30&quot;:5.53},{&quot;2026-07-01&quot;:5.53},{&quot;2026-07-02&quot;:5.53},{&quot;2026-07-03&quot;:5.53},{&quot;2026-07-04&quot;:5.53},{&quot;2026-07-05&quot;:5.53},{&quot;2026-07-06&quot;:5.53},{&quot;2026-07-07&quot;:5.44},{&quot;2026-07-08&quot;:5.49},{&quot;2026-07-09&quot;:5.5},{&quot;2026-07-10&quot;:5.47},{&quot;2026-07-11&quot;:5.47},{&quot;2026-07-12&quot;:5.41},{&quot;2026-07-13&quot;:5.41},{&quot;2026-07-14&quot;:5.44},{&quot;2026-07-15&quot;:5.45},{&quot;2026-07-16&quot;:5.36},{&quot;2026-07-17&quot;:5.29},{&quot;2026-07-18&quot;:5.27},{&quot;2026-07-19&quot;:5.27},{&quot;2026-07-20&quot;:5.11},{&quot;2026-07-21&quot;:5.11},{&quot;2026-07-22&quot;:5.13},{&quot;2026-07-23&quot;:5.02},{&quot;2026-07-24&quot;:4.97},{&quot;2026-07-25&quot;:4.97},{&quot;2026-07-26&quot;:4.91},{&quot;2026-07-27&quot;:4.93},{&quot;2026-07-28&quot;:4.95},{&quot;2026-07-29&quot;:4.9},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.35},{&quot;2026-08-01&quot;:4.35},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.46},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.23},{&quot;2026-08-07&quot;:4.16},{&quot;2026-08-08&quot;:4.16},{&quot;2026-08-09&quot;:4.05},{&quot;2026-08-10&quot;:4.07},{&quot;2026-08-11&quot;:4.07},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.25},{&quot;2026-08-14&quot;:4.25},{&quot;2026-08-15&quot;:4.29},{&quot;2026-08-16&quot;:4.32},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.26},{&quot;2026-08-19&quot;:4.26},{&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.28},{&quot;2026-08-24&quot;:4.28},{&quot;2026-08-25&quot;:4.28},{&quot;2026-08-26&quot;:4.28},{&quot;2026-08-27&quot;:4.28},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.48},{&quot;2026-08-31&quot;:4.41},{&quot;2026-09-01&quot;:4.41},{&quot;2026-09-02&quot;:4.41},{&quot;2026-09-03&quot;:4.41},{&quot;2026-09-04&quot;:4.41},{&quot;2026-09-05&quot;:4.41},{&quot;2026-09-06&quot;:4.38},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.36},{&quot;2026-09-09&quot;:4.34},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.34}]}"
        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="20043"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.33
          </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="Puresteel Paladin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8abcc2e6-82e7-4cc5-8956-05dd617e3e7d.jpg?1783930214" />

        <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">
            Puresteel Paladin
        </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 Knight</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Puresteel Paladin" src="https://cards.scryfall.io/large/front/8/a/8abcc2e6-82e7-4cc5-8956-05dd617e3e7d.jpg?1783930214" />
    </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">
                $4.33
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.29},{&quot;2026-06-12&quot;:2.33},{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.33},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.26},{&quot;2026-06-19&quot;:2.26},{&quot;2026-06-20&quot;:2.26},{&quot;2026-06-21&quot;:2.26},{&quot;2026-06-22&quot;:2.26},{&quot;2026-06-23&quot;:2.26},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.26},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.29},{&quot;2026-07-02&quot;:2.29},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.29},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.29},{&quot;2026-07-07&quot;:2.29},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.29},{&quot;2026-07-15&quot;:2.29},{&quot;2026-07-16&quot;:2.29},{&quot;2026-07-17&quot;:2.29},{&quot;2026-07-18&quot;:2.29},{&quot;2026-07-19&quot;:2.29},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-25&quot;:2.25},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.27},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.2},{&quot;2026-08-07&quot;:2.2},{&quot;2026-08-08&quot;:2.2},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.19},{&quot;2026-08-14&quot;:2.17},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.2},{&quot;2026-08-20&quot;:2.2},{&quot;2026-08-21&quot;:2.2},{&quot;2026-08-22&quot;:2.2},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.2},{&quot;2026-08-25&quot;:2.2},{&quot;2026-08-26&quot;:2.2},{&quot;2026-08-27&quot;:2.2},{&quot;2026-08-28&quot;:2.2},{&quot;2026-08-29&quot;:2.2},{&quot;2026-08-30&quot;:2.15},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.15},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.16},{&quot;2026-09-04&quot;:2.16},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.16},{&quot;2026-09-09&quot;:2.16},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.11}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.21},{&quot;2026-06-12&quot;:2.21},{&quot;2026-06-13&quot;:2.3},{&quot;2026-06-14&quot;:2.32},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.15},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.27},{&quot;2026-06-27&quot;:2.35},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.38},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.31},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.41},{&quot;2026-07-05&quot;:2.36},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.42},{&quot;2026-07-09&quot;:2.35},{&quot;2026-07-10&quot;:2.35},{&quot;2026-07-11&quot;:2.4},{&quot;2026-07-12&quot;:2.4},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.03},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:2.96},{&quot;2026-07-20&quot;:2.96},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-25&quot;:2.91},{&quot;2026-07-26&quot;:2.91},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:2.99},{&quot;2026-07-29&quot;:3.05},{&quot;2026-07-30&quot;:3.05},{&quot;2026-07-31&quot;:3.1},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.1},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.32},{&quot;2026-08-05&quot;:3.32},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.42},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.58},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.56},{&quot;2026-08-20&quot;:3.56},{&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.59},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.65},{&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;:4.05},{&quot;2026-09-01&quot;:4.05},{&quot;2026-09-02&quot;:4.63},{&quot;2026-09-03&quot;:4.64},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.71},{&quot;2026-09-06&quot;:4.71},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.67},{&quot;2026-09-09&quot;:4.67},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.33}]}"
        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="94660"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Gogo, Master of Mimicry
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.33
          </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="Gogo, Master of Mimicry" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cce4eb99-d960-4ab7-911a-bb4ea74d1775.jpg?1783906636" />

        <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">
            Gogo, Master of Mimicry
        </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 — Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gogo, Master of Mimicry" src="https://cards.scryfall.io/large/front/c/c/cce4eb99-d960-4ab7-911a-bb4ea74d1775.jpg?1783906636" />
    </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">
                $4.33
              </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">
                $5.50
              </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">$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;2026-06-13&quot;:4.62},{&quot;2026-06-14&quot;:4.67},{&quot;2026-06-15&quot;:4.67},{&quot;2026-06-16&quot;:4.67},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.67},{&quot;2026-06-19&quot;:4.66},{&quot;2026-06-20&quot;:4.57},{&quot;2026-06-21&quot;:4.57},{&quot;2026-06-22&quot;:4.6},{&quot;2026-06-23&quot;:4.63},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.63},{&quot;2026-06-26&quot;:4.65},{&quot;2026-06-27&quot;:4.65},{&quot;2026-06-28&quot;:4.65},{&quot;2026-06-29&quot;:4.71},{&quot;2026-06-30&quot;:4.74},{&quot;2026-07-01&quot;:4.74},{&quot;2026-07-02&quot;:4.74},{&quot;2026-07-03&quot;:4.76},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.64},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.76},{&quot;2026-07-08&quot;:4.74},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.74},{&quot;2026-07-11&quot;:4.74},{&quot;2026-07-12&quot;:4.72},{&quot;2026-07-13&quot;:4.74},{&quot;2026-07-14&quot;:4.82},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.85},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.91},{&quot;2026-07-21&quot;:4.89},{&quot;2026-07-22&quot;:4.87},{&quot;2026-07-23&quot;:4.9},{&quot;2026-07-24&quot;:4.9},{&quot;2026-07-25&quot;:4.9},{&quot;2026-07-26&quot;:4.88},{&quot;2026-07-27&quot;:4.88},{&quot;2026-07-28&quot;:5.12},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.0},{&quot;2026-07-31&quot;:5.11},{&quot;2026-08-01&quot;:5.03},{&quot;2026-08-02&quot;:5.03},{&quot;2026-08-03&quot;:4.99},{&quot;2026-08-04&quot;:4.99},{&quot;2026-08-05&quot;:4.9},{&quot;2026-08-07&quot;:4.9},{&quot;2026-08-08&quot;:4.9},{&quot;2026-08-09&quot;:4.95},{&quot;2026-08-10&quot;:4.93},{&quot;2026-08-11&quot;:5.02},{&quot;2026-08-12&quot;:5.12},{&quot;2026-08-13&quot;:5.16},{&quot;2026-08-14&quot;:5.22},{&quot;2026-08-15&quot;:5.15},{&quot;2026-08-16&quot;:5.36},{&quot;2026-08-17&quot;:5.36},{&quot;2026-08-18&quot;:5.27},{&quot;2026-08-19&quot;:5.27},{&quot;2026-08-20&quot;:5.36},{&quot;2026-08-21&quot;:5.31},{&quot;2026-08-22&quot;:5.31},{&quot;2026-08-23&quot;:5.38},{&quot;2026-08-24&quot;:5.32},{&quot;2026-08-25&quot;:5.3},{&quot;2026-08-26&quot;:5.34},{&quot;2026-08-27&quot;:5.39},{&quot;2026-08-28&quot;:5.39},{&quot;2026-08-29&quot;:5.39},{&quot;2026-08-30&quot;:5.47},{&quot;2026-08-31&quot;:5.47},{&quot;2026-09-01&quot;:5.47},{&quot;2026-09-02&quot;:5.47},{&quot;2026-09-03&quot;:5.47},{&quot;2026-09-04&quot;:5.56},{&quot;2026-09-05&quot;:5.53},{&quot;2026-09-06&quot;:5.53},{&quot;2026-09-07&quot;:5.53},{&quot;2026-09-08&quot;:5.53},{&quot;2026-09-09&quot;:5.51},{&quot;2026-09-10&quot;:5.49},{&quot;2026-09-11&quot;:5.5}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.53},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.41},{&quot;2026-06-17&quot;:3.3},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.28},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.37},{&quot;2026-06-23&quot;:3.4},{&quot;2026-06-24&quot;:3.25},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.06},{&quot;2026-06-27&quot;:3.02},{&quot;2026-06-28&quot;:3.22},{&quot;2026-06-29&quot;:3.14},{&quot;2026-06-30&quot;:3.13},{&quot;2026-07-01&quot;:3.21},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.04},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:2.91},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:3.03},{&quot;2026-07-09&quot;:2.98},{&quot;2026-07-10&quot;:3.11},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.16},{&quot;2026-07-13&quot;:3.12},{&quot;2026-07-14&quot;:3.1},{&quot;2026-07-15&quot;:3.29},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.43},{&quot;2026-07-18&quot;:3.46},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.54},{&quot;2026-07-21&quot;:3.52},{&quot;2026-07-22&quot;:3.51},{&quot;2026-07-23&quot;:3.66},{&quot;2026-07-24&quot;:3.66},{&quot;2026-07-25&quot;:3.87},{&quot;2026-07-26&quot;:3.96},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-28&quot;:3.22},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.46},{&quot;2026-08-01&quot;:3.44},{&quot;2026-08-02&quot;:3.36},{&quot;2026-08-03&quot;:3.54},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:3.79},{&quot;2026-08-07&quot;:3.98},{&quot;2026-08-08&quot;:3.98},{&quot;2026-08-09&quot;:3.89},{&quot;2026-08-10&quot;:3.96},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.52},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:4.24},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.5},{&quot;2026-08-20&quot;:4.7},{&quot;2026-08-21&quot;:4.62},{&quot;2026-08-22&quot;:4.4},{&quot;2026-08-23&quot;:4.14},{&quot;2026-08-24&quot;:4.08},{&quot;2026-08-25&quot;:3.96},{&quot;2026-08-26&quot;:3.68},{&quot;2026-08-27&quot;:3.51},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:4.21},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.34},{&quot;2026-09-04&quot;:4.1},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.17},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:4.24},{&quot;2026-09-11&quot;:4.33}]}"
        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="112697"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-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">
            Fateful Discovery
        </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">
              ↓
              24%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.33
          </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="Fateful Discovery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1142fa1-b861-4876-aa48-402af35aaa63.jpg?1785323213" />

        <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">
            Fateful Discovery
        </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-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="Fateful Discovery" src="https://cards.scryfall.io/large/front/a/1/a1142fa1-b861-4876-aa48-402af35aaa63.jpg?1785323213" />
    </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">
                $4.33
              </span>

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-08-07&quot;:12.29},{&quot;2026-08-08&quot;:9.6},{&quot;2026-08-09&quot;:7.86},{&quot;2026-08-10&quot;:8.7},{&quot;2026-08-11&quot;:9.16},{&quot;2026-08-12&quot;:9.65},{&quot;2026-08-13&quot;:10.0},{&quot;2026-08-14&quot;:10.02},{&quot;2026-08-15&quot;:6.07},{&quot;2026-08-16&quot;:5.67},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.86},{&quot;2026-08-19&quot;:6.01},{&quot;2026-08-20&quot;:6.14},{&quot;2026-08-21&quot;:6.49},{&quot;2026-08-22&quot;:6.8},{&quot;2026-08-23&quot;:6.82},{&quot;2026-08-24&quot;:6.96},{&quot;2026-08-25&quot;:6.93},{&quot;2026-08-26&quot;:6.65},{&quot;2026-08-27&quot;:6.38},{&quot;2026-08-28&quot;:6.4},{&quot;2026-08-29&quot;:6.4},{&quot;2026-08-30&quot;:6.33},{&quot;2026-08-31&quot;:6.07},{&quot;2026-09-01&quot;:6.41},{&quot;2026-09-02&quot;:6.36},{&quot;2026-09-03&quot;:6.42},{&quot;2026-09-04&quot;:6.08},{&quot;2026-09-05&quot;:5.66},{&quot;2026-09-06&quot;:5.35},{&quot;2026-09-07&quot;:5.32},{&quot;2026-09-08&quot;:5.33},{&quot;2026-09-09&quot;:5.41},{&quot;2026-09-10&quot;:5.31},{&quot;2026-09-11&quot;:5.2}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:34.07},{&quot;2026-08-01&quot;:32.39},{&quot;2026-08-02&quot;:28.42},{&quot;2026-08-03&quot;:25.64},{&quot;2026-08-04&quot;:23.33},{&quot;2026-08-05&quot;:22.07},{&quot;2026-08-07&quot;:5.53},{&quot;2026-08-08&quot;:5.25},{&quot;2026-08-09&quot;:6.53},{&quot;2026-08-10&quot;:7.45},{&quot;2026-08-11&quot;:8.6},{&quot;2026-08-12&quot;:8.88},{&quot;2026-08-13&quot;:9.45},{&quot;2026-08-14&quot;:8.92},{&quot;2026-08-15&quot;:6.07},{&quot;2026-08-16&quot;:5.32},{&quot;2026-08-17&quot;:5.92},{&quot;2026-08-18&quot;:6.15},{&quot;2026-08-19&quot;:5.94},{&quot;2026-08-20&quot;:5.89},{&quot;2026-08-21&quot;:6.32},{&quot;2026-08-22&quot;:6.45},{&quot;2026-08-23&quot;:6.52},{&quot;2026-08-24&quot;:6.35},{&quot;2026-08-25&quot;:6.22},{&quot;2026-08-26&quot;:6.08},{&quot;2026-08-27&quot;:5.98},{&quot;2026-08-28&quot;:6.31},{&quot;2026-08-29&quot;:6.31},{&quot;2026-08-30&quot;:6.18},{&quot;2026-08-31&quot;:6.56},{&quot;2026-09-01&quot;:6.42},{&quot;2026-09-02&quot;:6.28},{&quot;2026-09-03&quot;:6.06},{&quot;2026-09-04&quot;:6.09},{&quot;2026-09-05&quot;:5.73},{&quot;2026-09-06&quot;:5.57},{&quot;2026-09-07&quot;:5.06},{&quot;2026-09-08&quot;:4.93},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.3},{&quot;2026-09-11&quot;:4.33}]}"
        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="14484"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.32
          </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="Castle Locthwain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/19336e3a-2242-4a30-a563-32f2e4fc18e9.jpg?1783922380" />

        <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">
            Castle Locthwain
        </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="Castle Locthwain" src="https://cards.scryfall.io/large/front/1/9/19336e3a-2242-4a30-a563-32f2e4fc18e9.jpg?1783922380" />
    </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">
                $4.32
              </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.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;normal&quot;:[{&quot;2026-06-13&quot;:3.66},{&quot;2026-06-14&quot;:3.69},{&quot;2026-06-15&quot;:3.7},{&quot;2026-06-16&quot;:3.63},{&quot;2026-06-17&quot;:3.63},{&quot;2026-06-18&quot;:3.64},{&quot;2026-06-19&quot;:3.64},{&quot;2026-06-20&quot;:3.63},{&quot;2026-06-21&quot;:3.62},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.75},{&quot;2026-06-24&quot;:3.75},{&quot;2026-06-25&quot;:3.75},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.75},{&quot;2026-06-29&quot;:3.77},{&quot;2026-06-30&quot;:3.77},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.76},{&quot;2026-07-03&quot;:3.77},{&quot;2026-07-04&quot;:3.83},{&quot;2026-07-05&quot;:3.81},{&quot;2026-07-06&quot;:3.77},{&quot;2026-07-07&quot;:3.77},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.77},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.88},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.13},{&quot;2026-07-15&quot;:4.19},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.15},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.18},{&quot;2026-07-20&quot;:4.18},{&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.23},{&quot;2026-07-25&quot;:4.23},{&quot;2026-07-26&quot;:4.23},{&quot;2026-07-27&quot;:4.29},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.49},{&quot;2026-07-30&quot;:4.61},{&quot;2026-07-31&quot;:4.53},{&quot;2026-08-01&quot;:4.53},{&quot;2026-08-02&quot;:4.44},{&quot;2026-08-03&quot;:4.49},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.46},{&quot;2026-08-08&quot;:4.51},{&quot;2026-08-09&quot;:4.5},{&quot;2026-08-10&quot;:4.41},{&quot;2026-08-11&quot;:4.41},{&quot;2026-08-12&quot;:4.38},{&quot;2026-08-13&quot;:4.38},{&quot;2026-08-14&quot;:4.41},{&quot;2026-08-15&quot;:4.41},{&quot;2026-08-16&quot;:4.53},{&quot;2026-08-17&quot;:4.57},{&quot;2026-08-18&quot;:4.53},{&quot;2026-08-19&quot;:4.53},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.45},{&quot;2026-08-22&quot;:4.54},{&quot;2026-08-23&quot;:4.54},{&quot;2026-08-24&quot;:4.59},{&quot;2026-08-25&quot;:4.58},{&quot;2026-08-26&quot;:4.59},{&quot;2026-08-27&quot;:4.53},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.44},{&quot;2026-09-02&quot;:4.43},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.37},{&quot;2026-09-05&quot;:4.3},{&quot;2026-09-06&quot;:4.34},{&quot;2026-09-07&quot;:4.37},{&quot;2026-09-08&quot;:4.48},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.31},{&quot;2026-09-11&quot;:4.32}]}"
        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="90985"
  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">
            Eldritch Evolution
        </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">
              ↑
              16%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.32
          </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="Eldritch Evolution" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/0/606caf13-c0d3-4a61-9a1a-32f13b6448ab.jpg?1783908101" />

        <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">
            Eldritch Evolution
        </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-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="Eldritch Evolution" src="https://cards.scryfall.io/large/front/6/0/606caf13-c0d3-4a61-9a1a-32f13b6448ab.jpg?1783908101" />
    </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">
                $4.32
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.43
              </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.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.49},{&quot;2026-06-12&quot;:4.49},{&quot;2026-06-13&quot;:4.56},{&quot;2026-06-14&quot;:4.56},{&quot;2026-06-15&quot;:4.56},{&quot;2026-06-16&quot;:4.56},{&quot;2026-06-17&quot;:4.56},{&quot;2026-06-18&quot;:4.75},{&quot;2026-06-19&quot;:4.75},{&quot;2026-06-20&quot;:4.75},{&quot;2026-06-21&quot;:4.75},{&quot;2026-06-22&quot;:4.75},{&quot;2026-06-23&quot;:4.75},{&quot;2026-06-24&quot;:4.76},{&quot;2026-06-25&quot;:4.76},{&quot;2026-06-26&quot;:4.76},{&quot;2026-06-27&quot;:4.76},{&quot;2026-06-28&quot;:4.76},{&quot;2026-06-29&quot;:4.76},{&quot;2026-06-30&quot;:4.73},{&quot;2026-07-01&quot;:4.73},{&quot;2026-07-02&quot;:4.73},{&quot;2026-07-03&quot;:4.73},{&quot;2026-07-04&quot;:4.73},{&quot;2026-07-05&quot;:5.02},{&quot;2026-07-06&quot;:5.02},{&quot;2026-07-07&quot;:4.81},{&quot;2026-07-08&quot;:4.81},{&quot;2026-07-09&quot;:4.81},{&quot;2026-07-10&quot;:5.26},{&quot;2026-07-11&quot;:5.26},{&quot;2026-07-12&quot;:5.26},{&quot;2026-07-13&quot;:5.26},{&quot;2026-07-14&quot;:5.26},{&quot;2026-07-15&quot;:5.2},{&quot;2026-07-16&quot;:5.2},{&quot;2026-07-17&quot;:5.28},{&quot;2026-07-18&quot;:5.28},{&quot;2026-07-19&quot;:5.28},{&quot;2026-07-20&quot;:5.6},{&quot;2026-07-21&quot;:5.66},{&quot;2026-07-23&quot;:5.72},{&quot;2026-07-25&quot;:5.72},{&quot;2026-07-26&quot;:5.72},{&quot;2026-07-27&quot;:5.72},{&quot;2026-07-28&quot;:5.49},{&quot;2026-07-29&quot;:5.53},{&quot;2026-07-30&quot;:5.53},{&quot;2026-07-31&quot;:5.53},{&quot;2026-08-01&quot;:5.53},{&quot;2026-08-02&quot;:5.53},{&quot;2026-08-03&quot;:5.64},{&quot;2026-08-04&quot;:5.78},{&quot;2026-08-05&quot;:5.78},{&quot;2026-08-07&quot;:5.66},{&quot;2026-08-08&quot;:5.65},{&quot;2026-08-09&quot;:5.65},{&quot;2026-08-10&quot;:5.65},{&quot;2026-08-11&quot;:5.61},{&quot;2026-08-12&quot;:5.61},{&quot;2026-08-13&quot;:5.61},{&quot;2026-08-14&quot;:5.61},{&quot;2026-08-15&quot;:5.61},{&quot;2026-08-16&quot;:5.64},{&quot;2026-08-17&quot;:5.64},{&quot;2026-08-18&quot;:5.64},{&quot;2026-08-19&quot;:5.64},{&quot;2026-08-20&quot;:5.64},{&quot;2026-08-21&quot;:5.53},{&quot;2026-08-22&quot;:5.53},{&quot;2026-08-23&quot;:5.53},{&quot;2026-08-24&quot;:5.65},{&quot;2026-08-25&quot;:5.65},{&quot;2026-08-26&quot;:5.65},{&quot;2026-08-27&quot;:5.55},{&quot;2026-08-28&quot;:5.55},{&quot;2026-08-29&quot;:5.55},{&quot;2026-08-30&quot;:5.58},{&quot;2026-08-31&quot;:5.58},{&quot;2026-09-01&quot;:5.58},{&quot;2026-09-02&quot;:5.56},{&quot;2026-09-03&quot;:5.4},{&quot;2026-09-04&quot;:5.4},{&quot;2026-09-05&quot;:5.4},{&quot;2026-09-06&quot;:5.46},{&quot;2026-09-07&quot;:5.46},{&quot;2026-09-08&quot;:5.43},{&quot;2026-09-09&quot;:5.43},{&quot;2026-09-10&quot;:5.43},{&quot;2026-09-11&quot;:5.43}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.1},{&quot;2026-06-12&quot;:3.03},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:3.0},{&quot;2026-06-18&quot;:3.02},{&quot;2026-06-19&quot;:3.02},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.0},{&quot;2026-06-22&quot;:3.0},{&quot;2026-06-23&quot;:2.96},{&quot;2026-06-24&quot;:3.01},{&quot;2026-06-25&quot;:3.0},{&quot;2026-06-26&quot;:3.0},{&quot;2026-06-27&quot;:3.16},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.13},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.11},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.37},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.67},{&quot;2026-07-07&quot;:3.86},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.84},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.86},{&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.86},{&quot;2026-07-16&quot;:3.86},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.86},{&quot;2026-07-19&quot;:3.85},{&quot;2026-07-20&quot;:3.87},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-23&quot;:4.01},{&quot;2026-07-25&quot;:4.01},{&quot;2026-07-26&quot;:4.28},{&quot;2026-07-27&quot;:4.2},{&quot;2026-07-28&quot;:4.05},{&quot;2026-07-29&quot;:3.86},{&quot;2026-07-30&quot;:3.86},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.7},{&quot;2026-08-02&quot;:3.7},{&quot;2026-08-03&quot;:3.7},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.73},{&quot;2026-08-10&quot;:3.73},{&quot;2026-08-11&quot;:3.73},{&quot;2026-08-12&quot;:3.68},{&quot;2026-08-13&quot;:3.68},{&quot;2026-08-14&quot;:3.79},{&quot;2026-08-15&quot;:3.81},{&quot;2026-08-16&quot;:3.76},{&quot;2026-08-17&quot;:3.68},{&quot;2026-08-18&quot;:3.51},{&quot;2026-08-19&quot;:3.51},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.56},{&quot;2026-08-22&quot;:3.53},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.53},{&quot;2026-08-25&quot;:3.53},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.57},{&quot;2026-08-28&quot;:3.57},{&quot;2026-08-29&quot;:3.57},{&quot;2026-08-30&quot;:3.57},{&quot;2026-08-31&quot;:3.57},{&quot;2026-09-01&quot;:3.57},{&quot;2026-09-02&quot;:3.57},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.58},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.96},{&quot;2026-09-07&quot;:4.13},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.24},{&quot;2026-09-11&quot;:4.32}]}"
        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="9244"
  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">
            Sower of Discord
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Demon
      </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">
            $4.31
          </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="Sower of Discord" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/1/b111df04-7687-47f9-8ffc-5cf25bc3e9bf.jpg?1783934337" />

        <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">
            Sower of Discord
        </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 — Demon</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="Sower of Discord" src="https://cards.scryfall.io/large/front/b/1/b111df04-7687-47f9-8ffc-5cf25bc3e9bf.jpg?1783934337" />
    </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">
                $4.31
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.22},{&quot;2026-06-13&quot;:4.22},{&quot;2026-06-14&quot;:4.26},{&quot;2026-06-15&quot;:4.26},{&quot;2026-06-16&quot;:4.3},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.3},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.3},{&quot;2026-06-24&quot;:4.3},{&quot;2026-06-25&quot;:4.4},{&quot;2026-06-26&quot;:4.39},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.39},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.4},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.4},{&quot;2026-07-03&quot;:4.4},{&quot;2026-07-04&quot;:4.4},{&quot;2026-07-05&quot;:4.4},{&quot;2026-07-06&quot;:4.3},{&quot;2026-07-07&quot;:4.36},{&quot;2026-07-08&quot;:4.36},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.36},{&quot;2026-07-11&quot;:4.36},{&quot;2026-07-12&quot;:4.36},{&quot;2026-07-13&quot;:4.41},{&quot;2026-07-14&quot;:4.42},{&quot;2026-07-15&quot;:4.42},{&quot;2026-07-16&quot;:4.48},{&quot;2026-07-17&quot;:4.46},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.48},{&quot;2026-07-20&quot;:4.46},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-24&quot;:4.46},{&quot;2026-07-25&quot;:4.46},{&quot;2026-07-26&quot;:4.46},{&quot;2026-07-27&quot;:4.46},{&quot;2026-07-28&quot;:4.38},{&quot;2026-07-29&quot;:4.38},{&quot;2026-07-30&quot;:4.38},{&quot;2026-07-31&quot;:4.44},{&quot;2026-08-01&quot;:4.56},{&quot;2026-08-02&quot;:4.58},{&quot;2026-08-03&quot;:4.58},{&quot;2026-08-04&quot;:4.58},{&quot;2026-08-05&quot;:4.58},{&quot;2026-08-07&quot;:4.58},{&quot;2026-08-08&quot;:4.58},{&quot;2026-08-09&quot;:4.53},{&quot;2026-08-10&quot;:4.51},{&quot;2026-08-11&quot;:4.51},{&quot;2026-08-12&quot;:4.47},{&quot;2026-08-13&quot;:4.52},{&quot;2026-08-14&quot;:4.51},{&quot;2026-08-15&quot;:4.57},{&quot;2026-08-16&quot;:4.57},{&quot;2026-08-17&quot;:4.57},{&quot;2026-08-18&quot;:4.57},{&quot;2026-08-19&quot;:4.57},{&quot;2026-08-20&quot;:4.57},{&quot;2026-08-21&quot;:4.58},{&quot;2026-08-22&quot;:4.48},{&quot;2026-08-23&quot;:4.48},{&quot;2026-08-24&quot;:4.56},{&quot;2026-08-25&quot;:4.49},{&quot;2026-08-26&quot;:4.49},{&quot;2026-08-27&quot;:4.49},{&quot;2026-08-28&quot;:4.49},{&quot;2026-08-29&quot;:4.49},{&quot;2026-08-30&quot;:4.39},{&quot;2026-08-31&quot;:4.35},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.34},{&quot;2026-09-03&quot;:4.34},{&quot;2026-09-04&quot;:4.34},{&quot;2026-09-05&quot;:4.34},{&quot;2026-09-06&quot;:4.46},{&quot;2026-09-07&quot;:4.5},{&quot;2026-09-08&quot;:4.5},{&quot;2026-09-09&quot;:4.48},{&quot;2026-09-10&quot;:4.41},{&quot;2026-09-11&quot;:4.31}]}"
        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="14260"
  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-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">
            Urabrask the Hidden
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.31
          </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="Urabrask the Hidden" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93970fae-19f7-41dd-9750-ca428ae1de7a.jpg?1783922415" />

        <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">
            Urabrask the Hidden
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Urabrask the Hidden" src="https://cards.scryfall.io/large/front/9/3/93970fae-19f7-41dd-9750-ca428ae1de7a.jpg?1783922415" />
    </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">
                $4.31
              </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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.5},{&quot;2026-06-14&quot;:4.44},{&quot;2026-06-15&quot;:4.44},{&quot;2026-06-16&quot;:4.54},{&quot;2026-06-17&quot;:4.63},{&quot;2026-06-18&quot;:4.37},{&quot;2026-06-19&quot;:4.37},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.35},{&quot;2026-06-23&quot;:4.35},{&quot;2026-06-24&quot;:4.28},{&quot;2026-06-25&quot;:4.21},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.2},{&quot;2026-06-28&quot;:4.23},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.3},{&quot;2026-07-04&quot;:4.42},{&quot;2026-07-05&quot;:4.42},{&quot;2026-07-06&quot;:4.41},{&quot;2026-07-07&quot;:4.41},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.41},{&quot;2026-07-10&quot;:4.36},{&quot;2026-07-11&quot;:4.3},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.33},{&quot;2026-07-14&quot;:4.33},{&quot;2026-07-15&quot;:4.35},{&quot;2026-07-16&quot;:4.35},{&quot;2026-07-17&quot;:4.35},{&quot;2026-07-18&quot;:4.36},{&quot;2026-07-19&quot;:4.4},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.42},{&quot;2026-07-22&quot;:4.39},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-24&quot;:4.48},{&quot;2026-07-25&quot;:4.48},{&quot;2026-07-26&quot;:4.5},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.38},{&quot;2026-07-29&quot;:4.4},{&quot;2026-07-30&quot;:4.39},{&quot;2026-07-31&quot;:4.42},{&quot;2026-08-01&quot;:4.42},{&quot;2026-08-02&quot;:4.42},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.36},{&quot;2026-08-07&quot;:4.35},{&quot;2026-08-08&quot;:4.32},{&quot;2026-08-09&quot;:4.29},{&quot;2026-08-10&quot;:4.25},{&quot;2026-08-11&quot;:4.18},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.18},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.18},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.21},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.33},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.45},{&quot;2026-08-23&quot;:4.51},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.62},{&quot;2026-08-26&quot;:4.64},{&quot;2026-08-27&quot;:4.67},{&quot;2026-08-28&quot;:4.67},{&quot;2026-08-29&quot;:4.67},{&quot;2026-08-30&quot;:4.57},{&quot;2026-08-31&quot;:4.51},{&quot;2026-09-01&quot;:4.51},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.44},{&quot;2026-09-04&quot;:4.44},{&quot;2026-09-05&quot;:4.44},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.34},{&quot;2026-09-08&quot;:4.34},{&quot;2026-09-09&quot;:4.3},{&quot;2026-09-10&quot;:4.3},{&quot;2026-09-11&quot;:4.31}]}"
        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="30556"
  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">
            Nevinyrral&#39;s Disk
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.31
          </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="Nevinyrral&#39;s Disk" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/4/d427396c-f1ef-46ac-b130-ed1e51e826a3.jpg?1783947797" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nevinyrral&#39;s Disk" src="https://cards.scryfall.io/large/front/d/4/d427396c-f1ef-46ac-b130-ed1e51e826a3.jpg?1783947797" />
    </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">
                $4.31
              </span>

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

      </div>

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

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.31
          </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="Bloated Contaminator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/1/411bda96-6c65-475d-9850-0a9b3eefa553.jpg?1783918018" />

        <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">
            Bloated Contaminator
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Bloated Contaminator" src="https://cards.scryfall.io/large/front/4/1/411bda96-6c65-475d-9850-0a9b3eefa553.jpg?1783918018" />
    </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">
                $4.31
              </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.69
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.78},{&quot;2026-06-14&quot;:4.79},{&quot;2026-06-15&quot;:4.92},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:5.02},{&quot;2026-06-18&quot;:5.07},{&quot;2026-06-19&quot;:4.38},{&quot;2026-06-20&quot;:4.43},{&quot;2026-06-21&quot;:3.82},{&quot;2026-06-22&quot;:3.77},{&quot;2026-06-23&quot;:3.77},{&quot;2026-06-24&quot;:3.57},{&quot;2026-06-25&quot;:3.65},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:3.87},{&quot;2026-06-28&quot;:3.87},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.66},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.63},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.54},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.49},{&quot;2026-07-09&quot;:3.44},{&quot;2026-07-10&quot;:3.39},{&quot;2026-07-11&quot;:3.27},{&quot;2026-07-12&quot;:3.38},{&quot;2026-07-13&quot;:3.38},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.72},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.68},{&quot;2026-07-25&quot;:3.82},{&quot;2026-07-26&quot;:3.86},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-28&quot;:4.03},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.55},{&quot;2026-07-31&quot;:4.86},{&quot;2026-08-01&quot;:5.17},{&quot;2026-08-02&quot;:5.17},{&quot;2026-08-03&quot;:5.17},{&quot;2026-08-04&quot;:5.18},{&quot;2026-08-05&quot;:5.2},{&quot;2026-08-07&quot;:5.24},{&quot;2026-08-08&quot;:5.21},{&quot;2026-08-09&quot;:5.34},{&quot;2026-08-10&quot;:5.42},{&quot;2026-08-11&quot;:5.18},{&quot;2026-08-12&quot;:5.18},{&quot;2026-08-13&quot;:5.14},{&quot;2026-08-14&quot;:5.14},{&quot;2026-08-15&quot;:5.14},{&quot;2026-08-16&quot;:4.92},{&quot;2026-08-17&quot;:5.12},{&quot;2026-08-18&quot;:5.38},{&quot;2026-08-19&quot;:5.38},{&quot;2026-08-20&quot;:5.32},{&quot;2026-08-21&quot;:5.33},{&quot;2026-08-22&quot;:5.33},{&quot;2026-08-23&quot;:5.14},{&quot;2026-08-24&quot;:5.14},{&quot;2026-08-25&quot;:5.13},{&quot;2026-08-26&quot;:4.73},{&quot;2026-08-27&quot;:4.3},{&quot;2026-08-28&quot;:4.3},{&quot;2026-08-29&quot;:4.3},{&quot;2026-08-30&quot;:4.55},{&quot;2026-08-31&quot;:4.55},{&quot;2026-09-01&quot;:4.59},{&quot;2026-09-02&quot;:4.42},{&quot;2026-09-03&quot;:4.47},{&quot;2026-09-04&quot;:4.38},{&quot;2026-09-05&quot;:4.45},{&quot;2026-09-06&quot;:4.71},{&quot;2026-09-07&quot;:4.71},{&quot;2026-09-08&quot;:4.82},{&quot;2026-09-09&quot;:4.82},{&quot;2026-09-10&quot;:4.61},{&quot;2026-09-11&quot;:4.69}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.44},{&quot;2026-06-14&quot;:2.94},{&quot;2026-06-15&quot;:3.33},{&quot;2026-06-16&quot;:3.88},{&quot;2026-06-17&quot;:4.0},{&quot;2026-06-18&quot;:4.09},{&quot;2026-06-19&quot;:4.18},{&quot;2026-06-20&quot;:4.04},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.48},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:2.88},{&quot;2026-06-27&quot;:2.72},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.6},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.41},{&quot;2026-07-04&quot;:3.62},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.64},{&quot;2026-07-07&quot;:3.59},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:3.54},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.71},{&quot;2026-07-13&quot;:3.57},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:4.01},{&quot;2026-07-16&quot;:3.96},{&quot;2026-07-17&quot;:3.96},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:3.69},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.76},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.7},{&quot;2026-07-24&quot;:4.5},{&quot;2026-07-25&quot;:4.32},{&quot;2026-07-26&quot;:4.39},{&quot;2026-07-27&quot;:4.3},{&quot;2026-07-28&quot;:3.81},{&quot;2026-07-29&quot;:3.69},{&quot;2026-07-30&quot;:3.91},{&quot;2026-07-31&quot;:4.08},{&quot;2026-08-01&quot;:4.1},{&quot;2026-08-02&quot;:4.39},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.69},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:3.61},{&quot;2026-08-08&quot;:3.34},{&quot;2026-08-09&quot;:3.22},{&quot;2026-08-10&quot;:3.34},{&quot;2026-08-11&quot;:3.55},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.56},{&quot;2026-08-14&quot;:3.41},{&quot;2026-08-15&quot;:3.22},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.32},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.42},{&quot;2026-08-20&quot;:3.48},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.67},{&quot;2026-08-23&quot;:3.61},{&quot;2026-08-24&quot;:4.15},{&quot;2026-08-25&quot;:4.32},{&quot;2026-08-26&quot;:4.59},{&quot;2026-08-27&quot;:4.59},{&quot;2026-08-28&quot;:4.45},{&quot;2026-08-29&quot;:4.45},{&quot;2026-08-30&quot;:3.82},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:3.85},{&quot;2026-09-02&quot;:3.86},{&quot;2026-09-03&quot;:3.83},{&quot;2026-09-04&quot;:4.48},{&quot;2026-09-05&quot;:4.34},{&quot;2026-09-06&quot;:4.31},{&quot;2026-09-07&quot;:4.36},{&quot;2026-09-08&quot;:4.29},{&quot;2026-09-09&quot;:4.35},{&quot;2026-09-10&quot;:4.38},{&quot;2026-09-11&quot;:4.31}]}"
        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="10620"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-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">
            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">
            $4.30
          </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/1/4/140bf4c1-750d-4e14-b73b-40b17939a49d.jpg?1783932705" />

        <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/1/4/140bf4c1-750d-4e14-b73b-40b17939a49d.jpg?1783932705" />
    </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">
                $4.30
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.93},{&quot;2026-06-13&quot;:4.93},{&quot;2026-06-14&quot;:5.01},{&quot;2026-06-15&quot;:5.0},{&quot;2026-06-16&quot;:5.06},{&quot;2026-06-17&quot;:5.06},{&quot;2026-06-18&quot;:5.07},{&quot;2026-06-19&quot;:5.07},{&quot;2026-06-20&quot;:5.15},{&quot;2026-06-21&quot;:5.15},{&quot;2026-06-22&quot;:5.06},{&quot;2026-06-23&quot;:5.08},{&quot;2026-06-24&quot;:5.08},{&quot;2026-06-25&quot;:5.08},{&quot;2026-06-26&quot;:4.97},{&quot;2026-06-27&quot;:5.21},{&quot;2026-06-28&quot;:5.17},{&quot;2026-06-29&quot;:5.17},{&quot;2026-06-30&quot;:5.17},{&quot;2026-07-01&quot;:5.22},{&quot;2026-07-02&quot;:5.09},{&quot;2026-07-03&quot;:5.09},{&quot;2026-07-04&quot;:5.09},{&quot;2026-07-05&quot;:5.09},{&quot;2026-07-06&quot;:5.15},{&quot;2026-07-07&quot;:5.2},{&quot;2026-07-08&quot;:5.2},{&quot;2026-07-09&quot;:5.2},{&quot;2026-07-10&quot;:5.2},{&quot;2026-07-11&quot;:5.2},{&quot;2026-07-12&quot;:5.11},{&quot;2026-07-13&quot;:4.99},{&quot;2026-07-14&quot;:4.71},{&quot;2026-07-15&quot;:4.61},{&quot;2026-07-16&quot;:4.61},{&quot;2026-07-17&quot;:4.61},{&quot;2026-07-18&quot;:4.63},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.42},{&quot;2026-07-27&quot;:4.36},{&quot;2026-07-28&quot;:4.34},{&quot;2026-07-29&quot;:4.34},{&quot;2026-07-30&quot;:4.21},{&quot;2026-07-31&quot;:4.12},{&quot;2026-08-01&quot;:4.12},{&quot;2026-08-02&quot;:4.16},{&quot;2026-08-03&quot;:4.15},{&quot;2026-08-04&quot;:4.35},{&quot;2026-08-05&quot;:4.35},{&quot;2026-08-07&quot;:4.39},{&quot;2026-08-08&quot;:4.39},{&quot;2026-08-09&quot;:4.4},{&quot;2026-08-10&quot;:4.52},{&quot;2026-08-11&quot;:4.52},{&quot;2026-08-12&quot;:4.52},{&quot;2026-08-13&quot;:4.42},{&quot;2026-08-14&quot;:4.42},{&quot;2026-08-15&quot;:4.44},{&quot;2026-08-16&quot;:4.64},{&quot;2026-08-17&quot;:4.69},{&quot;2026-08-18&quot;:4.69},{&quot;2026-08-19&quot;:4.69},{&quot;2026-08-20&quot;:4.69},{&quot;2026-08-21&quot;:4.44},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.31},{&quot;2026-08-24&quot;:4.34},{&quot;2026-08-25&quot;:4.26},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.26},{&quot;2026-08-28&quot;:4.26},{&quot;2026-08-29&quot;:4.26},{&quot;2026-08-30&quot;:4.34},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.29},{&quot;2026-09-02&quot;:4.29},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.37},{&quot;2026-09-05&quot;:4.23},{&quot;2026-09-06&quot;:4.23},{&quot;2026-09-07&quot;:4.23},{&quot;2026-09-08&quot;:4.23},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.29},{&quot;2026-09-11&quot;:4.3}]}"
        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="12795"
  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">
            Sunforger
        </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">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.30
          </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="Sunforger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd3e42ee-ab13-460b-90fd-86e677abce4f.jpg?1783928686" />

        <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">
            Sunforger
        </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-3'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sunforger" src="https://cards.scryfall.io/large/front/d/d/dd3e42ee-ab13-460b-90fd-86e677abce4f.jpg?1783928686" />
    </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">
                $4.30
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.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-11&quot;:3.73},{&quot;2026-06-12&quot;:3.63},{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.61},{&quot;2026-06-15&quot;:3.48},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.41},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.37},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.11},{&quot;2026-06-24&quot;:3.14},{&quot;2026-06-25&quot;:3.18},{&quot;2026-06-26&quot;:3.24},{&quot;2026-06-27&quot;:3.13},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.22},{&quot;2026-06-30&quot;:3.31},{&quot;2026-07-01&quot;:3.54},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.82},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.54},{&quot;2026-07-15&quot;:3.66},{&quot;2026-07-16&quot;:3.68},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.57},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.65},{&quot;2026-07-21&quot;:3.67},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-25&quot;:3.69},{&quot;2026-07-26&quot;:3.73},{&quot;2026-07-27&quot;:3.71},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.74},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.75},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.68},{&quot;2026-08-05&quot;:3.63},{&quot;2026-08-07&quot;:3.5},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.46},{&quot;2026-08-10&quot;:3.46},{&quot;2026-08-11&quot;:3.47},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.4},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.87},{&quot;2026-08-19&quot;:3.91},{&quot;2026-08-20&quot;:3.91},{&quot;2026-08-21&quot;:3.96},{&quot;2026-08-22&quot;:4.04},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.2},{&quot;2026-08-25&quot;:4.2},{&quot;2026-08-26&quot;:4.19},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:3.93},{&quot;2026-08-31&quot;:3.89},{&quot;2026-09-01&quot;:3.89},{&quot;2026-09-02&quot;:3.87},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.89},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:4.0},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.04},{&quot;2026-09-10&quot;:4.2},{&quot;2026-09-11&quot;:4.3}]}"
        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="13838"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Beholder
      </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">
            $4.30
          </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="Death Kiss" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/537b9888-70c5-4bee-8f26-d1457fdf1167.jpg?1783922503" />

        <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">
            Death Kiss
        </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 — Beholder</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </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="Death Kiss" src="https://cards.scryfall.io/large/front/5/3/537b9888-70c5-4bee-8f26-d1457fdf1167.jpg?1783922503" />
    </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">
                $4.30
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.80</span>
              <span class="text-xs text-grey-text">Credit: $3.64</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.14},{&quot;2026-06-14&quot;:5.19},{&quot;2026-06-15&quot;:5.25},{&quot;2026-06-16&quot;:5.26},{&quot;2026-06-17&quot;:5.21},{&quot;2026-06-18&quot;:5.18},{&quot;2026-06-19&quot;:5.16},{&quot;2026-06-20&quot;:5.17},{&quot;2026-06-21&quot;:5.17},{&quot;2026-06-22&quot;:5.22},{&quot;2026-06-23&quot;:5.21},{&quot;2026-06-24&quot;:5.22},{&quot;2026-06-25&quot;:5.19},{&quot;2026-06-26&quot;:5.21},{&quot;2026-06-27&quot;:5.31},{&quot;2026-06-28&quot;:5.32},{&quot;2026-06-29&quot;:5.24},{&quot;2026-06-30&quot;:5.21},{&quot;2026-07-01&quot;:5.09},{&quot;2026-07-02&quot;:5.02},{&quot;2026-07-03&quot;:4.9},{&quot;2026-07-04&quot;:4.72},{&quot;2026-07-05&quot;:4.74},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.67},{&quot;2026-07-08&quot;:4.51},{&quot;2026-07-09&quot;:4.48},{&quot;2026-07-10&quot;:4.51},{&quot;2026-07-11&quot;:4.5},{&quot;2026-07-12&quot;:4.48},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.39},{&quot;2026-07-15&quot;:4.39},{&quot;2026-07-16&quot;:4.39},{&quot;2026-07-17&quot;:4.35},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.38},{&quot;2026-07-20&quot;:4.38},{&quot;2026-07-21&quot;:4.32},{&quot;2026-07-22&quot;:4.25},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-24&quot;:4.25},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.25},{&quot;2026-07-28&quot;:4.23},{&quot;2026-07-29&quot;:4.24},{&quot;2026-07-30&quot;:4.29},{&quot;2026-07-31&quot;:4.34},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:4.39},{&quot;2026-08-03&quot;:4.42},{&quot;2026-08-04&quot;:4.36},{&quot;2026-08-05&quot;:4.41},{&quot;2026-08-07&quot;:4.5},{&quot;2026-08-08&quot;:4.49},{&quot;2026-08-09&quot;:4.42},{&quot;2026-08-10&quot;:4.42},{&quot;2026-08-11&quot;:4.38},{&quot;2026-08-12&quot;:4.36},{&quot;2026-08-13&quot;:4.35},{&quot;2026-08-14&quot;:4.47},{&quot;2026-08-15&quot;:4.47},{&quot;2026-08-16&quot;:4.44},{&quot;2026-08-17&quot;:4.4},{&quot;2026-08-18&quot;:4.5},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.53},{&quot;2026-08-21&quot;:4.53},{&quot;2026-08-22&quot;:4.54},{&quot;2026-08-23&quot;:4.57},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.55},{&quot;2026-08-26&quot;:4.55},{&quot;2026-08-27&quot;:4.56},{&quot;2026-08-28&quot;:4.45},{&quot;2026-08-29&quot;:4.45},{&quot;2026-08-30&quot;:4.41},{&quot;2026-08-31&quot;:4.43},{&quot;2026-09-01&quot;:4.42},{&quot;2026-09-02&quot;:4.4},{&quot;2026-09-03&quot;:4.43},{&quot;2026-09-04&quot;:4.44},{&quot;2026-09-05&quot;:4.46},{&quot;2026-09-06&quot;:4.42},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.35},{&quot;2026-09-09&quot;:4.3},{&quot;2026-09-10&quot;:4.3},{&quot;2026-09-11&quot;:4.3}]}"
        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="72647"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bro ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.30
          </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="Mechanized Warfare" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/a/ba2d026f-bdca-4376-9d70-c81c707598e8.jpg?1783920064" />

        <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">
            Mechanized Warfare
        </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><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="Mechanized Warfare" src="https://cards.scryfall.io/large/front/b/a/ba2d026f-bdca-4376-9d70-c81c707598e8.jpg?1783920064" />
    </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">
                $0.53
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $4.30
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.63</span>
              <span class="text-xs text-grey-text">Credit: $0.82</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;:5.55},{&quot;2026-06-10&quot;:5.55},{&quot;2026-06-11&quot;:5.42},{&quot;2026-06-12&quot;:5.42},{&quot;2026-06-13&quot;:5.38},{&quot;2026-06-14&quot;:5.38},{&quot;2026-06-15&quot;:5.48},{&quot;2026-06-16&quot;:5.48},{&quot;2026-06-17&quot;:5.23},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.09},{&quot;2026-06-20&quot;:5.09},{&quot;2026-06-21&quot;:5.09},{&quot;2026-06-22&quot;:5.09},{&quot;2026-06-24&quot;:5.09},{&quot;2026-06-25&quot;:5.09},{&quot;2026-06-26&quot;:4.95},{&quot;2026-06-27&quot;:4.95},{&quot;2026-06-28&quot;:4.76},{&quot;2026-06-29&quot;:4.37},{&quot;2026-06-30&quot;:4.37},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.44},{&quot;2026-07-03&quot;:4.35},{&quot;2026-07-04&quot;:4.35},{&quot;2026-07-05&quot;:4.35},{&quot;2026-07-06&quot;:4.35},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.24},{&quot;2026-07-12&quot;:4.24},{&quot;2026-07-13&quot;:4.24},{&quot;2026-07-14&quot;:4.24},{&quot;2026-07-15&quot;:4.41},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.41},{&quot;2026-07-18&quot;:4.41},{&quot;2026-07-19&quot;:4.41},{&quot;2026-07-20&quot;:4.41},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.31},{&quot;2026-07-25&quot;:4.22},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.22},{&quot;2026-07-29&quot;:4.05},{&quot;2026-07-30&quot;:4.05},{&quot;2026-07-31&quot;:3.93},{&quot;2026-08-01&quot;:3.93},{&quot;2026-08-02&quot;:3.82},{&quot;2026-08-03&quot;:3.87},{&quot;2026-08-04&quot;:3.78},{&quot;2026-08-05&quot;:4.05},{&quot;2026-08-07&quot;:4.05},{&quot;2026-08-08&quot;:4.05},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.5},{&quot;2026-08-13&quot;:3.5},{&quot;2026-08-14&quot;:3.5},{&quot;2026-08-15&quot;:3.5},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.5},{&quot;2026-08-18&quot;:3.68},{&quot;2026-08-19&quot;:3.68},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:4.04},{&quot;2026-08-25&quot;:4.04},{&quot;2026-08-26&quot;:4.04},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:4.07},{&quot;2026-08-29&quot;:4.07},{&quot;2026-08-30&quot;:4.07},{&quot;2026-08-31&quot;:4.07},{&quot;2026-09-01&quot;:4.07},{&quot;2026-09-02&quot;:4.17},{&quot;2026-09-03&quot;:4.35},{&quot;2026-09-04&quot;:4.35},{&quot;2026-09-05&quot;:4.35},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.31},{&quot;2026-09-08&quot;:4.31},{&quot;2026-09-09&quot;:4.31},{&quot;2026-09-10&quot;:4.31},{&quot;2026-09-11&quot;:4.3}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:0.55},{&quot;2026-06-10&quot;:0.56},{&quot;2026-06-11&quot;:0.56},{&quot;2026-06-12&quot;:0.56},{&quot;2026-06-13&quot;:0.56},{&quot;2026-06-14&quot;:0.56},{&quot;2026-06-15&quot;:0.56},{&quot;2026-06-16&quot;:0.56},{&quot;2026-06-17&quot;:0.56},{&quot;2026-06-18&quot;:0.56},{&quot;2026-06-19&quot;:0.56},{&quot;2026-06-20&quot;:0.56},{&quot;2026-06-21&quot;:0.57},{&quot;2026-06-22&quot;:0.57},{&quot;2026-06-24&quot;:0.58},{&quot;2026-06-25&quot;:0.47},{&quot;2026-06-26&quot;:0.47},{&quot;2026-06-27&quot;:0.46},{&quot;2026-06-28&quot;:0.47},{&quot;2026-06-29&quot;:0.47},{&quot;2026-06-30&quot;:0.47},{&quot;2026-07-01&quot;:0.47},{&quot;2026-07-02&quot;:0.52},{&quot;2026-07-03&quot;:0.53},{&quot;2026-07-04&quot;:0.53},{&quot;2026-07-05&quot;:0.53},{&quot;2026-07-06&quot;:0.55},{&quot;2026-07-07&quot;:0.56},{&quot;2026-07-08&quot;:0.56},{&quot;2026-07-09&quot;:0.56},{&quot;2026-07-10&quot;:0.57},{&quot;2026-07-11&quot;:0.57},{&quot;2026-07-12&quot;:0.59},{&quot;2026-07-13&quot;:0.57},{&quot;2026-07-14&quot;:0.55},{&quot;2026-07-15&quot;:0.55},{&quot;2026-07-16&quot;:0.56},{&quot;2026-07-17&quot;:0.57},{&quot;2026-07-18&quot;:0.55},{&quot;2026-07-19&quot;:0.55},{&quot;2026-07-20&quot;:0.56},{&quot;2026-07-21&quot;:0.56},{&quot;2026-07-23&quot;:0.56},{&quot;2026-07-25&quot;:0.56},{&quot;2026-07-26&quot;:0.56},{&quot;2026-07-27&quot;:0.56},{&quot;2026-07-29&quot;:0.56},{&quot;2026-07-30&quot;:0.55},{&quot;2026-07-31&quot;:0.56},{&quot;2026-08-01&quot;:0.56},{&quot;2026-08-02&quot;:0.57},{&quot;2026-08-03&quot;:0.57},{&quot;2026-08-04&quot;:0.57},{&quot;2026-08-05&quot;:0.57},{&quot;2026-08-07&quot;:0.55},{&quot;2026-08-08&quot;:0.56},{&quot;2026-08-09&quot;:0.56},{&quot;2026-08-10&quot;:0.57},{&quot;2026-08-11&quot;:0.57},{&quot;2026-08-12&quot;:0.57},{&quot;2026-08-13&quot;:0.57},{&quot;2026-08-14&quot;:0.57},{&quot;2026-08-15&quot;:0.57},{&quot;2026-08-16&quot;:0.58},{&quot;2026-08-17&quot;:0.58},{&quot;2026-08-18&quot;:0.55},{&quot;2026-08-19&quot;:0.55},{&quot;2026-08-20&quot;:0.55},{&quot;2026-08-21&quot;:0.54},{&quot;2026-08-22&quot;:0.54},{&quot;2026-08-23&quot;:0.54},{&quot;2026-08-24&quot;:0.52},{&quot;2026-08-25&quot;:0.52},{&quot;2026-08-26&quot;:0.58},{&quot;2026-08-27&quot;:0.58},{&quot;2026-08-28&quot;:0.58},{&quot;2026-08-29&quot;:0.58},{&quot;2026-08-30&quot;:0.59},{&quot;2026-08-31&quot;:0.59},{&quot;2026-09-01&quot;:0.59},{&quot;2026-09-02&quot;:0.59},{&quot;2026-09-03&quot;:0.6},{&quot;2026-09-04&quot;:0.6},{&quot;2026-09-05&quot;:0.6},{&quot;2026-09-06&quot;:0.54},{&quot;2026-09-07&quot;:0.54},{&quot;2026-09-08&quot;:0.53},{&quot;2026-09-09&quot;:0.53},{&quot;2026-09-10&quot;:0.53},{&quot;2026-09-11&quot;:0.53}]}"
        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="89974"
  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-znr 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">
            Brightclimb Pathway 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.30
          </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="Brightclimb Pathway // Grimclimb Pathway" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/2/d24c3d51-795d-4c01-a34a-3280fccd2d78.jpg?1783929313" />

        <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">
            Brightclimb Pathway 
        </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"
    >
        <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="Brightclimb Pathway // Grimclimb Pathway" src="https://cards.scryfall.io/large/front/d/2/d24c3d51-795d-4c01-a34a-3280fccd2d78.jpg?1783929313" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Brightclimb Pathway // Grimclimb Pathway" src="https://cards.scryfall.io/large/back/d/2/d24c3d51-795d-4c01-a34a-3280fccd2d78.jpg?1783929313" />
              </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">
                $4.30
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.69},{&quot;2026-06-14&quot;:4.69},{&quot;2026-06-15&quot;:4.69},{&quot;2026-06-16&quot;:4.45},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.56},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.63},{&quot;2026-06-21&quot;:4.63},{&quot;2026-06-22&quot;:4.67},{&quot;2026-06-23&quot;:4.61},{&quot;2026-06-24&quot;:4.61},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.61},{&quot;2026-06-27&quot;:4.61},{&quot;2026-06-28&quot;:4.61},{&quot;2026-06-29&quot;:4.61},{&quot;2026-06-30&quot;:4.61},{&quot;2026-07-01&quot;:4.61},{&quot;2026-07-02&quot;:4.62},{&quot;2026-07-03&quot;:4.62},{&quot;2026-07-04&quot;:4.62},{&quot;2026-07-05&quot;:4.65},{&quot;2026-07-06&quot;:4.65},{&quot;2026-07-07&quot;:4.57},{&quot;2026-07-08&quot;:4.57},{&quot;2026-07-09&quot;:4.57},{&quot;2026-07-10&quot;:4.57},{&quot;2026-07-11&quot;:4.62},{&quot;2026-07-12&quot;:4.62},{&quot;2026-07-13&quot;:4.62},{&quot;2026-07-14&quot;:4.62},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.62},{&quot;2026-07-17&quot;:4.62},{&quot;2026-07-18&quot;:4.62},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.6},{&quot;2026-07-21&quot;:4.6},{&quot;2026-07-22&quot;:4.65},{&quot;2026-07-23&quot;:4.65},{&quot;2026-07-24&quot;:4.65},{&quot;2026-07-25&quot;:4.65},{&quot;2026-07-26&quot;:4.65},{&quot;2026-07-27&quot;:4.7},{&quot;2026-07-28&quot;:4.66},{&quot;2026-07-29&quot;:4.66},{&quot;2026-07-30&quot;:4.66},{&quot;2026-07-31&quot;:4.66},{&quot;2026-08-01&quot;:4.66},{&quot;2026-08-02&quot;:4.75},{&quot;2026-08-03&quot;:4.75},{&quot;2026-08-04&quot;:4.75},{&quot;2026-08-05&quot;:4.75},{&quot;2026-08-07&quot;:4.75},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.78},{&quot;2026-08-10&quot;:4.78},{&quot;2026-08-11&quot;:4.78},{&quot;2026-08-12&quot;:4.82},{&quot;2026-08-13&quot;:4.82},{&quot;2026-08-14&quot;:4.82},{&quot;2026-08-15&quot;:4.82},{&quot;2026-08-16&quot;:4.82},{&quot;2026-08-17&quot;:4.82},{&quot;2026-08-18&quot;:4.82},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:4.9},{&quot;2026-08-22&quot;:4.9},{&quot;2026-08-23&quot;:4.9},{&quot;2026-08-24&quot;:4.96},{&quot;2026-08-25&quot;:4.84},{&quot;2026-08-26&quot;:4.77},{&quot;2026-08-27&quot;:4.78},{&quot;2026-08-28&quot;:4.78},{&quot;2026-08-29&quot;:4.78},{&quot;2026-08-30&quot;:4.75},{&quot;2026-08-31&quot;:4.75},{&quot;2026-09-01&quot;:4.75},{&quot;2026-09-02&quot;:4.75},{&quot;2026-09-03&quot;:4.72},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.65},{&quot;2026-09-06&quot;:4.65},{&quot;2026-09-07&quot;:4.59},{&quot;2026-09-08&quot;:4.59},{&quot;2026-09-09&quot;:4.59},{&quot;2026-09-10&quot;:4.62},{&quot;2026-09-11&quot;:4.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.06},{&quot;2026-06-14&quot;:4.85},{&quot;2026-06-15&quot;:5.07},{&quot;2026-06-16&quot;:5.06},{&quot;2026-06-17&quot;:5.2},{&quot;2026-06-18&quot;:5.1},{&quot;2026-06-19&quot;:5.1},{&quot;2026-06-20&quot;:5.04},{&quot;2026-06-21&quot;:5.06},{&quot;2026-06-22&quot;:5.25},{&quot;2026-06-23&quot;:5.18},{&quot;2026-06-24&quot;:5.13},{&quot;2026-06-25&quot;:5.13},{&quot;2026-06-26&quot;:5.09},{&quot;2026-06-27&quot;:5.02},{&quot;2026-06-28&quot;:5.02},{&quot;2026-06-29&quot;:5.02},{&quot;2026-06-30&quot;:4.96},{&quot;2026-07-01&quot;:4.96},{&quot;2026-07-02&quot;:4.92},{&quot;2026-07-03&quot;:4.85},{&quot;2026-07-04&quot;:4.44},{&quot;2026-07-05&quot;:4.51},{&quot;2026-07-06&quot;:4.26},{&quot;2026-07-07&quot;:4.17},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.21},{&quot;2026-07-10&quot;:4.23},{&quot;2026-07-11&quot;:4.16},{&quot;2026-07-12&quot;:4.27},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.36},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.37},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.45},{&quot;2026-07-20&quot;:4.48},{&quot;2026-07-21&quot;:4.61},{&quot;2026-07-22&quot;:4.65},{&quot;2026-07-23&quot;:4.68},{&quot;2026-07-24&quot;:4.82},{&quot;2026-07-25&quot;:4.8},{&quot;2026-07-26&quot;:4.64},{&quot;2026-07-27&quot;:4.6},{&quot;2026-07-28&quot;:4.5},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.48},{&quot;2026-07-31&quot;:4.45},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.53},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.67},{&quot;2026-08-05&quot;:4.67},{&quot;2026-08-07&quot;:4.64},{&quot;2026-08-08&quot;:4.69},{&quot;2026-08-09&quot;:4.76},{&quot;2026-08-10&quot;:4.73},{&quot;2026-08-11&quot;:4.74},{&quot;2026-08-12&quot;:4.71},{&quot;2026-08-13&quot;:4.77},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.75},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.54},{&quot;2026-08-18&quot;:4.54},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.55},{&quot;2026-08-21&quot;:4.56},{&quot;2026-08-22&quot;:4.56},{&quot;2026-08-23&quot;:4.56},{&quot;2026-08-24&quot;:4.52},{&quot;2026-08-25&quot;:4.52},{&quot;2026-08-26&quot;:4.48},{&quot;2026-08-27&quot;:4.46},{&quot;2026-08-28&quot;:4.63},{&quot;2026-08-29&quot;:4.63},{&quot;2026-08-30&quot;:4.6},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.64},{&quot;2026-09-04&quot;:4.64},{&quot;2026-09-05&quot;:4.44},{&quot;2026-09-06&quot;:4.41},{&quot;2026-09-07&quot;:4.38},{&quot;2026-09-08&quot;:4.47},{&quot;2026-09-09&quot;:4.37},{&quot;2026-09-10&quot;:4.39},{&quot;2026-09-11&quot;:4.3}]}"
        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="24607"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-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">
            Charred Foyer 
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.28
          </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="Charred Foyer // Warped Space" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c802966b-642c-4560-9c8e-e04adc9f41a4.jpg?1783909405" />

        <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">
            Charred Foyer 
        </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 — Room</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <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="Charred Foyer // Warped Space" src="https://cards.scryfall.io/large/front/c/8/c802966b-642c-4560-9c8e-e04adc9f41a4.jpg?1783909405" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Charred Foyer // Warped Space" src="https://cards.scryfall.io/large/front/c/8/c802966b-642c-4560-9c8e-e04adc9f41a4.jpg?1783909405" />
              </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">
                $4.28
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.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">$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;:5.95},{&quot;2026-06-14&quot;:5.95},{&quot;2026-06-15&quot;:5.89},{&quot;2026-06-16&quot;:5.89},{&quot;2026-06-17&quot;:5.89},{&quot;2026-06-18&quot;:6.07},{&quot;2026-06-19&quot;:6.07},{&quot;2026-06-20&quot;:6.13},{&quot;2026-06-21&quot;:6.13},{&quot;2026-06-22&quot;:6.13},{&quot;2026-06-23&quot;:6.13},{&quot;2026-06-24&quot;:6.13},{&quot;2026-06-25&quot;:6.13},{&quot;2026-06-26&quot;:6.13},{&quot;2026-06-27&quot;:6.13},{&quot;2026-06-28&quot;:6.13},{&quot;2026-06-29&quot;:6.13},{&quot;2026-06-30&quot;:6.15},{&quot;2026-07-01&quot;:6.15},{&quot;2026-07-02&quot;:6.15},{&quot;2026-07-03&quot;:6.15},{&quot;2026-07-04&quot;:6.15},{&quot;2026-07-05&quot;:6.15},{&quot;2026-07-06&quot;:6.15},{&quot;2026-07-07&quot;:6.15},{&quot;2026-07-08&quot;:6.15},{&quot;2026-07-09&quot;:6.2},{&quot;2026-07-10&quot;:6.2},{&quot;2026-07-11&quot;:6.2},{&quot;2026-07-12&quot;:6.2},{&quot;2026-07-13&quot;:6.2},{&quot;2026-07-14&quot;:6.2},{&quot;2026-07-15&quot;:6.13},{&quot;2026-07-16&quot;:6.13},{&quot;2026-07-17&quot;:6.13},{&quot;2026-07-18&quot;:6.23},{&quot;2026-07-19&quot;:6.23},{&quot;2026-07-20&quot;:6.23},{&quot;2026-07-21&quot;:6.23},{&quot;2026-07-22&quot;:6.26},{&quot;2026-07-23&quot;:6.26},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.26},{&quot;2026-07-26&quot;:6.16},{&quot;2026-07-27&quot;:6.23},{&quot;2026-07-28&quot;:6.23},{&quot;2026-07-29&quot;:6.23},{&quot;2026-07-30&quot;:6.23},{&quot;2026-07-31&quot;:6.23},{&quot;2026-08-01&quot;:6.23},{&quot;2026-08-02&quot;:6.23},{&quot;2026-08-03&quot;:6.23},{&quot;2026-08-04&quot;:6.23},{&quot;2026-08-05&quot;:6.23},{&quot;2026-08-07&quot;:6.23},{&quot;2026-08-08&quot;:6.23},{&quot;2026-08-09&quot;:6.23},{&quot;2026-08-10&quot;:6.23},{&quot;2026-08-11&quot;:6.23},{&quot;2026-08-12&quot;:6.23},{&quot;2026-08-13&quot;:6.23},{&quot;2026-08-14&quot;:6.23},{&quot;2026-08-15&quot;:6.23},{&quot;2026-08-16&quot;:6.24},{&quot;2026-08-17&quot;:6.24},{&quot;2026-08-18&quot;:6.27},{&quot;2026-08-19&quot;:6.27},{&quot;2026-08-20&quot;:6.27},{&quot;2026-08-21&quot;:6.27},{&quot;2026-08-22&quot;:6.23},{&quot;2026-08-23&quot;:6.23},{&quot;2026-08-24&quot;:6.23},{&quot;2026-08-25&quot;:6.23},{&quot;2026-08-26&quot;:6.23},{&quot;2026-08-27&quot;:6.26},{&quot;2026-08-28&quot;:6.26},{&quot;2026-08-29&quot;:6.26},{&quot;2026-08-30&quot;:6.27},{&quot;2026-08-31&quot;:6.27},{&quot;2026-09-01&quot;:6.27},{&quot;2026-09-02&quot;:6.27},{&quot;2026-09-03&quot;:6.27},{&quot;2026-09-04&quot;:6.27},{&quot;2026-09-05&quot;:6.27},{&quot;2026-09-06&quot;:6.27},{&quot;2026-09-07&quot;:6.27},{&quot;2026-09-08&quot;:6.27},{&quot;2026-09-09&quot;:6.27},{&quot;2026-09-10&quot;:6.27},{&quot;2026-09-11&quot;:6.27}],&quot;normal&quot;:[{&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.76},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.62},{&quot;2026-06-19&quot;:3.64},{&quot;2026-06-20&quot;:3.68},{&quot;2026-06-21&quot;:3.66},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:4.07},{&quot;2026-06-26&quot;:4.07},{&quot;2026-06-27&quot;:4.07},{&quot;2026-06-28&quot;:4.07},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:4.06},{&quot;2026-07-01&quot;:3.99},{&quot;2026-07-02&quot;:4.14},{&quot;2026-07-03&quot;:4.36},{&quot;2026-07-04&quot;:4.45},{&quot;2026-07-05&quot;:4.45},{&quot;2026-07-06&quot;:4.45},{&quot;2026-07-07&quot;:4.45},{&quot;2026-07-08&quot;:4.45},{&quot;2026-07-09&quot;:4.41},{&quot;2026-07-10&quot;:4.41},{&quot;2026-07-11&quot;:4.41},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.67},{&quot;2026-07-15&quot;:4.75},{&quot;2026-07-16&quot;:4.64},{&quot;2026-07-17&quot;:4.64},{&quot;2026-07-18&quot;:4.52},{&quot;2026-07-19&quot;:4.52},{&quot;2026-07-20&quot;:4.52},{&quot;2026-07-21&quot;:4.53},{&quot;2026-07-22&quot;:4.53},{&quot;2026-07-23&quot;:4.58},{&quot;2026-07-24&quot;:4.65},{&quot;2026-07-25&quot;:4.65},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.76},{&quot;2026-07-28&quot;:4.72},{&quot;2026-07-29&quot;:4.68},{&quot;2026-07-30&quot;:4.72},{&quot;2026-07-31&quot;:4.6},{&quot;2026-08-01&quot;:4.6},{&quot;2026-08-02&quot;:4.6},{&quot;2026-08-03&quot;:4.53},{&quot;2026-08-04&quot;:4.58},{&quot;2026-08-05&quot;:4.57},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.88},{&quot;2026-08-09&quot;:4.88},{&quot;2026-08-10&quot;:4.79},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.78},{&quot;2026-08-13&quot;:4.66},{&quot;2026-08-14&quot;:4.58},{&quot;2026-08-15&quot;:4.43},{&quot;2026-08-16&quot;:4.43},{&quot;2026-08-17&quot;:4.34},{&quot;2026-08-18&quot;:4.37},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.39},{&quot;2026-08-21&quot;:4.37},{&quot;2026-08-22&quot;:4.29},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.21},{&quot;2026-08-25&quot;:4.22},{&quot;2026-08-26&quot;:4.23},{&quot;2026-08-27&quot;:4.23},{&quot;2026-08-28&quot;:4.18},{&quot;2026-08-29&quot;:4.18},{&quot;2026-08-30&quot;:4.21},{&quot;2026-08-31&quot;:4.21},{&quot;2026-09-01&quot;:4.27},{&quot;2026-09-02&quot;:4.27},{&quot;2026-09-03&quot;:4.39},{&quot;2026-09-04&quot;:4.41},{&quot;2026-09-05&quot;:4.42},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.35},{&quot;2026-09-08&quot;:4.31},{&quot;2026-09-09&quot;:4.31},{&quot;2026-09-10&quot;:4.33},{&quot;2026-09-11&quot;:4.28}]}"
        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="49155"
  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">
            Obsidian Charmaw
        </span>


      </div>

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

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

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

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

        <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">
            Obsidian Charmaw
        </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 — Dragon</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Obsidian Charmaw" src="https://cards.scryfall.io/large/front/e/e/ee6d08be-a6fc-44a5-932d-b6a8705534c0.jpg?1783926840" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.10
              </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">
                $4.28
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $0.26</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">$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-13&quot;:4.34},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.34},{&quot;2026-06-16&quot;:4.34},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:4.34},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.34},{&quot;2026-06-21&quot;:4.34},{&quot;2026-06-22&quot;:4.34},{&quot;2026-06-23&quot;:4.34},{&quot;2026-06-24&quot;:4.34},{&quot;2026-06-25&quot;:4.34},{&quot;2026-06-26&quot;:4.34},{&quot;2026-06-27&quot;:4.34},{&quot;2026-06-28&quot;:4.34},{&quot;2026-06-29&quot;:4.34},{&quot;2026-06-30&quot;:4.35},{&quot;2026-07-01&quot;:4.35},{&quot;2026-07-02&quot;:4.35},{&quot;2026-07-03&quot;:4.35},{&quot;2026-07-04&quot;:4.35},{&quot;2026-07-05&quot;:4.35},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.39},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.39},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.4},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.4},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.4},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.4},{&quot;2026-07-22&quot;:4.4},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.4},{&quot;2026-07-26&quot;:4.4},{&quot;2026-07-27&quot;:4.4},{&quot;2026-07-28&quot;:4.4},{&quot;2026-07-29&quot;:4.4},{&quot;2026-07-30&quot;:4.34},{&quot;2026-07-31&quot;:4.34},{&quot;2026-08-01&quot;:4.34},{&quot;2026-08-02&quot;:4.34},{&quot;2026-08-03&quot;:4.34},{&quot;2026-08-04&quot;:4.34},{&quot;2026-08-05&quot;:4.34},{&quot;2026-08-07&quot;:4.35},{&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.31},{&quot;2026-08-12&quot;:4.31},{&quot;2026-08-13&quot;:4.31},{&quot;2026-08-14&quot;:4.31},{&quot;2026-08-15&quot;:4.31},{&quot;2026-08-16&quot;:4.31},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.31},{&quot;2026-08-19&quot;:4.31},{&quot;2026-08-20&quot;:4.31},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.31},{&quot;2026-08-24&quot;:4.31},{&quot;2026-08-25&quot;:4.3},{&quot;2026-08-26&quot;:4.3},{&quot;2026-08-27&quot;:4.28},{&quot;2026-08-28&quot;:4.28},{&quot;2026-08-29&quot;:4.28},{&quot;2026-08-30&quot;:4.28},{&quot;2026-08-31&quot;:4.28},{&quot;2026-09-01&quot;:4.28},{&quot;2026-09-02&quot;:4.28},{&quot;2026-09-03&quot;:4.28},{&quot;2026-09-04&quot;:4.28},{&quot;2026-09-05&quot;:4.28},{&quot;2026-09-06&quot;:4.28},{&quot;2026-09-07&quot;:4.28},{&quot;2026-09-08&quot;:4.28},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.28},{&quot;2026-09-11&quot;:4.28}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.38},{&quot;2026-06-14&quot;:2.27},{&quot;2026-06-15&quot;:2.26},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.32},{&quot;2026-06-18&quot;:2.32},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.87},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:1.89},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:1.87},{&quot;2026-06-29&quot;:1.82},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.59},{&quot;2026-07-12&quot;:1.63},{&quot;2026-07-13&quot;:1.71},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.61},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.3},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.39},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.37},{&quot;2026-08-05&quot;:1.35},{&quot;2026-08-07&quot;:1.39},{&quot;2026-08-08&quot;:1.39},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.49},{&quot;2026-08-11&quot;:1.47},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.43},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.36},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.37},{&quot;2026-08-18&quot;:1.29},{&quot;2026-08-19&quot;:1.27},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.3},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.13},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.18},{&quot;2026-08-28&quot;:1.21},{&quot;2026-08-29&quot;:1.21},{&quot;2026-08-30&quot;:1.22},{&quot;2026-08-31&quot;:1.19},{&quot;2026-09-01&quot;:1.14},{&quot;2026-09-02&quot;:1.08},{&quot;2026-09-03&quot;:1.04},{&quot;2026-09-04&quot;:1.05},{&quot;2026-09-05&quot;:1.02},{&quot;2026-09-06&quot;:1.05},{&quot;2026-09-07&quot;:1.1},{&quot;2026-09-08&quot;:1.13},{&quot;2026-09-09&quot;:1.17},{&quot;2026-09-10&quot;:1.1},{&quot;2026-09-11&quot;:1.1}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="72460"
  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-brc 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">
            Scavenged Brawler
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.28
          </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="Scavenged Brawler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3e85dbfe-135d-48a8-be11-399f221073ac.jpg?1783919698" />

        <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">
            Scavenged Brawler
        </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 — Construct</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Scavenged Brawler" src="https://cards.scryfall.io/large/front/3/e/3e85dbfe-135d-48a8-be11-399f221073ac.jpg?1783919698" />
    </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">
                $4.28
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:6.33},{&quot;2026-06-12&quot;:6.33},{&quot;2026-06-13&quot;:6.33},{&quot;2026-06-14&quot;:6.34},{&quot;2026-06-15&quot;:6.18},{&quot;2026-06-16&quot;:6.18},{&quot;2026-06-17&quot;:6.18},{&quot;2026-06-18&quot;:5.98},{&quot;2026-06-19&quot;:5.98},{&quot;2026-06-20&quot;:5.95},{&quot;2026-06-21&quot;:5.86},{&quot;2026-06-22&quot;:5.75},{&quot;2026-06-23&quot;:5.64},{&quot;2026-06-24&quot;:5.57},{&quot;2026-06-25&quot;:5.59},{&quot;2026-06-26&quot;:5.34},{&quot;2026-06-27&quot;:5.4},{&quot;2026-06-28&quot;:5.39},{&quot;2026-06-29&quot;:5.45},{&quot;2026-06-30&quot;:5.51},{&quot;2026-07-01&quot;:5.51},{&quot;2026-07-02&quot;:5.56},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.42},{&quot;2026-07-05&quot;:5.41},{&quot;2026-07-06&quot;:5.41},{&quot;2026-07-07&quot;:5.41},{&quot;2026-07-08&quot;:5.41},{&quot;2026-07-09&quot;:5.29},{&quot;2026-07-10&quot;:5.34},{&quot;2026-07-11&quot;:5.34},{&quot;2026-07-12&quot;:5.34},{&quot;2026-07-13&quot;:5.26},{&quot;2026-07-14&quot;:5.26},{&quot;2026-07-15&quot;:5.21},{&quot;2026-07-16&quot;:5.13},{&quot;2026-07-17&quot;:5.14},{&quot;2026-07-18&quot;:5.14},{&quot;2026-07-19&quot;:5.04},{&quot;2026-07-20&quot;:5.07},{&quot;2026-07-21&quot;:5.07},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-25&quot;:5.08},{&quot;2026-07-26&quot;:5.0},{&quot;2026-07-27&quot;:5.05},{&quot;2026-07-28&quot;:5.01},{&quot;2026-07-29&quot;:5.02},{&quot;2026-07-30&quot;:5.07},{&quot;2026-07-31&quot;:5.15},{&quot;2026-08-01&quot;:5.15},{&quot;2026-08-02&quot;:5.05},{&quot;2026-08-03&quot;:4.94},{&quot;2026-08-04&quot;:4.96},{&quot;2026-08-05&quot;:4.95},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:4.79},{&quot;2026-08-09&quot;:4.72},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.63},{&quot;2026-08-12&quot;:4.63},{&quot;2026-08-13&quot;:4.61},{&quot;2026-08-14&quot;:4.65},{&quot;2026-08-15&quot;:4.62},{&quot;2026-08-16&quot;:4.62},{&quot;2026-08-17&quot;:4.6},{&quot;2026-08-18&quot;:4.53},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.67},{&quot;2026-08-21&quot;:4.67},{&quot;2026-08-22&quot;:4.68},{&quot;2026-08-23&quot;:4.8},{&quot;2026-08-24&quot;:4.77},{&quot;2026-08-25&quot;:4.77},{&quot;2026-08-26&quot;:4.73},{&quot;2026-08-27&quot;:4.73},{&quot;2026-08-28&quot;:4.73},{&quot;2026-08-29&quot;:4.73},{&quot;2026-08-30&quot;:4.71},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.72},{&quot;2026-09-03&quot;:4.71},{&quot;2026-09-04&quot;:4.6},{&quot;2026-09-05&quot;:4.57},{&quot;2026-09-06&quot;:4.57},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.32},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.23},{&quot;2026-09-11&quot;:4.28}]}"
        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="18642"
  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-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">
            Gauntlet of Power
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.26
          </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="Gauntlet of Power" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d153663f-f08a-483e-92c9-82b5a9723807.jpg?1783918416" />

        <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">
            Gauntlet of Power
        </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">Artifact</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="Gauntlet of Power" src="https://cards.scryfall.io/large/front/d/1/d153663f-f08a-483e-92c9-82b5a9723807.jpg?1783918416" />
    </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">
                $4.26
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.56},{&quot;2026-06-11&quot;:4.56},{&quot;2026-06-12&quot;:4.56},{&quot;2026-06-13&quot;:4.56},{&quot;2026-06-14&quot;:4.56},{&quot;2026-06-15&quot;:4.56},{&quot;2026-06-16&quot;:4.5},{&quot;2026-06-17&quot;:4.5},{&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.38},{&quot;2026-06-25&quot;:4.38},{&quot;2026-06-26&quot;:4.38},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.36},{&quot;2026-06-29&quot;:4.36},{&quot;2026-06-30&quot;:4.36},{&quot;2026-07-01&quot;:4.35},{&quot;2026-07-02&quot;:4.35},{&quot;2026-07-03&quot;:4.35},{&quot;2026-07-04&quot;:4.35},{&quot;2026-07-05&quot;:4.4},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.43},{&quot;2026-07-08&quot;:4.43},{&quot;2026-07-09&quot;:4.43},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.38},{&quot;2026-07-12&quot;:4.38},{&quot;2026-07-13&quot;:4.38},{&quot;2026-07-14&quot;:4.38},{&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.46},{&quot;2026-07-19&quot;:4.46},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.3},{&quot;2026-07-23&quot;:4.24},{&quot;2026-07-25&quot;:4.24},{&quot;2026-07-26&quot;:4.24},{&quot;2026-07-27&quot;:4.04},{&quot;2026-07-29&quot;:4.06},{&quot;2026-07-30&quot;:4.06},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.12},{&quot;2026-08-07&quot;:4.16},{&quot;2026-08-08&quot;:4.13},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.13},{&quot;2026-08-11&quot;:4.13},{&quot;2026-08-12&quot;:4.13},{&quot;2026-08-13&quot;:4.13},{&quot;2026-08-14&quot;:4.13},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.11},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:4.09},{&quot;2026-08-20&quot;:4.09},{&quot;2026-08-21&quot;:4.09},{&quot;2026-08-22&quot;:4.09},{&quot;2026-08-23&quot;:4.09},{&quot;2026-08-24&quot;:4.08},{&quot;2026-08-25&quot;:4.08},{&quot;2026-08-26&quot;:4.08},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:4.15},{&quot;2026-09-01&quot;:4.15},{&quot;2026-09-02&quot;:4.22},{&quot;2026-09-03&quot;:4.22},{&quot;2026-09-04&quot;:4.22},{&quot;2026-09-05&quot;:4.22},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.22},{&quot;2026-09-08&quot;:4.22},{&quot;2026-09-09&quot;:4.22},{&quot;2026-09-10&quot;:4.22},{&quot;2026-09-11&quot;:4.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.2},{&quot;2026-06-11&quot;:4.23},{&quot;2026-06-12&quot;:4.23},{&quot;2026-06-13&quot;:4.23},{&quot;2026-06-14&quot;:4.22},{&quot;2026-06-15&quot;:4.25},{&quot;2026-06-16&quot;:4.25},{&quot;2026-06-17&quot;:4.3},{&quot;2026-06-18&quot;:4.3},{&quot;2026-06-19&quot;:4.3},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.35},{&quot;2026-06-22&quot;:4.35},{&quot;2026-06-23&quot;:4.41},{&quot;2026-06-24&quot;:4.46},{&quot;2026-06-25&quot;:4.44},{&quot;2026-06-26&quot;:4.44},{&quot;2026-06-27&quot;:4.44},{&quot;2026-06-28&quot;:4.38},{&quot;2026-06-29&quot;:4.38},{&quot;2026-06-30&quot;:4.38},{&quot;2026-07-01&quot;:4.38},{&quot;2026-07-02&quot;:4.38},{&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.42},{&quot;2026-07-07&quot;:4.47},{&quot;2026-07-08&quot;:4.47},{&quot;2026-07-09&quot;:4.46},{&quot;2026-07-10&quot;:4.46},{&quot;2026-07-11&quot;:4.46},{&quot;2026-07-12&quot;:4.46},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.37},{&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.21},{&quot;2026-07-20&quot;:4.21},{&quot;2026-07-21&quot;:4.22},{&quot;2026-07-23&quot;:4.22},{&quot;2026-07-25&quot;:4.12},{&quot;2026-07-26&quot;:4.17},{&quot;2026-07-27&quot;:4.25},{&quot;2026-07-29&quot;:4.28},{&quot;2026-07-30&quot;:4.17},{&quot;2026-07-31&quot;:4.23},{&quot;2026-08-01&quot;:4.23},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.23},{&quot;2026-08-04&quot;:4.23},{&quot;2026-08-05&quot;:4.28},{&quot;2026-08-07&quot;:4.3},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.34},{&quot;2026-08-10&quot;:4.39},{&quot;2026-08-11&quot;:4.39},{&quot;2026-08-12&quot;:4.39},{&quot;2026-08-13&quot;:4.39},{&quot;2026-08-14&quot;:4.39},{&quot;2026-08-15&quot;:4.48},{&quot;2026-08-16&quot;:4.48},{&quot;2026-08-17&quot;:4.45},{&quot;2026-08-18&quot;:4.43},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.43},{&quot;2026-08-21&quot;:4.31},{&quot;2026-08-22&quot;:4.31},{&quot;2026-08-23&quot;:4.31},{&quot;2026-08-24&quot;:4.31},{&quot;2026-08-25&quot;:4.31},{&quot;2026-08-26&quot;:4.36},{&quot;2026-08-27&quot;:4.36},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.34},{&quot;2026-08-31&quot;:4.34},{&quot;2026-09-01&quot;:4.34},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.3},{&quot;2026-09-04&quot;:4.26},{&quot;2026-09-05&quot;:4.33},{&quot;2026-09-06&quot;:4.33},{&quot;2026-09-07&quot;:4.33},{&quot;2026-09-08&quot;:4.33},{&quot;2026-09-09&quot;:4.25},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.26}]}"
        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="19613"
  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-dmc 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">
            Fallaji Wayfarer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Scout
      </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">
            $4.26
          </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="Fallaji Wayfarer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0e8435c6-94d4-4204-a196-ececb38a8c61.jpg?1783921441" />

        <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">
            Fallaji Wayfarer
        </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 Scout</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fallaji Wayfarer" src="https://cards.scryfall.io/large/front/0/e/0e8435c6-94d4-4204-a196-ececb38a8c61.jpg?1783921441" />
    </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">
                $4.26
              </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.20</span>
              <span class="text-xs text-grey-text">Credit: $1.56</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.98},{&quot;2026-06-10&quot;:3.92},{&quot;2026-06-11&quot;:3.94},{&quot;2026-06-12&quot;:3.94},{&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.83},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.83},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.71},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.63},{&quot;2026-06-27&quot;:3.49},{&quot;2026-06-28&quot;:3.31},{&quot;2026-06-29&quot;:3.31},{&quot;2026-06-30&quot;:3.22},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.22},{&quot;2026-07-03&quot;:3.16},{&quot;2026-07-04&quot;:3.09},{&quot;2026-07-05&quot;:3.09},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:2.89},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.83},{&quot;2026-07-12&quot;:2.83},{&quot;2026-07-13&quot;:2.96},{&quot;2026-07-14&quot;:2.96},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.93},{&quot;2026-07-17&quot;:2.96},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.23},{&quot;2026-07-20&quot;:3.3},{&quot;2026-07-21&quot;:3.3},{&quot;2026-07-23&quot;:3.52},{&quot;2026-07-25&quot;:3.4},{&quot;2026-07-26&quot;:3.46},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-29&quot;:3.58},{&quot;2026-07-30&quot;:3.58},{&quot;2026-07-31&quot;:3.58},{&quot;2026-08-01&quot;:3.58},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.93},{&quot;2026-08-05&quot;:3.93},{&quot;2026-08-07&quot;:4.22},{&quot;2026-08-08&quot;:4.22},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.22},{&quot;2026-08-11&quot;:4.22},{&quot;2026-08-12&quot;:4.24},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.34},{&quot;2026-08-15&quot;:4.34},{&quot;2026-08-16&quot;:4.34},{&quot;2026-08-17&quot;:4.34},{&quot;2026-08-18&quot;:4.26},{&quot;2026-08-19&quot;:4.26},{&quot;2026-08-20&quot;:4.26},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:4.3},{&quot;2026-08-23&quot;:4.39},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.33},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.33},{&quot;2026-08-29&quot;:4.33},{&quot;2026-08-30&quot;:4.33},{&quot;2026-08-31&quot;:4.33},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.42},{&quot;2026-09-03&quot;:4.42},{&quot;2026-09-04&quot;:4.42},{&quot;2026-09-05&quot;:4.42},{&quot;2026-09-06&quot;:4.42},{&quot;2026-09-07&quot;:4.4},{&quot;2026-09-08&quot;:4.27},{&quot;2026-09-09&quot;:4.26},{&quot;2026-09-10&quot;:4.26},{&quot;2026-09-11&quot;:4.26}]}"
        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="20146"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Phyrexian Shapeshifter
      </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">
            $4.26
          </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="Phyrexian Metamorph" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6afeb07-ed44-4e15-99b6-436f8365326f.jpg?1783930196" />

        <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">
            Phyrexian Metamorph
        </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 — Phyrexian Shapeshifter</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-up'></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="Phyrexian Metamorph" src="https://cards.scryfall.io/large/front/d/6/d6afeb07-ed44-4e15-99b6-436f8365326f.jpg?1783930196" />
    </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">
                $4.26
              </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">
                $8.20
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.19},{&quot;2026-06-14&quot;:8.19},{&quot;2026-06-15&quot;:8.19},{&quot;2026-06-16&quot;:8.19},{&quot;2026-06-17&quot;:8.19},{&quot;2026-06-18&quot;:8.19},{&quot;2026-06-19&quot;:8.19},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:8.31},{&quot;2026-06-23&quot;:8.31},{&quot;2026-06-24&quot;:8.31},{&quot;2026-06-25&quot;:8.23},{&quot;2026-06-26&quot;:8.23},{&quot;2026-06-27&quot;:8.25},{&quot;2026-06-28&quot;:8.25},{&quot;2026-06-29&quot;:8.25},{&quot;2026-06-30&quot;:8.25},{&quot;2026-07-01&quot;:8.25},{&quot;2026-07-02&quot;:8.25},{&quot;2026-07-03&quot;:8.25},{&quot;2026-07-04&quot;:8.33},{&quot;2026-07-05&quot;:8.33},{&quot;2026-07-06&quot;:8.33},{&quot;2026-07-07&quot;:8.33},{&quot;2026-07-08&quot;:8.33},{&quot;2026-07-09&quot;:8.33},{&quot;2026-07-10&quot;:8.33},{&quot;2026-07-11&quot;:8.33},{&quot;2026-07-12&quot;:8.33},{&quot;2026-07-13&quot;:8.33},{&quot;2026-07-14&quot;:8.33},{&quot;2026-07-15&quot;:8.32},{&quot;2026-07-16&quot;:8.36},{&quot;2026-07-17&quot;:8.36},{&quot;2026-07-18&quot;:8.36},{&quot;2026-07-19&quot;:8.36},{&quot;2026-07-20&quot;:8.36},{&quot;2026-07-21&quot;:8.36},{&quot;2026-07-22&quot;:8.36},{&quot;2026-07-23&quot;:8.33},{&quot;2026-07-24&quot;:8.32},{&quot;2026-07-25&quot;:8.34},{&quot;2026-07-26&quot;:8.38},{&quot;2026-07-27&quot;:8.38},{&quot;2026-07-28&quot;:8.38},{&quot;2026-07-29&quot;:8.35},{&quot;2026-07-30&quot;:8.35},{&quot;2026-07-31&quot;:8.35},{&quot;2026-08-01&quot;:8.3},{&quot;2026-08-02&quot;:8.3},{&quot;2026-08-03&quot;:8.3},{&quot;2026-08-04&quot;:8.3},{&quot;2026-08-05&quot;:8.3},{&quot;2026-08-07&quot;:8.3},{&quot;2026-08-08&quot;:8.29},{&quot;2026-08-09&quot;:8.29},{&quot;2026-08-10&quot;:8.29},{&quot;2026-08-11&quot;:8.29},{&quot;2026-08-12&quot;:8.29},{&quot;2026-08-13&quot;:8.29},{&quot;2026-08-14&quot;:8.29},{&quot;2026-08-15&quot;:8.29},{&quot;2026-08-16&quot;:8.29},{&quot;2026-08-17&quot;:8.29},{&quot;2026-08-18&quot;:8.31},{&quot;2026-08-19&quot;:8.25},{&quot;2026-08-20&quot;:8.25},{&quot;2026-08-21&quot;:8.29},{&quot;2026-08-22&quot;:8.29},{&quot;2026-08-23&quot;:8.29},{&quot;2026-08-24&quot;:8.29},{&quot;2026-08-25&quot;:8.29},{&quot;2026-08-26&quot;:8.28},{&quot;2026-08-27&quot;:8.28},{&quot;2026-08-28&quot;:8.29},{&quot;2026-08-29&quot;:8.29},{&quot;2026-08-30&quot;:8.28},{&quot;2026-08-31&quot;:8.28},{&quot;2026-09-01&quot;:8.28},{&quot;2026-09-02&quot;:8.28},{&quot;2026-09-03&quot;:8.28},{&quot;2026-09-04&quot;:8.28},{&quot;2026-09-05&quot;:8.28},{&quot;2026-09-06&quot;:8.28},{&quot;2026-09-07&quot;:8.28},{&quot;2026-09-08&quot;:8.2},{&quot;2026-09-09&quot;:8.2},{&quot;2026-09-10&quot;:8.2},{&quot;2026-09-11&quot;:8.2}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.64},{&quot;2026-06-14&quot;:4.64},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.64},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.64},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.92},{&quot;2026-06-21&quot;:4.92},{&quot;2026-06-22&quot;:4.92},{&quot;2026-06-23&quot;:4.92},{&quot;2026-06-24&quot;:4.92},{&quot;2026-06-25&quot;:4.91},{&quot;2026-06-26&quot;:4.91},{&quot;2026-06-27&quot;:4.91},{&quot;2026-06-28&quot;:4.91},{&quot;2026-06-29&quot;:4.91},{&quot;2026-06-30&quot;:4.91},{&quot;2026-07-01&quot;:4.85},{&quot;2026-07-02&quot;:4.85},{&quot;2026-07-03&quot;:4.78},{&quot;2026-07-04&quot;:4.72},{&quot;2026-07-05&quot;:4.72},{&quot;2026-07-06&quot;:4.72},{&quot;2026-07-07&quot;:4.72},{&quot;2026-07-08&quot;:4.72},{&quot;2026-07-09&quot;:4.63},{&quot;2026-07-10&quot;:4.63},{&quot;2026-07-11&quot;:4.63},{&quot;2026-07-12&quot;:4.63},{&quot;2026-07-13&quot;:4.63},{&quot;2026-07-14&quot;:4.62},{&quot;2026-07-15&quot;:4.62},{&quot;2026-07-16&quot;:4.62},{&quot;2026-07-17&quot;:4.62},{&quot;2026-07-18&quot;:4.62},{&quot;2026-07-19&quot;:4.62},{&quot;2026-07-20&quot;:4.53},{&quot;2026-07-21&quot;:4.46},{&quot;2026-07-22&quot;:4.46},{&quot;2026-07-23&quot;:4.31},{&quot;2026-07-24&quot;:4.31},{&quot;2026-07-25&quot;:4.3},{&quot;2026-07-26&quot;:4.3},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-28&quot;:3.94},{&quot;2026-07-29&quot;:3.89},{&quot;2026-07-30&quot;:3.89},{&quot;2026-07-31&quot;:3.89},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.72},{&quot;2026-08-04&quot;:3.76},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.34},{&quot;2026-08-08&quot;:3.34},{&quot;2026-08-09&quot;:3.4},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.62},{&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.67},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.78},{&quot;2026-08-22&quot;:3.81},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:4.11},{&quot;2026-08-25&quot;:4.11},{&quot;2026-08-26&quot;:4.22},{&quot;2026-08-27&quot;:4.22},{&quot;2026-08-28&quot;:4.32},{&quot;2026-08-29&quot;:4.32},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.24},{&quot;2026-09-01&quot;:4.24},{&quot;2026-09-02&quot;:4.24},{&quot;2026-09-03&quot;:4.24},{&quot;2026-09-04&quot;:4.15},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.15},{&quot;2026-09-07&quot;:4.26},{&quot;2026-09-08&quot;:4.26},{&quot;2026-09-09&quot;:4.16},{&quot;2026-09-10&quot;:4.26},{&quot;2026-09-11&quot;:4.26}]}"
        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="95304"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.26
          </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="Ultima, Origin of Oblivion" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/a/2ac1b165-27ff-47f3-b598-43f7f021093a.jpg?1783906532" />

        <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">
            Ultima, Origin of Oblivion
        </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 — God</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="Ultima, Origin of Oblivion" src="https://cards.scryfall.io/large/front/2/a/2ac1b165-27ff-47f3-b598-43f7f021093a.jpg?1783906532" />
    </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">
                $4.26
              </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">
                $6.14
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:4.84},{&quot;2026-06-10&quot;:4.95},{&quot;2026-06-11&quot;:5.01},{&quot;2026-06-12&quot;:5.14},{&quot;2026-06-13&quot;:5.08},{&quot;2026-06-14&quot;:5.23},{&quot;2026-06-15&quot;:5.27},{&quot;2026-06-16&quot;:5.26},{&quot;2026-06-17&quot;:5.36},{&quot;2026-06-18&quot;:5.4},{&quot;2026-06-19&quot;:5.42},{&quot;2026-06-20&quot;:5.47},{&quot;2026-06-21&quot;:5.64},{&quot;2026-06-22&quot;:5.64},{&quot;2026-06-24&quot;:5.97},{&quot;2026-06-25&quot;:5.97},{&quot;2026-06-26&quot;:5.97},{&quot;2026-06-27&quot;:5.95},{&quot;2026-06-28&quot;:5.98},{&quot;2026-06-29&quot;:6.03},{&quot;2026-06-30&quot;:6.03},{&quot;2026-07-01&quot;:6.44},{&quot;2026-07-02&quot;:7.03},{&quot;2026-07-03&quot;:7.03},{&quot;2026-07-04&quot;:7.03},{&quot;2026-07-05&quot;:6.92},{&quot;2026-07-06&quot;:7.12},{&quot;2026-07-07&quot;:7.09},{&quot;2026-07-08&quot;:7.08},{&quot;2026-07-09&quot;:7.12},{&quot;2026-07-10&quot;:7.12},{&quot;2026-07-11&quot;:7.06},{&quot;2026-07-12&quot;:7.13},{&quot;2026-07-13&quot;:6.94},{&quot;2026-07-14&quot;:6.94},{&quot;2026-07-15&quot;:6.85},{&quot;2026-07-16&quot;:6.92},{&quot;2026-07-17&quot;:6.96},{&quot;2026-07-18&quot;:6.84},{&quot;2026-07-19&quot;:6.17},{&quot;2026-07-20&quot;:6.11},{&quot;2026-07-21&quot;:6.08},{&quot;2026-07-23&quot;:6.24},{&quot;2026-07-25&quot;:6.55},{&quot;2026-07-26&quot;:6.55},{&quot;2026-07-27&quot;:6.6},{&quot;2026-07-29&quot;:6.72},{&quot;2026-07-30&quot;:6.74},{&quot;2026-07-31&quot;:6.79},{&quot;2026-08-01&quot;:6.8},{&quot;2026-08-02&quot;:6.71},{&quot;2026-08-03&quot;:7.07},{&quot;2026-08-04&quot;:7.07},{&quot;2026-08-05&quot;:7.07},{&quot;2026-08-07&quot;:6.93},{&quot;2026-08-08&quot;:6.83},{&quot;2026-08-09&quot;:6.93},{&quot;2026-08-10&quot;:6.78},{&quot;2026-08-11&quot;:6.72},{&quot;2026-08-12&quot;:6.72},{&quot;2026-08-13&quot;:6.8},{&quot;2026-08-14&quot;:6.83},{&quot;2026-08-15&quot;:6.83},{&quot;2026-08-16&quot;:6.83},{&quot;2026-08-17&quot;:6.83},{&quot;2026-08-18&quot;:6.88},{&quot;2026-08-19&quot;:6.71},{&quot;2026-08-20&quot;:6.71},{&quot;2026-08-21&quot;:6.62},{&quot;2026-08-22&quot;:6.62},{&quot;2026-08-23&quot;:6.62},{&quot;2026-08-24&quot;:6.73},{&quot;2026-08-25&quot;:6.73},{&quot;2026-08-26&quot;:6.76},{&quot;2026-08-27&quot;:6.76},{&quot;2026-08-28&quot;:6.67},{&quot;2026-08-29&quot;:6.67},{&quot;2026-08-30&quot;:6.67},{&quot;2026-08-31&quot;:6.69},{&quot;2026-09-01&quot;:6.69},{&quot;2026-09-02&quot;:6.75},{&quot;2026-09-03&quot;:6.54},{&quot;2026-09-04&quot;:6.27},{&quot;2026-09-05&quot;:6.27},{&quot;2026-09-06&quot;:6.27},{&quot;2026-09-07&quot;:6.21},{&quot;2026-09-08&quot;:6.17},{&quot;2026-09-09&quot;:6.21},{&quot;2026-09-10&quot;:6.14},{&quot;2026-09-11&quot;:6.14}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:2.98},{&quot;2026-06-10&quot;:2.98},{&quot;2026-06-11&quot;:2.68},{&quot;2026-06-12&quot;:3.06},{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:3.14},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.45},{&quot;2026-06-17&quot;:3.46},{&quot;2026-06-18&quot;:3.49},{&quot;2026-06-19&quot;:3.62},{&quot;2026-06-20&quot;:3.53},{&quot;2026-06-21&quot;:3.46},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.65},{&quot;2026-06-26&quot;:3.99},{&quot;2026-06-27&quot;:4.16},{&quot;2026-06-28&quot;:4.18},{&quot;2026-06-29&quot;:4.22},{&quot;2026-06-30&quot;:4.18},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.57},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.26},{&quot;2026-07-05&quot;:4.21},{&quot;2026-07-06&quot;:4.21},{&quot;2026-07-07&quot;:4.18},{&quot;2026-07-08&quot;:4.09},{&quot;2026-07-09&quot;:4.15},{&quot;2026-07-10&quot;:3.87},{&quot;2026-07-11&quot;:3.72},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.73},{&quot;2026-07-15&quot;:3.62},{&quot;2026-07-16&quot;:3.81},{&quot;2026-07-17&quot;:4.02},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.21},{&quot;2026-07-20&quot;:3.81},{&quot;2026-07-21&quot;:3.87},{&quot;2026-07-23&quot;:4.57},{&quot;2026-07-25&quot;:4.43},{&quot;2026-07-26&quot;:4.33},{&quot;2026-07-27&quot;:4.25},{&quot;2026-07-29&quot;:4.35},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.43},{&quot;2026-08-01&quot;:4.49},{&quot;2026-08-02&quot;:3.96},{&quot;2026-08-03&quot;:4.07},{&quot;2026-08-04&quot;:4.07},{&quot;2026-08-05&quot;:3.82},{&quot;2026-08-07&quot;:4.15},{&quot;2026-08-08&quot;:4.16},{&quot;2026-08-09&quot;:4.02},{&quot;2026-08-10&quot;:3.95},{&quot;2026-08-11&quot;:3.79},{&quot;2026-08-12&quot;:3.75},{&quot;2026-08-13&quot;:3.8},{&quot;2026-08-14&quot;:3.89},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.83},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.15},{&quot;2026-08-19&quot;:4.52},{&quot;2026-08-20&quot;:4.52},{&quot;2026-08-21&quot;:4.34},{&quot;2026-08-22&quot;:4.41},{&quot;2026-08-23&quot;:4.48},{&quot;2026-08-24&quot;:4.27},{&quot;2026-08-25&quot;:4.27},{&quot;2026-08-26&quot;:4.17},{&quot;2026-08-27&quot;:4.31},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:4.24},{&quot;2026-08-31&quot;:4.09},{&quot;2026-09-01&quot;:4.09},{&quot;2026-09-02&quot;:4.1},{&quot;2026-09-03&quot;:4.1},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.28},{&quot;2026-09-06&quot;:4.35},{&quot;2026-09-07&quot;:4.28},{&quot;2026-09-08&quot;:4.29},{&quot;2026-09-09&quot;:4.34},{&quot;2026-09-10&quot;:4.32},{&quot;2026-09-11&quot;:4.26}]}"
        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="43516"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-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">
            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">
            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">
            $4.25
          </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/d/2/d27b6a46-f9be-437a-a13c-ad8077ac0127.jpg?1783930798" />

        <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">
            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="Reliquary Tower" src="https://cards.scryfall.io/large/front/d/2/d27b6a46-f9be-437a-a13c-ad8077ac0127.jpg?1783930798" />
    </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">
                $4.25
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.74},{&quot;2026-06-14&quot;:3.74},{&quot;2026-06-15&quot;:3.85},{&quot;2026-06-16&quot;:3.75},{&quot;2026-06-17&quot;:3.75},{&quot;2026-06-18&quot;:3.78},{&quot;2026-06-19&quot;:3.66},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.49},{&quot;2026-06-22&quot;:3.18},{&quot;2026-06-23&quot;:3.12},{&quot;2026-06-24&quot;:3.17},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:3.19},{&quot;2026-06-27&quot;:3.19},{&quot;2026-06-28&quot;:3.19},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.41},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.6},{&quot;2026-07-05&quot;:3.71},{&quot;2026-07-06&quot;:3.71},{&quot;2026-07-07&quot;:3.71},{&quot;2026-07-08&quot;:3.71},{&quot;2026-07-09&quot;:3.68},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.65},{&quot;2026-07-12&quot;:3.66},{&quot;2026-07-13&quot;:4.04},{&quot;2026-07-14&quot;:3.99},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.97},{&quot;2026-07-17&quot;:3.94},{&quot;2026-07-18&quot;:3.96},{&quot;2026-07-19&quot;:3.94},{&quot;2026-07-20&quot;:3.99},{&quot;2026-07-21&quot;:4.06},{&quot;2026-07-22&quot;:4.1},{&quot;2026-07-23&quot;:3.78},{&quot;2026-07-24&quot;:3.77},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.82},{&quot;2026-07-28&quot;:3.82},{&quot;2026-07-29&quot;:3.88},{&quot;2026-07-30&quot;:3.88},{&quot;2026-07-31&quot;:4.13},{&quot;2026-08-01&quot;:4.15},{&quot;2026-08-02&quot;:4.23},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.21},{&quot;2026-08-05&quot;:4.27},{&quot;2026-08-07&quot;:4.27},{&quot;2026-08-08&quot;:4.13},{&quot;2026-08-09&quot;:4.12},{&quot;2026-08-10&quot;:4.03},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.08},{&quot;2026-08-13&quot;:4.04},{&quot;2026-08-14&quot;:3.92},{&quot;2026-08-15&quot;:3.96},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:4.04},{&quot;2026-08-18&quot;:4.05},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.13},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.23},{&quot;2026-08-23&quot;:4.35},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.37},{&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.15},{&quot;2026-08-31&quot;:3.96},{&quot;2026-09-01&quot;:3.97},{&quot;2026-09-02&quot;:4.14},{&quot;2026-09-03&quot;:3.98},{&quot;2026-09-04&quot;:4.09},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.15},{&quot;2026-09-07&quot;:4.3},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.25}],&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="53373"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Equipment Dog
      </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">
            $4.25
          </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="Komainu Battle Armor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6ecab4b-fcff-4cf9-8e26-f3c609179050.jpg?1783923991" />

        <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">
            Komainu Battle Armor
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Equipment Dog</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="Komainu Battle Armor" src="https://cards.scryfall.io/large/front/d/6/d6ecab4b-fcff-4cf9-8e26-f3c609179050.jpg?1783923991" />
    </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">
                $4.25
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.79},{&quot;2026-06-12&quot;:4.76},{&quot;2026-06-13&quot;:4.71},{&quot;2026-06-14&quot;:4.68},{&quot;2026-06-15&quot;:4.6},{&quot;2026-06-16&quot;:4.69},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.57},{&quot;2026-06-19&quot;:4.56},{&quot;2026-06-20&quot;:4.56},{&quot;2026-06-21&quot;:4.51},{&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.45},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.4},{&quot;2026-06-28&quot;:4.46},{&quot;2026-06-29&quot;:4.18},{&quot;2026-06-30&quot;:4.24},{&quot;2026-07-01&quot;:4.18},{&quot;2026-07-02&quot;:4.07},{&quot;2026-07-03&quot;:4.17},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:4.12},{&quot;2026-07-06&quot;:4.19},{&quot;2026-07-07&quot;:4.18},{&quot;2026-07-08&quot;:4.23},{&quot;2026-07-09&quot;:4.22},{&quot;2026-07-10&quot;:4.21},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.41},{&quot;2026-07-13&quot;:4.48},{&quot;2026-07-14&quot;:4.48},{&quot;2026-07-15&quot;:4.48},{&quot;2026-07-16&quot;:4.57},{&quot;2026-07-17&quot;:4.55},{&quot;2026-07-18&quot;:4.54},{&quot;2026-07-19&quot;:4.54},{&quot;2026-07-20&quot;:4.34},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-23&quot;:4.42},{&quot;2026-07-25&quot;:4.42},{&quot;2026-07-26&quot;:4.51},{&quot;2026-07-27&quot;:4.51},{&quot;2026-07-28&quot;:4.53},{&quot;2026-07-29&quot;:4.51},{&quot;2026-07-30&quot;:4.52},{&quot;2026-07-31&quot;:4.23},{&quot;2026-08-01&quot;:4.02},{&quot;2026-08-02&quot;:3.99},{&quot;2026-08-03&quot;:3.99},{&quot;2026-08-04&quot;:3.79},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.7},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.68},{&quot;2026-08-12&quot;:3.74},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.71},{&quot;2026-08-15&quot;:3.77},{&quot;2026-08-16&quot;:3.71},{&quot;2026-08-17&quot;:3.71},{&quot;2026-08-18&quot;:3.71},{&quot;2026-08-19&quot;:3.73},{&quot;2026-08-20&quot;:3.73},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.81},{&quot;2026-08-23&quot;:3.81},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.92},{&quot;2026-08-26&quot;:3.95},{&quot;2026-08-27&quot;:3.94},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:3.94},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:4.04},{&quot;2026-09-03&quot;:4.04},{&quot;2026-09-04&quot;:4.03},{&quot;2026-09-05&quot;:4.09},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.14},{&quot;2026-09-09&quot;:4.18},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.25}]}"
        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 1051-1100 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=21&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=21&amp;username=denvermullets" rel="prev">21</a><a role="link" aria-disabled="true" aria-current="page">22</a><a href="/load_collection?direction=asc&amp;page=23&amp;username=denvermullets" rel="next">23</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=23&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="74402"
          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">
              257
            </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>
              Mines of Moria


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-common ss-fw ss-2x mr-4"></i>
              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">
                  $4.44

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x mr-4"></i>
              Sovereign Okinec Ahau


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51603"
          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-mul ss-rare ss-fw ss-2x mr-4"></i>
              Lurrus of the Dream-Den


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90286"
          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">
              137
            </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>
              Authority of the Consuls


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12839"
          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">
              488
            </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-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">
                  $4.41

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73816"
          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">
              60
            </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-common ss-fw ss-2x mr-4"></i>
              Lórien Revealed


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9324"
          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-c18 ss-mythic ss-fw ss-2x mr-4"></i>
              Tuvasa the Sunlit


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75874"
          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">
              263
            </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>
              Wayward Swordtooth


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12617"
          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">
              416
            </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>
              Relentless Assault


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73272"
          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-bro ss-rare ss-fw ss-2x mr-4"></i>
              Fade from History


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="84397"
          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">
              SHM-237
            </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>
              Rhys the Redeemed


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-mythic ss-fw ss-2x mr-4"></i>
              Gogo, Master of Mimicry


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14260"
          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">
              811
            </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-mythic ss-fw ss-2x mr-4"></i>
              Urabrask the Hidden


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12795"
          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">
              473
            </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>
              Sunforger


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-mythic ss-fw ss-2x mr-4"></i>
              Charred Foyer // Warped Space


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49155"
          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">
              137
            </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>
              Obsidian Charmaw


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18642"
          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">
              223
            </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-mythic ss-fw ss-2x mr-4"></i>
              Gauntlet of Power


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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Ultima, Origin of Oblivion


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53373"
          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-nec ss-rare ss-fw ss-2x mr-4"></i>
              Komainu Battle Armor


            </td>

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="53373"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53373" src="/boxset_card/53373?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 1051-1100 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=21&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=21&amp;username=denvermullets" rel="prev">21</a><a role="link" aria-disabled="true" aria-current="page">22</a><a href="/load_collection?direction=asc&amp;page=23&amp;username=denvermullets" rel="next">23</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=23&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>