<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="87712"
  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">
            Iroas, God of Victory
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.54
          </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="Iroas, God of Victory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/5113e135-11b9-4ae7-a26a-1603801bcd8a.jpg?1783909936" />

        <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">
            Iroas, God of Victory
        </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 Enchantment 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></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="Iroas, God of Victory" src="https://cards.scryfall.io/large/front/5/1/5113e135-11b9-4ae7-a26a-1603801bcd8a.jpg?1783909936" />
    </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">
                $9.54
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:11.51},{&quot;2026-06-13&quot;:11.32},{&quot;2026-06-14&quot;:11.24},{&quot;2026-06-15&quot;:11.67},{&quot;2026-06-16&quot;:11.6},{&quot;2026-06-17&quot;:12.04},{&quot;2026-06-18&quot;:12.22},{&quot;2026-06-19&quot;:11.96},{&quot;2026-06-20&quot;:12.18},{&quot;2026-06-21&quot;:12.36},{&quot;2026-06-22&quot;:12.75},{&quot;2026-06-23&quot;:12.61},{&quot;2026-06-24&quot;:12.44},{&quot;2026-06-25&quot;:12.44},{&quot;2026-06-26&quot;:12.47},{&quot;2026-06-27&quot;:12.55},{&quot;2026-06-28&quot;:12.38},{&quot;2026-06-29&quot;:12.41},{&quot;2026-06-30&quot;:12.17},{&quot;2026-07-01&quot;:12.65},{&quot;2026-07-02&quot;:12.65},{&quot;2026-07-03&quot;:12.57},{&quot;2026-07-04&quot;:12.42},{&quot;2026-07-05&quot;:12.21},{&quot;2026-07-06&quot;:12.14},{&quot;2026-07-07&quot;:12.09},{&quot;2026-07-08&quot;:12.28},{&quot;2026-07-09&quot;:12.3},{&quot;2026-07-10&quot;:12.72},{&quot;2026-07-11&quot;:12.7},{&quot;2026-07-12&quot;:12.56},{&quot;2026-07-13&quot;:12.56},{&quot;2026-07-14&quot;:12.86},{&quot;2026-07-15&quot;:12.9},{&quot;2026-07-16&quot;:12.99},{&quot;2026-07-17&quot;:13.14},{&quot;2026-07-18&quot;:13.23},{&quot;2026-07-19&quot;:12.55},{&quot;2026-07-20&quot;:12.47},{&quot;2026-07-21&quot;:11.91},{&quot;2026-07-23&quot;:12.13},{&quot;2026-07-24&quot;:11.93},{&quot;2026-07-25&quot;:11.78},{&quot;2026-07-26&quot;:11.12},{&quot;2026-07-27&quot;:11.65},{&quot;2026-07-28&quot;:11.93},{&quot;2026-07-29&quot;:12.2},{&quot;2026-07-30&quot;:12.27},{&quot;2026-07-31&quot;:12.32},{&quot;2026-08-01&quot;:12.62},{&quot;2026-08-02&quot;:12.02},{&quot;2026-08-03&quot;:11.7},{&quot;2026-08-04&quot;:10.72},{&quot;2026-08-05&quot;:10.75},{&quot;2026-08-07&quot;:10.38},{&quot;2026-08-08&quot;:10.56},{&quot;2026-08-09&quot;:10.23},{&quot;2026-08-10&quot;:10.27},{&quot;2026-08-11&quot;:10.56},{&quot;2026-08-12&quot;:10.55},{&quot;2026-08-13&quot;:10.39},{&quot;2026-08-14&quot;:10.65},{&quot;2026-08-15&quot;:10.19},{&quot;2026-08-16&quot;:10.2},{&quot;2026-08-17&quot;:10.26},{&quot;2026-08-18&quot;:10.16},{&quot;2026-08-19&quot;:10.23},{&quot;2026-08-20&quot;:10.23},{&quot;2026-08-21&quot;:9.98},{&quot;2026-08-22&quot;:10.27},{&quot;2026-08-23&quot;:10.02},{&quot;2026-08-24&quot;:10.6},{&quot;2026-08-25&quot;:10.86},{&quot;2026-08-26&quot;:10.8},{&quot;2026-08-27&quot;:11.06},{&quot;2026-08-28&quot;:11.22},{&quot;2026-08-29&quot;:11.22},{&quot;2026-08-30&quot;:11.52},{&quot;2026-08-31&quot;:11.51},{&quot;2026-09-01&quot;:11.04},{&quot;2026-09-02&quot;:11.01},{&quot;2026-09-03&quot;:10.95},{&quot;2026-09-04&quot;:10.59},{&quot;2026-09-05&quot;:10.5},{&quot;2026-09-06&quot;:10.03},{&quot;2026-09-07&quot;:9.8},{&quot;2026-09-08&quot;:9.13},{&quot;2026-09-09&quot;:9.53},{&quot;2026-09-10&quot;:9.46},{&quot;2026-09-11&quot;:9.54}]}"
        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="53197"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Stifle
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.53
          </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="Stifle" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/3/23924d21-8271-446b-a896-3241fb3085c1.jpg?1783910566" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Stifle" src="https://cards.scryfall.io/large/front/2/3/23924d21-8271-446b-a896-3241fb3085c1.jpg?1783910566" />
    </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">
                $9.53
              </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">
                $38.36
              </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">$8.50</span>
              <span class="text-xs text-grey-text">Credit: $11.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;:29.64},{&quot;2026-06-10&quot;:29.64},{&quot;2026-06-11&quot;:29.64},{&quot;2026-06-12&quot;:29.64},{&quot;2026-06-13&quot;:29.64},{&quot;2026-06-14&quot;:29.64},{&quot;2026-06-15&quot;:30.22},{&quot;2026-06-16&quot;:30.22},{&quot;2026-06-17&quot;:30.22},{&quot;2026-06-18&quot;:30.22},{&quot;2026-06-19&quot;:30.22},{&quot;2026-06-20&quot;:30.22},{&quot;2026-06-21&quot;:30.22},{&quot;2026-06-22&quot;:30.22},{&quot;2026-06-24&quot;:30.22},{&quot;2026-06-25&quot;:30.22},{&quot;2026-06-26&quot;:30.22},{&quot;2026-06-27&quot;:30.22},{&quot;2026-06-28&quot;:30.22},{&quot;2026-06-29&quot;:30.66},{&quot;2026-06-30&quot;:30.66},{&quot;2026-07-01&quot;:31.25},{&quot;2026-07-02&quot;:31.25},{&quot;2026-07-03&quot;:31.25},{&quot;2026-07-04&quot;:31.25},{&quot;2026-07-05&quot;:31.25},{&quot;2026-07-06&quot;:31.25},{&quot;2026-07-07&quot;:31.25},{&quot;2026-07-08&quot;:31.25},{&quot;2026-07-09&quot;:31.25},{&quot;2026-07-10&quot;:31.25},{&quot;2026-07-11&quot;:31.25},{&quot;2026-07-12&quot;:31.25},{&quot;2026-07-13&quot;:31.25},{&quot;2026-07-14&quot;:31.25},{&quot;2026-07-15&quot;:31.25},{&quot;2026-07-16&quot;:31.25},{&quot;2026-07-17&quot;:31.25},{&quot;2026-07-18&quot;:31.57},{&quot;2026-07-19&quot;:31.57},{&quot;2026-07-20&quot;:31.84},{&quot;2026-07-21&quot;:31.84},{&quot;2026-07-23&quot;:31.84},{&quot;2026-07-25&quot;:31.84},{&quot;2026-07-26&quot;:33.63},{&quot;2026-07-27&quot;:33.63},{&quot;2026-07-29&quot;:33.63},{&quot;2026-07-30&quot;:33.63},{&quot;2026-07-31&quot;:33.63},{&quot;2026-08-01&quot;:33.63},{&quot;2026-08-02&quot;:33.63},{&quot;2026-08-03&quot;:33.63},{&quot;2026-08-04&quot;:35.6},{&quot;2026-08-05&quot;:35.6},{&quot;2026-08-07&quot;:35.6},{&quot;2026-08-08&quot;:35.6},{&quot;2026-08-09&quot;:35.6},{&quot;2026-08-10&quot;:35.6},{&quot;2026-08-11&quot;:35.6},{&quot;2026-08-12&quot;:35.6},{&quot;2026-08-13&quot;:35.6},{&quot;2026-08-14&quot;:35.6},{&quot;2026-08-15&quot;:35.6},{&quot;2026-08-16&quot;:35.6},{&quot;2026-08-17&quot;:35.6},{&quot;2026-08-18&quot;:35.6},{&quot;2026-08-19&quot;:35.6},{&quot;2026-08-20&quot;:35.6},{&quot;2026-08-21&quot;:35.6},{&quot;2026-08-22&quot;:35.6},{&quot;2026-08-23&quot;:35.6},{&quot;2026-08-24&quot;:35.6},{&quot;2026-08-25&quot;:35.6},{&quot;2026-08-26&quot;:35.6},{&quot;2026-08-27&quot;:35.6},{&quot;2026-08-28&quot;:35.96},{&quot;2026-08-29&quot;:35.96},{&quot;2026-08-30&quot;:35.96},{&quot;2026-08-31&quot;:38.01},{&quot;2026-09-01&quot;:38.01},{&quot;2026-09-02&quot;:38.01},{&quot;2026-09-03&quot;:38.01},{&quot;2026-09-04&quot;:38.36},{&quot;2026-09-05&quot;:38.36},{&quot;2026-09-06&quot;:38.36},{&quot;2026-09-07&quot;:38.36},{&quot;2026-09-08&quot;:38.36},{&quot;2026-09-09&quot;:38.36},{&quot;2026-09-10&quot;:38.36},{&quot;2026-09-11&quot;:38.36}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.75},{&quot;2026-06-10&quot;:8.77},{&quot;2026-06-11&quot;:8.81},{&quot;2026-06-12&quot;:8.89},{&quot;2026-06-13&quot;:8.94},{&quot;2026-06-14&quot;:8.94},{&quot;2026-06-15&quot;:9.01},{&quot;2026-06-16&quot;:9.14},{&quot;2026-06-17&quot;:9.14},{&quot;2026-06-18&quot;:9.14},{&quot;2026-06-19&quot;:9.11},{&quot;2026-06-20&quot;:9.01},{&quot;2026-06-21&quot;:9.01},{&quot;2026-06-22&quot;:8.98},{&quot;2026-06-24&quot;:8.98},{&quot;2026-06-25&quot;:9.09},{&quot;2026-06-26&quot;:9.09},{&quot;2026-06-27&quot;:9.09},{&quot;2026-06-28&quot;:9.11},{&quot;2026-06-29&quot;:8.89},{&quot;2026-06-30&quot;:8.91},{&quot;2026-07-01&quot;:8.65},{&quot;2026-07-02&quot;:8.58},{&quot;2026-07-03&quot;:8.58},{&quot;2026-07-04&quot;:8.53},{&quot;2026-07-05&quot;:8.53},{&quot;2026-07-06&quot;:8.58},{&quot;2026-07-07&quot;:8.57},{&quot;2026-07-08&quot;:8.5},{&quot;2026-07-09&quot;:8.57},{&quot;2026-07-10&quot;:8.57},{&quot;2026-07-11&quot;:8.82},{&quot;2026-07-12&quot;:8.72},{&quot;2026-07-13&quot;:8.84},{&quot;2026-07-14&quot;:8.84},{&quot;2026-07-15&quot;:8.97},{&quot;2026-07-16&quot;:8.94},{&quot;2026-07-17&quot;:8.93},{&quot;2026-07-18&quot;:9.0},{&quot;2026-07-19&quot;:9.0},{&quot;2026-07-20&quot;:9.18},{&quot;2026-07-21&quot;:9.13},{&quot;2026-07-23&quot;:9.13},{&quot;2026-07-25&quot;:9.23},{&quot;2026-07-26&quot;:9.13},{&quot;2026-07-27&quot;:9.17},{&quot;2026-07-29&quot;:9.03},{&quot;2026-07-30&quot;:8.85},{&quot;2026-07-31&quot;:8.74},{&quot;2026-08-01&quot;:8.56},{&quot;2026-08-02&quot;:8.61},{&quot;2026-08-03&quot;:8.5},{&quot;2026-08-04&quot;:8.52},{&quot;2026-08-05&quot;:8.51},{&quot;2026-08-07&quot;:7.67},{&quot;2026-08-08&quot;:7.62},{&quot;2026-08-09&quot;:7.62},{&quot;2026-08-10&quot;:7.62},{&quot;2026-08-11&quot;:7.62},{&quot;2026-08-12&quot;:7.53},{&quot;2026-08-13&quot;:7.31},{&quot;2026-08-14&quot;:7.46},{&quot;2026-08-15&quot;:7.95},{&quot;2026-08-16&quot;:7.79},{&quot;2026-08-17&quot;:7.6},{&quot;2026-08-18&quot;:7.74},{&quot;2026-08-19&quot;:7.96},{&quot;2026-08-20&quot;:7.96},{&quot;2026-08-21&quot;:8.11},{&quot;2026-08-22&quot;:8.24},{&quot;2026-08-23&quot;:8.73},{&quot;2026-08-24&quot;:9.02},{&quot;2026-08-25&quot;:9.02},{&quot;2026-08-26&quot;:9.02},{&quot;2026-08-27&quot;:9.28},{&quot;2026-08-28&quot;:9.28},{&quot;2026-08-29&quot;:9.28},{&quot;2026-08-30&quot;:9.46},{&quot;2026-08-31&quot;:9.46},{&quot;2026-09-01&quot;:9.46},{&quot;2026-09-02&quot;:9.63},{&quot;2026-09-03&quot;:9.63},{&quot;2026-09-04&quot;:9.53},{&quot;2026-09-05&quot;:9.53},{&quot;2026-09-06&quot;:9.31},{&quot;2026-09-07&quot;:9.3},{&quot;2026-09-08&quot;:9.45},{&quot;2026-09-09&quot;:9.6},{&quot;2026-09-10&quot;:9.6},{&quot;2026-09-11&quot;:9.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="12410"
  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">
            Wrathful Red Dragon
        </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">
            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">
              ↑
              21%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $9.51
          </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="Wrathful Red Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/c/acd207de-eec3-4d82-b8b9-b1e60a7bad12.jpg?1783922724" />

        <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">
            Wrathful Red Dragon
        </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="Wrathful Red Dragon" src="https://cards.scryfall.io/large/front/a/c/acd207de-eec3-4d82-b8b9-b1e60a7bad12.jpg?1783922724" />
    </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">
                $9.51
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.7},{&quot;2026-06-11&quot;:5.76},{&quot;2026-06-12&quot;:5.66},{&quot;2026-06-13&quot;:5.76},{&quot;2026-06-14&quot;:5.55},{&quot;2026-06-15&quot;:5.55},{&quot;2026-06-16&quot;:5.48},{&quot;2026-06-17&quot;:5.42},{&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.36},{&quot;2026-06-27&quot;:5.36},{&quot;2026-06-28&quot;:5.36},{&quot;2026-06-29&quot;:5.36},{&quot;2026-06-30&quot;:5.36},{&quot;2026-07-01&quot;:5.45},{&quot;2026-07-02&quot;:5.45},{&quot;2026-07-03&quot;:5.45},{&quot;2026-07-04&quot;:5.45},{&quot;2026-07-05&quot;:5.49},{&quot;2026-07-06&quot;:5.47},{&quot;2026-07-07&quot;:5.47},{&quot;2026-07-08&quot;:5.46},{&quot;2026-07-09&quot;:5.41},{&quot;2026-07-10&quot;:5.21},{&quot;2026-07-11&quot;:5.21},{&quot;2026-07-12&quot;:5.12},{&quot;2026-07-13&quot;:5.12},{&quot;2026-07-14&quot;:5.08},{&quot;2026-07-15&quot;:5.11},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:5.11},{&quot;2026-07-18&quot;:5.2},{&quot;2026-07-19&quot;:5.12},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.1},{&quot;2026-07-23&quot;:5.23},{&quot;2026-07-25&quot;:5.35},{&quot;2026-07-26&quot;:5.4},{&quot;2026-07-27&quot;:5.43},{&quot;2026-07-29&quot;:5.36},{&quot;2026-07-30&quot;:5.33},{&quot;2026-07-31&quot;:5.4},{&quot;2026-08-01&quot;:5.4},{&quot;2026-08-02&quot;:5.44},{&quot;2026-08-03&quot;:5.46},{&quot;2026-08-04&quot;:5.43},{&quot;2026-08-05&quot;:5.48},{&quot;2026-08-07&quot;:5.57},{&quot;2026-08-08&quot;:5.57},{&quot;2026-08-09&quot;:5.57},{&quot;2026-08-10&quot;:5.57},{&quot;2026-08-11&quot;:5.61},{&quot;2026-08-12&quot;:5.57},{&quot;2026-08-13&quot;:5.57},{&quot;2026-08-14&quot;:5.57},{&quot;2026-08-15&quot;:5.56},{&quot;2026-08-16&quot;:5.56},{&quot;2026-08-17&quot;:5.54},{&quot;2026-08-18&quot;:5.58},{&quot;2026-08-19&quot;:5.58},{&quot;2026-08-20&quot;:5.58},{&quot;2026-08-21&quot;:5.64},{&quot;2026-08-22&quot;:5.64},{&quot;2026-08-23&quot;:5.7},{&quot;2026-08-24&quot;:5.74},{&quot;2026-08-25&quot;:5.74},{&quot;2026-08-26&quot;:5.94},{&quot;2026-08-27&quot;:5.94},{&quot;2026-08-28&quot;:5.98},{&quot;2026-08-29&quot;:5.98},{&quot;2026-08-30&quot;:6.1},{&quot;2026-08-31&quot;:6.11},{&quot;2026-09-01&quot;:6.11},{&quot;2026-09-02&quot;:6.29},{&quot;2026-09-03&quot;:6.28},{&quot;2026-09-04&quot;:6.44},{&quot;2026-09-05&quot;:6.77},{&quot;2026-09-06&quot;:6.77},{&quot;2026-09-07&quot;:6.77},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.77},{&quot;2026-09-10&quot;:6.77},{&quot;2026-09-11&quot;:6.85}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.47},{&quot;2026-06-11&quot;:5.47},{&quot;2026-06-12&quot;:5.5},{&quot;2026-06-13&quot;:5.46},{&quot;2026-06-14&quot;:5.64},{&quot;2026-06-15&quot;:5.6},{&quot;2026-06-16&quot;:5.64},{&quot;2026-06-17&quot;:5.47},{&quot;2026-06-18&quot;:5.51},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.54},{&quot;2026-06-21&quot;:5.52},{&quot;2026-06-22&quot;:5.51},{&quot;2026-06-23&quot;:5.44},{&quot;2026-06-24&quot;:5.51},{&quot;2026-06-25&quot;:5.47},{&quot;2026-06-26&quot;:5.21},{&quot;2026-06-27&quot;:5.44},{&quot;2026-06-28&quot;:5.25},{&quot;2026-06-29&quot;:5.18},{&quot;2026-06-30&quot;:5.04},{&quot;2026-07-01&quot;:4.97},{&quot;2026-07-02&quot;:4.98},{&quot;2026-07-03&quot;:4.98},{&quot;2026-07-04&quot;:4.97},{&quot;2026-07-05&quot;:5.01},{&quot;2026-07-06&quot;:5.01},{&quot;2026-07-07&quot;:4.9},{&quot;2026-07-08&quot;:4.9},{&quot;2026-07-09&quot;:4.83},{&quot;2026-07-10&quot;:4.87},{&quot;2026-07-11&quot;:4.87},{&quot;2026-07-12&quot;:4.79},{&quot;2026-07-13&quot;:4.82},{&quot;2026-07-14&quot;:4.83},{&quot;2026-07-15&quot;:4.84},{&quot;2026-07-16&quot;:4.94},{&quot;2026-07-17&quot;:5.16},{&quot;2026-07-18&quot;:5.07},{&quot;2026-07-19&quot;:5.11},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:5.34},{&quot;2026-07-23&quot;:5.32},{&quot;2026-07-25&quot;:5.34},{&quot;2026-07-26&quot;:5.36},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-29&quot;:5.39},{&quot;2026-07-30&quot;:5.4},{&quot;2026-07-31&quot;:5.31},{&quot;2026-08-01&quot;:5.28},{&quot;2026-08-02&quot;:5.27},{&quot;2026-08-03&quot;:5.36},{&quot;2026-08-04&quot;:5.31},{&quot;2026-08-05&quot;:5.3},{&quot;2026-08-07&quot;:5.47},{&quot;2026-08-08&quot;:5.47},{&quot;2026-08-09&quot;:5.55},{&quot;2026-08-10&quot;:5.43},{&quot;2026-08-11&quot;:5.44},{&quot;2026-08-12&quot;:5.47},{&quot;2026-08-13&quot;:5.4},{&quot;2026-08-14&quot;:5.24},{&quot;2026-08-15&quot;:5.18},{&quot;2026-08-16&quot;:5.18},{&quot;2026-08-17&quot;:5.34},{&quot;2026-08-18&quot;:5.44},{&quot;2026-08-19&quot;:5.5},{&quot;2026-08-20&quot;:5.5},{&quot;2026-08-21&quot;:5.75},{&quot;2026-08-22&quot;:5.61},{&quot;2026-08-23&quot;:5.67},{&quot;2026-08-24&quot;:5.89},{&quot;2026-08-25&quot;:5.89},{&quot;2026-08-26&quot;:5.86},{&quot;2026-08-27&quot;:6.09},{&quot;2026-08-28&quot;:6.28},{&quot;2026-08-29&quot;:6.28},{&quot;2026-08-30&quot;:6.41},{&quot;2026-08-31&quot;:6.9},{&quot;2026-09-01&quot;:6.9},{&quot;2026-09-02&quot;:7.31},{&quot;2026-09-03&quot;:7.73},{&quot;2026-09-04&quot;:7.46},{&quot;2026-09-05&quot;:7.83},{&quot;2026-09-06&quot;:8.02},{&quot;2026-09-07&quot;:8.54},{&quot;2026-09-08&quot;:9.76},{&quot;2026-09-09&quot;:10.22},{&quot;2026-09-10&quot;:9.87},{&quot;2026-09-11&quot;:9.51}]}"
        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="20773"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.49
          </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="Kambal, Consul of Allocation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3e47d49-e5b5-487b-a1ec-373dbf89b2ec.jpg?1783921824" />

        <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">
            Kambal, Consul of Allocation
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kambal, Consul of Allocation" src="https://cards.scryfall.io/large/front/b/3/b3e47d49-e5b5-487b-a1ec-373dbf89b2ec.jpg?1783921824" />
    </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">
                $9.49
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.30</span>
              <span class="text-xs text-grey-text">Credit: $6.89</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;:8.75},{&quot;2026-06-12&quot;:8.68},{&quot;2026-06-13&quot;:8.68},{&quot;2026-06-14&quot;:8.68},{&quot;2026-06-15&quot;:8.68},{&quot;2026-06-16&quot;:8.72},{&quot;2026-06-17&quot;:8.72},{&quot;2026-06-18&quot;:8.82},{&quot;2026-06-19&quot;:8.8},{&quot;2026-06-20&quot;:8.8},{&quot;2026-06-21&quot;:8.8},{&quot;2026-06-22&quot;:8.8},{&quot;2026-06-23&quot;:8.8},{&quot;2026-06-24&quot;:8.8},{&quot;2026-06-25&quot;:8.8},{&quot;2026-06-26&quot;:8.8},{&quot;2026-06-27&quot;:8.8},{&quot;2026-06-28&quot;:8.8},{&quot;2026-06-29&quot;:8.8},{&quot;2026-06-30&quot;:8.8},{&quot;2026-07-01&quot;:8.8},{&quot;2026-07-02&quot;:8.8},{&quot;2026-07-03&quot;:8.8},{&quot;2026-07-04&quot;:8.8},{&quot;2026-07-05&quot;:8.8},{&quot;2026-07-06&quot;:8.74},{&quot;2026-07-07&quot;:8.74},{&quot;2026-07-08&quot;:8.74},{&quot;2026-07-09&quot;:8.74},{&quot;2026-07-10&quot;:8.74},{&quot;2026-07-11&quot;:8.74},{&quot;2026-07-12&quot;:8.74},{&quot;2026-07-13&quot;:8.74},{&quot;2026-07-14&quot;:8.74},{&quot;2026-07-15&quot;:8.74},{&quot;2026-07-16&quot;:8.74},{&quot;2026-07-17&quot;:8.8},{&quot;2026-07-18&quot;:8.8},{&quot;2026-07-19&quot;:8.8},{&quot;2026-07-20&quot;:8.8},{&quot;2026-07-21&quot;:8.8},{&quot;2026-07-23&quot;:8.8},{&quot;2026-07-25&quot;:8.8},{&quot;2026-07-26&quot;:8.77},{&quot;2026-07-27&quot;:8.77},{&quot;2026-07-28&quot;:8.77},{&quot;2026-07-29&quot;:8.84},{&quot;2026-07-30&quot;:8.84},{&quot;2026-07-31&quot;:8.85},{&quot;2026-08-01&quot;:8.85},{&quot;2026-08-02&quot;:8.87},{&quot;2026-08-03&quot;:8.87},{&quot;2026-08-04&quot;:8.87},{&quot;2026-08-05&quot;:8.87},{&quot;2026-08-07&quot;:8.87},{&quot;2026-08-08&quot;:8.87},{&quot;2026-08-09&quot;:8.87},{&quot;2026-08-10&quot;:8.87},{&quot;2026-08-11&quot;:8.87},{&quot;2026-08-12&quot;:8.93},{&quot;2026-08-13&quot;:8.93},{&quot;2026-08-14&quot;:8.93},{&quot;2026-08-15&quot;:8.93},{&quot;2026-08-16&quot;:8.93},{&quot;2026-08-17&quot;:8.93},{&quot;2026-08-18&quot;:8.93},{&quot;2026-08-19&quot;:8.93},{&quot;2026-08-20&quot;:8.93},{&quot;2026-08-21&quot;:8.93},{&quot;2026-08-22&quot;:8.93},{&quot;2026-08-23&quot;:8.93},{&quot;2026-08-24&quot;:8.93},{&quot;2026-08-25&quot;:8.93},{&quot;2026-08-26&quot;:9.06},{&quot;2026-08-27&quot;:9.06},{&quot;2026-08-28&quot;:9.06},{&quot;2026-08-29&quot;:9.06},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.06},{&quot;2026-09-01&quot;:9.06},{&quot;2026-09-02&quot;:9.07},{&quot;2026-09-03&quot;:9.07},{&quot;2026-09-04&quot;:9.07},{&quot;2026-09-05&quot;:9.07},{&quot;2026-09-06&quot;:9.19},{&quot;2026-09-07&quot;:9.19},{&quot;2026-09-08&quot;:9.19},{&quot;2026-09-09&quot;:9.19},{&quot;2026-09-10&quot;:9.19},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.49},{&quot;2026-06-12&quot;:9.63},{&quot;2026-06-13&quot;:9.61},{&quot;2026-06-14&quot;:9.61},{&quot;2026-06-15&quot;:9.81},{&quot;2026-06-16&quot;:10.15},{&quot;2026-06-17&quot;:9.99},{&quot;2026-06-18&quot;:10.27},{&quot;2026-06-19&quot;:10.31},{&quot;2026-06-20&quot;:10.25},{&quot;2026-06-21&quot;:10.22},{&quot;2026-06-22&quot;:10.0},{&quot;2026-06-23&quot;:10.11},{&quot;2026-06-24&quot;:10.01},{&quot;2026-06-25&quot;:9.97},{&quot;2026-06-26&quot;:10.11},{&quot;2026-06-27&quot;:10.23},{&quot;2026-06-28&quot;:10.21},{&quot;2026-06-29&quot;:10.41},{&quot;2026-06-30&quot;:10.41},{&quot;2026-07-01&quot;:10.39},{&quot;2026-07-02&quot;:10.4},{&quot;2026-07-03&quot;:10.7},{&quot;2026-07-04&quot;:10.88},{&quot;2026-07-05&quot;:10.88},{&quot;2026-07-06&quot;:10.9},{&quot;2026-07-07&quot;:10.84},{&quot;2026-07-08&quot;:10.66},{&quot;2026-07-09&quot;:10.86},{&quot;2026-07-10&quot;:11.03},{&quot;2026-07-11&quot;:10.84},{&quot;2026-07-12&quot;:10.8},{&quot;2026-07-13&quot;:10.8},{&quot;2026-07-14&quot;:10.8},{&quot;2026-07-15&quot;:10.8},{&quot;2026-07-16&quot;:10.58},{&quot;2026-07-17&quot;:10.58},{&quot;2026-07-18&quot;:10.33},{&quot;2026-07-19&quot;:10.36},{&quot;2026-07-20&quot;:9.81},{&quot;2026-07-21&quot;:9.35},{&quot;2026-07-23&quot;:9.04},{&quot;2026-07-25&quot;:8.92},{&quot;2026-07-26&quot;:8.97},{&quot;2026-07-27&quot;:8.95},{&quot;2026-07-28&quot;:8.95},{&quot;2026-07-29&quot;:8.83},{&quot;2026-07-30&quot;:8.71},{&quot;2026-07-31&quot;:8.64},{&quot;2026-08-01&quot;:8.64},{&quot;2026-08-02&quot;:8.36},{&quot;2026-08-03&quot;:7.86},{&quot;2026-08-04&quot;:7.67},{&quot;2026-08-05&quot;:7.01},{&quot;2026-08-07&quot;:6.74},{&quot;2026-08-08&quot;:7.19},{&quot;2026-08-09&quot;:7.19},{&quot;2026-08-10&quot;:7.19},{&quot;2026-08-11&quot;:7.23},{&quot;2026-08-12&quot;:6.99},{&quot;2026-08-13&quot;:7.32},{&quot;2026-08-14&quot;:7.85},{&quot;2026-08-15&quot;:8.15},{&quot;2026-08-16&quot;:8.15},{&quot;2026-08-17&quot;:8.96},{&quot;2026-08-18&quot;:8.96},{&quot;2026-08-19&quot;:9.02},{&quot;2026-08-20&quot;:9.02},{&quot;2026-08-21&quot;:9.35},{&quot;2026-08-22&quot;:9.31},{&quot;2026-08-23&quot;:9.31},{&quot;2026-08-24&quot;:9.31},{&quot;2026-08-25&quot;:9.31},{&quot;2026-08-26&quot;:9.33},{&quot;2026-08-27&quot;:9.64},{&quot;2026-08-28&quot;:9.64},{&quot;2026-08-29&quot;:9.64},{&quot;2026-08-30&quot;:10.05},{&quot;2026-08-31&quot;:10.15},{&quot;2026-09-01&quot;:10.15},{&quot;2026-09-02&quot;:10.16},{&quot;2026-09-03&quot;:10.16},{&quot;2026-09-04&quot;:10.28},{&quot;2026-09-05&quot;:9.98},{&quot;2026-09-06&quot;:10.0},{&quot;2026-09-07&quot;:9.92},{&quot;2026-09-08&quot;:9.95},{&quot;2026-09-09&quot;:9.95},{&quot;2026-09-10&quot;:9.8},{&quot;2026-09-11&quot;:9.49}]}"
        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="21042"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Forbidden Orchard
        </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="text-sm font-medium text-nine-white">
            $9.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="Forbidden Orchard" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17db644c-1acf-477d-9c20-f72221f1108a.jpg?1783921785" />

        <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">
            Forbidden Orchard
        </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="Forbidden Orchard" src="https://cards.scryfall.io/large/front/1/7/17db644c-1acf-477d-9c20-f72221f1108a.jpg?1783921785" />
    </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">
                $9.44
              </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.90
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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.95},{&quot;2026-06-14&quot;:8.95},{&quot;2026-06-15&quot;:8.86},{&quot;2026-06-16&quot;:8.86},{&quot;2026-06-17&quot;:8.86},{&quot;2026-06-18&quot;:8.86},{&quot;2026-06-19&quot;:8.86},{&quot;2026-06-20&quot;:8.86},{&quot;2026-06-21&quot;:8.86},{&quot;2026-06-22&quot;:9.24},{&quot;2026-06-23&quot;:9.24},{&quot;2026-06-24&quot;:9.24},{&quot;2026-06-25&quot;:9.24},{&quot;2026-06-26&quot;:9.24},{&quot;2026-06-27&quot;:9.24},{&quot;2026-06-28&quot;:9.24},{&quot;2026-06-29&quot;:9.24},{&quot;2026-06-30&quot;:9.24},{&quot;2026-07-01&quot;:9.24},{&quot;2026-07-02&quot;:9.24},{&quot;2026-07-03&quot;:9.24},{&quot;2026-07-04&quot;:9.24},{&quot;2026-07-05&quot;:9.24},{&quot;2026-07-06&quot;:9.24},{&quot;2026-07-07&quot;:9.24},{&quot;2026-07-08&quot;:9.24},{&quot;2026-07-09&quot;:9.24},{&quot;2026-07-10&quot;:9.24},{&quot;2026-07-11&quot;:9.24},{&quot;2026-07-12&quot;:9.24},{&quot;2026-07-13&quot;:9.24},{&quot;2026-07-14&quot;:9.24},{&quot;2026-07-15&quot;:9.24},{&quot;2026-07-16&quot;:9.24},{&quot;2026-07-17&quot;:9.24},{&quot;2026-07-18&quot;:9.24},{&quot;2026-07-19&quot;:9.24},{&quot;2026-07-20&quot;:9.6},{&quot;2026-07-21&quot;:9.6},{&quot;2026-07-22&quot;:9.6},{&quot;2026-07-23&quot;:9.6},{&quot;2026-07-24&quot;:9.6},{&quot;2026-07-25&quot;:9.6},{&quot;2026-07-26&quot;:9.6},{&quot;2026-07-27&quot;:9.6},{&quot;2026-07-28&quot;:9.6},{&quot;2026-07-29&quot;:9.6},{&quot;2026-07-30&quot;:9.6},{&quot;2026-07-31&quot;:9.6},{&quot;2026-08-01&quot;:9.6},{&quot;2026-08-02&quot;:9.6},{&quot;2026-08-03&quot;:9.6},{&quot;2026-08-04&quot;:9.65},{&quot;2026-08-05&quot;:9.65},{&quot;2026-08-07&quot;:9.65},{&quot;2026-08-08&quot;:9.65},{&quot;2026-08-09&quot;:9.72},{&quot;2026-08-10&quot;:9.72},{&quot;2026-08-11&quot;:9.72},{&quot;2026-08-12&quot;:9.72},{&quot;2026-08-13&quot;:9.72},{&quot;2026-08-14&quot;:9.72},{&quot;2026-08-15&quot;:9.72},{&quot;2026-08-16&quot;:9.72},{&quot;2026-08-17&quot;:9.72},{&quot;2026-08-18&quot;:9.72},{&quot;2026-08-19&quot;:9.78},{&quot;2026-08-20&quot;:9.9},{&quot;2026-08-21&quot;:9.9},{&quot;2026-08-22&quot;:9.9},{&quot;2026-08-23&quot;:9.9},{&quot;2026-08-24&quot;:9.9},{&quot;2026-08-25&quot;:9.9},{&quot;2026-08-26&quot;:9.9},{&quot;2026-08-27&quot;:9.9},{&quot;2026-08-28&quot;:9.9},{&quot;2026-08-29&quot;:9.9},{&quot;2026-08-30&quot;:9.9},{&quot;2026-08-31&quot;:9.9},{&quot;2026-09-01&quot;:9.9},{&quot;2026-09-02&quot;:9.9},{&quot;2026-09-03&quot;:9.9},{&quot;2026-09-04&quot;:9.9},{&quot;2026-09-05&quot;:9.9},{&quot;2026-09-06&quot;:9.9},{&quot;2026-09-07&quot;:9.9},{&quot;2026-09-08&quot;:9.9},{&quot;2026-09-09&quot;:9.9},{&quot;2026-09-10&quot;:9.9},{&quot;2026-09-11&quot;:9.9}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.5},{&quot;2026-06-14&quot;:9.5},{&quot;2026-06-15&quot;:9.43},{&quot;2026-06-16&quot;:9.43},{&quot;2026-06-17&quot;:9.43},{&quot;2026-06-18&quot;:9.58},{&quot;2026-06-19&quot;:9.63},{&quot;2026-06-20&quot;:9.63},{&quot;2026-06-21&quot;:9.63},{&quot;2026-06-22&quot;:9.49},{&quot;2026-06-23&quot;:9.56},{&quot;2026-06-24&quot;:9.56},{&quot;2026-06-25&quot;:9.56},{&quot;2026-06-26&quot;:9.42},{&quot;2026-06-27&quot;:9.54},{&quot;2026-06-28&quot;:9.54},{&quot;2026-06-29&quot;:9.54},{&quot;2026-06-30&quot;:9.4},{&quot;2026-07-01&quot;:9.4},{&quot;2026-07-02&quot;:9.45},{&quot;2026-07-03&quot;:9.72},{&quot;2026-07-04&quot;:9.65},{&quot;2026-07-05&quot;:9.72},{&quot;2026-07-06&quot;:9.52},{&quot;2026-07-07&quot;:9.66},{&quot;2026-07-08&quot;:9.73},{&quot;2026-07-09&quot;:9.59},{&quot;2026-07-10&quot;:9.59},{&quot;2026-07-11&quot;:9.49},{&quot;2026-07-12&quot;:9.53},{&quot;2026-07-13&quot;:9.61},{&quot;2026-07-14&quot;:9.59},{&quot;2026-07-15&quot;:9.71},{&quot;2026-07-16&quot;:9.71},{&quot;2026-07-17&quot;:9.6},{&quot;2026-07-18&quot;:9.59},{&quot;2026-07-19&quot;:9.59},{&quot;2026-07-20&quot;:9.59},{&quot;2026-07-21&quot;:9.85},{&quot;2026-07-22&quot;:9.84},{&quot;2026-07-23&quot;:10.02},{&quot;2026-07-24&quot;:10.02},{&quot;2026-07-25&quot;:9.93},{&quot;2026-07-26&quot;:9.93},{&quot;2026-07-27&quot;:9.94},{&quot;2026-07-28&quot;:9.96},{&quot;2026-07-29&quot;:9.96},{&quot;2026-07-30&quot;:9.96},{&quot;2026-07-31&quot;:9.96},{&quot;2026-08-01&quot;:9.96},{&quot;2026-08-02&quot;:10.07},{&quot;2026-08-03&quot;:10.01},{&quot;2026-08-04&quot;:10.01},{&quot;2026-08-05&quot;:10.09},{&quot;2026-08-07&quot;:10.14},{&quot;2026-08-08&quot;:10.04},{&quot;2026-08-09&quot;:10.05},{&quot;2026-08-10&quot;:10.05},{&quot;2026-08-11&quot;:10.04},{&quot;2026-08-12&quot;:10.04},{&quot;2026-08-13&quot;:9.86},{&quot;2026-08-14&quot;:9.77},{&quot;2026-08-15&quot;:9.39},{&quot;2026-08-16&quot;:9.3},{&quot;2026-08-17&quot;:9.3},{&quot;2026-08-18&quot;:9.26},{&quot;2026-08-19&quot;:8.96},{&quot;2026-08-20&quot;:8.85},{&quot;2026-08-21&quot;:9.09},{&quot;2026-08-22&quot;:9.09},{&quot;2026-08-23&quot;:9.14},{&quot;2026-08-24&quot;:9.21},{&quot;2026-08-25&quot;:8.92},{&quot;2026-08-26&quot;:8.96},{&quot;2026-08-27&quot;:8.85},{&quot;2026-08-28&quot;:9.11},{&quot;2026-08-29&quot;:9.11},{&quot;2026-08-30&quot;:9.13},{&quot;2026-08-31&quot;:9.21},{&quot;2026-09-01&quot;:9.39},{&quot;2026-09-02&quot;:9.51},{&quot;2026-09-03&quot;:9.45},{&quot;2026-09-04&quot;:9.45},{&quot;2026-09-05&quot;:9.43},{&quot;2026-09-06&quot;:9.52},{&quot;2026-09-07&quot;:9.52},{&quot;2026-09-08&quot;:9.36},{&quot;2026-09-09&quot;:9.48},{&quot;2026-09-10&quot;:9.44},{&quot;2026-09-11&quot;:9.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="79908"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Slicer, Hired Muscle // Slicer, High-Speed Antagonist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9d9a9350-4734-4cc1-986d-467e6715199f.jpg?1783919908" />

        <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">
            Slicer, Hired Muscle 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></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="Slicer, Hired Muscle // Slicer, High-Speed Antagonist" src="https://cards.scryfall.io/large/front/9/d/9d9a9350-4734-4cc1-986d-467e6715199f.jpg?1783919908" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Slicer, Hired Muscle // Slicer, High-Speed Antagonist" src="https://cards.scryfall.io/large/back/9/d/9d9a9350-4734-4cc1-986d-467e6715199f.jpg?1783919908" />
              </div>
            </div>
          </div>

          <p class="mt-2 text-sm text-grey-text">Tap card to flip</p>
        </div>
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</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;:10.63},{&quot;2026-06-11&quot;:10.67},{&quot;2026-06-12&quot;:10.67},{&quot;2026-06-13&quot;:10.67},{&quot;2026-06-14&quot;:10.74},{&quot;2026-06-15&quot;:10.74},{&quot;2026-06-16&quot;:10.74},{&quot;2026-06-17&quot;:10.74},{&quot;2026-06-18&quot;:10.75},{&quot;2026-06-19&quot;:10.75},{&quot;2026-06-20&quot;:10.75},{&quot;2026-06-21&quot;:10.86},{&quot;2026-06-22&quot;:10.86},{&quot;2026-06-23&quot;:10.78},{&quot;2026-06-24&quot;:10.56},{&quot;2026-06-25&quot;:10.56},{&quot;2026-06-26&quot;:10.64},{&quot;2026-06-27&quot;:10.8},{&quot;2026-06-28&quot;:10.91},{&quot;2026-06-29&quot;:10.91},{&quot;2026-06-30&quot;:10.91},{&quot;2026-07-01&quot;:10.95},{&quot;2026-07-02&quot;:10.84},{&quot;2026-07-03&quot;:10.84},{&quot;2026-07-04&quot;:10.76},{&quot;2026-07-05&quot;:10.76},{&quot;2026-07-06&quot;:10.61},{&quot;2026-07-07&quot;:10.44},{&quot;2026-07-08&quot;:10.44},{&quot;2026-07-09&quot;:10.09},{&quot;2026-07-10&quot;:10.09},{&quot;2026-07-11&quot;:10.09},{&quot;2026-07-12&quot;:10.09},{&quot;2026-07-13&quot;:10.09},{&quot;2026-07-14&quot;:10.09},{&quot;2026-07-15&quot;:10.09},{&quot;2026-07-16&quot;:10.25},{&quot;2026-07-17&quot;:10.25},{&quot;2026-07-18&quot;:10.22},{&quot;2026-07-19&quot;:10.22},{&quot;2026-07-20&quot;:10.15},{&quot;2026-07-21&quot;:10.15},{&quot;2026-07-23&quot;:10.11},{&quot;2026-07-25&quot;:10.19},{&quot;2026-07-26&quot;:10.19},{&quot;2026-07-27&quot;:10.13},{&quot;2026-07-29&quot;:10.05},{&quot;2026-07-30&quot;:10.05},{&quot;2026-07-31&quot;:10.05},{&quot;2026-08-01&quot;:10.05},{&quot;2026-08-02&quot;:9.99},{&quot;2026-08-03&quot;:10.01},{&quot;2026-08-04&quot;:9.86},{&quot;2026-08-05&quot;:9.86},{&quot;2026-08-07&quot;:9.79},{&quot;2026-08-08&quot;:9.79},{&quot;2026-08-09&quot;:9.65},{&quot;2026-08-10&quot;:9.65},{&quot;2026-08-11&quot;:9.65},{&quot;2026-08-12&quot;:9.6},{&quot;2026-08-13&quot;:9.66},{&quot;2026-08-14&quot;:9.66},{&quot;2026-08-15&quot;:9.56},{&quot;2026-08-16&quot;:9.56},{&quot;2026-08-17&quot;:9.56},{&quot;2026-08-18&quot;:9.31},{&quot;2026-08-19&quot;:9.31},{&quot;2026-08-20&quot;:9.31},{&quot;2026-08-21&quot;:9.31},{&quot;2026-08-22&quot;:9.22},{&quot;2026-08-23&quot;:9.22},{&quot;2026-08-24&quot;:9.23},{&quot;2026-08-25&quot;:9.23},{&quot;2026-08-26&quot;:9.21},{&quot;2026-08-27&quot;:9.24},{&quot;2026-08-28&quot;:9.21},{&quot;2026-08-29&quot;:9.21},{&quot;2026-08-30&quot;:9.22},{&quot;2026-08-31&quot;:9.23},{&quot;2026-09-01&quot;:9.23},{&quot;2026-09-02&quot;:9.31},{&quot;2026-09-03&quot;:9.3},{&quot;2026-09-04&quot;:9.32},{&quot;2026-09-05&quot;:9.32},{&quot;2026-09-06&quot;:9.32},{&quot;2026-09-07&quot;:9.33},{&quot;2026-09-08&quot;:9.33},{&quot;2026-09-09&quot;:9.35},{&quot;2026-09-10&quot;:9.33},{&quot;2026-09-11&quot;:9.33}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:10.17},{&quot;2026-06-11&quot;:10.55},{&quot;2026-06-12&quot;:9.95},{&quot;2026-06-13&quot;:10.09},{&quot;2026-06-14&quot;:9.96},{&quot;2026-06-15&quot;:9.9},{&quot;2026-06-16&quot;:9.61},{&quot;2026-06-17&quot;:9.89},{&quot;2026-06-18&quot;:10.05},{&quot;2026-06-19&quot;:9.69},{&quot;2026-06-20&quot;:9.83},{&quot;2026-06-21&quot;:9.35},{&quot;2026-06-22&quot;:9.04},{&quot;2026-06-23&quot;:8.58},{&quot;2026-06-24&quot;:8.64},{&quot;2026-06-25&quot;:8.24},{&quot;2026-06-26&quot;:8.42},{&quot;2026-06-27&quot;:8.82},{&quot;2026-06-28&quot;:8.81},{&quot;2026-06-29&quot;:9.09},{&quot;2026-06-30&quot;:9.03},{&quot;2026-07-01&quot;:9.06},{&quot;2026-07-02&quot;:8.74},{&quot;2026-07-03&quot;:8.74},{&quot;2026-07-04&quot;:8.11},{&quot;2026-07-05&quot;:8.12},{&quot;2026-07-06&quot;:8.33},{&quot;2026-07-07&quot;:8.68},{&quot;2026-07-08&quot;:8.57},{&quot;2026-07-09&quot;:9.03},{&quot;2026-07-10&quot;:9.37},{&quot;2026-07-11&quot;:9.27},{&quot;2026-07-12&quot;:9.49},{&quot;2026-07-13&quot;:9.57},{&quot;2026-07-14&quot;:9.53},{&quot;2026-07-15&quot;:9.46},{&quot;2026-07-16&quot;:9.46},{&quot;2026-07-17&quot;:9.18},{&quot;2026-07-18&quot;:9.05},{&quot;2026-07-19&quot;:9.09},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:8.94},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:8.95},{&quot;2026-07-26&quot;:8.68},{&quot;2026-07-27&quot;:8.45},{&quot;2026-07-29&quot;:9.03},{&quot;2026-07-30&quot;:8.77},{&quot;2026-07-31&quot;:8.85},{&quot;2026-08-01&quot;:8.9},{&quot;2026-08-02&quot;:8.82},{&quot;2026-08-03&quot;:8.89},{&quot;2026-08-04&quot;:8.95},{&quot;2026-08-05&quot;:9.21},{&quot;2026-08-07&quot;:8.45},{&quot;2026-08-08&quot;:8.62},{&quot;2026-08-09&quot;:8.59},{&quot;2026-08-10&quot;:8.67},{&quot;2026-08-11&quot;:8.31},{&quot;2026-08-12&quot;:8.17},{&quot;2026-08-13&quot;:8.29},{&quot;2026-08-14&quot;:8.41},{&quot;2026-08-15&quot;:8.31},{&quot;2026-08-16&quot;:8.24},{&quot;2026-08-17&quot;:8.15},{&quot;2026-08-18&quot;:8.41},{&quot;2026-08-19&quot;:8.25},{&quot;2026-08-20&quot;:8.25},{&quot;2026-08-21&quot;:8.09},{&quot;2026-08-22&quot;:8.07},{&quot;2026-08-23&quot;:7.89},{&quot;2026-08-24&quot;:7.89},{&quot;2026-08-25&quot;:7.89},{&quot;2026-08-26&quot;:8.2},{&quot;2026-08-27&quot;:8.2},{&quot;2026-08-28&quot;:8.26},{&quot;2026-08-29&quot;:8.26},{&quot;2026-08-30&quot;:8.1},{&quot;2026-08-31&quot;:8.52},{&quot;2026-09-01&quot;:8.52},{&quot;2026-09-02&quot;:9.3},{&quot;2026-09-03&quot;:9.47},{&quot;2026-09-04&quot;:9.34},{&quot;2026-09-05&quot;:9.81},{&quot;2026-09-06&quot;:10.31},{&quot;2026-09-07&quot;:9.85},{&quot;2026-09-08&quot;:9.88},{&quot;2026-09-09&quot;:9.67},{&quot;2026-09-10&quot;:9.67},{&quot;2026-09-11&quot;:9.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="34148"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Pyroblast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/3/c342cac5-08ae-4428-9c2c-f6c5904e54d2.jpg?1783947483" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Pyroblast" src="https://cards.scryfall.io/large/front/c/3/c342cac5-08ae-4428-9c2c-f6c5904e54d2.jpg?1783947483" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$9.00</span>
              <span class="text-xs text-grey-text">Credit: $11.70</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;:8.14},{&quot;2026-06-14&quot;:8.27},{&quot;2026-06-15&quot;:8.47},{&quot;2026-06-16&quot;:8.27},{&quot;2026-06-17&quot;:8.21},{&quot;2026-06-18&quot;:8.2},{&quot;2026-06-19&quot;:8.08},{&quot;2026-06-20&quot;:8.03},{&quot;2026-06-21&quot;:8.03},{&quot;2026-06-22&quot;:7.96},{&quot;2026-06-23&quot;:7.96},{&quot;2026-06-24&quot;:7.88},{&quot;2026-06-25&quot;:7.64},{&quot;2026-06-26&quot;:7.64},{&quot;2026-06-27&quot;:7.68},{&quot;2026-06-28&quot;:7.8},{&quot;2026-06-29&quot;:7.76},{&quot;2026-06-30&quot;:7.75},{&quot;2026-07-01&quot;:7.73},{&quot;2026-07-02&quot;:7.84},{&quot;2026-07-03&quot;:7.76},{&quot;2026-07-04&quot;:7.74},{&quot;2026-07-05&quot;:7.69},{&quot;2026-07-06&quot;:7.71},{&quot;2026-07-07&quot;:7.74},{&quot;2026-07-08&quot;:7.71},{&quot;2026-07-09&quot;:7.67},{&quot;2026-07-10&quot;:7.57},{&quot;2026-07-11&quot;:7.66},{&quot;2026-07-12&quot;:7.68},{&quot;2026-07-13&quot;:7.69},{&quot;2026-07-14&quot;:7.64},{&quot;2026-07-15&quot;:7.68},{&quot;2026-07-16&quot;:7.68},{&quot;2026-07-17&quot;:7.6},{&quot;2026-07-18&quot;:7.86},{&quot;2026-07-19&quot;:7.86},{&quot;2026-07-20&quot;:7.91},{&quot;2026-07-21&quot;:7.96},{&quot;2026-07-22&quot;:7.97},{&quot;2026-07-23&quot;:8.71},{&quot;2026-07-24&quot;:8.74},{&quot;2026-07-25&quot;:8.79},{&quot;2026-07-26&quot;:8.78},{&quot;2026-07-27&quot;:8.76},{&quot;2026-07-28&quot;:8.77},{&quot;2026-07-29&quot;:9.02},{&quot;2026-07-30&quot;:9.25},{&quot;2026-07-31&quot;:9.46},{&quot;2026-08-01&quot;:9.42},{&quot;2026-08-02&quot;:9.39},{&quot;2026-08-03&quot;:9.23},{&quot;2026-08-04&quot;:9.01},{&quot;2026-08-05&quot;:9.06},{&quot;2026-08-07&quot;:9.18},{&quot;2026-08-08&quot;:8.63},{&quot;2026-08-09&quot;:8.99},{&quot;2026-08-10&quot;:8.79},{&quot;2026-08-11&quot;:8.93},{&quot;2026-08-12&quot;:9.1},{&quot;2026-08-13&quot;:9.15},{&quot;2026-08-14&quot;:9.52},{&quot;2026-08-15&quot;:9.44},{&quot;2026-08-16&quot;:9.44},{&quot;2026-08-17&quot;:9.44},{&quot;2026-08-18&quot;:9.33},{&quot;2026-08-19&quot;:9.37},{&quot;2026-08-20&quot;:9.98},{&quot;2026-08-21&quot;:9.97},{&quot;2026-08-22&quot;:9.88},{&quot;2026-08-23&quot;:9.88},{&quot;2026-08-24&quot;:9.71},{&quot;2026-08-25&quot;:9.71},{&quot;2026-08-26&quot;:9.62},{&quot;2026-08-27&quot;:9.54},{&quot;2026-08-28&quot;:9.26},{&quot;2026-08-29&quot;:9.26},{&quot;2026-08-30&quot;:9.09},{&quot;2026-08-31&quot;:9.23},{&quot;2026-09-01&quot;:9.25},{&quot;2026-09-02&quot;:9.34},{&quot;2026-09-03&quot;:9.34},{&quot;2026-09-04&quot;:9.44},{&quot;2026-09-05&quot;:9.54},{&quot;2026-09-06&quot;:9.48},{&quot;2026-09-07&quot;:9.71},{&quot;2026-09-08&quot;:9.51},{&quot;2026-09-09&quot;:9.51},{&quot;2026-09-10&quot;:9.45},{&quot;2026-09-11&quot;:9.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="51492"
  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">
            Ayara, First of Locthwain
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Ayara, First of Locthwain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e915b51b-761c-432e-9565-f3aca2ca33f7.jpg?1783916875" />

        <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">
            Ayara, First of 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">Legendary Creature — Elf Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></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="Ayara, First of Locthwain" src="https://cards.scryfall.io/large/front/e/9/e915b51b-761c-432e-9565-f3aca2ca33f7.jpg?1783916875" />
    </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">
                $9.41
              </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">
                $9.32
              </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.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-10&quot;:9.76},{&quot;2026-06-11&quot;:9.76},{&quot;2026-06-12&quot;:9.71},{&quot;2026-06-13&quot;:9.8},{&quot;2026-06-14&quot;:9.81},{&quot;2026-06-15&quot;:9.85},{&quot;2026-06-16&quot;:10.09},{&quot;2026-06-17&quot;:10.09},{&quot;2026-06-18&quot;:10.09},{&quot;2026-06-19&quot;:10.09},{&quot;2026-06-20&quot;:10.09},{&quot;2026-06-21&quot;:10.09},{&quot;2026-06-22&quot;:10.09},{&quot;2026-06-23&quot;:10.09},{&quot;2026-06-24&quot;:10.09},{&quot;2026-06-25&quot;:10.14},{&quot;2026-06-26&quot;:10.14},{&quot;2026-06-27&quot;:10.14},{&quot;2026-06-28&quot;:10.14},{&quot;2026-06-29&quot;:10.11},{&quot;2026-06-30&quot;:10.21},{&quot;2026-07-01&quot;:10.21},{&quot;2026-07-02&quot;:10.21},{&quot;2026-07-03&quot;:10.18},{&quot;2026-07-04&quot;:10.18},{&quot;2026-07-05&quot;:10.18},{&quot;2026-07-06&quot;:10.07},{&quot;2026-07-07&quot;:10.11},{&quot;2026-07-08&quot;:9.95},{&quot;2026-07-09&quot;:9.95},{&quot;2026-07-10&quot;:9.78},{&quot;2026-07-11&quot;:9.96},{&quot;2026-07-12&quot;:9.96},{&quot;2026-07-13&quot;:10.14},{&quot;2026-07-14&quot;:10.4},{&quot;2026-07-15&quot;:10.4},{&quot;2026-07-16&quot;:10.4},{&quot;2026-07-17&quot;:10.51},{&quot;2026-07-18&quot;:10.37},{&quot;2026-07-19&quot;:10.37},{&quot;2026-07-20&quot;:10.28},{&quot;2026-07-21&quot;:10.12},{&quot;2026-07-23&quot;:9.89},{&quot;2026-07-25&quot;:9.98},{&quot;2026-07-26&quot;:9.86},{&quot;2026-07-27&quot;:9.74},{&quot;2026-07-29&quot;:9.74},{&quot;2026-07-30&quot;:9.62},{&quot;2026-07-31&quot;:9.61},{&quot;2026-08-01&quot;:9.52},{&quot;2026-08-02&quot;:9.52},{&quot;2026-08-03&quot;:9.52},{&quot;2026-08-04&quot;:9.71},{&quot;2026-08-05&quot;:9.71},{&quot;2026-08-07&quot;:9.71},{&quot;2026-08-08&quot;:9.66},{&quot;2026-08-09&quot;:9.63},{&quot;2026-08-10&quot;:9.63},{&quot;2026-08-11&quot;:9.61},{&quot;2026-08-12&quot;:9.61},{&quot;2026-08-13&quot;:9.61},{&quot;2026-08-14&quot;:9.56},{&quot;2026-08-15&quot;:9.56},{&quot;2026-08-16&quot;:9.56},{&quot;2026-08-17&quot;:9.6},{&quot;2026-08-18&quot;:9.51},{&quot;2026-08-19&quot;:9.51},{&quot;2026-08-20&quot;:9.51},{&quot;2026-08-21&quot;:9.39},{&quot;2026-08-22&quot;:9.51},{&quot;2026-08-23&quot;:9.51},{&quot;2026-08-24&quot;:9.51},{&quot;2026-08-25&quot;:9.51},{&quot;2026-08-26&quot;:9.73},{&quot;2026-08-27&quot;:9.75},{&quot;2026-08-28&quot;:9.34},{&quot;2026-08-29&quot;:9.34},{&quot;2026-08-30&quot;:9.42},{&quot;2026-08-31&quot;:9.42},{&quot;2026-09-01&quot;:9.42},{&quot;2026-09-02&quot;:9.48},{&quot;2026-09-03&quot;:9.55},{&quot;2026-09-04&quot;:9.51},{&quot;2026-09-05&quot;:9.51},{&quot;2026-09-06&quot;:9.57},{&quot;2026-09-07&quot;:9.4},{&quot;2026-09-08&quot;:9.4},{&quot;2026-09-09&quot;:9.32},{&quot;2026-09-10&quot;:9.32},{&quot;2026-09-11&quot;:9.32}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.84},{&quot;2026-06-11&quot;:9.34},{&quot;2026-06-12&quot;:8.99},{&quot;2026-06-13&quot;:8.85},{&quot;2026-06-14&quot;:8.86},{&quot;2026-06-15&quot;:8.66},{&quot;2026-06-16&quot;:8.33},{&quot;2026-06-17&quot;:8.57},{&quot;2026-06-18&quot;:8.65},{&quot;2026-06-19&quot;:8.71},{&quot;2026-06-20&quot;:8.72},{&quot;2026-06-21&quot;:8.67},{&quot;2026-06-22&quot;:8.64},{&quot;2026-06-23&quot;:8.49},{&quot;2026-06-24&quot;:8.49},{&quot;2026-06-25&quot;:8.69},{&quot;2026-06-26&quot;:8.87},{&quot;2026-06-27&quot;:8.83},{&quot;2026-06-28&quot;:8.52},{&quot;2026-06-29&quot;:8.51},{&quot;2026-06-30&quot;:8.31},{&quot;2026-07-01&quot;:8.25},{&quot;2026-07-02&quot;:8.22},{&quot;2026-07-03&quot;:8.17},{&quot;2026-07-04&quot;:8.0},{&quot;2026-07-05&quot;:7.87},{&quot;2026-07-06&quot;:7.92},{&quot;2026-07-07&quot;:8.02},{&quot;2026-07-08&quot;:7.87},{&quot;2026-07-09&quot;:8.06},{&quot;2026-07-10&quot;:8.48},{&quot;2026-07-11&quot;:8.39},{&quot;2026-07-12&quot;:8.36},{&quot;2026-07-13&quot;:8.29},{&quot;2026-07-14&quot;:8.41},{&quot;2026-07-15&quot;:8.63},{&quot;2026-07-16&quot;:8.72},{&quot;2026-07-17&quot;:8.72},{&quot;2026-07-18&quot;:8.78},{&quot;2026-07-19&quot;:8.68},{&quot;2026-07-20&quot;:8.99},{&quot;2026-07-21&quot;:9.04},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:8.75},{&quot;2026-07-26&quot;:8.55},{&quot;2026-07-27&quot;:8.97},{&quot;2026-07-29&quot;:9.26},{&quot;2026-07-30&quot;:9.15},{&quot;2026-07-31&quot;:9.18},{&quot;2026-08-01&quot;:9.18},{&quot;2026-08-02&quot;:9.18},{&quot;2026-08-03&quot;:9.39},{&quot;2026-08-04&quot;:9.26},{&quot;2026-08-05&quot;:9.18},{&quot;2026-08-07&quot;:9.01},{&quot;2026-08-08&quot;:9.01},{&quot;2026-08-09&quot;:9.24},{&quot;2026-08-10&quot;:9.33},{&quot;2026-08-11&quot;:9.25},{&quot;2026-08-12&quot;:9.33},{&quot;2026-08-13&quot;:9.33},{&quot;2026-08-14&quot;:9.66},{&quot;2026-08-15&quot;:9.65},{&quot;2026-08-16&quot;:9.68},{&quot;2026-08-17&quot;:9.68},{&quot;2026-08-18&quot;:9.3},{&quot;2026-08-19&quot;:9.21},{&quot;2026-08-20&quot;:9.21},{&quot;2026-08-21&quot;:9.02},{&quot;2026-08-22&quot;:8.88},{&quot;2026-08-23&quot;:8.92},{&quot;2026-08-24&quot;:8.93},{&quot;2026-08-25&quot;:8.93},{&quot;2026-08-26&quot;:8.88},{&quot;2026-08-27&quot;:8.72},{&quot;2026-08-28&quot;:8.54},{&quot;2026-08-29&quot;:8.54},{&quot;2026-08-30&quot;:8.66},{&quot;2026-08-31&quot;:9.25},{&quot;2026-09-01&quot;:9.25},{&quot;2026-09-02&quot;:9.04},{&quot;2026-09-03&quot;:9.11},{&quot;2026-09-04&quot;:9.25},{&quot;2026-09-05&quot;:9.27},{&quot;2026-09-06&quot;:9.29},{&quot;2026-09-07&quot;:9.27},{&quot;2026-09-08&quot;:9.24},{&quot;2026-09-09&quot;:9.1},{&quot;2026-09-10&quot;:9.29},{&quot;2026-09-11&quot;:9.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="85654"
  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">
            Starnheim Aspirant
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $9.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="Starnheim Aspirant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/d/9dd231f8-3675-4849-a9f7-66b9ba035c24.jpg?1783925017" />

        <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">
            Starnheim Aspirant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Starnheim Aspirant" src="https://cards.scryfall.io/large/front/9/d/9dd231f8-3675-4849-a9f7-66b9ba035c24.jpg?1783925017" />
    </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">
                $9.40
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:9.36},{&quot;2026-06-14&quot;:9.36},{&quot;2026-06-15&quot;:9.31},{&quot;2026-06-16&quot;:9.38},{&quot;2026-06-17&quot;:9.47},{&quot;2026-06-18&quot;:9.62},{&quot;2026-06-19&quot;:9.59},{&quot;2026-06-20&quot;:9.58},{&quot;2026-06-21&quot;:9.58},{&quot;2026-06-22&quot;:9.58},{&quot;2026-06-23&quot;:9.58},{&quot;2026-06-24&quot;:9.58},{&quot;2026-06-25&quot;:9.58},{&quot;2026-06-26&quot;:9.58},{&quot;2026-06-27&quot;:9.58},{&quot;2026-06-28&quot;:9.58},{&quot;2026-06-29&quot;:9.58},{&quot;2026-06-30&quot;:9.58},{&quot;2026-07-01&quot;:9.58},{&quot;2026-07-02&quot;:9.6},{&quot;2026-07-03&quot;:9.62},{&quot;2026-07-04&quot;:9.82},{&quot;2026-07-05&quot;:9.82},{&quot;2026-07-06&quot;:9.86},{&quot;2026-07-07&quot;:9.83},{&quot;2026-07-08&quot;:9.89},{&quot;2026-07-09&quot;:9.89},{&quot;2026-07-10&quot;:9.89},{&quot;2026-07-11&quot;:9.95},{&quot;2026-07-12&quot;:9.93},{&quot;2026-07-13&quot;:9.93},{&quot;2026-07-14&quot;:9.93},{&quot;2026-07-15&quot;:9.93},{&quot;2026-07-16&quot;:9.93},{&quot;2026-07-17&quot;:9.93},{&quot;2026-07-18&quot;:9.93},{&quot;2026-07-19&quot;:9.93},{&quot;2026-07-20&quot;:9.93},{&quot;2026-07-21&quot;:9.93},{&quot;2026-07-22&quot;:9.93},{&quot;2026-07-23&quot;:9.93},{&quot;2026-07-24&quot;:9.93},{&quot;2026-07-25&quot;:9.93},{&quot;2026-07-26&quot;:9.93},{&quot;2026-07-27&quot;:9.93},{&quot;2026-07-28&quot;:10.09},{&quot;2026-07-29&quot;:10.09},{&quot;2026-07-30&quot;:10.09},{&quot;2026-07-31&quot;:10.09},{&quot;2026-08-01&quot;:10.09},{&quot;2026-08-02&quot;:10.2},{&quot;2026-08-03&quot;:10.22},{&quot;2026-08-04&quot;:10.09},{&quot;2026-08-05&quot;:10.04},{&quot;2026-08-07&quot;:10.04},{&quot;2026-08-08&quot;:10.04},{&quot;2026-08-09&quot;:9.84},{&quot;2026-08-10&quot;:9.8},{&quot;2026-08-11&quot;:9.64},{&quot;2026-08-12&quot;:9.59},{&quot;2026-08-13&quot;:9.59},{&quot;2026-08-14&quot;:9.59},{&quot;2026-08-15&quot;:9.6},{&quot;2026-08-16&quot;:9.6},{&quot;2026-08-17&quot;:9.43},{&quot;2026-08-18&quot;:9.4},{&quot;2026-08-19&quot;:9.4},{&quot;2026-08-20&quot;:9.4},{&quot;2026-08-21&quot;:9.37},{&quot;2026-08-22&quot;:9.37},{&quot;2026-08-23&quot;:9.34},{&quot;2026-08-24&quot;:9.34},{&quot;2026-08-25&quot;:9.34},{&quot;2026-08-26&quot;:9.23},{&quot;2026-08-27&quot;:9.15},{&quot;2026-08-28&quot;:9.29},{&quot;2026-08-29&quot;:9.29},{&quot;2026-08-30&quot;:8.94},{&quot;2026-08-31&quot;:8.94},{&quot;2026-09-01&quot;:9.13},{&quot;2026-09-02&quot;:9.28},{&quot;2026-09-03&quot;:9.28},{&quot;2026-09-04&quot;:9.28},{&quot;2026-09-05&quot;:9.28},{&quot;2026-09-06&quot;:9.28},{&quot;2026-09-07&quot;:9.28},{&quot;2026-09-08&quot;:9.27},{&quot;2026-09-09&quot;:9.36},{&quot;2026-09-10&quot;:9.36},{&quot;2026-09-11&quot;:9.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="53250"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Final Fortune
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Final Fortune" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0be24cbb-233b-4007-b980-5aa77daaa513.jpg?1783910563" />

        <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">
            Final Fortune
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Final Fortune" src="https://cards.scryfall.io/large/front/0/b/0be24cbb-233b-4007-b980-5aa77daaa513.jpg?1783910563" />
    </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">
                $9.38
              </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">
                $93.04
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:90.83},{&quot;2026-06-14&quot;:90.83},{&quot;2026-06-15&quot;:90.83},{&quot;2026-06-16&quot;:90.83},{&quot;2026-06-17&quot;:91.08},{&quot;2026-06-18&quot;:91.08},{&quot;2026-06-19&quot;:91.08},{&quot;2026-06-20&quot;:91.08},{&quot;2026-06-21&quot;:91.08},{&quot;2026-06-22&quot;:91.47},{&quot;2026-06-23&quot;:91.87},{&quot;2026-06-24&quot;:91.87},{&quot;2026-06-25&quot;:91.87},{&quot;2026-06-26&quot;:91.87},{&quot;2026-06-27&quot;:92.25},{&quot;2026-06-28&quot;:92.25},{&quot;2026-06-29&quot;:92.25},{&quot;2026-06-30&quot;:92.25},{&quot;2026-07-01&quot;:92.25},{&quot;2026-07-02&quot;:92.25},{&quot;2026-07-03&quot;:92.25},{&quot;2026-07-04&quot;:92.25},{&quot;2026-07-05&quot;:92.25},{&quot;2026-07-06&quot;:92.25},{&quot;2026-07-07&quot;:92.25},{&quot;2026-07-08&quot;:92.25},{&quot;2026-07-09&quot;:92.25},{&quot;2026-07-10&quot;:92.25},{&quot;2026-07-11&quot;:92.25},{&quot;2026-07-12&quot;:92.25},{&quot;2026-07-13&quot;:92.25},{&quot;2026-07-14&quot;:92.36},{&quot;2026-07-15&quot;:92.36},{&quot;2026-07-16&quot;:92.13},{&quot;2026-07-17&quot;:92.13},{&quot;2026-07-18&quot;:92.13},{&quot;2026-07-19&quot;:92.42},{&quot;2026-07-20&quot;:92.72},{&quot;2026-07-21&quot;:92.87},{&quot;2026-07-22&quot;:93.07},{&quot;2026-07-23&quot;:93.07},{&quot;2026-07-24&quot;:93.07},{&quot;2026-07-25&quot;:93.07},{&quot;2026-07-26&quot;:93.1},{&quot;2026-07-27&quot;:93.1},{&quot;2026-07-28&quot;:93.1},{&quot;2026-07-29&quot;:93.1},{&quot;2026-07-30&quot;:93.1},{&quot;2026-07-31&quot;:93.23},{&quot;2026-08-01&quot;:93.23},{&quot;2026-08-02&quot;:93.23},{&quot;2026-08-03&quot;:93.23},{&quot;2026-08-04&quot;:93.23},{&quot;2026-08-05&quot;:93.23},{&quot;2026-08-07&quot;:93.23},{&quot;2026-08-08&quot;:93.39},{&quot;2026-08-09&quot;:93.39},{&quot;2026-08-10&quot;:93.39},{&quot;2026-08-11&quot;:93.39},{&quot;2026-08-12&quot;:93.39},{&quot;2026-08-13&quot;:93.39},{&quot;2026-08-14&quot;:93.39},{&quot;2026-08-15&quot;:93.39},{&quot;2026-08-16&quot;:93.39},{&quot;2026-08-17&quot;:93.39},{&quot;2026-08-18&quot;:93.39},{&quot;2026-08-19&quot;:93.39},{&quot;2026-08-20&quot;:93.39},{&quot;2026-08-21&quot;:93.39},{&quot;2026-08-22&quot;:93.39},{&quot;2026-08-23&quot;:93.39},{&quot;2026-08-24&quot;:93.39},{&quot;2026-08-25&quot;:93.39},{&quot;2026-08-26&quot;:93.39},{&quot;2026-08-27&quot;:93.48},{&quot;2026-08-28&quot;:93.48},{&quot;2026-08-29&quot;:93.48},{&quot;2026-08-30&quot;:93.56},{&quot;2026-08-31&quot;:93.56},{&quot;2026-09-01&quot;:93.56},{&quot;2026-09-02&quot;:93.56},{&quot;2026-09-03&quot;:93.56},{&quot;2026-09-04&quot;:93.56},{&quot;2026-09-05&quot;:93.44},{&quot;2026-09-06&quot;:93.23},{&quot;2026-09-07&quot;:93.23},{&quot;2026-09-08&quot;:93.23},{&quot;2026-09-09&quot;:93.04},{&quot;2026-09-10&quot;:93.04},{&quot;2026-09-11&quot;:93.04}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.98},{&quot;2026-06-14&quot;:8.84},{&quot;2026-06-15&quot;:8.79},{&quot;2026-06-16&quot;:8.61},{&quot;2026-06-17&quot;:8.94},{&quot;2026-06-18&quot;:8.89},{&quot;2026-06-19&quot;:8.67},{&quot;2026-06-20&quot;:8.6},{&quot;2026-06-21&quot;:8.52},{&quot;2026-06-22&quot;:8.48},{&quot;2026-06-23&quot;:8.54},{&quot;2026-06-24&quot;:8.61},{&quot;2026-06-25&quot;:8.77},{&quot;2026-06-26&quot;:8.8},{&quot;2026-06-27&quot;:8.97},{&quot;2026-06-28&quot;:9.28},{&quot;2026-06-29&quot;:9.28},{&quot;2026-06-30&quot;:9.47},{&quot;2026-07-01&quot;:9.61},{&quot;2026-07-02&quot;:9.61},{&quot;2026-07-03&quot;:9.61},{&quot;2026-07-04&quot;:9.67},{&quot;2026-07-05&quot;:9.65},{&quot;2026-07-06&quot;:9.57},{&quot;2026-07-07&quot;:9.48},{&quot;2026-07-08&quot;:9.56},{&quot;2026-07-09&quot;:9.25},{&quot;2026-07-10&quot;:9.29},{&quot;2026-07-11&quot;:9.29},{&quot;2026-07-12&quot;:9.38},{&quot;2026-07-13&quot;:9.54},{&quot;2026-07-14&quot;:9.73},{&quot;2026-07-15&quot;:9.7},{&quot;2026-07-16&quot;:9.73},{&quot;2026-07-17&quot;:9.88},{&quot;2026-07-18&quot;:9.89},{&quot;2026-07-19&quot;:9.91},{&quot;2026-07-20&quot;:9.97},{&quot;2026-07-21&quot;:10.03},{&quot;2026-07-22&quot;:10.02},{&quot;2026-07-23&quot;:9.9},{&quot;2026-07-24&quot;:9.74},{&quot;2026-07-25&quot;:9.64},{&quot;2026-07-26&quot;:9.89},{&quot;2026-07-27&quot;:10.04},{&quot;2026-07-28&quot;:10.06},{&quot;2026-07-29&quot;:10.07},{&quot;2026-07-30&quot;:10.14},{&quot;2026-07-31&quot;:10.2},{&quot;2026-08-01&quot;:9.89},{&quot;2026-08-02&quot;:9.81},{&quot;2026-08-03&quot;:9.84},{&quot;2026-08-04&quot;:9.93},{&quot;2026-08-05&quot;:9.93},{&quot;2026-08-07&quot;:9.9},{&quot;2026-08-08&quot;:9.9},{&quot;2026-08-09&quot;:9.96},{&quot;2026-08-10&quot;:9.87},{&quot;2026-08-11&quot;:9.91},{&quot;2026-08-12&quot;:9.71},{&quot;2026-08-13&quot;:9.71},{&quot;2026-08-14&quot;:9.71},{&quot;2026-08-15&quot;:9.79},{&quot;2026-08-16&quot;:9.76},{&quot;2026-08-17&quot;:9.76},{&quot;2026-08-18&quot;:9.72},{&quot;2026-08-19&quot;:9.57},{&quot;2026-08-20&quot;:9.47},{&quot;2026-08-21&quot;:9.47},{&quot;2026-08-22&quot;:9.36},{&quot;2026-08-23&quot;:9.45},{&quot;2026-08-24&quot;:9.46},{&quot;2026-08-25&quot;:9.35},{&quot;2026-08-26&quot;:9.47},{&quot;2026-08-27&quot;:9.53},{&quot;2026-08-28&quot;:9.53},{&quot;2026-08-29&quot;:9.53},{&quot;2026-08-30&quot;:9.63},{&quot;2026-08-31&quot;:9.63},{&quot;2026-09-01&quot;:9.63},{&quot;2026-09-02&quot;:9.83},{&quot;2026-09-03&quot;:9.85},{&quot;2026-09-04&quot;:9.76},{&quot;2026-09-05&quot;:9.67},{&quot;2026-09-06&quot;:9.97},{&quot;2026-09-07&quot;:9.76},{&quot;2026-09-08&quot;:9.76},{&quot;2026-09-09&quot;:9.62},{&quot;2026-09-10&quot;:9.62},{&quot;2026-09-11&quot;:9.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="109690"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Erode" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67af20f7-666f-48fb-863b-15bc5b17ab09.jpg?1782682778" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Erode" src="https://cards.scryfall.io/large/front/6/7/67af20f7-666f-48fb-863b-15bc5b17ab09.jpg?1782682778" />
    </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">
                $9.37
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:13.16},{&quot;2026-06-11&quot;:13.13},{&quot;2026-06-12&quot;:12.95},{&quot;2026-06-13&quot;:12.86},{&quot;2026-06-14&quot;:12.86},{&quot;2026-06-15&quot;:12.61},{&quot;2026-06-16&quot;:12.47},{&quot;2026-06-17&quot;:12.47},{&quot;2026-06-18&quot;:12.41},{&quot;2026-06-19&quot;:12.02},{&quot;2026-06-20&quot;:11.94},{&quot;2026-06-21&quot;:11.57},{&quot;2026-06-22&quot;:11.08},{&quot;2026-06-23&quot;:11.01},{&quot;2026-06-24&quot;:10.58},{&quot;2026-06-25&quot;:9.96},{&quot;2026-06-26&quot;:9.49},{&quot;2026-06-27&quot;:8.81},{&quot;2026-06-28&quot;:8.71},{&quot;2026-06-29&quot;:8.79},{&quot;2026-06-30&quot;:9.17},{&quot;2026-07-01&quot;:8.65},{&quot;2026-07-02&quot;:8.54},{&quot;2026-07-03&quot;:8.57},{&quot;2026-07-04&quot;:8.39},{&quot;2026-07-05&quot;:8.28},{&quot;2026-07-06&quot;:8.52},{&quot;2026-07-07&quot;:8.58},{&quot;2026-07-08&quot;:8.55},{&quot;2026-07-09&quot;:8.79},{&quot;2026-07-10&quot;:8.73},{&quot;2026-07-11&quot;:8.54},{&quot;2026-07-12&quot;:8.55},{&quot;2026-07-13&quot;:8.42},{&quot;2026-07-14&quot;:8.43},{&quot;2026-07-15&quot;:8.38},{&quot;2026-07-16&quot;:8.62},{&quot;2026-07-17&quot;:8.71},{&quot;2026-07-18&quot;:8.68},{&quot;2026-07-19&quot;:8.85},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:9.14},{&quot;2026-07-23&quot;:9.16},{&quot;2026-07-25&quot;:9.12},{&quot;2026-07-26&quot;:9.14},{&quot;2026-07-27&quot;:9.07},{&quot;2026-07-29&quot;:9.01},{&quot;2026-07-30&quot;:8.97},{&quot;2026-07-31&quot;:8.84},{&quot;2026-08-01&quot;:8.76},{&quot;2026-08-02&quot;:8.72},{&quot;2026-08-03&quot;:8.74},{&quot;2026-08-04&quot;:8.67},{&quot;2026-08-05&quot;:8.73},{&quot;2026-08-07&quot;:8.72},{&quot;2026-08-08&quot;:8.83},{&quot;2026-08-09&quot;:8.8},{&quot;2026-08-10&quot;:8.88},{&quot;2026-08-11&quot;:8.83},{&quot;2026-08-12&quot;:8.83},{&quot;2026-08-13&quot;:8.83},{&quot;2026-08-14&quot;:8.69},{&quot;2026-08-15&quot;:8.93},{&quot;2026-08-16&quot;:9.0},{&quot;2026-08-17&quot;:9.03},{&quot;2026-08-18&quot;:9.17},{&quot;2026-08-19&quot;:9.17},{&quot;2026-08-20&quot;:9.17},{&quot;2026-08-21&quot;:9.13},{&quot;2026-08-22&quot;:9.66},{&quot;2026-08-23&quot;:9.69},{&quot;2026-08-24&quot;:9.68},{&quot;2026-08-25&quot;:9.68},{&quot;2026-08-26&quot;:9.48},{&quot;2026-08-27&quot;:9.48},{&quot;2026-08-28&quot;:9.49},{&quot;2026-08-29&quot;:9.49},{&quot;2026-08-30&quot;:9.5},{&quot;2026-08-31&quot;:9.38},{&quot;2026-09-01&quot;:9.38},{&quot;2026-09-02&quot;:9.52},{&quot;2026-09-03&quot;:9.52},{&quot;2026-09-04&quot;:9.34},{&quot;2026-09-05&quot;:9.28},{&quot;2026-09-06&quot;:9.2},{&quot;2026-09-07&quot;:9.24},{&quot;2026-09-08&quot;:9.12},{&quot;2026-09-09&quot;:9.15},{&quot;2026-09-10&quot;:9.21},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:9.71},{&quot;2026-06-11&quot;:9.66},{&quot;2026-06-12&quot;:9.59},{&quot;2026-06-13&quot;:9.73},{&quot;2026-06-14&quot;:9.59},{&quot;2026-06-15&quot;:9.59},{&quot;2026-06-16&quot;:9.59},{&quot;2026-06-17&quot;:9.51},{&quot;2026-06-18&quot;:9.53},{&quot;2026-06-19&quot;:8.86},{&quot;2026-06-20&quot;:8.4},{&quot;2026-06-21&quot;:7.88},{&quot;2026-06-22&quot;:7.84},{&quot;2026-06-23&quot;:7.68},{&quot;2026-06-24&quot;:7.87},{&quot;2026-06-25&quot;:7.96},{&quot;2026-06-26&quot;:7.74},{&quot;2026-06-27&quot;:7.85},{&quot;2026-06-28&quot;:7.86},{&quot;2026-06-29&quot;:7.81},{&quot;2026-06-30&quot;:7.52},{&quot;2026-07-01&quot;:7.53},{&quot;2026-07-02&quot;:7.55},{&quot;2026-07-03&quot;:7.55},{&quot;2026-07-04&quot;:7.81},{&quot;2026-07-05&quot;:7.74},{&quot;2026-07-06&quot;:7.85},{&quot;2026-07-07&quot;:7.89},{&quot;2026-07-08&quot;:7.95},{&quot;2026-07-09&quot;:7.94},{&quot;2026-07-10&quot;:8.11},{&quot;2026-07-11&quot;:7.87},{&quot;2026-07-12&quot;:7.88},{&quot;2026-07-13&quot;:7.88},{&quot;2026-07-14&quot;:7.96},{&quot;2026-07-15&quot;:8.1},{&quot;2026-07-16&quot;:7.94},{&quot;2026-07-17&quot;:7.98},{&quot;2026-07-18&quot;:8.04},{&quot;2026-07-19&quot;:8.11},{&quot;2026-07-20&quot;:8.04},{&quot;2026-07-21&quot;:8.12},{&quot;2026-07-23&quot;:7.77},{&quot;2026-07-25&quot;:7.74},{&quot;2026-07-26&quot;:7.66},{&quot;2026-07-27&quot;:7.41},{&quot;2026-07-29&quot;:7.27},{&quot;2026-07-30&quot;:7.34},{&quot;2026-07-31&quot;:7.02},{&quot;2026-08-01&quot;:7.02},{&quot;2026-08-02&quot;:7.06},{&quot;2026-08-03&quot;:7.06},{&quot;2026-08-04&quot;:7.16},{&quot;2026-08-05&quot;:7.19},{&quot;2026-08-07&quot;:7.07},{&quot;2026-08-08&quot;:6.92},{&quot;2026-08-09&quot;:6.99},{&quot;2026-08-10&quot;:6.97},{&quot;2026-08-11&quot;:7.23},{&quot;2026-08-12&quot;:7.66},{&quot;2026-08-13&quot;:7.72},{&quot;2026-08-14&quot;:7.61},{&quot;2026-08-15&quot;:7.54},{&quot;2026-08-16&quot;:7.54},{&quot;2026-08-17&quot;:7.54},{&quot;2026-08-18&quot;:7.21},{&quot;2026-08-19&quot;:7.36},{&quot;2026-08-20&quot;:7.36},{&quot;2026-08-21&quot;:7.6},{&quot;2026-08-22&quot;:7.83},{&quot;2026-08-23&quot;:7.9},{&quot;2026-08-24&quot;:8.1},{&quot;2026-08-25&quot;:8.1},{&quot;2026-08-26&quot;:8.16},{&quot;2026-08-27&quot;:8.16},{&quot;2026-08-28&quot;:8.06},{&quot;2026-08-29&quot;:8.06},{&quot;2026-08-30&quot;:8.05},{&quot;2026-08-31&quot;:8.42},{&quot;2026-09-01&quot;:8.42},{&quot;2026-09-02&quot;:8.39},{&quot;2026-09-03&quot;:8.36},{&quot;2026-09-04&quot;:8.32},{&quot;2026-09-05&quot;:8.29},{&quot;2026-09-06&quot;:8.73},{&quot;2026-09-07&quot;:8.52},{&quot;2026-09-08&quot;:8.58},{&quot;2026-09-09&quot;:9.04},{&quot;2026-09-10&quot;:9.3},{&quot;2026-09-11&quot;:9.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="90994"
  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">
            Hermit Druid
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Hermit Druid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/39c66895-9c2d-49db-8261-e300a69b6cd5.jpg?1783908097" />

        <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">
            Hermit Druid
        </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 Druid</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="Hermit Druid" src="https://cards.scryfall.io/large/front/3/9/39c66895-9c2d-49db-8261-e300a69b6cd5.jpg?1783908097" />
    </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">
                $9.34
              </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">
                $9.03
              </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">$5.25</span>
              <span class="text-xs text-grey-text">Credit: $6.83</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;:9.58},{&quot;2026-06-14&quot;:9.58},{&quot;2026-06-15&quot;:9.8},{&quot;2026-06-16&quot;:9.95},{&quot;2026-06-17&quot;:9.95},{&quot;2026-06-18&quot;:9.95},{&quot;2026-06-19&quot;:9.95},{&quot;2026-06-20&quot;:9.97},{&quot;2026-06-21&quot;:10.27},{&quot;2026-06-22&quot;:10.27},{&quot;2026-06-23&quot;:10.27},{&quot;2026-06-24&quot;:10.27},{&quot;2026-06-25&quot;:10.04},{&quot;2026-06-26&quot;:10.04},{&quot;2026-06-27&quot;:10.07},{&quot;2026-06-28&quot;:10.0},{&quot;2026-06-29&quot;:10.0},{&quot;2026-06-30&quot;:10.0},{&quot;2026-07-01&quot;:10.0},{&quot;2026-07-02&quot;:9.69},{&quot;2026-07-03&quot;:9.74},{&quot;2026-07-04&quot;:9.88},{&quot;2026-07-05&quot;:10.1},{&quot;2026-07-06&quot;:10.1},{&quot;2026-07-07&quot;:9.94},{&quot;2026-07-08&quot;:9.88},{&quot;2026-07-09&quot;:9.7},{&quot;2026-07-10&quot;:9.73},{&quot;2026-07-11&quot;:9.81},{&quot;2026-07-12&quot;:9.37},{&quot;2026-07-13&quot;:9.37},{&quot;2026-07-14&quot;:9.5},{&quot;2026-07-15&quot;:9.38},{&quot;2026-07-16&quot;:9.53},{&quot;2026-07-17&quot;:9.45},{&quot;2026-07-18&quot;:9.45},{&quot;2026-07-19&quot;:9.45},{&quot;2026-07-20&quot;:9.45},{&quot;2026-07-21&quot;:9.31},{&quot;2026-07-22&quot;:9.38},{&quot;2026-07-23&quot;:9.31},{&quot;2026-07-24&quot;:9.31},{&quot;2026-07-25&quot;:9.2},{&quot;2026-07-26&quot;:9.2},{&quot;2026-07-27&quot;:9.42},{&quot;2026-07-28&quot;:9.42},{&quot;2026-07-29&quot;:9.42},{&quot;2026-07-30&quot;:9.42},{&quot;2026-07-31&quot;:9.43},{&quot;2026-08-01&quot;:9.43},{&quot;2026-08-02&quot;:9.43},{&quot;2026-08-03&quot;:9.43},{&quot;2026-08-04&quot;:9.43},{&quot;2026-08-05&quot;:9.51},{&quot;2026-08-07&quot;:9.59},{&quot;2026-08-08&quot;:9.59},{&quot;2026-08-09&quot;:9.59},{&quot;2026-08-10&quot;:9.55},{&quot;2026-08-11&quot;:9.51},{&quot;2026-08-12&quot;:9.51},{&quot;2026-08-13&quot;:9.41},{&quot;2026-08-14&quot;:9.39},{&quot;2026-08-15&quot;:9.39},{&quot;2026-08-16&quot;:9.36},{&quot;2026-08-17&quot;:9.45},{&quot;2026-08-18&quot;:9.14},{&quot;2026-08-19&quot;:8.8},{&quot;2026-08-20&quot;:8.77},{&quot;2026-08-21&quot;:8.84},{&quot;2026-08-22&quot;:8.84},{&quot;2026-08-23&quot;:8.94},{&quot;2026-08-24&quot;:8.84},{&quot;2026-08-25&quot;:8.84},{&quot;2026-08-26&quot;:8.71},{&quot;2026-08-27&quot;:8.6},{&quot;2026-08-28&quot;:8.6},{&quot;2026-08-29&quot;:8.6},{&quot;2026-08-30&quot;:8.57},{&quot;2026-08-31&quot;:8.57},{&quot;2026-09-01&quot;:8.57},{&quot;2026-09-02&quot;:8.57},{&quot;2026-09-03&quot;:8.57},{&quot;2026-09-04&quot;:8.55},{&quot;2026-09-05&quot;:8.59},{&quot;2026-09-06&quot;:8.59},{&quot;2026-09-07&quot;:8.59},{&quot;2026-09-08&quot;:8.77},{&quot;2026-09-09&quot;:8.7},{&quot;2026-09-10&quot;:8.99},{&quot;2026-09-11&quot;:9.03}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.75},{&quot;2026-06-14&quot;:8.77},{&quot;2026-06-15&quot;:9.03},{&quot;2026-06-16&quot;:9.3},{&quot;2026-06-17&quot;:9.22},{&quot;2026-06-18&quot;:9.29},{&quot;2026-06-19&quot;:9.29},{&quot;2026-06-20&quot;:9.29},{&quot;2026-06-21&quot;:9.37},{&quot;2026-06-22&quot;:9.59},{&quot;2026-06-23&quot;:9.57},{&quot;2026-06-24&quot;:9.48},{&quot;2026-06-25&quot;:9.44},{&quot;2026-06-26&quot;:9.45},{&quot;2026-06-27&quot;:9.45},{&quot;2026-06-28&quot;:9.54},{&quot;2026-06-29&quot;:9.43},{&quot;2026-06-30&quot;:9.24},{&quot;2026-07-01&quot;:9.15},{&quot;2026-07-02&quot;:9.23},{&quot;2026-07-03&quot;:8.95},{&quot;2026-07-04&quot;:8.64},{&quot;2026-07-05&quot;:8.93},{&quot;2026-07-06&quot;:8.93},{&quot;2026-07-07&quot;:8.97},{&quot;2026-07-08&quot;:9.02},{&quot;2026-07-09&quot;:9.08},{&quot;2026-07-10&quot;:9.34},{&quot;2026-07-11&quot;:10.34},{&quot;2026-07-12&quot;:10.36},{&quot;2026-07-13&quot;:10.3},{&quot;2026-07-14&quot;:10.27},{&quot;2026-07-15&quot;:10.45},{&quot;2026-07-16&quot;:9.98},{&quot;2026-07-17&quot;:9.91},{&quot;2026-07-18&quot;:9.82},{&quot;2026-07-19&quot;:9.51},{&quot;2026-07-20&quot;:9.06},{&quot;2026-07-21&quot;:8.23},{&quot;2026-07-22&quot;:8.29},{&quot;2026-07-23&quot;:7.92},{&quot;2026-07-24&quot;:8.04},{&quot;2026-07-25&quot;:8.39},{&quot;2026-07-26&quot;:8.26},{&quot;2026-07-27&quot;:8.55},{&quot;2026-07-28&quot;:8.57},{&quot;2026-07-29&quot;:8.75},{&quot;2026-07-30&quot;:8.75},{&quot;2026-07-31&quot;:8.79},{&quot;2026-08-01&quot;:8.69},{&quot;2026-08-02&quot;:8.6},{&quot;2026-08-03&quot;:8.6},{&quot;2026-08-04&quot;:8.51},{&quot;2026-08-05&quot;:8.51},{&quot;2026-08-07&quot;:8.66},{&quot;2026-08-08&quot;:8.82},{&quot;2026-08-09&quot;:8.83},{&quot;2026-08-10&quot;:9.03},{&quot;2026-08-11&quot;:8.72},{&quot;2026-08-12&quot;:8.65},{&quot;2026-08-13&quot;:8.67},{&quot;2026-08-14&quot;:8.72},{&quot;2026-08-15&quot;:8.46},{&quot;2026-08-16&quot;:8.33},{&quot;2026-08-17&quot;:8.51},{&quot;2026-08-18&quot;:8.51},{&quot;2026-08-19&quot;:8.49},{&quot;2026-08-20&quot;:8.49},{&quot;2026-08-21&quot;:8.57},{&quot;2026-08-22&quot;:8.67},{&quot;2026-08-23&quot;:8.74},{&quot;2026-08-24&quot;:8.91},{&quot;2026-08-25&quot;:8.84},{&quot;2026-08-26&quot;:8.93},{&quot;2026-08-27&quot;:9.1},{&quot;2026-08-28&quot;:9.14},{&quot;2026-08-29&quot;:9.14},{&quot;2026-08-30&quot;:9.06},{&quot;2026-08-31&quot;:9.18},{&quot;2026-09-01&quot;:9.11},{&quot;2026-09-02&quot;:9.03},{&quot;2026-09-03&quot;:9.01},{&quot;2026-09-04&quot;:9.01},{&quot;2026-09-05&quot;:8.93},{&quot;2026-09-06&quot;:8.76},{&quot;2026-09-07&quot;:8.85},{&quot;2026-09-08&quot;:9.02},{&quot;2026-09-09&quot;:9.3},{&quot;2026-09-10&quot;:9.3},{&quot;2026-09-11&quot;:9.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="98617"
  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-tle 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">
            Drannith Magistrate
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Drannith Magistrate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/9/d98bed02-600c-4cb3-bff5-960d362861fb.jpg?1783904863" />

        <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">
            Drannith Magistrate
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Drannith Magistrate" src="https://cards.scryfall.io/large/front/d/9/d98bed02-600c-4cb3-bff5-960d362861fb.jpg?1783904863" />
    </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">
                $9.34
              </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">
                $12.75
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:10.45},{&quot;2026-06-14&quot;:10.45},{&quot;2026-06-15&quot;:10.46},{&quot;2026-06-16&quot;:10.53},{&quot;2026-06-17&quot;:10.58},{&quot;2026-06-18&quot;:10.58},{&quot;2026-06-19&quot;:10.57},{&quot;2026-06-20&quot;:10.57},{&quot;2026-06-21&quot;:10.59},{&quot;2026-06-22&quot;:10.71},{&quot;2026-06-23&quot;:10.79},{&quot;2026-06-24&quot;:10.79},{&quot;2026-06-25&quot;:10.79},{&quot;2026-06-26&quot;:10.79},{&quot;2026-06-27&quot;:11.09},{&quot;2026-06-28&quot;:11.09},{&quot;2026-06-29&quot;:11.09},{&quot;2026-06-30&quot;:11.09},{&quot;2026-07-01&quot;:11.19},{&quot;2026-07-02&quot;:11.15},{&quot;2026-07-03&quot;:11.09},{&quot;2026-07-04&quot;:11.21},{&quot;2026-07-05&quot;:11.21},{&quot;2026-07-06&quot;:11.36},{&quot;2026-07-07&quot;:11.36},{&quot;2026-07-08&quot;:11.36},{&quot;2026-07-09&quot;:11.36},{&quot;2026-07-10&quot;:11.36},{&quot;2026-07-11&quot;:11.37},{&quot;2026-07-12&quot;:11.44},{&quot;2026-07-13&quot;:11.44},{&quot;2026-07-14&quot;:11.49},{&quot;2026-07-15&quot;:11.49},{&quot;2026-07-16&quot;:11.49},{&quot;2026-07-17&quot;:11.49},{&quot;2026-07-18&quot;:11.52},{&quot;2026-07-19&quot;:11.52},{&quot;2026-07-20&quot;:11.52},{&quot;2026-07-21&quot;:11.54},{&quot;2026-07-22&quot;:11.54},{&quot;2026-07-23&quot;:11.62},{&quot;2026-07-24&quot;:11.62},{&quot;2026-07-25&quot;:11.76},{&quot;2026-07-26&quot;:11.78},{&quot;2026-07-27&quot;:11.83},{&quot;2026-07-28&quot;:11.92},{&quot;2026-07-29&quot;:11.8},{&quot;2026-07-30&quot;:11.8},{&quot;2026-07-31&quot;:11.94},{&quot;2026-08-01&quot;:11.88},{&quot;2026-08-02&quot;:11.88},{&quot;2026-08-03&quot;:11.89},{&quot;2026-08-04&quot;:11.97},{&quot;2026-08-05&quot;:12.0},{&quot;2026-08-07&quot;:11.97},{&quot;2026-08-08&quot;:12.08},{&quot;2026-08-09&quot;:12.08},{&quot;2026-08-10&quot;:12.08},{&quot;2026-08-11&quot;:12.08},{&quot;2026-08-12&quot;:12.08},{&quot;2026-08-13&quot;:12.3},{&quot;2026-08-14&quot;:12.3},{&quot;2026-08-15&quot;:12.43},{&quot;2026-08-16&quot;:12.36},{&quot;2026-08-17&quot;:12.36},{&quot;2026-08-18&quot;:12.36},{&quot;2026-08-19&quot;:12.36},{&quot;2026-08-20&quot;:12.36},{&quot;2026-08-21&quot;:12.37},{&quot;2026-08-22&quot;:12.29},{&quot;2026-08-23&quot;:12.41},{&quot;2026-08-24&quot;:12.48},{&quot;2026-08-25&quot;:12.41},{&quot;2026-08-26&quot;:12.41},{&quot;2026-08-27&quot;:12.41},{&quot;2026-08-28&quot;:12.41},{&quot;2026-08-29&quot;:12.41},{&quot;2026-08-30&quot;:12.44},{&quot;2026-08-31&quot;:12.51},{&quot;2026-09-01&quot;:12.51},{&quot;2026-09-02&quot;:12.51},{&quot;2026-09-03&quot;:12.71},{&quot;2026-09-04&quot;:12.71},{&quot;2026-09-05&quot;:12.66},{&quot;2026-09-06&quot;:12.66},{&quot;2026-09-07&quot;:12.66},{&quot;2026-09-08&quot;:12.75},{&quot;2026-09-09&quot;:12.75},{&quot;2026-09-10&quot;:12.75},{&quot;2026-09-11&quot;:12.75}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.61},{&quot;2026-06-14&quot;:8.6},{&quot;2026-06-15&quot;:8.81},{&quot;2026-06-16&quot;:8.78},{&quot;2026-06-17&quot;:8.78},{&quot;2026-06-18&quot;:8.88},{&quot;2026-06-19&quot;:8.88},{&quot;2026-06-20&quot;:8.91},{&quot;2026-06-21&quot;:8.91},{&quot;2026-06-22&quot;:9.01},{&quot;2026-06-23&quot;:9.15},{&quot;2026-06-24&quot;:8.95},{&quot;2026-06-25&quot;:8.76},{&quot;2026-06-26&quot;:9.02},{&quot;2026-06-27&quot;:8.86},{&quot;2026-06-28&quot;:8.85},{&quot;2026-06-29&quot;:8.97},{&quot;2026-06-30&quot;:9.06},{&quot;2026-07-01&quot;:9.28},{&quot;2026-07-02&quot;:9.28},{&quot;2026-07-03&quot;:9.36},{&quot;2026-07-04&quot;:10.01},{&quot;2026-07-05&quot;:9.88},{&quot;2026-07-06&quot;:10.08},{&quot;2026-07-07&quot;:9.96},{&quot;2026-07-08&quot;:10.19},{&quot;2026-07-09&quot;:10.31},{&quot;2026-07-10&quot;:10.24},{&quot;2026-07-11&quot;:10.19},{&quot;2026-07-12&quot;:10.08},{&quot;2026-07-13&quot;:9.68},{&quot;2026-07-14&quot;:9.54},{&quot;2026-07-15&quot;:9.54},{&quot;2026-07-16&quot;:9.26},{&quot;2026-07-17&quot;:8.92},{&quot;2026-07-18&quot;:8.99},{&quot;2026-07-19&quot;:8.88},{&quot;2026-07-20&quot;:9.09},{&quot;2026-07-21&quot;:9.02},{&quot;2026-07-22&quot;:8.96},{&quot;2026-07-23&quot;:8.83},{&quot;2026-07-24&quot;:8.88},{&quot;2026-07-25&quot;:8.97},{&quot;2026-07-26&quot;:9.14},{&quot;2026-07-27&quot;:9.1},{&quot;2026-07-28&quot;:9.2},{&quot;2026-07-29&quot;:9.21},{&quot;2026-07-30&quot;:9.21},{&quot;2026-07-31&quot;:9.23},{&quot;2026-08-01&quot;:9.31},{&quot;2026-08-02&quot;:9.37},{&quot;2026-08-03&quot;:9.47},{&quot;2026-08-04&quot;:9.55},{&quot;2026-08-05&quot;:9.68},{&quot;2026-08-07&quot;:9.62},{&quot;2026-08-08&quot;:9.62},{&quot;2026-08-09&quot;:9.61},{&quot;2026-08-10&quot;:9.57},{&quot;2026-08-11&quot;:9.57},{&quot;2026-08-12&quot;:9.26},{&quot;2026-08-13&quot;:9.16},{&quot;2026-08-14&quot;:9.14},{&quot;2026-08-15&quot;:9.12},{&quot;2026-08-16&quot;:9.14},{&quot;2026-08-17&quot;:9.14},{&quot;2026-08-18&quot;:8.9},{&quot;2026-08-19&quot;:8.95},{&quot;2026-08-20&quot;:8.74},{&quot;2026-08-21&quot;:9.01},{&quot;2026-08-22&quot;:8.71},{&quot;2026-08-23&quot;:8.78},{&quot;2026-08-24&quot;:8.32},{&quot;2026-08-25&quot;:8.43},{&quot;2026-08-26&quot;:8.46},{&quot;2026-08-27&quot;:8.53},{&quot;2026-08-28&quot;:8.74},{&quot;2026-08-29&quot;:8.74},{&quot;2026-08-30&quot;:9.17},{&quot;2026-08-31&quot;:9.04},{&quot;2026-09-01&quot;:9.11},{&quot;2026-09-02&quot;:9.3},{&quot;2026-09-03&quot;:9.47},{&quot;2026-09-04&quot;:9.48},{&quot;2026-09-05&quot;:9.61},{&quot;2026-09-06&quot;:9.66},{&quot;2026-09-07&quot;:9.41},{&quot;2026-09-08&quot;:9.38},{&quot;2026-09-09&quot;:9.37},{&quot;2026-09-10&quot;:9.35},{&quot;2026-09-11&quot;:9.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="46597"
  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-mom 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">
            Drana and Linvala
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Drana and Linvala" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/29a5fe67-beaa-4ee3-b22c-0b8aed6f6f4d.jpg?1783916914" />

        <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">
            Drana and Linvala
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Drana and Linvala" src="https://cards.scryfall.io/large/front/2/9/29a5fe67-beaa-4ee3-b22c-0b8aed6f6f4d.jpg?1783916914" />
    </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">
                $9.32
              </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">
                $11.08
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.03},{&quot;2026-06-14&quot;:11.03},{&quot;2026-06-15&quot;:11.38},{&quot;2026-06-16&quot;:11.38},{&quot;2026-06-17&quot;:11.37},{&quot;2026-06-18&quot;:11.47},{&quot;2026-06-19&quot;:11.47},{&quot;2026-06-20&quot;:11.47},{&quot;2026-06-21&quot;:11.47},{&quot;2026-06-22&quot;:11.47},{&quot;2026-06-23&quot;:11.54},{&quot;2026-06-24&quot;:11.61},{&quot;2026-06-25&quot;:11.61},{&quot;2026-06-26&quot;:11.61},{&quot;2026-06-27&quot;:11.61},{&quot;2026-06-28&quot;:11.61},{&quot;2026-06-29&quot;:11.61},{&quot;2026-06-30&quot;:11.71},{&quot;2026-07-01&quot;:11.71},{&quot;2026-07-02&quot;:11.71},{&quot;2026-07-03&quot;:11.71},{&quot;2026-07-04&quot;:11.71},{&quot;2026-07-05&quot;:11.71},{&quot;2026-07-06&quot;:11.71},{&quot;2026-07-07&quot;:11.71},{&quot;2026-07-08&quot;:11.71},{&quot;2026-07-09&quot;:11.71},{&quot;2026-07-10&quot;:11.71},{&quot;2026-07-11&quot;:11.71},{&quot;2026-07-12&quot;:11.71},{&quot;2026-07-13&quot;:11.71},{&quot;2026-07-14&quot;:11.71},{&quot;2026-07-15&quot;:11.71},{&quot;2026-07-16&quot;:11.76},{&quot;2026-07-17&quot;:11.76},{&quot;2026-07-18&quot;:11.83},{&quot;2026-07-19&quot;:11.93},{&quot;2026-07-20&quot;:11.93},{&quot;2026-07-21&quot;:11.93},{&quot;2026-07-22&quot;:12.07},{&quot;2026-07-23&quot;:12.07},{&quot;2026-07-24&quot;:12.0},{&quot;2026-07-25&quot;:12.0},{&quot;2026-07-26&quot;:12.0},{&quot;2026-07-27&quot;:12.0},{&quot;2026-07-28&quot;:12.0},{&quot;2026-07-29&quot;:12.0},{&quot;2026-07-30&quot;:11.9},{&quot;2026-07-31&quot;:11.85},{&quot;2026-08-01&quot;:11.85},{&quot;2026-08-02&quot;:11.85},{&quot;2026-08-03&quot;:11.85},{&quot;2026-08-04&quot;:11.94},{&quot;2026-08-05&quot;:11.78},{&quot;2026-08-07&quot;:11.78},{&quot;2026-08-08&quot;:11.57},{&quot;2026-08-09&quot;:11.53},{&quot;2026-08-10&quot;:11.52},{&quot;2026-08-11&quot;:11.25},{&quot;2026-08-12&quot;:11.16},{&quot;2026-08-13&quot;:11.16},{&quot;2026-08-14&quot;:11.17},{&quot;2026-08-15&quot;:11.24},{&quot;2026-08-16&quot;:11.39},{&quot;2026-08-17&quot;:11.39},{&quot;2026-08-18&quot;:11.39},{&quot;2026-08-19&quot;:11.39},{&quot;2026-08-20&quot;:11.39},{&quot;2026-08-21&quot;:11.39},{&quot;2026-08-22&quot;:11.39},{&quot;2026-08-23&quot;:11.39},{&quot;2026-08-24&quot;:11.36},{&quot;2026-08-25&quot;:11.36},{&quot;2026-08-26&quot;:11.36},{&quot;2026-08-27&quot;:11.36},{&quot;2026-08-28&quot;:11.49},{&quot;2026-08-29&quot;:11.49},{&quot;2026-08-30&quot;:11.49},{&quot;2026-08-31&quot;:11.49},{&quot;2026-09-01&quot;:11.49},{&quot;2026-09-02&quot;:11.49},{&quot;2026-09-03&quot;:11.49},{&quot;2026-09-04&quot;:11.48},{&quot;2026-09-05&quot;:11.36},{&quot;2026-09-06&quot;:11.36},{&quot;2026-09-07&quot;:11.36},{&quot;2026-09-08&quot;:11.31},{&quot;2026-09-09&quot;:11.16},{&quot;2026-09-10&quot;:11.01},{&quot;2026-09-11&quot;:11.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.35},{&quot;2026-06-14&quot;:6.44},{&quot;2026-06-15&quot;:6.37},{&quot;2026-06-16&quot;:6.39},{&quot;2026-06-17&quot;:6.37},{&quot;2026-06-18&quot;:6.43},{&quot;2026-06-19&quot;:6.39},{&quot;2026-06-20&quot;:6.32},{&quot;2026-06-21&quot;:6.41},{&quot;2026-06-22&quot;:6.3},{&quot;2026-06-23&quot;:6.35},{&quot;2026-06-24&quot;:6.28},{&quot;2026-06-25&quot;:6.28},{&quot;2026-06-26&quot;:6.29},{&quot;2026-06-27&quot;:6.32},{&quot;2026-06-28&quot;:6.22},{&quot;2026-06-29&quot;:6.27},{&quot;2026-06-30&quot;:6.27},{&quot;2026-07-01&quot;:6.29},{&quot;2026-07-02&quot;:6.28},{&quot;2026-07-03&quot;:6.27},{&quot;2026-07-04&quot;:6.26},{&quot;2026-07-05&quot;:6.21},{&quot;2026-07-06&quot;:6.0},{&quot;2026-07-07&quot;:6.11},{&quot;2026-07-08&quot;:6.23},{&quot;2026-07-09&quot;:6.42},{&quot;2026-07-10&quot;:6.43},{&quot;2026-07-11&quot;:6.49},{&quot;2026-07-12&quot;:6.35},{&quot;2026-07-13&quot;:6.32},{&quot;2026-07-14&quot;:6.46},{&quot;2026-07-15&quot;:6.53},{&quot;2026-07-16&quot;:6.6},{&quot;2026-07-17&quot;:6.49},{&quot;2026-07-18&quot;:6.39},{&quot;2026-07-19&quot;:6.39},{&quot;2026-07-20&quot;:6.34},{&quot;2026-07-21&quot;:6.43},{&quot;2026-07-22&quot;:6.39},{&quot;2026-07-23&quot;:6.38},{&quot;2026-07-24&quot;:6.29},{&quot;2026-07-25&quot;:6.43},{&quot;2026-07-26&quot;:6.48},{&quot;2026-07-27&quot;:6.4},{&quot;2026-07-28&quot;:6.32},{&quot;2026-07-29&quot;:6.37},{&quot;2026-07-30&quot;:6.51},{&quot;2026-07-31&quot;:6.43},{&quot;2026-08-01&quot;:6.55},{&quot;2026-08-02&quot;:6.67},{&quot;2026-08-03&quot;:6.48},{&quot;2026-08-04&quot;:6.55},{&quot;2026-08-05&quot;:6.53},{&quot;2026-08-07&quot;:6.37},{&quot;2026-08-08&quot;:6.48},{&quot;2026-08-09&quot;:6.61},{&quot;2026-08-10&quot;:6.61},{&quot;2026-08-11&quot;:7.2},{&quot;2026-08-12&quot;:7.54},{&quot;2026-08-13&quot;:7.72},{&quot;2026-08-14&quot;:7.89},{&quot;2026-08-15&quot;:7.89},{&quot;2026-08-16&quot;:7.94},{&quot;2026-08-17&quot;:7.86},{&quot;2026-08-18&quot;:8.1},{&quot;2026-08-19&quot;:8.1},{&quot;2026-08-20&quot;:8.09},{&quot;2026-08-21&quot;:8.09},{&quot;2026-08-22&quot;:8.21},{&quot;2026-08-23&quot;:8.29},{&quot;2026-08-24&quot;:8.2},{&quot;2026-08-25&quot;:7.96},{&quot;2026-08-26&quot;:7.64},{&quot;2026-08-27&quot;:7.64},{&quot;2026-08-28&quot;:7.64},{&quot;2026-08-29&quot;:7.64},{&quot;2026-08-30&quot;:7.63},{&quot;2026-08-31&quot;:7.63},{&quot;2026-09-01&quot;:8.48},{&quot;2026-09-02&quot;:8.43},{&quot;2026-09-03&quot;:8.73},{&quot;2026-09-04&quot;:8.9},{&quot;2026-09-05&quot;:9.03},{&quot;2026-09-06&quot;:9.04},{&quot;2026-09-07&quot;:9.28},{&quot;2026-09-08&quot;:9.47},{&quot;2026-09-09&quot;:9.39},{&quot;2026-09-10&quot;:9.34},{&quot;2026-09-11&quot;:9.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="53119"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Giver of Runes
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Giver of Runes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5adb3391-06cc-4fd2-9e72-a3500940b450.jpg?1783910575" />

        <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">
            Giver of Runes
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Giver of Runes" src="https://cards.scryfall.io/large/front/5/a/5adb3391-06cc-4fd2-9e72-a3500940b450.jpg?1783910575" />
    </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">
                $9.32
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  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">
                $24.22
              </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">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</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;:23.96},{&quot;2026-06-11&quot;:23.96},{&quot;2026-06-12&quot;:23.96},{&quot;2026-06-13&quot;:23.96},{&quot;2026-06-14&quot;:23.96},{&quot;2026-06-15&quot;:24.05},{&quot;2026-06-16&quot;:24.05},{&quot;2026-06-17&quot;:24.05},{&quot;2026-06-18&quot;:24.05},{&quot;2026-06-19&quot;:24.05},{&quot;2026-06-20&quot;:23.98},{&quot;2026-06-21&quot;:23.98},{&quot;2026-06-22&quot;:23.98},{&quot;2026-06-23&quot;:23.98},{&quot;2026-06-24&quot;:23.98},{&quot;2026-06-25&quot;:23.98},{&quot;2026-06-26&quot;:23.98},{&quot;2026-06-27&quot;:23.98},{&quot;2026-06-28&quot;:23.98},{&quot;2026-06-29&quot;:23.98},{&quot;2026-06-30&quot;:23.98},{&quot;2026-07-01&quot;:23.98},{&quot;2026-07-02&quot;:23.98},{&quot;2026-07-03&quot;:23.98},{&quot;2026-07-04&quot;:23.98},{&quot;2026-07-05&quot;:24.03},{&quot;2026-07-06&quot;:24.03},{&quot;2026-07-07&quot;:24.03},{&quot;2026-07-08&quot;:24.03},{&quot;2026-07-09&quot;:24.03},{&quot;2026-07-10&quot;:24.1},{&quot;2026-07-11&quot;:24.1},{&quot;2026-07-12&quot;:24.1},{&quot;2026-07-13&quot;:24.1},{&quot;2026-07-14&quot;:24.1},{&quot;2026-07-15&quot;:24.1},{&quot;2026-07-16&quot;:24.17},{&quot;2026-07-17&quot;:24.17},{&quot;2026-07-18&quot;:24.25},{&quot;2026-07-19&quot;:24.25},{&quot;2026-07-20&quot;:24.25},{&quot;2026-07-21&quot;:24.25},{&quot;2026-07-23&quot;:24.25},{&quot;2026-07-25&quot;:24.25},{&quot;2026-07-26&quot;:24.31},{&quot;2026-07-27&quot;:24.31},{&quot;2026-07-29&quot;:24.31},{&quot;2026-07-30&quot;:24.18},{&quot;2026-07-31&quot;:24.18},{&quot;2026-08-01&quot;:24.18},{&quot;2026-08-02&quot;:24.18},{&quot;2026-08-03&quot;:24.18},{&quot;2026-08-04&quot;:24.18},{&quot;2026-08-05&quot;:24.18},{&quot;2026-08-07&quot;:24.18},{&quot;2026-08-08&quot;:24.18},{&quot;2026-08-09&quot;:24.13},{&quot;2026-08-10&quot;:24.13},{&quot;2026-08-11&quot;:24.13},{&quot;2026-08-12&quot;:24.13},{&quot;2026-08-13&quot;:24.13},{&quot;2026-08-14&quot;:24.15},{&quot;2026-08-15&quot;:24.15},{&quot;2026-08-16&quot;:24.15},{&quot;2026-08-17&quot;:24.15},{&quot;2026-08-18&quot;:24.15},{&quot;2026-08-19&quot;:24.15},{&quot;2026-08-20&quot;:24.15},{&quot;2026-08-21&quot;:24.15},{&quot;2026-08-22&quot;:24.15},{&quot;2026-08-23&quot;:24.15},{&quot;2026-08-24&quot;:24.15},{&quot;2026-08-25&quot;:24.15},{&quot;2026-08-26&quot;:24.22},{&quot;2026-08-27&quot;:24.22},{&quot;2026-08-28&quot;:24.22},{&quot;2026-08-29&quot;:24.22},{&quot;2026-08-30&quot;:24.22},{&quot;2026-08-31&quot;:24.22},{&quot;2026-09-01&quot;:24.22},{&quot;2026-09-02&quot;:24.22},{&quot;2026-09-03&quot;:24.22},{&quot;2026-09-04&quot;:24.22},{&quot;2026-09-05&quot;:24.22},{&quot;2026-09-06&quot;:24.22},{&quot;2026-09-07&quot;:24.22},{&quot;2026-09-08&quot;:24.22},{&quot;2026-09-09&quot;:24.22},{&quot;2026-09-10&quot;:24.22},{&quot;2026-09-11&quot;:24.22}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.24},{&quot;2026-06-11&quot;:8.28},{&quot;2026-06-12&quot;:8.52},{&quot;2026-06-13&quot;:8.45},{&quot;2026-06-14&quot;:8.48},{&quot;2026-06-15&quot;:8.66},{&quot;2026-06-16&quot;:8.72},{&quot;2026-06-17&quot;:8.87},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.85},{&quot;2026-06-20&quot;:8.85},{&quot;2026-06-21&quot;:8.85},{&quot;2026-06-22&quot;:8.99},{&quot;2026-06-23&quot;:8.99},{&quot;2026-06-24&quot;:9.01},{&quot;2026-06-25&quot;:9.11},{&quot;2026-06-26&quot;:8.91},{&quot;2026-06-27&quot;:8.79},{&quot;2026-06-28&quot;:8.76},{&quot;2026-06-29&quot;:8.72},{&quot;2026-06-30&quot;:8.73},{&quot;2026-07-01&quot;:8.73},{&quot;2026-07-02&quot;:8.52},{&quot;2026-07-03&quot;:8.68},{&quot;2026-07-04&quot;:8.56},{&quot;2026-07-05&quot;:8.64},{&quot;2026-07-06&quot;:8.56},{&quot;2026-07-07&quot;:8.74},{&quot;2026-07-08&quot;:8.8},{&quot;2026-07-09&quot;:8.8},{&quot;2026-07-10&quot;:9.08},{&quot;2026-07-11&quot;:9.14},{&quot;2026-07-12&quot;:9.07},{&quot;2026-07-13&quot;:9.26},{&quot;2026-07-14&quot;:9.26},{&quot;2026-07-15&quot;:9.5},{&quot;2026-07-16&quot;:9.46},{&quot;2026-07-17&quot;:9.29},{&quot;2026-07-18&quot;:9.5},{&quot;2026-07-19&quot;:9.46},{&quot;2026-07-20&quot;:9.46},{&quot;2026-07-21&quot;:9.59},{&quot;2026-07-23&quot;:9.61},{&quot;2026-07-25&quot;:9.59},{&quot;2026-07-26&quot;:9.48},{&quot;2026-07-27&quot;:9.35},{&quot;2026-07-29&quot;:9.51},{&quot;2026-07-30&quot;:9.8},{&quot;2026-07-31&quot;:9.77},{&quot;2026-08-01&quot;:9.81},{&quot;2026-08-02&quot;:9.81},{&quot;2026-08-03&quot;:9.86},{&quot;2026-08-04&quot;:9.94},{&quot;2026-08-05&quot;:9.94},{&quot;2026-08-07&quot;:10.03},{&quot;2026-08-08&quot;:10.01},{&quot;2026-08-09&quot;:9.99},{&quot;2026-08-10&quot;:9.88},{&quot;2026-08-11&quot;:9.85},{&quot;2026-08-12&quot;:9.83},{&quot;2026-08-13&quot;:9.21},{&quot;2026-08-14&quot;:8.86},{&quot;2026-08-15&quot;:8.89},{&quot;2026-08-16&quot;:8.57},{&quot;2026-08-17&quot;:8.51},{&quot;2026-08-18&quot;:8.68},{&quot;2026-08-19&quot;:8.96},{&quot;2026-08-20&quot;:8.96},{&quot;2026-08-21&quot;:9.06},{&quot;2026-08-22&quot;:8.94},{&quot;2026-08-23&quot;:9.0},{&quot;2026-08-24&quot;:9.06},{&quot;2026-08-25&quot;:9.06},{&quot;2026-08-26&quot;:9.1},{&quot;2026-08-27&quot;:9.0},{&quot;2026-08-28&quot;:8.88},{&quot;2026-08-29&quot;:8.88},{&quot;2026-08-30&quot;:8.61},{&quot;2026-08-31&quot;:8.55},{&quot;2026-09-01&quot;:8.55},{&quot;2026-09-02&quot;:8.59},{&quot;2026-09-03&quot;:8.66},{&quot;2026-09-04&quot;:8.8},{&quot;2026-09-05&quot;:8.8},{&quot;2026-09-06&quot;:8.92},{&quot;2026-09-07&quot;:9.06},{&quot;2026-09-08&quot;:9.13},{&quot;2026-09-09&quot;:9.51},{&quot;2026-09-10&quot;:9.39},{&quot;2026-09-11&quot;:9.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="34548"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ice ss-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">
            Urza&#39;s Bauble
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $9.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="Urza&#39;s Bauble" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/58c9e9a7-e170-4361-b7d5-22fc0771c489.jpg?1783947454" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Urza&#39;s Bauble" src="https://cards.scryfall.io/large/front/5/8/58c9e9a7-e170-4361-b7d5-22fc0771c489.jpg?1783947454" />
    </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">
                $9.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">$6.90</span>
              <span class="text-xs text-grey-text">Credit: $8.97</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;:8.43},{&quot;2026-06-14&quot;:8.43},{&quot;2026-06-15&quot;:8.45},{&quot;2026-06-16&quot;:8.68},{&quot;2026-06-17&quot;:8.68},{&quot;2026-06-18&quot;:8.68},{&quot;2026-06-19&quot;:8.68},{&quot;2026-06-20&quot;:8.65},{&quot;2026-06-21&quot;:8.65},{&quot;2026-06-22&quot;:8.65},{&quot;2026-06-23&quot;:8.65},{&quot;2026-06-24&quot;:8.61},{&quot;2026-06-25&quot;:8.7},{&quot;2026-06-26&quot;:8.56},{&quot;2026-06-27&quot;:8.56},{&quot;2026-06-28&quot;:8.56},{&quot;2026-06-29&quot;:8.55},{&quot;2026-06-30&quot;:8.47},{&quot;2026-07-01&quot;:8.47},{&quot;2026-07-02&quot;:8.42},{&quot;2026-07-03&quot;:8.57},{&quot;2026-07-04&quot;:8.57},{&quot;2026-07-05&quot;:8.57},{&quot;2026-07-06&quot;:8.57},{&quot;2026-07-07&quot;:8.41},{&quot;2026-07-08&quot;:8.41},{&quot;2026-07-09&quot;:8.42},{&quot;2026-07-10&quot;:8.42},{&quot;2026-07-11&quot;:8.41},{&quot;2026-07-12&quot;:8.64},{&quot;2026-07-13&quot;:8.54},{&quot;2026-07-14&quot;:8.72},{&quot;2026-07-15&quot;:8.72},{&quot;2026-07-16&quot;:8.72},{&quot;2026-07-17&quot;:8.72},{&quot;2026-07-18&quot;:8.72},{&quot;2026-07-19&quot;:8.72},{&quot;2026-07-20&quot;:8.72},{&quot;2026-07-21&quot;:8.72},{&quot;2026-07-22&quot;:8.68},{&quot;2026-07-23&quot;:8.68},{&quot;2026-07-24&quot;:8.68},{&quot;2026-07-25&quot;:8.68},{&quot;2026-07-26&quot;:8.68},{&quot;2026-07-27&quot;:8.64},{&quot;2026-07-28&quot;:8.64},{&quot;2026-07-29&quot;:8.68},{&quot;2026-07-30&quot;:8.68},{&quot;2026-07-31&quot;:8.7},{&quot;2026-08-01&quot;:8.7},{&quot;2026-08-02&quot;:8.7},{&quot;2026-08-03&quot;:8.59},{&quot;2026-08-04&quot;:8.59},{&quot;2026-08-05&quot;:8.73},{&quot;2026-08-07&quot;:8.76},{&quot;2026-08-08&quot;:8.76},{&quot;2026-08-09&quot;:8.94},{&quot;2026-08-10&quot;:8.94},{&quot;2026-08-11&quot;:8.94},{&quot;2026-08-12&quot;:8.96},{&quot;2026-08-13&quot;:8.96},{&quot;2026-08-14&quot;:8.96},{&quot;2026-08-15&quot;:8.96},{&quot;2026-08-16&quot;:8.96},{&quot;2026-08-17&quot;:8.88},{&quot;2026-08-18&quot;:8.81},{&quot;2026-08-19&quot;:8.81},{&quot;2026-08-20&quot;:8.88},{&quot;2026-08-21&quot;:8.88},{&quot;2026-08-22&quot;:8.88},{&quot;2026-08-23&quot;:8.8},{&quot;2026-08-24&quot;:8.8},{&quot;2026-08-25&quot;:8.94},{&quot;2026-08-26&quot;:8.94},{&quot;2026-08-27&quot;:8.92},{&quot;2026-08-28&quot;:8.92},{&quot;2026-08-29&quot;:8.92},{&quot;2026-08-30&quot;:8.8},{&quot;2026-08-31&quot;:8.8},{&quot;2026-09-01&quot;:9.02},{&quot;2026-09-02&quot;:9.04},{&quot;2026-09-03&quot;:9.22},{&quot;2026-09-04&quot;:9.26},{&quot;2026-09-05&quot;:9.26},{&quot;2026-09-06&quot;:9.28},{&quot;2026-09-07&quot;:9.28},{&quot;2026-09-08&quot;:9.28},{&quot;2026-09-09&quot;:9.28},{&quot;2026-09-10&quot;:9.26},{&quot;2026-09-11&quot;:9.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="86930"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Court of Ardenvale" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4bd87c87-885c-4e30-9bbc-eccd75af5fbc.jpg?1783914984" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Court of Ardenvale" src="https://cards.scryfall.io/large/front/4/b/4bd87c87-885c-4e30-9bbc-eccd75af5fbc.jpg?1783914984" />
    </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">
                $9.20
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $12.29
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:7.88},{&quot;2026-06-12&quot;:8.07},{&quot;2026-06-13&quot;:8.07},{&quot;2026-06-14&quot;:8.07},{&quot;2026-06-15&quot;:8.07},{&quot;2026-06-16&quot;:8.07},{&quot;2026-06-17&quot;:8.07},{&quot;2026-06-18&quot;:8.07},{&quot;2026-06-19&quot;:8.07},{&quot;2026-06-20&quot;:8.07},{&quot;2026-06-21&quot;:8.07},{&quot;2026-06-22&quot;:8.07},{&quot;2026-06-23&quot;:8.07},{&quot;2026-06-24&quot;:8.07},{&quot;2026-06-25&quot;:8.07},{&quot;2026-06-26&quot;:8.07},{&quot;2026-06-27&quot;:8.07},{&quot;2026-06-28&quot;:8.48},{&quot;2026-06-29&quot;:8.48},{&quot;2026-06-30&quot;:9.6},{&quot;2026-07-01&quot;:10.72},{&quot;2026-07-02&quot;:10.72},{&quot;2026-07-03&quot;:10.72},{&quot;2026-07-04&quot;:10.72},{&quot;2026-07-05&quot;:11.67},{&quot;2026-07-06&quot;:11.67},{&quot;2026-07-07&quot;:11.8},{&quot;2026-07-08&quot;:12.12},{&quot;2026-07-09&quot;:12.12},{&quot;2026-07-10&quot;:12.12},{&quot;2026-07-11&quot;:12.12},{&quot;2026-07-12&quot;:12.12},{&quot;2026-07-13&quot;:12.12},{&quot;2026-07-14&quot;:12.12},{&quot;2026-07-15&quot;:12.12},{&quot;2026-07-16&quot;:12.12},{&quot;2026-07-17&quot;:12.12},{&quot;2026-07-18&quot;:12.12},{&quot;2026-07-19&quot;:12.12},{&quot;2026-07-20&quot;:12.12},{&quot;2026-07-21&quot;:11.56},{&quot;2026-07-23&quot;:11.56},{&quot;2026-07-25&quot;:11.56},{&quot;2026-07-26&quot;:11.56},{&quot;2026-07-27&quot;:11.56},{&quot;2026-07-28&quot;:11.52},{&quot;2026-07-29&quot;:11.52},{&quot;2026-07-30&quot;:11.52},{&quot;2026-07-31&quot;:11.85},{&quot;2026-08-01&quot;:11.85},{&quot;2026-08-02&quot;:11.85},{&quot;2026-08-03&quot;:11.85},{&quot;2026-08-04&quot;:11.85},{&quot;2026-08-05&quot;:11.85},{&quot;2026-08-07&quot;:11.85},{&quot;2026-08-08&quot;:11.85},{&quot;2026-08-09&quot;:11.85},{&quot;2026-08-10&quot;:11.85},{&quot;2026-08-11&quot;:11.85},{&quot;2026-08-12&quot;:11.85},{&quot;2026-08-13&quot;:11.85},{&quot;2026-08-14&quot;:11.85},{&quot;2026-08-15&quot;:11.85},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:11.85},{&quot;2026-08-18&quot;:11.85},{&quot;2026-08-19&quot;:11.85},{&quot;2026-08-20&quot;:11.85},{&quot;2026-08-21&quot;:11.85},{&quot;2026-08-22&quot;:11.85},{&quot;2026-08-23&quot;:11.85},{&quot;2026-08-24&quot;:11.85},{&quot;2026-08-25&quot;:11.85},{&quot;2026-08-26&quot;:11.85},{&quot;2026-08-27&quot;:11.85},{&quot;2026-08-28&quot;:11.85},{&quot;2026-08-29&quot;:11.85},{&quot;2026-08-30&quot;:12.4},{&quot;2026-08-31&quot;:12.17},{&quot;2026-09-01&quot;:12.17},{&quot;2026-09-02&quot;:12.17},{&quot;2026-09-03&quot;:12.17},{&quot;2026-09-04&quot;:12.17},{&quot;2026-09-05&quot;:12.17},{&quot;2026-09-06&quot;:12.29},{&quot;2026-09-07&quot;:12.29},{&quot;2026-09-08&quot;:12.29},{&quot;2026-09-09&quot;:12.29},{&quot;2026-09-10&quot;:12.29},{&quot;2026-09-11&quot;:12.29}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.48},{&quot;2026-06-12&quot;:7.46},{&quot;2026-06-13&quot;:7.59},{&quot;2026-06-14&quot;:7.67},{&quot;2026-06-15&quot;:7.55},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.54},{&quot;2026-06-18&quot;:7.54},{&quot;2026-06-19&quot;:7.54},{&quot;2026-06-20&quot;:7.54},{&quot;2026-06-21&quot;:7.57},{&quot;2026-06-22&quot;:7.61},{&quot;2026-06-23&quot;:7.61},{&quot;2026-06-24&quot;:7.62},{&quot;2026-06-25&quot;:7.63},{&quot;2026-06-26&quot;:7.58},{&quot;2026-06-27&quot;:7.58},{&quot;2026-06-28&quot;:7.59},{&quot;2026-06-29&quot;:7.54},{&quot;2026-06-30&quot;:7.45},{&quot;2026-07-01&quot;:7.55},{&quot;2026-07-02&quot;:7.48},{&quot;2026-07-03&quot;:8.53},{&quot;2026-07-04&quot;:8.36},{&quot;2026-07-05&quot;:8.66},{&quot;2026-07-06&quot;:9.54},{&quot;2026-07-07&quot;:9.55},{&quot;2026-07-08&quot;:9.74},{&quot;2026-07-09&quot;:9.98},{&quot;2026-07-10&quot;:10.31},{&quot;2026-07-11&quot;:10.37},{&quot;2026-07-12&quot;:10.36},{&quot;2026-07-13&quot;:10.09},{&quot;2026-07-14&quot;:10.08},{&quot;2026-07-15&quot;:9.58},{&quot;2026-07-16&quot;:9.34},{&quot;2026-07-17&quot;:9.55},{&quot;2026-07-18&quot;:9.63},{&quot;2026-07-19&quot;:10.02},{&quot;2026-07-20&quot;:9.87},{&quot;2026-07-21&quot;:9.62},{&quot;2026-07-23&quot;:9.96},{&quot;2026-07-25&quot;:9.82},{&quot;2026-07-26&quot;:9.82},{&quot;2026-07-27&quot;:9.71},{&quot;2026-07-28&quot;:9.87},{&quot;2026-07-29&quot;:10.25},{&quot;2026-07-30&quot;:10.38},{&quot;2026-07-31&quot;:10.5},{&quot;2026-08-01&quot;:9.92},{&quot;2026-08-02&quot;:9.88},{&quot;2026-08-03&quot;:9.55},{&quot;2026-08-04&quot;:9.36},{&quot;2026-08-05&quot;:9.27},{&quot;2026-08-07&quot;:9.07},{&quot;2026-08-08&quot;:9.07},{&quot;2026-08-09&quot;:8.73},{&quot;2026-08-10&quot;:8.25},{&quot;2026-08-11&quot;:7.85},{&quot;2026-08-12&quot;:7.77},{&quot;2026-08-13&quot;:7.26},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.2},{&quot;2026-08-16&quot;:7.18},{&quot;2026-08-17&quot;:7.3},{&quot;2026-08-18&quot;:7.8},{&quot;2026-08-19&quot;:7.71},{&quot;2026-08-20&quot;:7.71},{&quot;2026-08-21&quot;:8.24},{&quot;2026-08-22&quot;:8.27},{&quot;2026-08-23&quot;:8.27},{&quot;2026-08-24&quot;:8.32},{&quot;2026-08-25&quot;:8.32},{&quot;2026-08-26&quot;:8.28},{&quot;2026-08-27&quot;:8.32},{&quot;2026-08-28&quot;:8.29},{&quot;2026-08-29&quot;:8.29},{&quot;2026-08-30&quot;:8.4},{&quot;2026-08-31&quot;:8.74},{&quot;2026-09-01&quot;:8.74},{&quot;2026-09-02&quot;:8.85},{&quot;2026-09-03&quot;:8.45},{&quot;2026-09-04&quot;:8.46},{&quot;2026-09-05&quot;:8.57},{&quot;2026-09-06&quot;:8.58},{&quot;2026-09-07&quot;:8.58},{&quot;2026-09-08&quot;:8.66},{&quot;2026-09-09&quot;:8.75},{&quot;2026-09-10&quot;:9.0},{&quot;2026-09-11&quot;:9.2}]}"
        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="24357"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Hushwood Verge
        </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="Hushwood Verge" src="https://cards.scryfall.io/large/front/e/c/ec288d76-c1f5-471b-8a53-504f88469c1b.jpg?1783909428" />
    </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">
                $9.19
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.9},{&quot;2026-06-12&quot;:7.9},{&quot;2026-06-13&quot;:7.9},{&quot;2026-06-14&quot;:7.9},{&quot;2026-06-15&quot;:7.91},{&quot;2026-06-16&quot;:7.94},{&quot;2026-06-17&quot;:7.94},{&quot;2026-06-18&quot;:8.01},{&quot;2026-06-19&quot;:8.01},{&quot;2026-06-20&quot;:8.02},{&quot;2026-06-21&quot;:8.01},{&quot;2026-06-22&quot;:8.01},{&quot;2026-06-23&quot;:8.07},{&quot;2026-06-24&quot;:8.07},{&quot;2026-06-25&quot;:8.06},{&quot;2026-06-26&quot;:8.06},{&quot;2026-06-27&quot;:8.12},{&quot;2026-06-28&quot;:8.21},{&quot;2026-06-29&quot;:8.18},{&quot;2026-06-30&quot;:8.22},{&quot;2026-07-01&quot;:8.22},{&quot;2026-07-02&quot;:8.22},{&quot;2026-07-03&quot;:8.22},{&quot;2026-07-04&quot;:8.18},{&quot;2026-07-05&quot;:8.18},{&quot;2026-07-06&quot;:8.09},{&quot;2026-07-07&quot;:8.09},{&quot;2026-07-08&quot;:8.09},{&quot;2026-07-09&quot;:8.14},{&quot;2026-07-10&quot;:8.17},{&quot;2026-07-11&quot;:8.17},{&quot;2026-07-12&quot;:8.17},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:7.92},{&quot;2026-07-15&quot;:7.93},{&quot;2026-07-16&quot;:7.82},{&quot;2026-07-17&quot;:7.82},{&quot;2026-07-18&quot;:7.82},{&quot;2026-07-19&quot;:7.82},{&quot;2026-07-20&quot;:7.74},{&quot;2026-07-21&quot;:7.71},{&quot;2026-07-23&quot;:7.99},{&quot;2026-07-25&quot;:8.16},{&quot;2026-07-26&quot;:8.15},{&quot;2026-07-27&quot;:8.26},{&quot;2026-07-28&quot;:8.75},{&quot;2026-07-29&quot;:8.75},{&quot;2026-07-30&quot;:8.81},{&quot;2026-07-31&quot;:8.95},{&quot;2026-08-01&quot;:8.96},{&quot;2026-08-02&quot;:8.95},{&quot;2026-08-03&quot;:9.08},{&quot;2026-08-04&quot;:9.3},{&quot;2026-08-05&quot;:9.24},{&quot;2026-08-07&quot;:9.21},{&quot;2026-08-08&quot;:9.21},{&quot;2026-08-09&quot;:9.3},{&quot;2026-08-10&quot;:9.3},{&quot;2026-08-11&quot;:9.25},{&quot;2026-08-12&quot;:9.25},{&quot;2026-08-13&quot;:9.06},{&quot;2026-08-14&quot;:9.02},{&quot;2026-08-15&quot;:9.02},{&quot;2026-08-16&quot;:9.02},{&quot;2026-08-17&quot;:9.05},{&quot;2026-08-18&quot;:8.93},{&quot;2026-08-19&quot;:8.66},{&quot;2026-08-20&quot;:8.66},{&quot;2026-08-21&quot;:8.28},{&quot;2026-08-22&quot;:8.28},{&quot;2026-08-23&quot;:8.09},{&quot;2026-08-24&quot;:7.8},{&quot;2026-08-25&quot;:7.8},{&quot;2026-08-26&quot;:7.44},{&quot;2026-08-27&quot;:7.22},{&quot;2026-08-28&quot;:8.03},{&quot;2026-08-29&quot;:8.03},{&quot;2026-08-30&quot;:8.03},{&quot;2026-08-31&quot;:8.04},{&quot;2026-09-01&quot;:8.04},{&quot;2026-09-02&quot;:8.44},{&quot;2026-09-03&quot;:9.08},{&quot;2026-09-04&quot;:9.16},{&quot;2026-09-05&quot;:9.33},{&quot;2026-09-06&quot;:9.33},{&quot;2026-09-07&quot;:9.58},{&quot;2026-09-08&quot;:9.67},{&quot;2026-09-09&quot;:9.67},{&quot;2026-09-10&quot;:9.67},{&quot;2026-09-11&quot;:9.67}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.93},{&quot;2026-06-12&quot;:6.91},{&quot;2026-06-13&quot;:6.79},{&quot;2026-06-14&quot;:6.81},{&quot;2026-06-15&quot;:7.01},{&quot;2026-06-16&quot;:6.88},{&quot;2026-06-17&quot;:6.78},{&quot;2026-06-18&quot;:6.81},{&quot;2026-06-19&quot;:6.44},{&quot;2026-06-20&quot;:6.58},{&quot;2026-06-21&quot;:6.59},{&quot;2026-06-22&quot;:6.62},{&quot;2026-06-23&quot;:6.71},{&quot;2026-06-24&quot;:6.8},{&quot;2026-06-25&quot;:7.0},{&quot;2026-06-26&quot;:6.91},{&quot;2026-06-27&quot;:7.44},{&quot;2026-06-28&quot;:7.28},{&quot;2026-06-29&quot;:7.41},{&quot;2026-06-30&quot;:7.33},{&quot;2026-07-01&quot;:7.51},{&quot;2026-07-02&quot;:7.52},{&quot;2026-07-03&quot;:7.55},{&quot;2026-07-04&quot;:7.41},{&quot;2026-07-05&quot;:7.3},{&quot;2026-07-06&quot;:7.33},{&quot;2026-07-07&quot;:7.23},{&quot;2026-07-08&quot;:7.05},{&quot;2026-07-09&quot;:7.09},{&quot;2026-07-10&quot;:7.01},{&quot;2026-07-11&quot;:6.9},{&quot;2026-07-12&quot;:7.03},{&quot;2026-07-13&quot;:6.96},{&quot;2026-07-14&quot;:6.75},{&quot;2026-07-15&quot;:6.94},{&quot;2026-07-16&quot;:7.17},{&quot;2026-07-17&quot;:7.41},{&quot;2026-07-18&quot;:7.79},{&quot;2026-07-19&quot;:7.85},{&quot;2026-07-20&quot;:7.46},{&quot;2026-07-21&quot;:7.36},{&quot;2026-07-23&quot;:7.65},{&quot;2026-07-25&quot;:7.61},{&quot;2026-07-26&quot;:7.9},{&quot;2026-07-27&quot;:7.59},{&quot;2026-07-28&quot;:7.92},{&quot;2026-07-29&quot;:7.92},{&quot;2026-07-30&quot;:8.09},{&quot;2026-07-31&quot;:8.36},{&quot;2026-08-01&quot;:8.15},{&quot;2026-08-02&quot;:8.75},{&quot;2026-08-03&quot;:8.44},{&quot;2026-08-04&quot;:8.39},{&quot;2026-08-05&quot;:8.45},{&quot;2026-08-07&quot;:7.72},{&quot;2026-08-08&quot;:7.61},{&quot;2026-08-09&quot;:7.57},{&quot;2026-08-10&quot;:7.29},{&quot;2026-08-11&quot;:7.4},{&quot;2026-08-12&quot;:7.01},{&quot;2026-08-13&quot;:7.25},{&quot;2026-08-14&quot;:7.65},{&quot;2026-08-15&quot;:7.63},{&quot;2026-08-16&quot;:7.67},{&quot;2026-08-17&quot;:7.76},{&quot;2026-08-18&quot;:8.01},{&quot;2026-08-19&quot;:8.52},{&quot;2026-08-20&quot;:8.52},{&quot;2026-08-21&quot;:8.66},{&quot;2026-08-22&quot;:8.66},{&quot;2026-08-23&quot;:8.45},{&quot;2026-08-24&quot;:8.06},{&quot;2026-08-25&quot;:8.06},{&quot;2026-08-26&quot;:8.39},{&quot;2026-08-27&quot;:8.46},{&quot;2026-08-28&quot;:8.51},{&quot;2026-08-29&quot;:8.51},{&quot;2026-08-30&quot;:8.71},{&quot;2026-08-31&quot;:8.45},{&quot;2026-09-01&quot;:8.45},{&quot;2026-09-02&quot;:8.23},{&quot;2026-09-03&quot;:8.22},{&quot;2026-09-04&quot;:8.28},{&quot;2026-09-05&quot;:8.35},{&quot;2026-09-06&quot;:8.71},{&quot;2026-09-07&quot;:8.99},{&quot;2026-09-08&quot;:9.06},{&quot;2026-09-09&quot;:8.88},{&quot;2026-09-10&quot;:8.94},{&quot;2026-09-11&quot;:9.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Elvish Promenade
        </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">Kindred Sorcery — Elf</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="Elvish Promenade" src="https://cards.scryfall.io/large/front/2/0/20602cb8-f925-4de0-ad4b-86d0f5514384.jpg?1783928316" />
    </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">
                $9.19
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</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;:8.56},{&quot;2026-06-14&quot;:8.56},{&quot;2026-06-15&quot;:8.44},{&quot;2026-06-16&quot;:8.72},{&quot;2026-06-17&quot;:8.75},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.8},{&quot;2026-06-20&quot;:8.89},{&quot;2026-06-21&quot;:8.89},{&quot;2026-06-22&quot;:8.83},{&quot;2026-06-23&quot;:8.87},{&quot;2026-06-24&quot;:8.61},{&quot;2026-06-25&quot;:8.75},{&quot;2026-06-26&quot;:8.75},{&quot;2026-06-27&quot;:8.66},{&quot;2026-06-28&quot;:8.66},{&quot;2026-06-29&quot;:8.66},{&quot;2026-06-30&quot;:8.68},{&quot;2026-07-01&quot;:8.86},{&quot;2026-07-02&quot;:8.71},{&quot;2026-07-03&quot;:8.71},{&quot;2026-07-04&quot;:8.65},{&quot;2026-07-05&quot;:8.61},{&quot;2026-07-06&quot;:8.69},{&quot;2026-07-07&quot;:8.43},{&quot;2026-07-08&quot;:8.62},{&quot;2026-07-09&quot;:8.33},{&quot;2026-07-10&quot;:8.46},{&quot;2026-07-11&quot;:8.46},{&quot;2026-07-12&quot;:8.64},{&quot;2026-07-13&quot;:8.56},{&quot;2026-07-14&quot;:8.7},{&quot;2026-07-15&quot;:8.54},{&quot;2026-07-16&quot;:8.53},{&quot;2026-07-17&quot;:8.58},{&quot;2026-07-18&quot;:8.62},{&quot;2026-07-19&quot;:8.55},{&quot;2026-07-20&quot;:8.78},{&quot;2026-07-21&quot;:8.85},{&quot;2026-07-22&quot;:8.85},{&quot;2026-07-23&quot;:8.85},{&quot;2026-07-24&quot;:8.92},{&quot;2026-07-25&quot;:8.92},{&quot;2026-07-26&quot;:9.0},{&quot;2026-07-27&quot;:8.95},{&quot;2026-07-28&quot;:8.95},{&quot;2026-07-29&quot;:9.25},{&quot;2026-07-30&quot;:9.37},{&quot;2026-07-31&quot;:9.22},{&quot;2026-08-01&quot;:8.99},{&quot;2026-08-02&quot;:8.85},{&quot;2026-08-03&quot;:8.84},{&quot;2026-08-04&quot;:8.84},{&quot;2026-08-05&quot;:8.84},{&quot;2026-08-07&quot;:8.8},{&quot;2026-08-08&quot;:8.69},{&quot;2026-08-09&quot;:8.73},{&quot;2026-08-10&quot;:8.79},{&quot;2026-08-11&quot;:8.83},{&quot;2026-08-12&quot;:8.78},{&quot;2026-08-13&quot;:8.78},{&quot;2026-08-14&quot;:8.97},{&quot;2026-08-15&quot;:8.99},{&quot;2026-08-16&quot;:8.63},{&quot;2026-08-17&quot;:8.66},{&quot;2026-08-18&quot;:8.65},{&quot;2026-08-19&quot;:8.59},{&quot;2026-08-20&quot;:8.37},{&quot;2026-08-21&quot;:8.44},{&quot;2026-08-22&quot;:8.44},{&quot;2026-08-23&quot;:8.13},{&quot;2026-08-24&quot;:8.17},{&quot;2026-08-25&quot;:8.34},{&quot;2026-08-26&quot;:8.23},{&quot;2026-08-27&quot;:8.22},{&quot;2026-08-28&quot;:8.25},{&quot;2026-08-29&quot;:8.25},{&quot;2026-08-30&quot;:8.27},{&quot;2026-08-31&quot;:8.32},{&quot;2026-09-01&quot;:8.32},{&quot;2026-09-02&quot;:8.31},{&quot;2026-09-03&quot;:8.45},{&quot;2026-09-04&quot;:8.45},{&quot;2026-09-05&quot;:8.6},{&quot;2026-09-06&quot;:8.8},{&quot;2026-09-07&quot;:9.09},{&quot;2026-09-08&quot;:9.0},{&quot;2026-09-09&quot;:9.09},{&quot;2026-09-10&quot;:8.98},{&quot;2026-09-11&quot;:9.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Semblance Anvil
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i>
          </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="Semblance Anvil" src="https://cards.scryfall.io/large/front/c/c/cce812e6-e781-4108-bfc8-3095aa4f1039.jpg?1783919733" />
    </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">
                $5.75
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.83},{&quot;2026-06-14&quot;:7.83},{&quot;2026-06-15&quot;:7.55},{&quot;2026-06-16&quot;:7.58},{&quot;2026-06-17&quot;:7.6},{&quot;2026-06-18&quot;:7.6},{&quot;2026-06-19&quot;:7.76},{&quot;2026-06-20&quot;:7.76},{&quot;2026-06-21&quot;:7.76},{&quot;2026-06-22&quot;:7.76},{&quot;2026-06-23&quot;:7.76},{&quot;2026-06-24&quot;:7.76},{&quot;2026-06-25&quot;:7.76},{&quot;2026-06-26&quot;:7.76},{&quot;2026-06-27&quot;:7.76},{&quot;2026-06-28&quot;:7.78},{&quot;2026-06-29&quot;:7.9},{&quot;2026-06-30&quot;:7.9},{&quot;2026-07-01&quot;:7.99},{&quot;2026-07-02&quot;:7.99},{&quot;2026-07-03&quot;:7.99},{&quot;2026-07-04&quot;:7.99},{&quot;2026-07-05&quot;:7.99},{&quot;2026-07-06&quot;:7.99},{&quot;2026-07-07&quot;:7.99},{&quot;2026-07-08&quot;:7.99},{&quot;2026-07-09&quot;:8.07},{&quot;2026-07-10&quot;:8.07},{&quot;2026-07-11&quot;:8.07},{&quot;2026-07-12&quot;:8.22},{&quot;2026-07-13&quot;:8.22},{&quot;2026-07-14&quot;:8.22},{&quot;2026-07-15&quot;:8.22},{&quot;2026-07-16&quot;:8.22},{&quot;2026-07-17&quot;:8.22},{&quot;2026-07-18&quot;:8.22},{&quot;2026-07-19&quot;:8.32},{&quot;2026-07-20&quot;:8.32},{&quot;2026-07-21&quot;:8.44},{&quot;2026-07-22&quot;:8.55},{&quot;2026-07-23&quot;:8.55},{&quot;2026-07-24&quot;:8.55},{&quot;2026-07-25&quot;:8.63},{&quot;2026-07-26&quot;:8.63},{&quot;2026-07-27&quot;:8.63},{&quot;2026-07-28&quot;:8.63},{&quot;2026-07-29&quot;:8.63},{&quot;2026-07-30&quot;:8.63},{&quot;2026-07-31&quot;:8.63},{&quot;2026-08-01&quot;:8.63},{&quot;2026-08-02&quot;:8.63},{&quot;2026-08-03&quot;:8.63},{&quot;2026-08-04&quot;:8.63},{&quot;2026-08-05&quot;:8.63},{&quot;2026-08-07&quot;:8.63},{&quot;2026-08-08&quot;:8.75},{&quot;2026-08-09&quot;:8.75},{&quot;2026-08-10&quot;:8.84},{&quot;2026-08-11&quot;:8.84},{&quot;2026-08-12&quot;:8.84},{&quot;2026-08-13&quot;:8.84},{&quot;2026-08-14&quot;:8.84},{&quot;2026-08-15&quot;:8.84},{&quot;2026-08-16&quot;:8.84},{&quot;2026-08-17&quot;:8.84},{&quot;2026-08-18&quot;:9.01},{&quot;2026-08-19&quot;:9.01},{&quot;2026-08-20&quot;:9.01},{&quot;2026-08-21&quot;:9.01},{&quot;2026-08-22&quot;:9.01},{&quot;2026-08-23&quot;:9.01},{&quot;2026-08-24&quot;:9.01},{&quot;2026-08-25&quot;:9.01},{&quot;2026-08-26&quot;:9.14},{&quot;2026-08-27&quot;:9.14},{&quot;2026-08-28&quot;:9.14},{&quot;2026-08-29&quot;:9.14},{&quot;2026-08-30&quot;:9.14},{&quot;2026-08-31&quot;:9.14},{&quot;2026-09-01&quot;:9.14},{&quot;2026-09-02&quot;:9.14},{&quot;2026-09-03&quot;:9.14},{&quot;2026-09-04&quot;:9.14},{&quot;2026-09-05&quot;:9.14},{&quot;2026-09-06&quot;:9.14},{&quot;2026-09-07&quot;:9.14},{&quot;2026-09-08&quot;:9.19},{&quot;2026-09-09&quot;:9.19},{&quot;2026-09-10&quot;:9.19},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.61},{&quot;2026-06-14&quot;:4.62},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.62},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.73},{&quot;2026-06-19&quot;:4.73},{&quot;2026-06-20&quot;:4.73},{&quot;2026-06-21&quot;:4.72},{&quot;2026-06-22&quot;:4.72},{&quot;2026-06-23&quot;:4.68},{&quot;2026-06-24&quot;:4.68},{&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.79},{&quot;2026-06-30&quot;:5.03},{&quot;2026-07-01&quot;:5.07},{&quot;2026-07-02&quot;:5.14},{&quot;2026-07-03&quot;:5.29},{&quot;2026-07-04&quot;:5.26},{&quot;2026-07-05&quot;:5.2},{&quot;2026-07-06&quot;:5.27},{&quot;2026-07-07&quot;:5.27},{&quot;2026-07-08&quot;:5.41},{&quot;2026-07-09&quot;:5.43},{&quot;2026-07-10&quot;:5.43},{&quot;2026-07-11&quot;:5.43},{&quot;2026-07-12&quot;:5.31},{&quot;2026-07-13&quot;:5.38},{&quot;2026-07-14&quot;:5.38},{&quot;2026-07-15&quot;:5.38},{&quot;2026-07-16&quot;:5.39},{&quot;2026-07-17&quot;:5.29},{&quot;2026-07-18&quot;:5.29},{&quot;2026-07-19&quot;:5.17},{&quot;2026-07-20&quot;:5.1},{&quot;2026-07-21&quot;:5.04},{&quot;2026-07-22&quot;:5.04},{&quot;2026-07-23&quot;:4.9},{&quot;2026-07-24&quot;:4.9},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.79},{&quot;2026-07-27&quot;:4.74},{&quot;2026-07-28&quot;:4.64},{&quot;2026-07-29&quot;:4.64},{&quot;2026-07-30&quot;:4.64},{&quot;2026-07-31&quot;:4.79},{&quot;2026-08-01&quot;:4.79},{&quot;2026-08-02&quot;:4.73},{&quot;2026-08-03&quot;:4.85},{&quot;2026-08-04&quot;:4.88},{&quot;2026-08-05&quot;:4.88},{&quot;2026-08-07&quot;:5.0},{&quot;2026-08-08&quot;:4.94},{&quot;2026-08-09&quot;:4.93},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.91},{&quot;2026-08-13&quot;:4.91},{&quot;2026-08-14&quot;:4.85},{&quot;2026-08-15&quot;:4.9},{&quot;2026-08-16&quot;:4.91},{&quot;2026-08-17&quot;:4.91},{&quot;2026-08-18&quot;:5.13},{&quot;2026-08-19&quot;:5.13},{&quot;2026-08-20&quot;:5.13},{&quot;2026-08-21&quot;:5.18},{&quot;2026-08-22&quot;:5.18},{&quot;2026-08-23&quot;:5.18},{&quot;2026-08-24&quot;:5.17},{&quot;2026-08-25&quot;:5.17},{&quot;2026-08-26&quot;:5.17},{&quot;2026-08-27&quot;:5.28},{&quot;2026-08-28&quot;:5.37},{&quot;2026-08-29&quot;:5.37},{&quot;2026-08-30&quot;:5.37},{&quot;2026-08-31&quot;:5.37},{&quot;2026-09-01&quot;:5.37},{&quot;2026-09-02&quot;:5.36},{&quot;2026-09-03&quot;:5.36},{&quot;2026-09-04&quot;:5.36},{&quot;2026-09-05&quot;:5.44},{&quot;2026-09-06&quot;:5.42},{&quot;2026-09-07&quot;:5.42},{&quot;2026-09-08&quot;:5.42},{&quot;2026-09-09&quot;:5.43},{&quot;2026-09-10&quot;:5.44},{&quot;2026-09-11&quot;:5.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Tataru Taru" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/3/93176e85-2343-43a8-8578-69699b464b86.jpg?1783906365" />

        <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">
            Tataru Taru
        </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 — Dwarf Advisor</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="Tataru Taru" src="https://cards.scryfall.io/large/front/9/3/93176e85-2343-43a8-8578-69699b464b86.jpg?1783906365" />
    </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">
                $9.17
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:24.1},{&quot;2026-08-20&quot;:24.19},{&quot;2026-08-21&quot;:24.14},{&quot;2026-08-22&quot;:24.25},{&quot;2026-08-23&quot;:24.25},{&quot;2026-08-24&quot;:24.25},{&quot;2026-08-25&quot;:24.2},{&quot;2026-08-26&quot;:24.29},{&quot;2026-08-27&quot;:24.32},{&quot;2026-08-28&quot;:24.39},{&quot;2026-08-29&quot;:24.39},{&quot;2026-08-30&quot;:24.36},{&quot;2026-08-31&quot;:24.36},{&quot;2026-09-01&quot;:24.36},{&quot;2026-09-02&quot;:24.36},{&quot;2026-09-03&quot;:24.43},{&quot;2026-09-04&quot;:24.54},{&quot;2026-09-05&quot;:24.64},{&quot;2026-09-06&quot;:24.71},{&quot;2026-09-07&quot;:24.97},{&quot;2026-09-08&quot;:24.94},{&quot;2026-09-09&quot;:24.94},{&quot;2026-09-10&quot;:24.91},{&quot;2026-09-11&quot;:25.15}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.24},{&quot;2026-06-14&quot;:7.21},{&quot;2026-06-15&quot;:6.98},{&quot;2026-06-16&quot;:7.05},{&quot;2026-06-17&quot;:7.21},{&quot;2026-06-18&quot;:7.23},{&quot;2026-06-19&quot;:7.01},{&quot;2026-06-20&quot;:7.02},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:7.06},{&quot;2026-06-23&quot;:7.09},{&quot;2026-06-24&quot;:7.04},{&quot;2026-06-25&quot;:6.94},{&quot;2026-06-26&quot;:7.06},{&quot;2026-06-27&quot;:7.17},{&quot;2026-06-28&quot;:7.19},{&quot;2026-06-29&quot;:6.85},{&quot;2026-06-30&quot;:6.92},{&quot;2026-07-01&quot;:7.1},{&quot;2026-07-02&quot;:7.17},{&quot;2026-07-03&quot;:7.19},{&quot;2026-07-04&quot;:7.26},{&quot;2026-07-05&quot;:7.25},{&quot;2026-07-06&quot;:7.25},{&quot;2026-07-07&quot;:7.18},{&quot;2026-07-08&quot;:7.19},{&quot;2026-07-09&quot;:7.43},{&quot;2026-07-10&quot;:7.3},{&quot;2026-07-11&quot;:7.39},{&quot;2026-07-12&quot;:7.56},{&quot;2026-07-13&quot;:7.58},{&quot;2026-07-14&quot;:7.62},{&quot;2026-07-15&quot;:7.77},{&quot;2026-07-16&quot;:7.83},{&quot;2026-07-17&quot;:8.0},{&quot;2026-07-18&quot;:8.13},{&quot;2026-07-19&quot;:8.34},{&quot;2026-07-20&quot;:8.34},{&quot;2026-07-21&quot;:8.32},{&quot;2026-07-22&quot;:8.36},{&quot;2026-07-23&quot;:8.14},{&quot;2026-07-24&quot;:8.09},{&quot;2026-07-25&quot;:8.1},{&quot;2026-07-26&quot;:8.1},{&quot;2026-07-27&quot;:8.04},{&quot;2026-07-28&quot;:8.1},{&quot;2026-07-29&quot;:8.19},{&quot;2026-07-30&quot;:8.03},{&quot;2026-07-31&quot;:8.39},{&quot;2026-08-01&quot;:8.36},{&quot;2026-08-02&quot;:8.3},{&quot;2026-08-03&quot;:8.48},{&quot;2026-08-04&quot;:8.69},{&quot;2026-08-05&quot;:8.79},{&quot;2026-08-07&quot;:9.08},{&quot;2026-08-08&quot;:9.23},{&quot;2026-08-09&quot;:9.01},{&quot;2026-08-10&quot;:8.79},{&quot;2026-08-11&quot;:9.0},{&quot;2026-08-12&quot;:9.1},{&quot;2026-08-13&quot;:9.11},{&quot;2026-08-14&quot;:8.94},{&quot;2026-08-15&quot;:9.1},{&quot;2026-08-16&quot;:9.38},{&quot;2026-08-17&quot;:9.34},{&quot;2026-08-18&quot;:9.43},{&quot;2026-08-19&quot;:8.97},{&quot;2026-08-20&quot;:9.19},{&quot;2026-08-21&quot;:9.16},{&quot;2026-08-22&quot;:9.2},{&quot;2026-08-23&quot;:9.04},{&quot;2026-08-24&quot;:9.22},{&quot;2026-08-25&quot;:9.25},{&quot;2026-08-26&quot;:9.64},{&quot;2026-08-27&quot;:9.64},{&quot;2026-08-28&quot;:9.43},{&quot;2026-08-29&quot;:9.43},{&quot;2026-08-30&quot;:9.68},{&quot;2026-08-31&quot;:9.77},{&quot;2026-09-01&quot;:9.6},{&quot;2026-09-02&quot;:9.67},{&quot;2026-09-03&quot;:9.85},{&quot;2026-09-04&quot;:9.81},{&quot;2026-09-05&quot;:9.84},{&quot;2026-09-06&quot;:9.62},{&quot;2026-09-07&quot;:9.54},{&quot;2026-09-08&quot;:9.79},{&quot;2026-09-09&quot;:9.82},{&quot;2026-09-10&quot;:9.7},{&quot;2026-09-11&quot;:9.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Arkenstone // Seek the Heart" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a56a88ba-fcfa-4b56-bdae-a080b297b871.jpg?1783902783" />

        <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 Arkenstone 
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Artifact</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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="The Arkenstone // Seek the Heart" src="https://cards.scryfall.io/large/front/a/5/a56a88ba-fcfa-4b56-bdae-a080b297b871.jpg?1783902783" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="The Arkenstone // Seek the Heart" src="https://cards.scryfall.io/large/front/a/5/a56a88ba-fcfa-4b56-bdae-a080b297b871.jpg?1783902783" />
              </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">
                $9.16
              </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">
                $13.48
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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-16&quot;:75.0},{&quot;2026-06-17&quot;:75.0},{&quot;2026-06-18&quot;:75.0},{&quot;2026-06-19&quot;:75.0},{&quot;2026-06-20&quot;:75.0},{&quot;2026-06-21&quot;:75.0},{&quot;2026-06-22&quot;:75.0},{&quot;2026-06-24&quot;:75.0},{&quot;2026-06-25&quot;:75.0},{&quot;2026-06-26&quot;:75.0},{&quot;2026-06-27&quot;:75.0},{&quot;2026-06-28&quot;:75.0},{&quot;2026-06-29&quot;:75.0},{&quot;2026-06-30&quot;:75.0},{&quot;2026-07-01&quot;:75.0},{&quot;2026-07-02&quot;:75.0},{&quot;2026-07-03&quot;:75.0},{&quot;2026-07-04&quot;:75.0},{&quot;2026-07-05&quot;:75.0},{&quot;2026-07-06&quot;:75.0},{&quot;2026-07-07&quot;:75.0},{&quot;2026-07-08&quot;:75.0},{&quot;2026-07-09&quot;:75.0},{&quot;2026-07-10&quot;:75.0},{&quot;2026-07-11&quot;:75.0},{&quot;2026-07-12&quot;:75.0},{&quot;2026-07-13&quot;:75.0},{&quot;2026-07-14&quot;:75.0},{&quot;2026-07-15&quot;:75.0},{&quot;2026-07-16&quot;:75.0},{&quot;2026-07-17&quot;:75.0},{&quot;2026-07-18&quot;:75.0},{&quot;2026-07-19&quot;:75.0},{&quot;2026-07-20&quot;:75.0},{&quot;2026-07-21&quot;:75.0},{&quot;2026-07-23&quot;:75.0},{&quot;2026-07-25&quot;:75.0},{&quot;2026-07-26&quot;:75.0},{&quot;2026-07-27&quot;:75.0},{&quot;2026-07-29&quot;:75.0},{&quot;2026-07-30&quot;:75.0},{&quot;2026-07-31&quot;:75.0},{&quot;2026-08-01&quot;:75.0},{&quot;2026-08-02&quot;:75.0},{&quot;2026-08-03&quot;:75.0},{&quot;2026-08-04&quot;:75.0},{&quot;2026-08-05&quot;:75.0},{&quot;2026-08-07&quot;:15.59},{&quot;2026-08-08&quot;:8.55},{&quot;2026-08-09&quot;:9.79},{&quot;2026-08-10&quot;:10.83},{&quot;2026-08-11&quot;:13.19},{&quot;2026-08-12&quot;:15.42},{&quot;2026-08-13&quot;:16.04},{&quot;2026-08-14&quot;:14.69},{&quot;2026-08-15&quot;:11.9},{&quot;2026-08-16&quot;:12.15},{&quot;2026-08-17&quot;:12.55},{&quot;2026-08-18&quot;:13.04},{&quot;2026-08-19&quot;:14.36},{&quot;2026-08-20&quot;:14.36},{&quot;2026-08-21&quot;:16.37},{&quot;2026-08-22&quot;:15.49},{&quot;2026-08-23&quot;:16.09},{&quot;2026-08-24&quot;:15.57},{&quot;2026-08-25&quot;:15.57},{&quot;2026-08-26&quot;:14.17},{&quot;2026-08-27&quot;:13.27},{&quot;2026-08-28&quot;:14.54},{&quot;2026-08-29&quot;:14.54},{&quot;2026-08-30&quot;:16.19},{&quot;2026-08-31&quot;:15.89},{&quot;2026-09-01&quot;:15.89},{&quot;2026-09-02&quot;:15.24},{&quot;2026-09-03&quot;:16.35},{&quot;2026-09-04&quot;:15.93},{&quot;2026-09-05&quot;:15.47},{&quot;2026-09-06&quot;:13.1},{&quot;2026-09-07&quot;:12.84},{&quot;2026-09-08&quot;:12.87},{&quot;2026-09-09&quot;:13.22},{&quot;2026-09-10&quot;:13.65},{&quot;2026-09-11&quot;:13.48}],&quot;normal&quot;:[{&quot;2026-06-16&quot;:46.98},{&quot;2026-06-17&quot;:46.98},{&quot;2026-06-18&quot;:46.98},{&quot;2026-06-19&quot;:46.98},{&quot;2026-06-20&quot;:46.98},{&quot;2026-06-21&quot;:46.98},{&quot;2026-06-22&quot;:46.98},{&quot;2026-06-24&quot;:46.98},{&quot;2026-06-25&quot;:46.98},{&quot;2026-06-26&quot;:46.98},{&quot;2026-06-27&quot;:46.98},{&quot;2026-06-28&quot;:46.98},{&quot;2026-06-29&quot;:46.98},{&quot;2026-06-30&quot;:46.98},{&quot;2026-07-01&quot;:46.98},{&quot;2026-07-02&quot;:46.98},{&quot;2026-07-03&quot;:46.98},{&quot;2026-07-04&quot;:46.98},{&quot;2026-07-05&quot;:46.98},{&quot;2026-07-06&quot;:46.98},{&quot;2026-07-07&quot;:45.65},{&quot;2026-07-08&quot;:45.65},{&quot;2026-07-09&quot;:45.65},{&quot;2026-07-10&quot;:45.65},{&quot;2026-07-11&quot;:44.7},{&quot;2026-07-12&quot;:44.7},{&quot;2026-07-13&quot;:44.11},{&quot;2026-07-14&quot;:44.11},{&quot;2026-07-15&quot;:44.11},{&quot;2026-07-16&quot;:43.65},{&quot;2026-07-17&quot;:43.65},{&quot;2026-07-18&quot;:43.65},{&quot;2026-07-19&quot;:43.65},{&quot;2026-07-20&quot;:43.65},{&quot;2026-07-21&quot;:43.65},{&quot;2026-07-23&quot;:43.65},{&quot;2026-07-25&quot;:42.28},{&quot;2026-07-26&quot;:42.28},{&quot;2026-07-27&quot;:36.98},{&quot;2026-07-29&quot;:34.08},{&quot;2026-07-30&quot;:33.53},{&quot;2026-07-31&quot;:32.57},{&quot;2026-08-01&quot;:32.15},{&quot;2026-08-02&quot;:31.16},{&quot;2026-08-03&quot;:30.77},{&quot;2026-08-04&quot;:28.2},{&quot;2026-08-05&quot;:20.37},{&quot;2026-08-07&quot;:9.96},{&quot;2026-08-08&quot;:8.68},{&quot;2026-08-09&quot;:10.43},{&quot;2026-08-10&quot;:13.5},{&quot;2026-08-11&quot;:14.97},{&quot;2026-08-12&quot;:14.9},{&quot;2026-08-13&quot;:16.48},{&quot;2026-08-14&quot;:14.75},{&quot;2026-08-15&quot;:11.24},{&quot;2026-08-16&quot;:11.51},{&quot;2026-08-17&quot;:13.13},{&quot;2026-08-18&quot;:13.21},{&quot;2026-08-19&quot;:12.28},{&quot;2026-08-20&quot;:12.28},{&quot;2026-08-21&quot;:13.24},{&quot;2026-08-22&quot;:13.42},{&quot;2026-08-23&quot;:12.69},{&quot;2026-08-24&quot;:12.78},{&quot;2026-08-25&quot;:12.78},{&quot;2026-08-26&quot;:11.55},{&quot;2026-08-27&quot;:13.11},{&quot;2026-08-28&quot;:13.44},{&quot;2026-08-29&quot;:13.44},{&quot;2026-08-30&quot;:13.31},{&quot;2026-08-31&quot;:13.73},{&quot;2026-09-01&quot;:13.73},{&quot;2026-09-02&quot;:13.29},{&quot;2026-09-03&quot;:12.98},{&quot;2026-09-04&quot;:12.83},{&quot;2026-09-05&quot;:12.1},{&quot;2026-09-06&quot;:11.67},{&quot;2026-09-07&quot;:10.21},{&quot;2026-09-08&quot;:9.46},{&quot;2026-09-09&quot;:9.5},{&quot;2026-09-10&quot;:9.82},{&quot;2026-09-11&quot;:9.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Moonshaker Cavalry
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Spirit Knight</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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Moonshaker Cavalry" src="https://cards.scryfall.io/large/front/c/a/ca90d382-7e13-4637-a624-2a1b82abe56c.jpg?1782683298" />
    </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">
                $9.13
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.53},{&quot;2026-06-12&quot;:5.69},{&quot;2026-06-13&quot;:5.43},{&quot;2026-06-14&quot;:5.35},{&quot;2026-06-15&quot;:4.95},{&quot;2026-06-16&quot;:5.04},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.07},{&quot;2026-06-19&quot;:4.82},{&quot;2026-06-20&quot;:4.48},{&quot;2026-06-21&quot;:4.6},{&quot;2026-06-22&quot;:4.85},{&quot;2026-06-23&quot;:5.1},{&quot;2026-06-24&quot;:5.18},{&quot;2026-06-25&quot;:5.1},{&quot;2026-06-26&quot;:5.07},{&quot;2026-06-27&quot;:4.94},{&quot;2026-06-28&quot;:5.03},{&quot;2026-06-29&quot;:5.09},{&quot;2026-06-30&quot;:5.19},{&quot;2026-07-01&quot;:5.19},{&quot;2026-07-02&quot;:5.73},{&quot;2026-07-03&quot;:5.86},{&quot;2026-07-04&quot;:5.91},{&quot;2026-07-05&quot;:5.92},{&quot;2026-07-06&quot;:6.07},{&quot;2026-07-07&quot;:6.15},{&quot;2026-07-08&quot;:6.35},{&quot;2026-07-09&quot;:6.57},{&quot;2026-07-10&quot;:6.79},{&quot;2026-07-11&quot;:6.48},{&quot;2026-07-12&quot;:6.09},{&quot;2026-07-13&quot;:6.19},{&quot;2026-07-14&quot;:6.15},{&quot;2026-07-15&quot;:6.17},{&quot;2026-07-16&quot;:6.21},{&quot;2026-07-17&quot;:6.04},{&quot;2026-07-18&quot;:6.17},{&quot;2026-07-19&quot;:6.19},{&quot;2026-07-20&quot;:5.85},{&quot;2026-07-21&quot;:5.43},{&quot;2026-07-23&quot;:5.54},{&quot;2026-07-25&quot;:5.95},{&quot;2026-07-26&quot;:6.12},{&quot;2026-07-27&quot;:6.05},{&quot;2026-07-28&quot;:6.19},{&quot;2026-07-29&quot;:6.35},{&quot;2026-07-30&quot;:6.67},{&quot;2026-07-31&quot;:6.76},{&quot;2026-08-01&quot;:6.81},{&quot;2026-08-02&quot;:6.95},{&quot;2026-08-03&quot;:7.11},{&quot;2026-08-04&quot;:7.43},{&quot;2026-08-05&quot;:7.73},{&quot;2026-08-07&quot;:7.91},{&quot;2026-08-08&quot;:7.8},{&quot;2026-08-09&quot;:7.85},{&quot;2026-08-10&quot;:7.79},{&quot;2026-08-11&quot;:7.61},{&quot;2026-08-12&quot;:7.62},{&quot;2026-08-13&quot;:7.78},{&quot;2026-08-14&quot;:7.77},{&quot;2026-08-15&quot;:7.65},{&quot;2026-08-16&quot;:7.85},{&quot;2026-08-17&quot;:8.22},{&quot;2026-08-18&quot;:8.04},{&quot;2026-08-19&quot;:8.35},{&quot;2026-08-20&quot;:8.35},{&quot;2026-08-21&quot;:8.67},{&quot;2026-08-22&quot;:8.7},{&quot;2026-08-23&quot;:8.83},{&quot;2026-08-24&quot;:9.0},{&quot;2026-08-25&quot;:9.0},{&quot;2026-08-26&quot;:9.18},{&quot;2026-08-27&quot;:9.29},{&quot;2026-08-28&quot;:9.51},{&quot;2026-08-29&quot;:9.51},{&quot;2026-08-30&quot;:9.54},{&quot;2026-08-31&quot;:9.54},{&quot;2026-09-01&quot;:9.54},{&quot;2026-09-02&quot;:8.91},{&quot;2026-09-03&quot;:8.66},{&quot;2026-09-04&quot;:8.58},{&quot;2026-09-05&quot;:8.91},{&quot;2026-09-06&quot;:8.76},{&quot;2026-09-07&quot;:8.89},{&quot;2026-09-08&quot;:9.05},{&quot;2026-09-09&quot;:9.2},{&quot;2026-09-10&quot;:9.18},{&quot;2026-09-11&quot;:9.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="8326"
  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-c15 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">
            Aura of Silence
        </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">
            $9.12
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Aura of Silence" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8223756e-6e63-455d-9e86-5608863b7643.jpg?1783938103" />

        <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">
            Aura of Silence
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Aura of Silence" src="https://cards.scryfall.io/large/front/8/2/8223756e-6e63-455d-9e86-5608863b7643.jpg?1783938103" />
    </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">
                $9.12
              </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.60</span>
              <span class="text-xs text-grey-text">Credit: $5.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.19},{&quot;2026-06-12&quot;:7.19},{&quot;2026-06-13&quot;:7.19},{&quot;2026-06-14&quot;:7.19},{&quot;2026-06-15&quot;:7.19},{&quot;2026-06-16&quot;:7.19},{&quot;2026-06-17&quot;:7.19},{&quot;2026-06-18&quot;:7.19},{&quot;2026-06-19&quot;:7.19},{&quot;2026-06-20&quot;:7.19},{&quot;2026-06-21&quot;:7.19},{&quot;2026-06-22&quot;:7.7},{&quot;2026-06-23&quot;:7.75},{&quot;2026-06-24&quot;:7.77},{&quot;2026-06-25&quot;:7.76},{&quot;2026-06-26&quot;:7.76},{&quot;2026-06-27&quot;:7.76},{&quot;2026-06-28&quot;:7.76},{&quot;2026-06-29&quot;:7.85},{&quot;2026-06-30&quot;:7.81},{&quot;2026-07-01&quot;:7.86},{&quot;2026-07-02&quot;:7.86},{&quot;2026-07-03&quot;:7.86},{&quot;2026-07-04&quot;:7.86},{&quot;2026-07-05&quot;:7.8},{&quot;2026-07-06&quot;:7.8},{&quot;2026-07-07&quot;:7.85},{&quot;2026-07-08&quot;:7.85},{&quot;2026-07-09&quot;:7.85},{&quot;2026-07-10&quot;:7.85},{&quot;2026-07-11&quot;:8.13},{&quot;2026-07-12&quot;:8.13},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.19},{&quot;2026-07-15&quot;:8.19},{&quot;2026-07-16&quot;:8.19},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.26},{&quot;2026-07-19&quot;:8.26},{&quot;2026-07-20&quot;:8.26},{&quot;2026-07-21&quot;:8.26},{&quot;2026-07-23&quot;:8.26},{&quot;2026-07-25&quot;:8.26},{&quot;2026-07-26&quot;:8.26},{&quot;2026-07-27&quot;:8.26},{&quot;2026-07-28&quot;:8.26},{&quot;2026-07-29&quot;:8.38},{&quot;2026-07-30&quot;:8.38},{&quot;2026-07-31&quot;:8.21},{&quot;2026-08-01&quot;:8.19},{&quot;2026-08-02&quot;:8.19},{&quot;2026-08-03&quot;:8.19},{&quot;2026-08-04&quot;:8.19},{&quot;2026-08-05&quot;:8.19},{&quot;2026-08-07&quot;:8.37},{&quot;2026-08-08&quot;:8.37},{&quot;2026-08-09&quot;:8.37},{&quot;2026-08-10&quot;:8.37},{&quot;2026-08-11&quot;:8.37},{&quot;2026-08-12&quot;:8.37},{&quot;2026-08-13&quot;:8.37},{&quot;2026-08-14&quot;:8.37},{&quot;2026-08-15&quot;:8.57},{&quot;2026-08-16&quot;:8.57},{&quot;2026-08-17&quot;:8.57},{&quot;2026-08-18&quot;:8.46},{&quot;2026-08-19&quot;:8.8},{&quot;2026-08-20&quot;:8.8},{&quot;2026-08-21&quot;:8.8},{&quot;2026-08-22&quot;:8.8},{&quot;2026-08-23&quot;:8.8},{&quot;2026-08-24&quot;:8.94},{&quot;2026-08-25&quot;:8.94},{&quot;2026-08-26&quot;:9.12},{&quot;2026-08-27&quot;:9.12},{&quot;2026-08-28&quot;:9.12},{&quot;2026-08-29&quot;:9.12},{&quot;2026-08-30&quot;:9.12},{&quot;2026-08-31&quot;:9.12},{&quot;2026-09-01&quot;:9.12},{&quot;2026-09-02&quot;:9.12},{&quot;2026-09-03&quot;:9.12},{&quot;2026-09-04&quot;:9.12},{&quot;2026-09-05&quot;:9.12},{&quot;2026-09-06&quot;:9.12},{&quot;2026-09-07&quot;:9.12},{&quot;2026-09-08&quot;:9.12},{&quot;2026-09-09&quot;:9.12},{&quot;2026-09-10&quot;:9.12},{&quot;2026-09-11&quot;:9.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="64757"
  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">
            Swords to Plowshares
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/7/f74afebc-452d-42bf-8cf4-9a7a8e91e315.jpg?1783911014" />

        <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">
            Swords to Plowshares
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Swords to Plowshares" src="https://cards.scryfall.io/large/front/f/7/f74afebc-452d-42bf-8cf4-9a7a8e91e315.jpg?1783911014" />
    </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">
                $9.09
              </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">
                $47.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.10</span>
              <span class="text-xs text-grey-text">Credit: $4.03</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:47.41},{&quot;2026-06-10&quot;:47.41},{&quot;2026-06-11&quot;:47.41},{&quot;2026-06-12&quot;:47.41},{&quot;2026-06-13&quot;:47.41},{&quot;2026-06-14&quot;:47.41},{&quot;2026-06-15&quot;:47.41},{&quot;2026-06-16&quot;:47.41},{&quot;2026-06-17&quot;:47.41},{&quot;2026-06-18&quot;:47.41},{&quot;2026-06-19&quot;:47.41},{&quot;2026-06-20&quot;:47.41},{&quot;2026-06-21&quot;:47.41},{&quot;2026-06-22&quot;:47.41},{&quot;2026-06-24&quot;:47.41},{&quot;2026-06-25&quot;:47.41},{&quot;2026-06-26&quot;:47.41},{&quot;2026-06-27&quot;:47.41},{&quot;2026-06-28&quot;:47.41},{&quot;2026-06-29&quot;:47.37},{&quot;2026-06-30&quot;:47.37},{&quot;2026-07-01&quot;:47.37},{&quot;2026-07-02&quot;:47.37},{&quot;2026-07-03&quot;:47.37},{&quot;2026-07-04&quot;:47.37},{&quot;2026-07-05&quot;:47.37},{&quot;2026-07-06&quot;:47.37},{&quot;2026-07-07&quot;:47.37},{&quot;2026-07-08&quot;:47.46},{&quot;2026-07-09&quot;:47.46},{&quot;2026-07-10&quot;:47.34},{&quot;2026-07-11&quot;:47.34},{&quot;2026-07-12&quot;:47.34},{&quot;2026-07-13&quot;:47.34},{&quot;2026-07-14&quot;:47.34},{&quot;2026-07-15&quot;:47.34},{&quot;2026-07-16&quot;:47.34},{&quot;2026-07-17&quot;:47.37},{&quot;2026-07-18&quot;:47.37},{&quot;2026-07-19&quot;:47.37},{&quot;2026-07-20&quot;:47.37},{&quot;2026-07-21&quot;:47.37},{&quot;2026-07-23&quot;:47.31},{&quot;2026-07-25&quot;:47.31},{&quot;2026-07-26&quot;:47.38},{&quot;2026-07-27&quot;:47.38},{&quot;2026-07-29&quot;:47.38},{&quot;2026-07-30&quot;:47.38},{&quot;2026-07-31&quot;:47.38},{&quot;2026-08-01&quot;:47.38},{&quot;2026-08-02&quot;:47.38},{&quot;2026-08-03&quot;:47.38},{&quot;2026-08-04&quot;:47.38},{&quot;2026-08-05&quot;:47.38},{&quot;2026-08-07&quot;:47.38},{&quot;2026-08-08&quot;:47.38},{&quot;2026-08-09&quot;:47.38},{&quot;2026-08-10&quot;:47.38},{&quot;2026-08-11&quot;:47.5},{&quot;2026-08-12&quot;:47.5},{&quot;2026-08-13&quot;:47.5},{&quot;2026-08-14&quot;:47.5},{&quot;2026-08-15&quot;:47.5},{&quot;2026-08-16&quot;:47.5},{&quot;2026-08-17&quot;:47.44},{&quot;2026-08-18&quot;:47.44},{&quot;2026-08-19&quot;:47.44},{&quot;2026-08-20&quot;:47.44},{&quot;2026-08-21&quot;:47.44},{&quot;2026-08-22&quot;:47.44},{&quot;2026-08-23&quot;:47.44},{&quot;2026-08-24&quot;:47.44},{&quot;2026-08-25&quot;:47.44},{&quot;2026-08-26&quot;:47.44},{&quot;2026-08-27&quot;:47.44},{&quot;2026-08-28&quot;:47.44},{&quot;2026-08-29&quot;:47.44},{&quot;2026-08-30&quot;:47.44},{&quot;2026-08-31&quot;:47.44},{&quot;2026-09-01&quot;:47.44},{&quot;2026-09-02&quot;:47.44},{&quot;2026-09-03&quot;:47.44},{&quot;2026-09-04&quot;:47.44},{&quot;2026-09-05&quot;:47.46},{&quot;2026-09-06&quot;:47.46},{&quot;2026-09-07&quot;:47.45},{&quot;2026-09-08&quot;:47.45},{&quot;2026-09-09&quot;:47.45},{&quot;2026-09-10&quot;:47.45},{&quot;2026-09-11&quot;:47.44}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:8.31},{&quot;2026-06-10&quot;:8.35},{&quot;2026-06-11&quot;:8.41},{&quot;2026-06-12&quot;:8.51},{&quot;2026-06-13&quot;:8.54},{&quot;2026-06-14&quot;:8.42},{&quot;2026-06-15&quot;:8.47},{&quot;2026-06-16&quot;:8.47},{&quot;2026-06-17&quot;:8.52},{&quot;2026-06-18&quot;:8.67},{&quot;2026-06-19&quot;:8.67},{&quot;2026-06-20&quot;:8.6},{&quot;2026-06-21&quot;:8.66},{&quot;2026-06-22&quot;:8.67},{&quot;2026-06-24&quot;:8.79},{&quot;2026-06-25&quot;:8.79},{&quot;2026-06-26&quot;:8.79},{&quot;2026-06-27&quot;:8.88},{&quot;2026-06-28&quot;:8.9},{&quot;2026-06-29&quot;:8.86},{&quot;2026-06-30&quot;:8.89},{&quot;2026-07-01&quot;:8.89},{&quot;2026-07-02&quot;:8.94},{&quot;2026-07-03&quot;:8.92},{&quot;2026-07-04&quot;:8.92},{&quot;2026-07-05&quot;:8.84},{&quot;2026-07-06&quot;:8.84},{&quot;2026-07-07&quot;:8.82},{&quot;2026-07-08&quot;:9.21},{&quot;2026-07-09&quot;:9.21},{&quot;2026-07-10&quot;:9.21},{&quot;2026-07-11&quot;:9.24},{&quot;2026-07-12&quot;:9.24},{&quot;2026-07-13&quot;:9.24},{&quot;2026-07-14&quot;:9.16},{&quot;2026-07-15&quot;:9.17},{&quot;2026-07-16&quot;:9.27},{&quot;2026-07-17&quot;:9.27},{&quot;2026-07-18&quot;:9.17},{&quot;2026-07-19&quot;:9.17},{&quot;2026-07-20&quot;:9.33},{&quot;2026-07-21&quot;:9.12},{&quot;2026-07-23&quot;:8.74},{&quot;2026-07-25&quot;:8.49},{&quot;2026-07-26&quot;:8.49},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-29&quot;:8.64},{&quot;2026-07-30&quot;:8.48},{&quot;2026-07-31&quot;:8.48},{&quot;2026-08-01&quot;:8.63},{&quot;2026-08-02&quot;:8.91},{&quot;2026-08-03&quot;:8.91},{&quot;2026-08-04&quot;:9.2},{&quot;2026-08-05&quot;:9.05},{&quot;2026-08-07&quot;:9.55},{&quot;2026-08-08&quot;:9.78},{&quot;2026-08-09&quot;:9.78},{&quot;2026-08-10&quot;:9.78},{&quot;2026-08-11&quot;:9.92},{&quot;2026-08-12&quot;:9.9},{&quot;2026-08-13&quot;:9.9},{&quot;2026-08-14&quot;:9.9},{&quot;2026-08-15&quot;:9.9},{&quot;2026-08-16&quot;:9.83},{&quot;2026-08-17&quot;:9.78},{&quot;2026-08-18&quot;:9.53},{&quot;2026-08-19&quot;:9.41},{&quot;2026-08-20&quot;:9.41},{&quot;2026-08-21&quot;:9.26},{&quot;2026-08-22&quot;:8.97},{&quot;2026-08-23&quot;:8.97},{&quot;2026-08-24&quot;:9.02},{&quot;2026-08-25&quot;:9.02},{&quot;2026-08-26&quot;:9.02},{&quot;2026-08-27&quot;:9.02},{&quot;2026-08-28&quot;:8.83},{&quot;2026-08-29&quot;:8.83},{&quot;2026-08-30&quot;:8.79},{&quot;2026-08-31&quot;:8.79},{&quot;2026-09-01&quot;:8.79},{&quot;2026-09-02&quot;:8.69},{&quot;2026-09-03&quot;:8.62},{&quot;2026-09-04&quot;:8.87},{&quot;2026-09-05&quot;:8.87},{&quot;2026-09-06&quot;:8.91},{&quot;2026-09-07&quot;:8.87},{&quot;2026-09-08&quot;:8.88},{&quot;2026-09-09&quot;:8.88},{&quot;2026-09-10&quot;:9.09},{&quot;2026-09-11&quot;:9.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12826"
  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">
            Vexing Puzzlebox
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Vexing Puzzlebox" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c477fb1a-5aac-4722-80d8-7570a8b09e44.jpg?1783922662" />

        <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">
            Vexing Puzzlebox
        </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-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="Vexing Puzzlebox" src="https://cards.scryfall.io/large/front/c/4/c477fb1a-5aac-4722-80d8-7570a8b09e44.jpg?1783922662" />
    </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">
                $9.06
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $11.03
              </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">$5.75</span>
              <span class="text-xs text-grey-text">Credit: $7.48</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;:8.85},{&quot;2026-06-12&quot;:8.85},{&quot;2026-06-13&quot;:9.07},{&quot;2026-06-14&quot;:9.61},{&quot;2026-06-15&quot;:9.61},{&quot;2026-06-16&quot;:10.02},{&quot;2026-06-17&quot;:10.42},{&quot;2026-06-18&quot;:10.42},{&quot;2026-06-19&quot;:10.52},{&quot;2026-06-20&quot;:10.52},{&quot;2026-06-21&quot;:10.52},{&quot;2026-06-22&quot;:10.52},{&quot;2026-06-23&quot;:10.52},{&quot;2026-06-24&quot;:10.52},{&quot;2026-06-25&quot;:10.52},{&quot;2026-06-26&quot;:10.52},{&quot;2026-06-27&quot;:10.52},{&quot;2026-06-28&quot;:10.52},{&quot;2026-06-29&quot;:10.52},{&quot;2026-06-30&quot;:10.52},{&quot;2026-07-01&quot;:10.52},{&quot;2026-07-02&quot;:10.52},{&quot;2026-07-03&quot;:10.52},{&quot;2026-07-04&quot;:10.52},{&quot;2026-07-05&quot;:10.52},{&quot;2026-07-06&quot;:10.52},{&quot;2026-07-07&quot;:10.52},{&quot;2026-07-08&quot;:10.52},{&quot;2026-07-09&quot;:10.52},{&quot;2026-07-10&quot;:10.52},{&quot;2026-07-11&quot;:10.52},{&quot;2026-07-12&quot;:10.51},{&quot;2026-07-13&quot;:10.51},{&quot;2026-07-14&quot;:10.51},{&quot;2026-07-15&quot;:10.51},{&quot;2026-07-16&quot;:10.51},{&quot;2026-07-17&quot;:10.51},{&quot;2026-07-18&quot;:10.51},{&quot;2026-07-19&quot;:10.51},{&quot;2026-07-20&quot;:10.51},{&quot;2026-07-21&quot;:10.51},{&quot;2026-07-23&quot;:10.51},{&quot;2026-07-25&quot;:10.51},{&quot;2026-07-26&quot;:10.5},{&quot;2026-07-27&quot;:10.5},{&quot;2026-07-28&quot;:10.5},{&quot;2026-07-29&quot;:10.46},{&quot;2026-07-30&quot;:10.5},{&quot;2026-07-31&quot;:10.5},{&quot;2026-08-01&quot;:10.5},{&quot;2026-08-02&quot;:10.5},{&quot;2026-08-03&quot;:10.5},{&quot;2026-08-04&quot;:10.5},{&quot;2026-08-05&quot;:10.5},{&quot;2026-08-07&quot;:10.5},{&quot;2026-08-08&quot;:10.55},{&quot;2026-08-09&quot;:10.55},{&quot;2026-08-10&quot;:10.55},{&quot;2026-08-11&quot;:10.55},{&quot;2026-08-12&quot;:10.49},{&quot;2026-08-13&quot;:10.49},{&quot;2026-08-14&quot;:10.49},{&quot;2026-08-15&quot;:10.49},{&quot;2026-08-16&quot;:10.49},{&quot;2026-08-17&quot;:10.49},{&quot;2026-08-18&quot;:10.49},{&quot;2026-08-19&quot;:10.49},{&quot;2026-08-20&quot;:10.49},{&quot;2026-08-21&quot;:10.52},{&quot;2026-08-22&quot;:10.52},{&quot;2026-08-23&quot;:10.52},{&quot;2026-08-24&quot;:10.52},{&quot;2026-08-25&quot;:10.52},{&quot;2026-08-26&quot;:10.52},{&quot;2026-08-27&quot;:10.52},{&quot;2026-08-28&quot;:10.57},{&quot;2026-08-29&quot;:10.57},{&quot;2026-08-30&quot;:10.74},{&quot;2026-08-31&quot;:10.74},{&quot;2026-09-01&quot;:10.74},{&quot;2026-09-02&quot;:10.74},{&quot;2026-09-03&quot;:10.74},{&quot;2026-09-04&quot;:10.74},{&quot;2026-09-05&quot;:10.77},{&quot;2026-09-06&quot;:10.77},{&quot;2026-09-07&quot;:10.77},{&quot;2026-09-08&quot;:10.9},{&quot;2026-09-09&quot;:10.9},{&quot;2026-09-10&quot;:10.9},{&quot;2026-09-11&quot;:11.03}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.66},{&quot;2026-06-12&quot;:9.05},{&quot;2026-06-13&quot;:9.15},{&quot;2026-06-14&quot;:9.1},{&quot;2026-06-15&quot;:9.08},{&quot;2026-06-16&quot;:9.08},{&quot;2026-06-17&quot;:9.08},{&quot;2026-06-18&quot;:9.08},{&quot;2026-06-19&quot;:9.09},{&quot;2026-06-20&quot;:9.09},{&quot;2026-06-21&quot;:9.07},{&quot;2026-06-22&quot;:9.07},{&quot;2026-06-23&quot;:9.07},{&quot;2026-06-24&quot;:9.13},{&quot;2026-06-25&quot;:9.08},{&quot;2026-06-26&quot;:8.95},{&quot;2026-06-27&quot;:9.4},{&quot;2026-06-28&quot;:9.15},{&quot;2026-06-29&quot;:9.15},{&quot;2026-06-30&quot;:9.43},{&quot;2026-07-01&quot;:9.15},{&quot;2026-07-02&quot;:9.15},{&quot;2026-07-03&quot;:9.15},{&quot;2026-07-04&quot;:9.15},{&quot;2026-07-05&quot;:8.98},{&quot;2026-07-06&quot;:8.98},{&quot;2026-07-07&quot;:8.92},{&quot;2026-07-08&quot;:8.86},{&quot;2026-07-09&quot;:8.86},{&quot;2026-07-10&quot;:8.66},{&quot;2026-07-11&quot;:8.55},{&quot;2026-07-12&quot;:8.51},{&quot;2026-07-13&quot;:8.45},{&quot;2026-07-14&quot;:8.51},{&quot;2026-07-15&quot;:8.36},{&quot;2026-07-16&quot;:8.42},{&quot;2026-07-17&quot;:8.38},{&quot;2026-07-18&quot;:8.38},{&quot;2026-07-19&quot;:8.35},{&quot;2026-07-20&quot;:8.3},{&quot;2026-07-21&quot;:8.13},{&quot;2026-07-23&quot;:8.1},{&quot;2026-07-25&quot;:8.09},{&quot;2026-07-26&quot;:8.25},{&quot;2026-07-27&quot;:8.31},{&quot;2026-07-28&quot;:8.14},{&quot;2026-07-29&quot;:8.14},{&quot;2026-07-30&quot;:8.2},{&quot;2026-07-31&quot;:8.37},{&quot;2026-08-01&quot;:8.37},{&quot;2026-08-02&quot;:8.46},{&quot;2026-08-03&quot;:8.46},{&quot;2026-08-04&quot;:8.49},{&quot;2026-08-05&quot;:8.45},{&quot;2026-08-07&quot;:8.46},{&quot;2026-08-08&quot;:8.42},{&quot;2026-08-09&quot;:8.63},{&quot;2026-08-10&quot;:8.63},{&quot;2026-08-11&quot;:8.6},{&quot;2026-08-12&quot;:9.17},{&quot;2026-08-13&quot;:9.17},{&quot;2026-08-14&quot;:9.17},{&quot;2026-08-15&quot;:9.27},{&quot;2026-08-16&quot;:9.27},{&quot;2026-08-17&quot;:9.0},{&quot;2026-08-18&quot;:8.86},{&quot;2026-08-19&quot;:8.88},{&quot;2026-08-20&quot;:8.88},{&quot;2026-08-21&quot;:8.92},{&quot;2026-08-22&quot;:8.89},{&quot;2026-08-23&quot;:9.01},{&quot;2026-08-24&quot;:9.05},{&quot;2026-08-25&quot;:9.05},{&quot;2026-08-26&quot;:8.58},{&quot;2026-08-27&quot;:8.75},{&quot;2026-08-28&quot;:8.76},{&quot;2026-08-29&quot;:8.76},{&quot;2026-08-30&quot;:8.56},{&quot;2026-08-31&quot;:8.32},{&quot;2026-09-01&quot;:8.32},{&quot;2026-09-02&quot;:8.46},{&quot;2026-09-03&quot;:8.7},{&quot;2026-09-04&quot;:8.78},{&quot;2026-09-05&quot;:8.96},{&quot;2026-09-06&quot;:8.95},{&quot;2026-09-07&quot;:8.93},{&quot;2026-09-08&quot;:8.93},{&quot;2026-09-09&quot;:9.05},{&quot;2026-09-10&quot;:9.06},{&quot;2026-09-11&quot;:9.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="48774"
  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">
            Sisay, Weatherlight Captain
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.89
          </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="Sisay, Weatherlight Captain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a293c45-1e73-4527-be2f-2dcd5c47b610.jpg?1783933156" />

        <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">
            Sisay, Weatherlight Captain
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sisay, Weatherlight Captain" src="https://cards.scryfall.io/large/front/5/a/5a293c45-1e73-4527-be2f-2dcd5c47b610.jpg?1783933156" />
    </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.89
              </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">
                $9.06
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</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;:7.78},{&quot;2026-06-13&quot;:7.78},{&quot;2026-06-14&quot;:7.78},{&quot;2026-06-15&quot;:7.78},{&quot;2026-06-16&quot;:7.78},{&quot;2026-06-17&quot;:7.78},{&quot;2026-06-18&quot;:7.78},{&quot;2026-06-19&quot;:7.78},{&quot;2026-06-20&quot;:7.78},{&quot;2026-06-21&quot;:7.77},{&quot;2026-06-22&quot;:7.77},{&quot;2026-06-23&quot;:7.77},{&quot;2026-06-24&quot;:7.77},{&quot;2026-06-25&quot;:7.77},{&quot;2026-06-26&quot;:7.77},{&quot;2026-06-27&quot;:7.77},{&quot;2026-06-28&quot;:7.77},{&quot;2026-06-29&quot;:7.77},{&quot;2026-06-30&quot;:7.77},{&quot;2026-07-01&quot;:7.77},{&quot;2026-07-02&quot;:7.77},{&quot;2026-07-03&quot;:7.77},{&quot;2026-07-04&quot;:7.79},{&quot;2026-07-05&quot;:7.84},{&quot;2026-07-06&quot;:7.84},{&quot;2026-07-07&quot;:7.84},{&quot;2026-07-08&quot;:7.86},{&quot;2026-07-09&quot;:7.86},{&quot;2026-07-10&quot;:7.86},{&quot;2026-07-11&quot;:7.86},{&quot;2026-07-12&quot;:7.86},{&quot;2026-07-13&quot;:7.92},{&quot;2026-07-14&quot;:7.92},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.94},{&quot;2026-07-17&quot;:8.06},{&quot;2026-07-18&quot;:8.06},{&quot;2026-07-19&quot;:8.06},{&quot;2026-07-20&quot;:8.06},{&quot;2026-07-21&quot;:8.06},{&quot;2026-07-23&quot;:8.33},{&quot;2026-07-24&quot;:8.33},{&quot;2026-07-25&quot;:8.33},{&quot;2026-07-26&quot;:8.33},{&quot;2026-07-27&quot;:8.33},{&quot;2026-07-28&quot;:8.33},{&quot;2026-07-29&quot;:8.33},{&quot;2026-07-30&quot;:8.33},{&quot;2026-07-31&quot;:8.33},{&quot;2026-08-01&quot;:8.33},{&quot;2026-08-02&quot;:8.33},{&quot;2026-08-03&quot;:8.33},{&quot;2026-08-04&quot;:8.33},{&quot;2026-08-05&quot;:8.33},{&quot;2026-08-07&quot;:8.33},{&quot;2026-08-08&quot;:8.33},{&quot;2026-08-09&quot;:8.33},{&quot;2026-08-10&quot;:8.32},{&quot;2026-08-11&quot;:8.32},{&quot;2026-08-12&quot;:8.34},{&quot;2026-08-13&quot;:8.51},{&quot;2026-08-14&quot;:8.54},{&quot;2026-08-15&quot;:8.62},{&quot;2026-08-16&quot;:8.62},{&quot;2026-08-17&quot;:8.78},{&quot;2026-08-18&quot;:8.78},{&quot;2026-08-19&quot;:8.78},{&quot;2026-08-20&quot;:8.78},{&quot;2026-08-21&quot;:8.8},{&quot;2026-08-22&quot;:8.8},{&quot;2026-08-23&quot;:8.85},{&quot;2026-08-24&quot;:8.85},{&quot;2026-08-25&quot;:8.85},{&quot;2026-08-26&quot;:8.85},{&quot;2026-08-27&quot;:8.95},{&quot;2026-08-28&quot;:8.95},{&quot;2026-08-29&quot;:8.95},{&quot;2026-08-30&quot;:8.95},{&quot;2026-08-31&quot;:8.95},{&quot;2026-09-01&quot;:8.95},{&quot;2026-09-02&quot;:8.95},{&quot;2026-09-03&quot;:8.95},{&quot;2026-09-04&quot;:8.95},{&quot;2026-09-05&quot;:8.95},{&quot;2026-09-06&quot;:8.95},{&quot;2026-09-07&quot;:9.06},{&quot;2026-09-08&quot;:9.06},{&quot;2026-09-09&quot;:9.06},{&quot;2026-09-10&quot;:9.06},{&quot;2026-09-11&quot;:9.06}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.44},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.44},{&quot;2026-06-16&quot;:2.4},{&quot;2026-06-17&quot;:2.42},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.45},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.46},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.41},{&quot;2026-06-24&quot;:2.42},{&quot;2026-06-25&quot;:2.51},{&quot;2026-06-26&quot;:2.53},{&quot;2026-06-27&quot;:2.58},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.57},{&quot;2026-07-01&quot;:2.63},{&quot;2026-07-02&quot;:2.81},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.71},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.49},{&quot;2026-07-09&quot;:2.56},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.62},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.59},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.65},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.61},{&quot;2026-07-19&quot;:2.58},{&quot;2026-07-20&quot;:2.53},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-23&quot;:2.63},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.63},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.67},{&quot;2026-07-30&quot;:2.71},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.77},{&quot;2026-08-02&quot;:2.69},{&quot;2026-08-03&quot;:2.74},{&quot;2026-08-04&quot;:2.74},{&quot;2026-08-05&quot;:2.69},{&quot;2026-08-07&quot;:2.69},{&quot;2026-08-08&quot;:2.66},{&quot;2026-08-09&quot;:2.69},{&quot;2026-08-10&quot;:2.7},{&quot;2026-08-11&quot;:2.68},{&quot;2026-08-12&quot;:2.68},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.64},{&quot;2026-08-15&quot;:2.65},{&quot;2026-08-16&quot;:2.68},{&quot;2026-08-17&quot;:2.72},{&quot;2026-08-18&quot;:2.72},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.59},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.67},{&quot;2026-08-25&quot;:2.67},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.7},{&quot;2026-08-29&quot;:2.7},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.68},{&quot;2026-09-01&quot;:2.74},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.72},{&quot;2026-09-04&quot;:2.81},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.89}]}"
        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="97978"
  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-ecl 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">
            Blood Crypt
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Swamp Mountain
      </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">
            $9.02
          </span>
        </div>
      </div>
    </div>

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Blood Crypt
        </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 — Swamp Mountain</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="Blood Crypt" src="https://cards.scryfall.io/large/front/6/d/6da63cc5-4624-4491-abd9-9b600c3fefe2.jpg?1782683915" />
    </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">
                $9.02
              </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">
                $9.49
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:10.19},{&quot;2026-06-12&quot;:10.25},{&quot;2026-06-13&quot;:10.25},{&quot;2026-06-14&quot;:10.14},{&quot;2026-06-15&quot;:10.15},{&quot;2026-06-16&quot;:10.2},{&quot;2026-06-17&quot;:10.2},{&quot;2026-06-18&quot;:10.2},{&quot;2026-06-19&quot;:10.2},{&quot;2026-06-20&quot;:10.2},{&quot;2026-06-21&quot;:10.22},{&quot;2026-06-22&quot;:10.22},{&quot;2026-06-23&quot;:10.44},{&quot;2026-06-24&quot;:10.35},{&quot;2026-06-25&quot;:10.35},{&quot;2026-06-26&quot;:10.36},{&quot;2026-06-27&quot;:10.67},{&quot;2026-06-28&quot;:10.76},{&quot;2026-06-29&quot;:10.78},{&quot;2026-06-30&quot;:10.79},{&quot;2026-07-01&quot;:10.83},{&quot;2026-07-02&quot;:10.83},{&quot;2026-07-03&quot;:10.91},{&quot;2026-07-04&quot;:10.6},{&quot;2026-07-05&quot;:10.55},{&quot;2026-07-06&quot;:10.75},{&quot;2026-07-07&quot;:10.36},{&quot;2026-07-08&quot;:10.21},{&quot;2026-07-09&quot;:10.03},{&quot;2026-07-10&quot;:10.19},{&quot;2026-07-11&quot;:10.01},{&quot;2026-07-12&quot;:9.85},{&quot;2026-07-13&quot;:9.92},{&quot;2026-07-14&quot;:9.89},{&quot;2026-07-15&quot;:9.86},{&quot;2026-07-16&quot;:9.86},{&quot;2026-07-17&quot;:9.67},{&quot;2026-07-18&quot;:9.67},{&quot;2026-07-19&quot;:9.65},{&quot;2026-07-20&quot;:9.65},{&quot;2026-07-21&quot;:9.65},{&quot;2026-07-23&quot;:9.41},{&quot;2026-07-25&quot;:9.47},{&quot;2026-07-26&quot;:9.33},{&quot;2026-07-27&quot;:9.32},{&quot;2026-07-28&quot;:9.29},{&quot;2026-07-29&quot;:9.39},{&quot;2026-07-30&quot;:9.39},{&quot;2026-07-31&quot;:9.42},{&quot;2026-08-01&quot;:9.44},{&quot;2026-08-02&quot;:9.4},{&quot;2026-08-03&quot;:9.5},{&quot;2026-08-04&quot;:9.36},{&quot;2026-08-05&quot;:9.34},{&quot;2026-08-07&quot;:9.04},{&quot;2026-08-08&quot;:9.06},{&quot;2026-08-09&quot;:8.94},{&quot;2026-08-10&quot;:8.94},{&quot;2026-08-11&quot;:8.92},{&quot;2026-08-12&quot;:8.98},{&quot;2026-08-13&quot;:9.22},{&quot;2026-08-14&quot;:9.29},{&quot;2026-08-15&quot;:9.34},{&quot;2026-08-16&quot;:9.48},{&quot;2026-08-17&quot;:9.43},{&quot;2026-08-18&quot;:9.44},{&quot;2026-08-19&quot;:9.54},{&quot;2026-08-20&quot;:9.54},{&quot;2026-08-21&quot;:9.6},{&quot;2026-08-22&quot;:9.52},{&quot;2026-08-23&quot;:9.36},{&quot;2026-08-24&quot;:9.29},{&quot;2026-08-25&quot;:9.3},{&quot;2026-08-26&quot;:9.29},{&quot;2026-08-27&quot;:9.29},{&quot;2026-08-28&quot;:9.3},{&quot;2026-08-29&quot;:9.3},{&quot;2026-08-30&quot;:9.4},{&quot;2026-08-31&quot;:9.67},{&quot;2026-09-01&quot;:9.67},{&quot;2026-09-02&quot;:9.53},{&quot;2026-09-03&quot;:9.56},{&quot;2026-09-04&quot;:9.56},{&quot;2026-09-05&quot;:9.5},{&quot;2026-09-06&quot;:9.55},{&quot;2026-09-07&quot;:9.55},{&quot;2026-09-08&quot;:9.55},{&quot;2026-09-09&quot;:9.49},{&quot;2026-09-10&quot;:9.49},{&quot;2026-09-11&quot;:9.49}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.98},{&quot;2026-06-12&quot;:10.02},{&quot;2026-06-13&quot;:9.96},{&quot;2026-06-14&quot;:9.82},{&quot;2026-06-15&quot;:9.96},{&quot;2026-06-16&quot;:9.9},{&quot;2026-06-17&quot;:9.95},{&quot;2026-06-18&quot;:9.9},{&quot;2026-06-19&quot;:9.69},{&quot;2026-06-20&quot;:9.55},{&quot;2026-06-21&quot;:9.62},{&quot;2026-06-22&quot;:9.75},{&quot;2026-06-23&quot;:9.47},{&quot;2026-06-24&quot;:9.45},{&quot;2026-06-25&quot;:9.71},{&quot;2026-06-26&quot;:9.84},{&quot;2026-06-27&quot;:9.71},{&quot;2026-06-28&quot;:9.69},{&quot;2026-06-29&quot;:9.68},{&quot;2026-06-30&quot;:9.57},{&quot;2026-07-01&quot;:9.83},{&quot;2026-07-02&quot;:9.67},{&quot;2026-07-03&quot;:9.28},{&quot;2026-07-04&quot;:9.15},{&quot;2026-07-05&quot;:9.28},{&quot;2026-07-06&quot;:9.67},{&quot;2026-07-07&quot;:9.31},{&quot;2026-07-08&quot;:9.71},{&quot;2026-07-09&quot;:9.38},{&quot;2026-07-10&quot;:8.84},{&quot;2026-07-11&quot;:9.03},{&quot;2026-07-12&quot;:9.17},{&quot;2026-07-13&quot;:9.49},{&quot;2026-07-14&quot;:9.52},{&quot;2026-07-15&quot;:9.52},{&quot;2026-07-16&quot;:9.87},{&quot;2026-07-17&quot;:10.03},{&quot;2026-07-18&quot;:9.85},{&quot;2026-07-19&quot;:9.48},{&quot;2026-07-20&quot;:9.1},{&quot;2026-07-21&quot;:8.72},{&quot;2026-07-23&quot;:9.09},{&quot;2026-07-25&quot;:9.17},{&quot;2026-07-26&quot;:9.17},{&quot;2026-07-27&quot;:9.29},{&quot;2026-07-28&quot;:9.43},{&quot;2026-07-29&quot;:9.54},{&quot;2026-07-30&quot;:9.08},{&quot;2026-07-31&quot;:8.76},{&quot;2026-08-01&quot;:8.85},{&quot;2026-08-02&quot;:8.8},{&quot;2026-08-03&quot;:8.5},{&quot;2026-08-04&quot;:8.61},{&quot;2026-08-05&quot;:8.53},{&quot;2026-08-07&quot;:8.27},{&quot;2026-08-08&quot;:8.29},{&quot;2026-08-09&quot;:8.63},{&quot;2026-08-10&quot;:8.77},{&quot;2026-08-11&quot;:8.8},{&quot;2026-08-12&quot;:8.89},{&quot;2026-08-13&quot;:8.82},{&quot;2026-08-14&quot;:8.69},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.61},{&quot;2026-08-17&quot;:8.95},{&quot;2026-08-18&quot;:8.81},{&quot;2026-08-19&quot;:8.71},{&quot;2026-08-20&quot;:8.71},{&quot;2026-08-21&quot;:8.86},{&quot;2026-08-22&quot;:8.91},{&quot;2026-08-23&quot;:9.2},{&quot;2026-08-24&quot;:9.37},{&quot;2026-08-25&quot;:9.29},{&quot;2026-08-26&quot;:9.22},{&quot;2026-08-27&quot;:10.04},{&quot;2026-08-28&quot;:9.96},{&quot;2026-08-29&quot;:9.96},{&quot;2026-08-30&quot;:9.61},{&quot;2026-08-31&quot;:8.98},{&quot;2026-09-01&quot;:8.98},{&quot;2026-09-02&quot;:8.23},{&quot;2026-09-03&quot;:8.17},{&quot;2026-09-04&quot;:8.64},{&quot;2026-09-05&quot;:9.31},{&quot;2026-09-06&quot;:9.11},{&quot;2026-09-07&quot;:9.25},{&quot;2026-09-08&quot;:9.54},{&quot;2026-09-09&quot;:9.4},{&quot;2026-09-10&quot;:9.41},{&quot;2026-09-11&quot;:9.02}]}"
        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="73981"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $9.01
          </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="Witch-king of Angmar" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a55e6508-0b59-4573-bc4e-67b27279cfed.jpg?1783916294" />

        <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">
            Witch-king of Angmar
        </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 — Wraith Noble</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Witch-king of Angmar" src="https://cards.scryfall.io/large/front/a/5/a55e6508-0b59-4573-bc4e-67b27279cfed.jpg?1783916294" />
    </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">
                $9.01
              </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">
                $11.49
              </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">$6.90</span>
              <span class="text-xs text-grey-text">Credit: $8.97</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;:11.52},{&quot;2026-06-11&quot;:11.53},{&quot;2026-06-12&quot;:11.53},{&quot;2026-06-13&quot;:11.64},{&quot;2026-06-14&quot;:11.47},{&quot;2026-06-15&quot;:11.47},{&quot;2026-06-16&quot;:11.47},{&quot;2026-06-17&quot;:11.47},{&quot;2026-06-18&quot;:11.47},{&quot;2026-06-19&quot;:11.47},{&quot;2026-06-20&quot;:11.47},{&quot;2026-06-21&quot;:11.47},{&quot;2026-06-22&quot;:11.47},{&quot;2026-06-23&quot;:11.47},{&quot;2026-06-24&quot;:11.47},{&quot;2026-06-25&quot;:11.47},{&quot;2026-06-26&quot;:11.34},{&quot;2026-06-27&quot;:11.47},{&quot;2026-06-28&quot;:11.85},{&quot;2026-06-29&quot;:11.85},{&quot;2026-06-30&quot;:11.84},{&quot;2026-07-01&quot;:11.84},{&quot;2026-07-02&quot;:11.47},{&quot;2026-07-03&quot;:11.47},{&quot;2026-07-04&quot;:11.47},{&quot;2026-07-05&quot;:11.32},{&quot;2026-07-06&quot;:11.32},{&quot;2026-07-07&quot;:11.32},{&quot;2026-07-08&quot;:11.32},{&quot;2026-07-09&quot;:11.32},{&quot;2026-07-10&quot;:11.56},{&quot;2026-07-11&quot;:11.46},{&quot;2026-07-12&quot;:11.46},{&quot;2026-07-13&quot;:11.46},{&quot;2026-07-14&quot;:11.46},{&quot;2026-07-15&quot;:11.46},{&quot;2026-07-16&quot;:11.46},{&quot;2026-07-17&quot;:11.46},{&quot;2026-07-18&quot;:11.46},{&quot;2026-07-19&quot;:11.46},{&quot;2026-07-20&quot;:11.46},{&quot;2026-07-21&quot;:11.46},{&quot;2026-07-23&quot;:11.6},{&quot;2026-07-25&quot;:11.6},{&quot;2026-07-26&quot;:11.6},{&quot;2026-07-27&quot;:11.6},{&quot;2026-07-29&quot;:11.6},{&quot;2026-07-30&quot;:11.77},{&quot;2026-07-31&quot;:11.77},{&quot;2026-08-01&quot;:11.77},{&quot;2026-08-02&quot;:11.77},{&quot;2026-08-03&quot;:11.79},{&quot;2026-08-04&quot;:11.81},{&quot;2026-08-05&quot;:11.81},{&quot;2026-08-07&quot;:11.79},{&quot;2026-08-08&quot;:11.79},{&quot;2026-08-09&quot;:11.79},{&quot;2026-08-10&quot;:11.8},{&quot;2026-08-11&quot;:11.96},{&quot;2026-08-12&quot;:11.96},{&quot;2026-08-13&quot;:11.96},{&quot;2026-08-14&quot;:11.96},{&quot;2026-08-15&quot;:11.96},{&quot;2026-08-16&quot;:11.96},{&quot;2026-08-17&quot;:11.96},{&quot;2026-08-18&quot;:11.96},{&quot;2026-08-19&quot;:11.96},{&quot;2026-08-20&quot;:11.96},{&quot;2026-08-21&quot;:11.96},{&quot;2026-08-22&quot;:11.96},{&quot;2026-08-23&quot;:11.6},{&quot;2026-08-24&quot;:11.63},{&quot;2026-08-25&quot;:11.63},{&quot;2026-08-26&quot;:11.63},{&quot;2026-08-27&quot;:11.63},{&quot;2026-08-28&quot;:11.62},{&quot;2026-08-29&quot;:11.62},{&quot;2026-08-30&quot;:11.62},{&quot;2026-08-31&quot;:11.62},{&quot;2026-09-01&quot;:11.62},{&quot;2026-09-02&quot;:11.62},{&quot;2026-09-03&quot;:11.62},{&quot;2026-09-04&quot;:11.65},{&quot;2026-09-05&quot;:11.35},{&quot;2026-09-06&quot;:11.35},{&quot;2026-09-07&quot;:11.49},{&quot;2026-09-08&quot;:11.56},{&quot;2026-09-09&quot;:11.56},{&quot;2026-09-10&quot;:11.57},{&quot;2026-09-11&quot;:11.49}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.93},{&quot;2026-06-11&quot;:7.8},{&quot;2026-06-12&quot;:7.85},{&quot;2026-06-13&quot;:7.86},{&quot;2026-06-14&quot;:8.28},{&quot;2026-06-15&quot;:8.65},{&quot;2026-06-16&quot;:9.11},{&quot;2026-06-17&quot;:9.16},{&quot;2026-06-18&quot;:9.17},{&quot;2026-06-19&quot;:9.06},{&quot;2026-06-20&quot;:9.23},{&quot;2026-06-21&quot;:9.12},{&quot;2026-06-22&quot;:8.91},{&quot;2026-06-23&quot;:8.91},{&quot;2026-06-24&quot;:9.02},{&quot;2026-06-25&quot;:8.43},{&quot;2026-06-26&quot;:8.25},{&quot;2026-06-27&quot;:8.31},{&quot;2026-06-28&quot;:8.32},{&quot;2026-06-29&quot;:7.84},{&quot;2026-06-30&quot;:7.84},{&quot;2026-07-01&quot;:7.72},{&quot;2026-07-02&quot;:7.67},{&quot;2026-07-03&quot;:7.71},{&quot;2026-07-04&quot;:7.75},{&quot;2026-07-05&quot;:7.66},{&quot;2026-07-06&quot;:7.73},{&quot;2026-07-07&quot;:7.77},{&quot;2026-07-08&quot;:7.83},{&quot;2026-07-09&quot;:7.83},{&quot;2026-07-10&quot;:8.17},{&quot;2026-07-11&quot;:8.17},{&quot;2026-07-12&quot;:7.91},{&quot;2026-07-13&quot;:7.91},{&quot;2026-07-14&quot;:7.89},{&quot;2026-07-15&quot;:7.91},{&quot;2026-07-16&quot;:8.47},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.31},{&quot;2026-07-19&quot;:8.49},{&quot;2026-07-20&quot;:8.58},{&quot;2026-07-21&quot;:8.64},{&quot;2026-07-23&quot;:8.25},{&quot;2026-07-25&quot;:8.11},{&quot;2026-07-26&quot;:8.07},{&quot;2026-07-27&quot;:7.76},{&quot;2026-07-29&quot;:7.53},{&quot;2026-07-30&quot;:7.45},{&quot;2026-07-31&quot;:7.5},{&quot;2026-08-01&quot;:7.62},{&quot;2026-08-02&quot;:7.6},{&quot;2026-08-03&quot;:7.61},{&quot;2026-08-04&quot;:7.59},{&quot;2026-08-05&quot;:7.71},{&quot;2026-08-07&quot;:7.56},{&quot;2026-08-08&quot;:7.64},{&quot;2026-08-09&quot;:7.68},{&quot;2026-08-10&quot;:7.72},{&quot;2026-08-11&quot;:7.73},{&quot;2026-08-12&quot;:7.43},{&quot;2026-08-13&quot;:7.71},{&quot;2026-08-14&quot;:7.99},{&quot;2026-08-15&quot;:8.0},{&quot;2026-08-16&quot;:8.05},{&quot;2026-08-17&quot;:8.16},{&quot;2026-08-18&quot;:8.18},{&quot;2026-08-19&quot;:8.18},{&quot;2026-08-20&quot;:8.18},{&quot;2026-08-21&quot;:8.12},{&quot;2026-08-22&quot;:8.15},{&quot;2026-08-23&quot;:8.19},{&quot;2026-08-24&quot;:8.26},{&quot;2026-08-25&quot;:8.26},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.09},{&quot;2026-08-28&quot;:7.86},{&quot;2026-08-29&quot;:7.86},{&quot;2026-08-30&quot;:8.08},{&quot;2026-08-31&quot;:8.31},{&quot;2026-09-01&quot;:8.31},{&quot;2026-09-02&quot;:8.74},{&quot;2026-09-03&quot;:8.99},{&quot;2026-09-04&quot;:9.1},{&quot;2026-09-05&quot;:9.16},{&quot;2026-09-06&quot;:9.05},{&quot;2026-09-07&quot;:9.07},{&quot;2026-09-08&quot;:9.1},{&quot;2026-09-09&quot;:9.17},{&quot;2026-09-10&quot;:9.32},{&quot;2026-09-11&quot;:9.01}]}"
        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="74670"
  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">
            Michiko Konda, Truth Seeker
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $9.01
          </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="Michiko Konda, Truth Seeker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8a2c5348-3057-4bbd-9176-e7d4bc5ee9f4.jpg?1783924046" />

        <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">
            Michiko Konda, Truth Seeker
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Michiko Konda, Truth Seeker" src="https://cards.scryfall.io/large/front/8/a/8a2c5348-3057-4bbd-9176-e7d4bc5ee9f4.jpg?1783924046" />
    </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">
                $9.01
              </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;normal&quot;:[{&quot;2026-06-08&quot;:8.49},{&quot;2026-06-10&quot;:8.39},{&quot;2026-06-11&quot;:8.39},{&quot;2026-06-12&quot;:8.39},{&quot;2026-06-13&quot;:8.47},{&quot;2026-06-14&quot;:8.37},{&quot;2026-06-15&quot;:8.25},{&quot;2026-06-16&quot;:8.28},{&quot;2026-06-17&quot;:8.28},{&quot;2026-06-18&quot;:8.28},{&quot;2026-06-19&quot;:8.28},{&quot;2026-06-20&quot;:8.28},{&quot;2026-06-21&quot;:8.28},{&quot;2026-06-22&quot;:8.19},{&quot;2026-06-24&quot;:8.21},{&quot;2026-06-25&quot;:8.18},{&quot;2026-06-26&quot;:8.19},{&quot;2026-06-27&quot;:8.19},{&quot;2026-06-28&quot;:8.17},{&quot;2026-06-29&quot;:8.25},{&quot;2026-06-30&quot;:8.25},{&quot;2026-07-01&quot;:8.47},{&quot;2026-07-02&quot;:8.47},{&quot;2026-07-03&quot;:8.47},{&quot;2026-07-04&quot;:8.47},{&quot;2026-07-05&quot;:8.48},{&quot;2026-07-06&quot;:8.51},{&quot;2026-07-07&quot;:8.51},{&quot;2026-07-08&quot;:8.51},{&quot;2026-07-09&quot;:8.51},{&quot;2026-07-10&quot;:8.47},{&quot;2026-07-11&quot;:8.47},{&quot;2026-07-12&quot;:8.53},{&quot;2026-07-13&quot;:8.64},{&quot;2026-07-14&quot;:8.59},{&quot;2026-07-15&quot;:8.59},{&quot;2026-07-16&quot;:8.59},{&quot;2026-07-17&quot;:8.5},{&quot;2026-07-18&quot;:8.5},{&quot;2026-07-19&quot;:8.5},{&quot;2026-07-20&quot;:8.5},{&quot;2026-07-21&quot;:8.5},{&quot;2026-07-23&quot;:8.51},{&quot;2026-07-25&quot;:8.51},{&quot;2026-07-26&quot;:8.51},{&quot;2026-07-27&quot;:8.51},{&quot;2026-07-29&quot;:8.59},{&quot;2026-07-30&quot;:8.51},{&quot;2026-07-31&quot;:8.54},{&quot;2026-08-01&quot;:8.55},{&quot;2026-08-02&quot;:8.55},{&quot;2026-08-03&quot;:8.55},{&quot;2026-08-04&quot;:8.55},{&quot;2026-08-05&quot;:8.58},{&quot;2026-08-07&quot;:8.68},{&quot;2026-08-08&quot;:8.68},{&quot;2026-08-09&quot;:8.78},{&quot;2026-08-10&quot;:8.86},{&quot;2026-08-11&quot;:8.86},{&quot;2026-08-12&quot;:8.86},{&quot;2026-08-13&quot;:8.88},{&quot;2026-08-14&quot;:8.88},{&quot;2026-08-15&quot;:8.88},{&quot;2026-08-16&quot;:8.88},{&quot;2026-08-17&quot;:8.98},{&quot;2026-08-18&quot;:8.98},{&quot;2026-08-19&quot;:8.98},{&quot;2026-08-20&quot;:8.98},{&quot;2026-08-21&quot;:8.74},{&quot;2026-08-22&quot;:8.75},{&quot;2026-08-23&quot;:8.75},{&quot;2026-08-24&quot;:8.77},{&quot;2026-08-25&quot;:8.77},{&quot;2026-08-26&quot;:8.77},{&quot;2026-08-27&quot;:8.77},{&quot;2026-08-28&quot;:8.83},{&quot;2026-08-29&quot;:8.83},{&quot;2026-08-30&quot;:8.83},{&quot;2026-08-31&quot;:8.83},{&quot;2026-09-01&quot;:8.83},{&quot;2026-09-02&quot;:9.04},{&quot;2026-09-03&quot;:9.04},{&quot;2026-09-04&quot;:9.06},{&quot;2026-09-05&quot;:9.08},{&quot;2026-09-06&quot;:9.08},{&quot;2026-09-07&quot;:9.08},{&quot;2026-09-08&quot;:9.08},{&quot;2026-09-09&quot;:8.98},{&quot;2026-09-10&quot;:9.01},{&quot;2026-09-11&quot;:9.01}]}"
        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="12001"
  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">
            Wheel of Misfortune
        </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">
              ↑
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.99
          </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="Wheel of Misfortune" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/4/74177b51-a300-49d9-8ea7-557b19cf80c7.jpg?1783928800" />

        <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">
            Wheel of Misfortune
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wheel of Misfortune" src="https://cards.scryfall.io/large/front/7/4/74177b51-a300-49d9-8ea7-557b19cf80c7.jpg?1783928800" />
    </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">
                $8.99
              </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">
                $8.57
              </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">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</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.76},{&quot;2026-06-14&quot;:7.76},{&quot;2026-06-15&quot;:7.76},{&quot;2026-06-16&quot;:7.75},{&quot;2026-06-17&quot;:7.74},{&quot;2026-06-18&quot;:7.79},{&quot;2026-06-19&quot;:7.82},{&quot;2026-06-20&quot;:7.82},{&quot;2026-06-21&quot;:7.96},{&quot;2026-06-22&quot;:7.96},{&quot;2026-06-23&quot;:7.96},{&quot;2026-06-24&quot;:7.96},{&quot;2026-06-25&quot;:7.96},{&quot;2026-06-26&quot;:7.96},{&quot;2026-06-27&quot;:7.96},{&quot;2026-06-28&quot;:7.96},{&quot;2026-06-29&quot;:7.96},{&quot;2026-06-30&quot;:8.0},{&quot;2026-07-01&quot;:8.0},{&quot;2026-07-02&quot;:8.02},{&quot;2026-07-03&quot;:8.02},{&quot;2026-07-04&quot;:8.02},{&quot;2026-07-05&quot;:8.07},{&quot;2026-07-06&quot;:8.07},{&quot;2026-07-07&quot;:8.02},{&quot;2026-07-08&quot;:8.02},{&quot;2026-07-09&quot;:8.02},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:8.06},{&quot;2026-07-12&quot;:8.06},{&quot;2026-07-13&quot;:8.06},{&quot;2026-07-14&quot;:8.06},{&quot;2026-07-15&quot;:8.15},{&quot;2026-07-16&quot;:8.15},{&quot;2026-07-17&quot;:8.15},{&quot;2026-07-18&quot;:8.15},{&quot;2026-07-19&quot;:8.15},{&quot;2026-07-20&quot;:8.15},{&quot;2026-07-21&quot;:8.2},{&quot;2026-07-22&quot;:8.2},{&quot;2026-07-23&quot;:8.2},{&quot;2026-07-24&quot;:8.2},{&quot;2026-07-25&quot;:8.3},{&quot;2026-07-26&quot;:8.26},{&quot;2026-07-27&quot;:8.26},{&quot;2026-07-28&quot;:8.18},{&quot;2026-07-29&quot;:8.21},{&quot;2026-07-30&quot;:8.21},{&quot;2026-07-31&quot;:8.21},{&quot;2026-08-01&quot;:8.21},{&quot;2026-08-02&quot;:8.21},{&quot;2026-08-03&quot;:8.31},{&quot;2026-08-04&quot;:8.31},{&quot;2026-08-05&quot;:8.31},{&quot;2026-08-07&quot;:8.31},{&quot;2026-08-08&quot;:8.31},{&quot;2026-08-09&quot;:8.31},{&quot;2026-08-10&quot;:8.31},{&quot;2026-08-11&quot;:8.31},{&quot;2026-08-12&quot;:8.25},{&quot;2026-08-13&quot;:8.25},{&quot;2026-08-14&quot;:8.24},{&quot;2026-08-15&quot;:8.24},{&quot;2026-08-16&quot;:8.24},{&quot;2026-08-17&quot;:8.22},{&quot;2026-08-18&quot;:8.23},{&quot;2026-08-19&quot;:8.23},{&quot;2026-08-20&quot;:8.16},{&quot;2026-08-21&quot;:8.17},{&quot;2026-08-22&quot;:8.17},{&quot;2026-08-23&quot;:8.17},{&quot;2026-08-24&quot;:8.17},{&quot;2026-08-25&quot;:8.26},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.3},{&quot;2026-08-28&quot;:8.34},{&quot;2026-08-29&quot;:8.34},{&quot;2026-08-30&quot;:8.34},{&quot;2026-08-31&quot;:8.34},{&quot;2026-09-01&quot;:8.3},{&quot;2026-09-02&quot;:8.3},{&quot;2026-09-03&quot;:8.3},{&quot;2026-09-04&quot;:8.31},{&quot;2026-09-05&quot;:8.31},{&quot;2026-09-06&quot;:8.53},{&quot;2026-09-07&quot;:8.53},{&quot;2026-09-08&quot;:8.53},{&quot;2026-09-09&quot;:8.53},{&quot;2026-09-10&quot;:8.53},{&quot;2026-09-11&quot;:8.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.44},{&quot;2026-06-14&quot;:8.45},{&quot;2026-06-15&quot;:8.55},{&quot;2026-06-16&quot;:8.44},{&quot;2026-06-17&quot;:8.23},{&quot;2026-06-18&quot;:8.02},{&quot;2026-06-19&quot;:7.79},{&quot;2026-06-20&quot;:7.7},{&quot;2026-06-21&quot;:7.83},{&quot;2026-06-22&quot;:8.09},{&quot;2026-06-23&quot;:8.36},{&quot;2026-06-24&quot;:8.18},{&quot;2026-06-25&quot;:8.2},{&quot;2026-06-26&quot;:7.81},{&quot;2026-06-27&quot;:8.12},{&quot;2026-06-28&quot;:8.04},{&quot;2026-06-29&quot;:8.0},{&quot;2026-06-30&quot;:8.01},{&quot;2026-07-01&quot;:8.08},{&quot;2026-07-02&quot;:8.12},{&quot;2026-07-03&quot;:8.3},{&quot;2026-07-04&quot;:8.29},{&quot;2026-07-05&quot;:8.23},{&quot;2026-07-06&quot;:8.28},{&quot;2026-07-07&quot;:8.34},{&quot;2026-07-08&quot;:8.49},{&quot;2026-07-09&quot;:8.37},{&quot;2026-07-10&quot;:8.37},{&quot;2026-07-11&quot;:8.31},{&quot;2026-07-12&quot;:8.16},{&quot;2026-07-13&quot;:7.93},{&quot;2026-07-14&quot;:7.81},{&quot;2026-07-15&quot;:7.72},{&quot;2026-07-16&quot;:7.63},{&quot;2026-07-17&quot;:7.53},{&quot;2026-07-18&quot;:7.7},{&quot;2026-07-19&quot;:7.85},{&quot;2026-07-20&quot;:7.8},{&quot;2026-07-21&quot;:7.83},{&quot;2026-07-22&quot;:7.98},{&quot;2026-07-23&quot;:8.19},{&quot;2026-07-24&quot;:8.11},{&quot;2026-07-25&quot;:8.25},{&quot;2026-07-26&quot;:8.13},{&quot;2026-07-27&quot;:8.23},{&quot;2026-07-28&quot;:7.93},{&quot;2026-07-29&quot;:7.39},{&quot;2026-07-30&quot;:7.3},{&quot;2026-07-31&quot;:7.18},{&quot;2026-08-01&quot;:7.18},{&quot;2026-08-02&quot;:7.26},{&quot;2026-08-03&quot;:7.53},{&quot;2026-08-04&quot;:7.46},{&quot;2026-08-05&quot;:7.44},{&quot;2026-08-07&quot;:7.69},{&quot;2026-08-08&quot;:7.5},{&quot;2026-08-09&quot;:7.44},{&quot;2026-08-10&quot;:7.46},{&quot;2026-08-11&quot;:7.61},{&quot;2026-08-12&quot;:7.33},{&quot;2026-08-13&quot;:7.36},{&quot;2026-08-14&quot;:7.26},{&quot;2026-08-15&quot;:7.15},{&quot;2026-08-16&quot;:7.15},{&quot;2026-08-17&quot;:7.09},{&quot;2026-08-18&quot;:7.2},{&quot;2026-08-19&quot;:7.26},{&quot;2026-08-20&quot;:7.53},{&quot;2026-08-21&quot;:7.82},{&quot;2026-08-22&quot;:8.18},{&quot;2026-08-23&quot;:8.24},{&quot;2026-08-24&quot;:8.23},{&quot;2026-08-25&quot;:8.2},{&quot;2026-08-26&quot;:8.05},{&quot;2026-08-27&quot;:7.74},{&quot;2026-08-28&quot;:7.4},{&quot;2026-08-29&quot;:7.4},{&quot;2026-08-30&quot;:7.44},{&quot;2026-08-31&quot;:7.85},{&quot;2026-09-01&quot;:7.9},{&quot;2026-09-02&quot;:7.99},{&quot;2026-09-03&quot;:8.09},{&quot;2026-09-04&quot;:8.17},{&quot;2026-09-05&quot;:8.11},{&quot;2026-09-06&quot;:8.05},{&quot;2026-09-07&quot;:8.76},{&quot;2026-09-08&quot;:8.93},{&quot;2026-09-09&quot;:8.81},{&quot;2026-09-10&quot;:8.85},{&quot;2026-09-11&quot;:8.99}]}"
        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="53182"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-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">
            Mindbreak Trap
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $8.99
          </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="Mindbreak Trap" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/8/2829c546-71e7-4a22-95c0-906ee152d4b0.jpg?1783910568" />

        <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">
            Mindbreak Trap
        </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">Instant — Trap</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><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="Mindbreak Trap" src="https://cards.scryfall.io/large/front/2/8/2829c546-71e7-4a22-95c0-906ee152d4b0.jpg?1783910568" />
    </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">
                $8.99
              </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">
                $113.30
              </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">$7.50</span>
              <span class="text-xs text-grey-text">Credit: $9.75</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;:111.48},{&quot;2026-06-14&quot;:111.48},{&quot;2026-06-15&quot;:111.48},{&quot;2026-06-16&quot;:111.48},{&quot;2026-06-17&quot;:111.7},{&quot;2026-06-18&quot;:111.7},{&quot;2026-06-19&quot;:111.92},{&quot;2026-06-20&quot;:111.92},{&quot;2026-06-21&quot;:112.11},{&quot;2026-06-22&quot;:112.11},{&quot;2026-06-23&quot;:112.11},{&quot;2026-06-24&quot;:112.11},{&quot;2026-06-25&quot;:112.11},{&quot;2026-06-26&quot;:112.11},{&quot;2026-06-27&quot;:112.11},{&quot;2026-06-28&quot;:112.11},{&quot;2026-06-29&quot;:112.11},{&quot;2026-06-30&quot;:112.11},{&quot;2026-07-01&quot;:112.11},{&quot;2026-07-02&quot;:112.11},{&quot;2026-07-03&quot;:112.11},{&quot;2026-07-04&quot;:112.11},{&quot;2026-07-05&quot;:112.11},{&quot;2026-07-06&quot;:112.11},{&quot;2026-07-07&quot;:112.11},{&quot;2026-07-08&quot;:112.11},{&quot;2026-07-09&quot;:112.11},{&quot;2026-07-10&quot;:112.11},{&quot;2026-07-11&quot;:112.11},{&quot;2026-07-12&quot;:112.11},{&quot;2026-07-13&quot;:112.11},{&quot;2026-07-14&quot;:112.11},{&quot;2026-07-15&quot;:112.11},{&quot;2026-07-16&quot;:112.11},{&quot;2026-07-17&quot;:112.14},{&quot;2026-07-18&quot;:112.14},{&quot;2026-07-19&quot;:112.22},{&quot;2026-07-20&quot;:112.72},{&quot;2026-07-21&quot;:112.72},{&quot;2026-07-22&quot;:112.72},{&quot;2026-07-23&quot;:112.72},{&quot;2026-07-24&quot;:112.72},{&quot;2026-07-25&quot;:112.72},{&quot;2026-07-26&quot;:112.72},{&quot;2026-07-27&quot;:112.72},{&quot;2026-07-28&quot;:112.72},{&quot;2026-07-29&quot;:112.72},{&quot;2026-07-30&quot;:112.72},{&quot;2026-07-31&quot;:112.72},{&quot;2026-08-01&quot;:112.72},{&quot;2026-08-02&quot;:112.56},{&quot;2026-08-03&quot;:112.56},{&quot;2026-08-04&quot;:112.56},{&quot;2026-08-05&quot;:112.56},{&quot;2026-08-07&quot;:112.56},{&quot;2026-08-08&quot;:112.66},{&quot;2026-08-09&quot;:112.66},{&quot;2026-08-10&quot;:112.67},{&quot;2026-08-11&quot;:112.67},{&quot;2026-08-12&quot;:112.67},{&quot;2026-08-13&quot;:112.67},{&quot;2026-08-14&quot;:112.67},{&quot;2026-08-15&quot;:112.67},{&quot;2026-08-16&quot;:112.67},{&quot;2026-08-17&quot;:112.67},{&quot;2026-08-18&quot;:112.67},{&quot;2026-08-19&quot;:112.67},{&quot;2026-08-20&quot;:112.67},{&quot;2026-08-21&quot;:112.67},{&quot;2026-08-22&quot;:112.67},{&quot;2026-08-23&quot;:112.67},{&quot;2026-08-24&quot;:112.67},{&quot;2026-08-25&quot;:112.67},{&quot;2026-08-26&quot;:112.67},{&quot;2026-08-27&quot;:112.67},{&quot;2026-08-28&quot;:112.67},{&quot;2026-08-29&quot;:112.67},{&quot;2026-08-30&quot;:112.67},{&quot;2026-08-31&quot;:112.67},{&quot;2026-09-01&quot;:112.67},{&quot;2026-09-02&quot;:112.67},{&quot;2026-09-03&quot;:112.67},{&quot;2026-09-04&quot;:112.67},{&quot;2026-09-05&quot;:113.03},{&quot;2026-09-06&quot;:113.03},{&quot;2026-09-07&quot;:113.03},{&quot;2026-09-08&quot;:113.03},{&quot;2026-09-09&quot;:113.03},{&quot;2026-09-10&quot;:113.3},{&quot;2026-09-11&quot;:113.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.52},{&quot;2026-06-14&quot;:8.62},{&quot;2026-06-15&quot;:8.72},{&quot;2026-06-16&quot;:8.77},{&quot;2026-06-17&quot;:8.84},{&quot;2026-06-18&quot;:8.84},{&quot;2026-06-19&quot;:8.84},{&quot;2026-06-20&quot;:8.91},{&quot;2026-06-21&quot;:8.91},{&quot;2026-06-22&quot;:9.16},{&quot;2026-06-23&quot;:9.14},{&quot;2026-06-24&quot;:9.14},{&quot;2026-06-25&quot;:9.13},{&quot;2026-06-26&quot;:9.06},{&quot;2026-06-27&quot;:9.16},{&quot;2026-06-28&quot;:9.33},{&quot;2026-06-29&quot;:9.39},{&quot;2026-06-30&quot;:9.29},{&quot;2026-07-01&quot;:9.12},{&quot;2026-07-02&quot;:9.1},{&quot;2026-07-03&quot;:9.11},{&quot;2026-07-04&quot;:9.23},{&quot;2026-07-05&quot;:9.23},{&quot;2026-07-06&quot;:9.1},{&quot;2026-07-07&quot;:9.26},{&quot;2026-07-08&quot;:9.26},{&quot;2026-07-09&quot;:9.1},{&quot;2026-07-10&quot;:9.09},{&quot;2026-07-11&quot;:9.1},{&quot;2026-07-12&quot;:9.18},{&quot;2026-07-13&quot;:9.3},{&quot;2026-07-14&quot;:9.34},{&quot;2026-07-15&quot;:9.34},{&quot;2026-07-16&quot;:9.32},{&quot;2026-07-17&quot;:9.38},{&quot;2026-07-18&quot;:9.35},{&quot;2026-07-19&quot;:9.35},{&quot;2026-07-20&quot;:9.34},{&quot;2026-07-21&quot;:9.38},{&quot;2026-07-22&quot;:9.31},{&quot;2026-07-23&quot;:9.35},{&quot;2026-07-24&quot;:9.33},{&quot;2026-07-25&quot;:9.27},{&quot;2026-07-26&quot;:9.28},{&quot;2026-07-27&quot;:9.32},{&quot;2026-07-28&quot;:9.22},{&quot;2026-07-29&quot;:9.09},{&quot;2026-07-30&quot;:9.05},{&quot;2026-07-31&quot;:9.08},{&quot;2026-08-01&quot;:8.92},{&quot;2026-08-02&quot;:8.98},{&quot;2026-08-03&quot;:8.69},{&quot;2026-08-04&quot;:8.51},{&quot;2026-08-05&quot;:8.51},{&quot;2026-08-07&quot;:8.23},{&quot;2026-08-08&quot;:8.11},{&quot;2026-08-09&quot;:8.09},{&quot;2026-08-10&quot;:7.94},{&quot;2026-08-11&quot;:7.78},{&quot;2026-08-12&quot;:7.52},{&quot;2026-08-13&quot;:7.53},{&quot;2026-08-14&quot;:7.53},{&quot;2026-08-15&quot;:7.68},{&quot;2026-08-16&quot;:7.71},{&quot;2026-08-17&quot;:7.68},{&quot;2026-08-18&quot;:7.73},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.85},{&quot;2026-08-21&quot;:7.86},{&quot;2026-08-22&quot;:7.77},{&quot;2026-08-23&quot;:7.77},{&quot;2026-08-24&quot;:7.87},{&quot;2026-08-25&quot;:7.81},{&quot;2026-08-26&quot;:7.96},{&quot;2026-08-27&quot;:8.05},{&quot;2026-08-28&quot;:8.23},{&quot;2026-08-29&quot;:8.23},{&quot;2026-08-30&quot;:8.43},{&quot;2026-08-31&quot;:8.91},{&quot;2026-09-01&quot;:9.06},{&quot;2026-09-02&quot;:8.98},{&quot;2026-09-03&quot;:9.23},{&quot;2026-09-04&quot;:9.19},{&quot;2026-09-05&quot;:9.16},{&quot;2026-09-06&quot;:9.28},{&quot;2026-09-07&quot;:9.27},{&quot;2026-09-08&quot;:9.21},{&quot;2026-09-09&quot;:9.07},{&quot;2026-09-10&quot;:9.06},{&quot;2026-09-11&quot;:8.99}]}"
        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="79903"
  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">
            Mystic Sanctuary
        </span>


      </div>

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

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

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

        <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">
            Mystic Sanctuary
        </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">Land — Island</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="Mystic Sanctuary" src="https://cards.scryfall.io/large/front/3/1/31f83f35-c4dc-46f0-9109-9d0d0181d9c8.jpg?1783927700" />
    </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">
                $8.92
              </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">
                $162.41
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:154.55},{&quot;2026-06-12&quot;:154.55},{&quot;2026-06-13&quot;:154.55},{&quot;2026-06-14&quot;:154.55},{&quot;2026-06-15&quot;:155.43},{&quot;2026-06-16&quot;:155.43},{&quot;2026-06-17&quot;:155.43},{&quot;2026-06-18&quot;:155.43},{&quot;2026-06-19&quot;:157.24},{&quot;2026-06-20&quot;:157.96},{&quot;2026-06-21&quot;:157.96},{&quot;2026-06-22&quot;:157.96},{&quot;2026-06-23&quot;:157.96},{&quot;2026-06-24&quot;:157.24},{&quot;2026-06-25&quot;:157.24},{&quot;2026-06-26&quot;:157.24},{&quot;2026-06-27&quot;:158.27},{&quot;2026-06-28&quot;:158.27},{&quot;2026-06-29&quot;:158.27},{&quot;2026-06-30&quot;:158.27},{&quot;2026-07-01&quot;:158.27},{&quot;2026-07-02&quot;:158.27},{&quot;2026-07-03&quot;:158.27},{&quot;2026-07-04&quot;:158.27},{&quot;2026-07-05&quot;:158.27},{&quot;2026-07-06&quot;:158.27},{&quot;2026-07-07&quot;:158.27},{&quot;2026-07-08&quot;:159.3},{&quot;2026-07-09&quot;:160.63},{&quot;2026-07-10&quot;:160.63},{&quot;2026-07-11&quot;:160.63},{&quot;2026-07-12&quot;:160.63},{&quot;2026-07-13&quot;:160.63},{&quot;2026-07-14&quot;:160.63},{&quot;2026-07-15&quot;:160.63},{&quot;2026-07-16&quot;:160.63},{&quot;2026-07-17&quot;:160.63},{&quot;2026-07-18&quot;:160.63},{&quot;2026-07-19&quot;:160.63},{&quot;2026-07-20&quot;:160.63},{&quot;2026-07-21&quot;:160.63},{&quot;2026-07-23&quot;:160.63},{&quot;2026-07-25&quot;:160.63},{&quot;2026-07-26&quot;:160.63},{&quot;2026-07-27&quot;:160.63},{&quot;2026-07-28&quot;:160.63},{&quot;2026-07-29&quot;:160.63},{&quot;2026-07-30&quot;:162.41},{&quot;2026-07-31&quot;:162.41},{&quot;2026-08-01&quot;:162.41},{&quot;2026-08-02&quot;:162.41},{&quot;2026-08-03&quot;:162.41},{&quot;2026-08-04&quot;:162.41},{&quot;2026-08-05&quot;:162.41},{&quot;2026-08-07&quot;:162.41},{&quot;2026-08-08&quot;:162.41},{&quot;2026-08-09&quot;:162.41},{&quot;2026-08-10&quot;:162.41},{&quot;2026-08-11&quot;:162.41},{&quot;2026-08-12&quot;:162.41},{&quot;2026-08-13&quot;:162.41},{&quot;2026-08-14&quot;:162.41},{&quot;2026-08-15&quot;:162.41},{&quot;2026-08-16&quot;:162.41},{&quot;2026-08-17&quot;:162.41},{&quot;2026-08-18&quot;:162.41},{&quot;2026-08-19&quot;:162.41},{&quot;2026-08-20&quot;:162.41},{&quot;2026-08-21&quot;:162.41},{&quot;2026-08-22&quot;:162.41},{&quot;2026-08-23&quot;:162.41},{&quot;2026-08-24&quot;:162.41},{&quot;2026-08-25&quot;:162.41},{&quot;2026-08-26&quot;:162.41},{&quot;2026-08-27&quot;:162.41},{&quot;2026-08-28&quot;:162.41},{&quot;2026-08-29&quot;:162.41},{&quot;2026-08-30&quot;:162.41},{&quot;2026-08-31&quot;:162.41},{&quot;2026-09-01&quot;:162.41},{&quot;2026-09-02&quot;:162.41},{&quot;2026-09-03&quot;:162.41},{&quot;2026-09-04&quot;:162.41},{&quot;2026-09-05&quot;:162.41},{&quot;2026-09-06&quot;:162.41},{&quot;2026-09-07&quot;:162.41},{&quot;2026-09-08&quot;:162.41},{&quot;2026-09-09&quot;:162.41},{&quot;2026-09-10&quot;:162.41},{&quot;2026-09-11&quot;:162.41}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.65},{&quot;2026-06-12&quot;:9.53},{&quot;2026-06-13&quot;:9.6},{&quot;2026-06-14&quot;:9.6},{&quot;2026-06-15&quot;:9.6},{&quot;2026-06-16&quot;:9.6},{&quot;2026-06-17&quot;:9.53},{&quot;2026-06-18&quot;:9.38},{&quot;2026-06-19&quot;:9.38},{&quot;2026-06-20&quot;:9.38},{&quot;2026-06-21&quot;:9.38},{&quot;2026-06-22&quot;:9.38},{&quot;2026-06-23&quot;:9.38},{&quot;2026-06-24&quot;:9.38},{&quot;2026-06-25&quot;:9.38},{&quot;2026-06-26&quot;:9.38},{&quot;2026-06-27&quot;:9.43},{&quot;2026-06-28&quot;:9.45},{&quot;2026-06-29&quot;:9.45},{&quot;2026-06-30&quot;:9.49},{&quot;2026-07-01&quot;:9.48},{&quot;2026-07-02&quot;:9.48},{&quot;2026-07-03&quot;:9.48},{&quot;2026-07-04&quot;:9.48},{&quot;2026-07-05&quot;:9.48},{&quot;2026-07-06&quot;:9.48},{&quot;2026-07-07&quot;:9.48},{&quot;2026-07-08&quot;:9.27},{&quot;2026-07-09&quot;:9.27},{&quot;2026-07-10&quot;:9.14},{&quot;2026-07-11&quot;:8.94},{&quot;2026-07-12&quot;:8.94},{&quot;2026-07-13&quot;:8.94},{&quot;2026-07-14&quot;:8.94},{&quot;2026-07-15&quot;:8.94},{&quot;2026-07-16&quot;:9.03},{&quot;2026-07-17&quot;:9.03},{&quot;2026-07-18&quot;:8.95},{&quot;2026-07-19&quot;:8.9},{&quot;2026-07-20&quot;:8.9},{&quot;2026-07-21&quot;:8.9},{&quot;2026-07-23&quot;:9.0},{&quot;2026-07-25&quot;:8.88},{&quot;2026-07-26&quot;:8.85},{&quot;2026-07-27&quot;:8.74},{&quot;2026-07-28&quot;:8.74},{&quot;2026-07-29&quot;:8.74},{&quot;2026-07-30&quot;:8.74},{&quot;2026-07-31&quot;:8.79},{&quot;2026-08-01&quot;:8.79},{&quot;2026-08-02&quot;:8.79},{&quot;2026-08-03&quot;:8.7},{&quot;2026-08-04&quot;:8.72},{&quot;2026-08-05&quot;:8.72},{&quot;2026-08-07&quot;:8.74},{&quot;2026-08-08&quot;:8.74},{&quot;2026-08-09&quot;:8.7},{&quot;2026-08-10&quot;:8.95},{&quot;2026-08-11&quot;:8.97},{&quot;2026-08-12&quot;:8.97},{&quot;2026-08-13&quot;:8.97},{&quot;2026-08-14&quot;:8.97},{&quot;2026-08-15&quot;:8.81},{&quot;2026-08-16&quot;:8.89},{&quot;2026-08-17&quot;:8.88},{&quot;2026-08-18&quot;:8.89},{&quot;2026-08-19&quot;:8.96},{&quot;2026-08-20&quot;:8.96},{&quot;2026-08-21&quot;:8.96},{&quot;2026-08-22&quot;:8.86},{&quot;2026-08-23&quot;:8.86},{&quot;2026-08-24&quot;:8.86},{&quot;2026-08-25&quot;:8.86},{&quot;2026-08-26&quot;:8.86},{&quot;2026-08-27&quot;:8.83},{&quot;2026-08-28&quot;:8.83},{&quot;2026-08-29&quot;:8.83},{&quot;2026-08-30&quot;:8.88},{&quot;2026-08-31&quot;:8.88},{&quot;2026-09-01&quot;:8.88},{&quot;2026-09-02&quot;:8.92},{&quot;2026-09-03&quot;:8.9},{&quot;2026-09-04&quot;:8.83},{&quot;2026-09-05&quot;:8.9},{&quot;2026-09-06&quot;:8.91},{&quot;2026-09-07&quot;:8.9},{&quot;2026-09-08&quot;:8.9},{&quot;2026-09-09&quot;:8.9},{&quot;2026-09-10&quot;:8.92},{&quot;2026-09-11&quot;:8.92}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75792"
  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">
            Apex 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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.90
          </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="Apex Altisaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/e/1e6beba4-128c-418e-83ed-8a82afc0c39e.jpg?1783913862" />

        <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">
            Apex 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-7'></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="Apex Altisaur" src="https://cards.scryfall.io/large/front/1/e/1e6beba4-128c-418e-83ed-8a82afc0c39e.jpg?1783913862" />
    </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">
                $8.90
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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;:7.28},{&quot;2026-06-12&quot;:7.13},{&quot;2026-06-13&quot;:6.99},{&quot;2026-06-14&quot;:7.07},{&quot;2026-06-15&quot;:6.55},{&quot;2026-06-16&quot;:6.89},{&quot;2026-06-17&quot;:6.8},{&quot;2026-06-18&quot;:6.87},{&quot;2026-06-19&quot;:7.3},{&quot;2026-06-20&quot;:7.32},{&quot;2026-06-21&quot;:7.33},{&quot;2026-06-22&quot;:7.54},{&quot;2026-06-23&quot;:7.92},{&quot;2026-06-24&quot;:8.09},{&quot;2026-06-25&quot;:7.95},{&quot;2026-06-26&quot;:7.69},{&quot;2026-06-27&quot;:7.79},{&quot;2026-06-28&quot;:7.63},{&quot;2026-06-29&quot;:7.51},{&quot;2026-06-30&quot;:7.76},{&quot;2026-07-01&quot;:8.13},{&quot;2026-07-02&quot;:8.51},{&quot;2026-07-03&quot;:8.22},{&quot;2026-07-04&quot;:8.22},{&quot;2026-07-05&quot;:8.31},{&quot;2026-07-06&quot;:8.16},{&quot;2026-07-07&quot;:7.97},{&quot;2026-07-08&quot;:7.91},{&quot;2026-07-09&quot;:7.86},{&quot;2026-07-10&quot;:7.95},{&quot;2026-07-11&quot;:8.11},{&quot;2026-07-12&quot;:8.06},{&quot;2026-07-13&quot;:8.01},{&quot;2026-07-14&quot;:8.05},{&quot;2026-07-15&quot;:8.03},{&quot;2026-07-16&quot;:8.18},{&quot;2026-07-17&quot;:8.18},{&quot;2026-07-18&quot;:8.3},{&quot;2026-07-19&quot;:8.1},{&quot;2026-07-20&quot;:8.13},{&quot;2026-07-21&quot;:8.24},{&quot;2026-07-23&quot;:8.28},{&quot;2026-07-25&quot;:8.4},{&quot;2026-07-26&quot;:8.23},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-28&quot;:8.52},{&quot;2026-07-29&quot;:8.4},{&quot;2026-07-30&quot;:8.33},{&quot;2026-07-31&quot;:8.01},{&quot;2026-08-01&quot;:8.22},{&quot;2026-08-02&quot;:8.15},{&quot;2026-08-03&quot;:8.01},{&quot;2026-08-04&quot;:8.19},{&quot;2026-08-05&quot;:8.27},{&quot;2026-08-07&quot;:8.3},{&quot;2026-08-08&quot;:7.83},{&quot;2026-08-09&quot;:7.74},{&quot;2026-08-10&quot;:7.63},{&quot;2026-08-11&quot;:7.63},{&quot;2026-08-12&quot;:7.7},{&quot;2026-08-13&quot;:7.75},{&quot;2026-08-14&quot;:7.79},{&quot;2026-08-15&quot;:7.88},{&quot;2026-08-16&quot;:7.97},{&quot;2026-08-17&quot;:8.03},{&quot;2026-08-18&quot;:7.97},{&quot;2026-08-19&quot;:8.01},{&quot;2026-08-20&quot;:8.01},{&quot;2026-08-21&quot;:8.22},{&quot;2026-08-22&quot;:8.21},{&quot;2026-08-23&quot;:8.18},{&quot;2026-08-24&quot;:8.29},{&quot;2026-08-25&quot;:8.29},{&quot;2026-08-26&quot;:8.57},{&quot;2026-08-27&quot;:8.65},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.8},{&quot;2026-08-31&quot;:8.83},{&quot;2026-09-01&quot;:8.83},{&quot;2026-09-02&quot;:8.68},{&quot;2026-09-03&quot;:8.65},{&quot;2026-09-04&quot;:8.67},{&quot;2026-09-05&quot;:8.54},{&quot;2026-09-06&quot;:8.54},{&quot;2026-09-07&quot;:8.67},{&quot;2026-09-08&quot;:8.67},{&quot;2026-09-09&quot;:8.78},{&quot;2026-09-10&quot;:8.81},{&quot;2026-09-11&quot;:8.9}]}"
        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="42320"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Satsuki, the Living Lore
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Satsuki, the Living Lore" src="https://cards.scryfall.io/large/front/a/0/a0dd5813-8c6e-4fa3-b11d-e13f14ce8c4e.jpg?1783923765" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.52
              </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">
                $8.88
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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-12&quot;:7.08},{&quot;2026-06-13&quot;:7.08},{&quot;2026-06-14&quot;:7.42},{&quot;2026-06-15&quot;:7.42},{&quot;2026-06-16&quot;:7.42},{&quot;2026-06-17&quot;:7.42},{&quot;2026-06-18&quot;:7.42},{&quot;2026-06-19&quot;:7.42},{&quot;2026-06-20&quot;:7.42},{&quot;2026-06-21&quot;:7.48},{&quot;2026-06-22&quot;:7.48},{&quot;2026-06-23&quot;:7.48},{&quot;2026-06-24&quot;:7.48},{&quot;2026-06-25&quot;:7.48},{&quot;2026-06-26&quot;:7.48},{&quot;2026-06-27&quot;:7.48},{&quot;2026-06-28&quot;:7.48},{&quot;2026-06-29&quot;:7.48},{&quot;2026-06-30&quot;:8.01},{&quot;2026-07-01&quot;:8.46},{&quot;2026-07-02&quot;:8.46},{&quot;2026-07-03&quot;:9.01},{&quot;2026-07-04&quot;:9.01},{&quot;2026-07-05&quot;:9.01},{&quot;2026-07-06&quot;:9.01},{&quot;2026-07-07&quot;:9.01},{&quot;2026-07-08&quot;:9.01},{&quot;2026-07-09&quot;:9.01},{&quot;2026-07-10&quot;:9.07},{&quot;2026-07-11&quot;:9.01},{&quot;2026-07-12&quot;:9.55},{&quot;2026-07-13&quot;:9.55},{&quot;2026-07-14&quot;:9.57},{&quot;2026-07-15&quot;:9.57},{&quot;2026-07-16&quot;:9.57},{&quot;2026-07-17&quot;:9.57},{&quot;2026-07-18&quot;:9.57},{&quot;2026-07-19&quot;:9.57},{&quot;2026-07-20&quot;:9.57},{&quot;2026-07-21&quot;:9.57},{&quot;2026-07-23&quot;:9.61},{&quot;2026-07-24&quot;:9.15},{&quot;2026-07-25&quot;:9.15},{&quot;2026-07-26&quot;:9.15},{&quot;2026-07-27&quot;:9.28},{&quot;2026-07-28&quot;:9.28},{&quot;2026-07-29&quot;:10.0},{&quot;2026-07-30&quot;:10.0},{&quot;2026-07-31&quot;:10.0},{&quot;2026-08-01&quot;:10.0},{&quot;2026-08-02&quot;:10.04},{&quot;2026-08-03&quot;:10.04},{&quot;2026-08-04&quot;:10.04},{&quot;2026-08-05&quot;:10.04},{&quot;2026-08-07&quot;:10.17},{&quot;2026-08-08&quot;:10.17},{&quot;2026-08-09&quot;:9.64},{&quot;2026-08-10&quot;:9.64},{&quot;2026-08-11&quot;:9.64},{&quot;2026-08-12&quot;:9.64},{&quot;2026-08-13&quot;:9.61},{&quot;2026-08-14&quot;:9.61},{&quot;2026-08-15&quot;:9.61},{&quot;2026-08-16&quot;:9.17},{&quot;2026-08-17&quot;:9.18},{&quot;2026-08-18&quot;:9.18},{&quot;2026-08-19&quot;:9.18},{&quot;2026-08-20&quot;:9.18},{&quot;2026-08-21&quot;:9.18},{&quot;2026-08-22&quot;:9.18},{&quot;2026-08-23&quot;:9.18},{&quot;2026-08-24&quot;:9.12},{&quot;2026-08-25&quot;:9.12},{&quot;2026-08-26&quot;:9.13},{&quot;2026-08-27&quot;:9.13},{&quot;2026-08-28&quot;:9.22},{&quot;2026-08-29&quot;:9.22},{&quot;2026-08-30&quot;:9.22},{&quot;2026-08-31&quot;:9.29},{&quot;2026-09-01&quot;:9.26},{&quot;2026-09-02&quot;:9.26},{&quot;2026-09-03&quot;:9.26},{&quot;2026-09-04&quot;:9.26},{&quot;2026-09-05&quot;:9.26},{&quot;2026-09-06&quot;:9.26},{&quot;2026-09-07&quot;:9.26},{&quot;2026-09-08&quot;:9.26},{&quot;2026-09-09&quot;:9.26},{&quot;2026-09-10&quot;:8.82},{&quot;2026-09-11&quot;:8.88}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.4},{&quot;2026-06-13&quot;:1.4},{&quot;2026-06-14&quot;:1.41},{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.4},{&quot;2026-06-19&quot;:1.42},{&quot;2026-06-20&quot;:1.42},{&quot;2026-06-21&quot;:1.42},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-23&quot;:1.43},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.43},{&quot;2026-06-26&quot;:1.47},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.47},{&quot;2026-06-29&quot;:1.47},{&quot;2026-06-30&quot;:1.47},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.47},{&quot;2026-07-03&quot;:1.47},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.47},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.46},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.49},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.45},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.44},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-24&quot;:1.45},{&quot;2026-07-25&quot;:1.45},{&quot;2026-07-26&quot;:1.43},{&quot;2026-07-27&quot;:1.43},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.41},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.39},{&quot;2026-08-07&quot;:1.33},{&quot;2026-08-08&quot;:1.4},{&quot;2026-08-09&quot;:1.4},{&quot;2026-08-10&quot;:1.4},{&quot;2026-08-11&quot;:1.45},{&quot;2026-08-12&quot;:1.44},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.43},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.46},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.51},{&quot;2026-08-22&quot;:1.51},{&quot;2026-08-23&quot;:1.51},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.51},{&quot;2026-08-27&quot;:1.5},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.51},{&quot;2026-08-31&quot;:1.51},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.52},{&quot;2026-09-04&quot;:1.53},{&quot;2026-09-05&quot;:1.53},{&quot;2026-09-06&quot;:1.57},{&quot;2026-09-07&quot;:1.58},{&quot;2026-09-08&quot;:1.53},{&quot;2026-09-09&quot;:1.53},{&quot;2026-09-10&quot;:1.53},{&quot;2026-09-11&quot;:1.52}]}"
        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="95831"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eoe ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.87
          </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="Godless Shrine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c542ea4-98c3-4c2d-9066-205ab7aa697a.jpg?1752947593" />

        <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">
            Godless Shrine
        </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 — Plains Swamp</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="Godless Shrine" src="https://cards.scryfall.io/large/front/8/c/8c542ea4-98c3-4c2d-9066-205ab7aa697a.jpg?1752947593" />
    </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">
                $8.87
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.36
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:10.92},{&quot;2026-06-10&quot;:10.97},{&quot;2026-06-11&quot;:10.5},{&quot;2026-06-12&quot;:10.47},{&quot;2026-06-13&quot;:10.42},{&quot;2026-06-14&quot;:10.43},{&quot;2026-06-15&quot;:10.51},{&quot;2026-06-16&quot;:10.51},{&quot;2026-06-17&quot;:10.51},{&quot;2026-06-18&quot;:10.46},{&quot;2026-06-19&quot;:10.44},{&quot;2026-06-20&quot;:10.44},{&quot;2026-06-21&quot;:10.39},{&quot;2026-06-22&quot;:10.5},{&quot;2026-06-24&quot;:10.49},{&quot;2026-06-25&quot;:10.37},{&quot;2026-06-26&quot;:10.21},{&quot;2026-06-27&quot;:10.18},{&quot;2026-06-28&quot;:10.26},{&quot;2026-06-29&quot;:10.26},{&quot;2026-06-30&quot;:10.26},{&quot;2026-07-01&quot;:10.32},{&quot;2026-07-02&quot;:10.01},{&quot;2026-07-03&quot;:9.82},{&quot;2026-07-04&quot;:9.7},{&quot;2026-07-05&quot;:9.75},{&quot;2026-07-06&quot;:9.75},{&quot;2026-07-07&quot;:9.62},{&quot;2026-07-08&quot;:9.58},{&quot;2026-07-09&quot;:9.61},{&quot;2026-07-10&quot;:9.61},{&quot;2026-07-11&quot;:9.61},{&quot;2026-07-12&quot;:9.61},{&quot;2026-07-13&quot;:9.72},{&quot;2026-07-14&quot;:9.79},{&quot;2026-07-15&quot;:9.76},{&quot;2026-07-16&quot;:9.7},{&quot;2026-07-17&quot;:9.7},{&quot;2026-07-18&quot;:9.66},{&quot;2026-07-19&quot;:9.62},{&quot;2026-07-20&quot;:9.62},{&quot;2026-07-21&quot;:9.43},{&quot;2026-07-23&quot;:9.71},{&quot;2026-07-25&quot;:9.62},{&quot;2026-07-26&quot;:9.62},{&quot;2026-07-27&quot;:9.76},{&quot;2026-07-29&quot;:9.68},{&quot;2026-07-30&quot;:9.67},{&quot;2026-07-31&quot;:9.71},{&quot;2026-08-01&quot;:9.71},{&quot;2026-08-02&quot;:9.65},{&quot;2026-08-03&quot;:9.62},{&quot;2026-08-04&quot;:9.62},{&quot;2026-08-05&quot;:9.62},{&quot;2026-08-07&quot;:9.54},{&quot;2026-08-08&quot;:9.54},{&quot;2026-08-09&quot;:9.4},{&quot;2026-08-10&quot;:9.41},{&quot;2026-08-11&quot;:9.36},{&quot;2026-08-12&quot;:9.34},{&quot;2026-08-13&quot;:9.21},{&quot;2026-08-14&quot;:9.23},{&quot;2026-08-15&quot;:9.09},{&quot;2026-08-16&quot;:9.09},{&quot;2026-08-17&quot;:9.3},{&quot;2026-08-18&quot;:9.25},{&quot;2026-08-19&quot;:9.46},{&quot;2026-08-20&quot;:9.46},{&quot;2026-08-21&quot;:9.41},{&quot;2026-08-22&quot;:9.33},{&quot;2026-08-23&quot;:9.49},{&quot;2026-08-24&quot;:9.37},{&quot;2026-08-25&quot;:9.37},{&quot;2026-08-26&quot;:9.55},{&quot;2026-08-27&quot;:9.55},{&quot;2026-08-28&quot;:9.42},{&quot;2026-08-29&quot;:9.42},{&quot;2026-08-30&quot;:9.51},{&quot;2026-08-31&quot;:9.51},{&quot;2026-09-01&quot;:9.51},{&quot;2026-09-02&quot;:9.27},{&quot;2026-09-03&quot;:9.25},{&quot;2026-09-04&quot;:9.38},{&quot;2026-09-05&quot;:9.38},{&quot;2026-09-06&quot;:9.38},{&quot;2026-09-07&quot;:9.16},{&quot;2026-09-08&quot;:9.23},{&quot;2026-09-09&quot;:9.32},{&quot;2026-09-10&quot;:9.39},{&quot;2026-09-11&quot;:9.36}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:10.24},{&quot;2026-06-10&quot;:10.0},{&quot;2026-06-11&quot;:10.0},{&quot;2026-06-12&quot;:9.93},{&quot;2026-06-13&quot;:9.31},{&quot;2026-06-14&quot;:9.8},{&quot;2026-06-15&quot;:9.79},{&quot;2026-06-16&quot;:9.44},{&quot;2026-06-17&quot;:9.9},{&quot;2026-06-18&quot;:10.03},{&quot;2026-06-19&quot;:9.87},{&quot;2026-06-20&quot;:9.72},{&quot;2026-06-21&quot;:10.62},{&quot;2026-06-22&quot;:10.53},{&quot;2026-06-24&quot;:10.9},{&quot;2026-06-25&quot;:10.98},{&quot;2026-06-26&quot;:8.86},{&quot;2026-06-27&quot;:8.77},{&quot;2026-06-28&quot;:8.4},{&quot;2026-06-29&quot;:8.55},{&quot;2026-06-30&quot;:8.61},{&quot;2026-07-01&quot;:8.81},{&quot;2026-07-02&quot;:8.74},{&quot;2026-07-03&quot;:8.6},{&quot;2026-07-04&quot;:8.73},{&quot;2026-07-05&quot;:9.21},{&quot;2026-07-06&quot;:9.7},{&quot;2026-07-07&quot;:9.35},{&quot;2026-07-08&quot;:8.86},{&quot;2026-07-09&quot;:8.75},{&quot;2026-07-10&quot;:8.87},{&quot;2026-07-11&quot;:9.45},{&quot;2026-07-12&quot;:9.16},{&quot;2026-07-13&quot;:8.17},{&quot;2026-07-14&quot;:8.54},{&quot;2026-07-15&quot;:8.79},{&quot;2026-07-16&quot;:8.75},{&quot;2026-07-17&quot;:8.89},{&quot;2026-07-18&quot;:9.15},{&quot;2026-07-19&quot;:9.29},{&quot;2026-07-20&quot;:9.14},{&quot;2026-07-21&quot;:8.81},{&quot;2026-07-23&quot;:8.79},{&quot;2026-07-25&quot;:8.54},{&quot;2026-07-26&quot;:8.36},{&quot;2026-07-27&quot;:8.51},{&quot;2026-07-29&quot;:8.76},{&quot;2026-07-30&quot;:8.76},{&quot;2026-07-31&quot;:7.96},{&quot;2026-08-01&quot;:7.91},{&quot;2026-08-02&quot;:8.17},{&quot;2026-08-03&quot;:8.41},{&quot;2026-08-04&quot;:8.28},{&quot;2026-08-05&quot;:8.11},{&quot;2026-08-07&quot;:8.25},{&quot;2026-08-08&quot;:9.04},{&quot;2026-08-09&quot;:9.33},{&quot;2026-08-10&quot;:8.8},{&quot;2026-08-11&quot;:8.56},{&quot;2026-08-12&quot;:8.49},{&quot;2026-08-13&quot;:8.42},{&quot;2026-08-14&quot;:8.27},{&quot;2026-08-15&quot;:8.24},{&quot;2026-08-16&quot;:7.67},{&quot;2026-08-17&quot;:8.36},{&quot;2026-08-18&quot;:8.71},{&quot;2026-08-19&quot;:8.37},{&quot;2026-08-20&quot;:8.37},{&quot;2026-08-21&quot;:8.01},{&quot;2026-08-22&quot;:7.93},{&quot;2026-08-23&quot;:7.78},{&quot;2026-08-24&quot;:7.98},{&quot;2026-08-25&quot;:7.98},{&quot;2026-08-26&quot;:7.93},{&quot;2026-08-27&quot;:7.87},{&quot;2026-08-28&quot;:8.04},{&quot;2026-08-29&quot;:8.04},{&quot;2026-08-30&quot;:8.48},{&quot;2026-08-31&quot;:8.89},{&quot;2026-09-01&quot;:8.89},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.41},{&quot;2026-09-04&quot;:8.24},{&quot;2026-09-05&quot;:8.12},{&quot;2026-09-06&quot;:8.11},{&quot;2026-09-07&quot;:8.23},{&quot;2026-09-08&quot;:8.22},{&quot;2026-09-09&quot;:8.36},{&quot;2026-09-10&quot;:8.55},{&quot;2026-09-11&quot;:8.87}]}"
        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="30623"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mishra&#39;s Factory" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/aff8d4f1-eaad-4afb-9097-2afab133f707.jpg?1783947791" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Mishra&#39;s Factory
        </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="Mishra&#39;s Factory" src="https://cards.scryfall.io/large/front/a/f/aff8d4f1-eaad-4afb-9097-2afab133f707.jpg?1783947791" />
    </div>

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.47},{&quot;2026-06-14&quot;:9.46},{&quot;2026-06-15&quot;:9.46},{&quot;2026-06-16&quot;:9.46},{&quot;2026-06-17&quot;:9.46},{&quot;2026-06-18&quot;:9.56},{&quot;2026-06-19&quot;:9.46},{&quot;2026-06-20&quot;:9.56},{&quot;2026-06-21&quot;:9.5},{&quot;2026-06-22&quot;:9.56},{&quot;2026-06-23&quot;:9.56},{&quot;2026-06-24&quot;:9.5},{&quot;2026-06-25&quot;:9.5},{&quot;2026-06-26&quot;:9.49},{&quot;2026-06-27&quot;:9.49},{&quot;2026-06-28&quot;:9.49},{&quot;2026-06-29&quot;:9.49},{&quot;2026-06-30&quot;:9.49},{&quot;2026-07-01&quot;:9.49},{&quot;2026-07-02&quot;:9.49},{&quot;2026-07-03&quot;:9.49},{&quot;2026-07-04&quot;:9.28},{&quot;2026-07-05&quot;:9.28},{&quot;2026-07-06&quot;:9.28},{&quot;2026-07-07&quot;:9.28},{&quot;2026-07-08&quot;:9.28},{&quot;2026-07-09&quot;:9.28},{&quot;2026-07-10&quot;:9.28},{&quot;2026-07-11&quot;:9.28},{&quot;2026-07-12&quot;:9.28},{&quot;2026-07-13&quot;:9.28},{&quot;2026-07-14&quot;:9.28},{&quot;2026-07-15&quot;:9.21},{&quot;2026-07-16&quot;:9.21},{&quot;2026-07-17&quot;:9.21},{&quot;2026-07-18&quot;:9.21},{&quot;2026-07-19&quot;:9.21},{&quot;2026-07-20&quot;:9.21},{&quot;2026-07-21&quot;:9.21},{&quot;2026-07-22&quot;:9.21},{&quot;2026-07-23&quot;:9.21},{&quot;2026-07-24&quot;:9.29},{&quot;2026-07-25&quot;:9.29},{&quot;2026-07-26&quot;:9.29},{&quot;2026-07-27&quot;:9.29},{&quot;2026-07-28&quot;:9.29},{&quot;2026-07-29&quot;:9.43},{&quot;2026-07-30&quot;:9.41},{&quot;2026-07-31&quot;:9.41},{&quot;2026-08-01&quot;:9.41},{&quot;2026-08-02&quot;:9.41},{&quot;2026-08-03&quot;:9.41},{&quot;2026-08-04&quot;:9.41},{&quot;2026-08-05&quot;:9.41},{&quot;2026-08-07&quot;:9.38},{&quot;2026-08-08&quot;:9.38},{&quot;2026-08-09&quot;:9.38},{&quot;2026-08-10&quot;:9.38},{&quot;2026-08-11&quot;:9.38},{&quot;2026-08-12&quot;:9.34},{&quot;2026-08-13&quot;:9.34},{&quot;2026-08-14&quot;:9.34},{&quot;2026-08-15&quot;:8.79},{&quot;2026-08-16&quot;:8.79},{&quot;2026-08-17&quot;:8.79},{&quot;2026-08-18&quot;:8.78},{&quot;2026-08-19&quot;:8.78},{&quot;2026-08-20&quot;:8.79},{&quot;2026-08-21&quot;:8.79},{&quot;2026-08-22&quot;:8.79},{&quot;2026-08-23&quot;:8.79},{&quot;2026-08-24&quot;:8.72},{&quot;2026-08-25&quot;:8.72},{&quot;2026-08-26&quot;:8.72},{&quot;2026-08-27&quot;:8.72},{&quot;2026-08-28&quot;:8.72},{&quot;2026-08-29&quot;:8.72},{&quot;2026-08-30&quot;:8.72},{&quot;2026-08-31&quot;:8.72},{&quot;2026-09-01&quot;:8.72},{&quot;2026-09-02&quot;:8.74},{&quot;2026-09-03&quot;:8.74},{&quot;2026-09-04&quot;:8.74},{&quot;2026-09-05&quot;:8.74},{&quot;2026-09-06&quot;:8.74},{&quot;2026-09-07&quot;:8.74},{&quot;2026-09-08&quot;:8.81},{&quot;2026-09-09&quot;:8.81},{&quot;2026-09-10&quot;:8.79},{&quot;2026-09-11&quot;:8.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75579"
  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">
            Kindred 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-50 text-badge-text">
              ↑
              8%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kindred Discovery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d264ad1-10a3-41ba-9740-48f2c07a0ec3.jpg?1783913885" />

        <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">
            Kindred Discovery
        </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-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="Kindred Discovery" src="https://cards.scryfall.io/large/front/8/d/8d264ad1-10a3-41ba-9740-48f2c07a0ec3.jpg?1783913885" />
    </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">
                $8.79
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:14.26},{&quot;2026-06-12&quot;:14.29},{&quot;2026-06-13&quot;:14.34},{&quot;2026-06-14&quot;:14.32},{&quot;2026-06-15&quot;:14.28},{&quot;2026-06-16&quot;:14.56},{&quot;2026-06-17&quot;:14.62},{&quot;2026-06-18&quot;:14.35},{&quot;2026-06-19&quot;:14.62},{&quot;2026-06-20&quot;:14.77},{&quot;2026-06-21&quot;:14.85},{&quot;2026-06-22&quot;:15.06},{&quot;2026-06-23&quot;:14.82},{&quot;2026-06-24&quot;:14.82},{&quot;2026-06-25&quot;:14.82},{&quot;2026-06-26&quot;:14.81},{&quot;2026-06-27&quot;:14.79},{&quot;2026-06-28&quot;:14.79},{&quot;2026-06-29&quot;:15.08},{&quot;2026-06-30&quot;:14.89},{&quot;2026-07-01&quot;:14.89},{&quot;2026-07-02&quot;:14.93},{&quot;2026-07-03&quot;:14.96},{&quot;2026-07-04&quot;:14.67},{&quot;2026-07-05&quot;:14.67},{&quot;2026-07-06&quot;:14.53},{&quot;2026-07-07&quot;:14.32},{&quot;2026-07-08&quot;:14.32},{&quot;2026-07-09&quot;:14.32},{&quot;2026-07-10&quot;:14.28},{&quot;2026-07-11&quot;:14.38},{&quot;2026-07-12&quot;:14.28},{&quot;2026-07-13&quot;:14.15},{&quot;2026-07-14&quot;:13.97},{&quot;2026-07-15&quot;:13.73},{&quot;2026-07-16&quot;:13.68},{&quot;2026-07-17&quot;:13.61},{&quot;2026-07-18&quot;:13.66},{&quot;2026-07-19&quot;:13.78},{&quot;2026-07-20&quot;:13.89},{&quot;2026-07-21&quot;:13.28},{&quot;2026-07-23&quot;:13.28},{&quot;2026-07-25&quot;:13.11},{&quot;2026-07-26&quot;:13.19},{&quot;2026-07-27&quot;:13.15},{&quot;2026-07-28&quot;:13.17},{&quot;2026-07-29&quot;:12.76},{&quot;2026-07-30&quot;:12.52},{&quot;2026-07-31&quot;:12.63},{&quot;2026-08-01&quot;:12.42},{&quot;2026-08-02&quot;:12.53},{&quot;2026-08-03&quot;:12.6},{&quot;2026-08-04&quot;:12.73},{&quot;2026-08-05&quot;:12.73},{&quot;2026-08-07&quot;:12.49},{&quot;2026-08-08&quot;:12.23},{&quot;2026-08-09&quot;:12.09},{&quot;2026-08-10&quot;:12.07},{&quot;2026-08-11&quot;:12.07},{&quot;2026-08-12&quot;:11.72},{&quot;2026-08-13&quot;:11.26},{&quot;2026-08-14&quot;:11.01},{&quot;2026-08-15&quot;:10.57},{&quot;2026-08-16&quot;:10.46},{&quot;2026-08-17&quot;:10.45},{&quot;2026-08-18&quot;:10.61},{&quot;2026-08-19&quot;:10.84},{&quot;2026-08-20&quot;:10.84},{&quot;2026-08-21&quot;:10.76},{&quot;2026-08-22&quot;:10.28},{&quot;2026-08-23&quot;:10.45},{&quot;2026-08-24&quot;:10.54},{&quot;2026-08-25&quot;:10.54},{&quot;2026-08-26&quot;:10.87},{&quot;2026-08-27&quot;:10.89},{&quot;2026-08-28&quot;:10.91},{&quot;2026-08-29&quot;:10.91},{&quot;2026-08-30&quot;:10.15},{&quot;2026-08-31&quot;:10.05},{&quot;2026-09-01&quot;:10.05},{&quot;2026-09-02&quot;:9.16},{&quot;2026-09-03&quot;:8.98},{&quot;2026-09-04&quot;:8.37},{&quot;2026-09-05&quot;:8.12},{&quot;2026-09-06&quot;:8.05},{&quot;2026-09-07&quot;:8.53},{&quot;2026-09-08&quot;:8.79},{&quot;2026-09-09&quot;:8.75},{&quot;2026-09-10&quot;:8.75},{&quot;2026-09-11&quot;:8.79}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="77628"
  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-eld 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">
            Ayara, First of Locthwain
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ayara, First of Locthwain" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/d/ed0ace28-9a33-4f0d-b8c8-f5517f20ccf1.jpg?1783932644" />

        <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">
            Ayara, First of 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">Legendary Creature — Elf Noble</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-b'></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="Ayara, First of Locthwain" src="https://cards.scryfall.io/large/front/e/d/ed0ace28-9a33-4f0d-b8c8-f5517f20ccf1.jpg?1783932644" />
    </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">
                $8.77
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $10.54
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:10.36},{&quot;2026-06-11&quot;:10.36},{&quot;2026-06-12&quot;:10.46},{&quot;2026-06-13&quot;:10.46},{&quot;2026-06-14&quot;:10.46},{&quot;2026-06-15&quot;:10.46},{&quot;2026-06-16&quot;:10.46},{&quot;2026-06-17&quot;:10.46},{&quot;2026-06-18&quot;:10.38},{&quot;2026-06-19&quot;:10.38},{&quot;2026-06-20&quot;:10.38},{&quot;2026-06-21&quot;:10.38},{&quot;2026-06-22&quot;:10.38},{&quot;2026-06-23&quot;:10.46},{&quot;2026-06-24&quot;:10.46},{&quot;2026-06-25&quot;:10.46},{&quot;2026-06-26&quot;:10.46},{&quot;2026-06-27&quot;:10.65},{&quot;2026-06-28&quot;:10.65},{&quot;2026-06-29&quot;:10.8},{&quot;2026-06-30&quot;:10.8},{&quot;2026-07-01&quot;:10.65},{&quot;2026-07-02&quot;:10.65},{&quot;2026-07-03&quot;:10.65},{&quot;2026-07-04&quot;:10.65},{&quot;2026-07-05&quot;:10.65},{&quot;2026-07-06&quot;:10.65},{&quot;2026-07-07&quot;:10.65},{&quot;2026-07-08&quot;:10.63},{&quot;2026-07-09&quot;:10.63},{&quot;2026-07-10&quot;:10.63},{&quot;2026-07-11&quot;:10.63},{&quot;2026-07-12&quot;:10.63},{&quot;2026-07-13&quot;:10.63},{&quot;2026-07-14&quot;:10.63},{&quot;2026-07-15&quot;:10.63},{&quot;2026-07-16&quot;:10.63},{&quot;2026-07-17&quot;:10.63},{&quot;2026-07-18&quot;:10.63},{&quot;2026-07-19&quot;:10.63},{&quot;2026-07-20&quot;:10.63},{&quot;2026-07-21&quot;:10.82},{&quot;2026-07-23&quot;:10.82},{&quot;2026-07-25&quot;:10.82},{&quot;2026-07-26&quot;:10.82},{&quot;2026-07-27&quot;:10.82},{&quot;2026-07-29&quot;:10.82},{&quot;2026-07-30&quot;:10.82},{&quot;2026-07-31&quot;:10.73},{&quot;2026-08-01&quot;:10.73},{&quot;2026-08-02&quot;:10.73},{&quot;2026-08-03&quot;:10.73},{&quot;2026-08-04&quot;:10.73},{&quot;2026-08-05&quot;:10.93},{&quot;2026-08-07&quot;:10.93},{&quot;2026-08-08&quot;:10.93},{&quot;2026-08-09&quot;:10.93},{&quot;2026-08-10&quot;:10.93},{&quot;2026-08-11&quot;:10.93},{&quot;2026-08-12&quot;:10.93},{&quot;2026-08-13&quot;:10.93},{&quot;2026-08-14&quot;:10.93},{&quot;2026-08-15&quot;:10.93},{&quot;2026-08-16&quot;:10.93},{&quot;2026-08-17&quot;:11.0},{&quot;2026-08-18&quot;:11.0},{&quot;2026-08-19&quot;:11.0},{&quot;2026-08-20&quot;:11.0},{&quot;2026-08-21&quot;:10.95},{&quot;2026-08-22&quot;:10.91},{&quot;2026-08-23&quot;:10.91},{&quot;2026-08-24&quot;:10.92},{&quot;2026-08-25&quot;:10.92},{&quot;2026-08-26&quot;:10.92},{&quot;2026-08-27&quot;:10.92},{&quot;2026-08-28&quot;:10.92},{&quot;2026-08-29&quot;:10.92},{&quot;2026-08-30&quot;:10.82},{&quot;2026-08-31&quot;:10.82},{&quot;2026-09-01&quot;:10.82},{&quot;2026-09-02&quot;:10.82},{&quot;2026-09-03&quot;:10.82},{&quot;2026-09-04&quot;:10.82},{&quot;2026-09-05&quot;:10.82},{&quot;2026-09-06&quot;:10.82},{&quot;2026-09-07&quot;:10.82},{&quot;2026-09-08&quot;:10.82},{&quot;2026-09-09&quot;:10.72},{&quot;2026-09-10&quot;:10.72},{&quot;2026-09-11&quot;:10.54}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:10.12},{&quot;2026-06-11&quot;:10.11},{&quot;2026-06-12&quot;:10.31},{&quot;2026-06-13&quot;:10.39},{&quot;2026-06-14&quot;:10.39},{&quot;2026-06-15&quot;:10.39},{&quot;2026-06-16&quot;:10.54},{&quot;2026-06-17&quot;:10.54},{&quot;2026-06-18&quot;:10.29},{&quot;2026-06-19&quot;:10.03},{&quot;2026-06-20&quot;:10.0},{&quot;2026-06-21&quot;:9.96},{&quot;2026-06-22&quot;:10.01},{&quot;2026-06-23&quot;:9.89},{&quot;2026-06-24&quot;:9.89},{&quot;2026-06-25&quot;:9.64},{&quot;2026-06-26&quot;:9.63},{&quot;2026-06-27&quot;:9.42},{&quot;2026-06-28&quot;:9.29},{&quot;2026-06-29&quot;:9.18},{&quot;2026-06-30&quot;:9.12},{&quot;2026-07-01&quot;:9.1},{&quot;2026-07-02&quot;:9.04},{&quot;2026-07-03&quot;:8.8},{&quot;2026-07-04&quot;:8.35},{&quot;2026-07-05&quot;:8.27},{&quot;2026-07-06&quot;:8.05},{&quot;2026-07-07&quot;:8.17},{&quot;2026-07-08&quot;:8.15},{&quot;2026-07-09&quot;:8.36},{&quot;2026-07-10&quot;:8.41},{&quot;2026-07-11&quot;:8.47},{&quot;2026-07-12&quot;:8.42},{&quot;2026-07-13&quot;:8.41},{&quot;2026-07-14&quot;:8.56},{&quot;2026-07-15&quot;:8.56},{&quot;2026-07-16&quot;:8.48},{&quot;2026-07-17&quot;:8.93},{&quot;2026-07-18&quot;:8.89},{&quot;2026-07-19&quot;:8.99},{&quot;2026-07-20&quot;:9.2},{&quot;2026-07-21&quot;:9.2},{&quot;2026-07-23&quot;:8.54},{&quot;2026-07-25&quot;:8.25},{&quot;2026-07-26&quot;:8.26},{&quot;2026-07-27&quot;:8.28},{&quot;2026-07-29&quot;:8.28},{&quot;2026-07-30&quot;:8.29},{&quot;2026-07-31&quot;:8.08},{&quot;2026-08-01&quot;:8.06},{&quot;2026-08-02&quot;:8.1},{&quot;2026-08-03&quot;:8.14},{&quot;2026-08-04&quot;:8.15},{&quot;2026-08-05&quot;:8.16},{&quot;2026-08-07&quot;:8.38},{&quot;2026-08-08&quot;:8.4},{&quot;2026-08-09&quot;:8.4},{&quot;2026-08-10&quot;:8.31},{&quot;2026-08-11&quot;:8.3},{&quot;2026-08-12&quot;:8.37},{&quot;2026-08-13&quot;:8.4},{&quot;2026-08-14&quot;:8.24},{&quot;2026-08-15&quot;:8.21},{&quot;2026-08-16&quot;:8.14},{&quot;2026-08-17&quot;:7.9},{&quot;2026-08-18&quot;:7.98},{&quot;2026-08-19&quot;:7.98},{&quot;2026-08-20&quot;:7.98},{&quot;2026-08-21&quot;:7.83},{&quot;2026-08-22&quot;:7.64},{&quot;2026-08-23&quot;:7.79},{&quot;2026-08-24&quot;:7.91},{&quot;2026-08-25&quot;:7.91},{&quot;2026-08-26&quot;:7.85},{&quot;2026-08-27&quot;:7.95},{&quot;2026-08-28&quot;:7.95},{&quot;2026-08-29&quot;:7.95},{&quot;2026-08-30&quot;:7.97},{&quot;2026-08-31&quot;:7.62},{&quot;2026-09-01&quot;:7.62},{&quot;2026-09-02&quot;:7.49},{&quot;2026-09-03&quot;:7.5},{&quot;2026-09-04&quot;:7.69},{&quot;2026-09-05&quot;:7.67},{&quot;2026-09-06&quot;:8.08},{&quot;2026-09-07&quot;:8.38},{&quot;2026-09-08&quot;:8.63},{&quot;2026-09-09&quot;:8.69},{&quot;2026-09-10&quot;:8.97},{&quot;2026-09-11&quot;:8.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92383"
  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">
            Forgotten Ancient
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Forgotten Ancient" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/696cada3-0ca6-4161-8276-08471e1f9d98.jpg?1783907943" />

        <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">
            Forgotten Ancient
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Forgotten Ancient" src="https://cards.scryfall.io/large/front/6/9/696cada3-0ca6-4161-8276-08471e1f9d98.jpg?1783907943" />
    </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">
                $8.72
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:8.31},{&quot;2026-06-10&quot;:8.28},{&quot;2026-06-11&quot;:8.3},{&quot;2026-06-12&quot;:8.34},{&quot;2026-06-13&quot;:8.35},{&quot;2026-06-14&quot;:8.35},{&quot;2026-06-15&quot;:8.28},{&quot;2026-06-16&quot;:8.28},{&quot;2026-06-17&quot;:8.35},{&quot;2026-06-18&quot;:8.35},{&quot;2026-06-19&quot;:8.35},{&quot;2026-06-20&quot;:8.42},{&quot;2026-06-21&quot;:8.42},{&quot;2026-06-22&quot;:8.49},{&quot;2026-06-24&quot;:8.53},{&quot;2026-06-25&quot;:8.53},{&quot;2026-06-26&quot;:8.53},{&quot;2026-06-27&quot;:8.45},{&quot;2026-06-28&quot;:8.61},{&quot;2026-06-29&quot;:8.61},{&quot;2026-06-30&quot;:8.69},{&quot;2026-07-01&quot;:8.69},{&quot;2026-07-02&quot;:8.67},{&quot;2026-07-03&quot;:8.66},{&quot;2026-07-04&quot;:8.66},{&quot;2026-07-05&quot;:8.66},{&quot;2026-07-06&quot;:8.73},{&quot;2026-07-07&quot;:8.77},{&quot;2026-07-08&quot;:8.77},{&quot;2026-07-09&quot;:8.96},{&quot;2026-07-10&quot;:9.07},{&quot;2026-07-11&quot;:9.19},{&quot;2026-07-12&quot;:9.12},{&quot;2026-07-13&quot;:9.12},{&quot;2026-07-14&quot;:8.79},{&quot;2026-07-15&quot;:8.8},{&quot;2026-07-16&quot;:8.8},{&quot;2026-07-17&quot;:8.8},{&quot;2026-07-18&quot;:8.81},{&quot;2026-07-19&quot;:8.87},{&quot;2026-07-20&quot;:8.87},{&quot;2026-07-21&quot;:8.77},{&quot;2026-07-23&quot;:8.71},{&quot;2026-07-25&quot;:8.72},{&quot;2026-07-26&quot;:8.65},{&quot;2026-07-27&quot;:8.65},{&quot;2026-07-29&quot;:8.83},{&quot;2026-07-30&quot;:8.83},{&quot;2026-07-31&quot;:8.75},{&quot;2026-08-01&quot;:8.75},{&quot;2026-08-02&quot;:8.5},{&quot;2026-08-03&quot;:8.5},{&quot;2026-08-04&quot;:8.5},{&quot;2026-08-05&quot;:8.75},{&quot;2026-08-07&quot;:8.71},{&quot;2026-08-08&quot;:8.71},{&quot;2026-08-09&quot;:8.51},{&quot;2026-08-10&quot;:8.51},{&quot;2026-08-11&quot;:8.52},{&quot;2026-08-12&quot;:8.52},{&quot;2026-08-13&quot;:8.64},{&quot;2026-08-14&quot;:8.73},{&quot;2026-08-15&quot;:8.79},{&quot;2026-08-16&quot;:8.79},{&quot;2026-08-17&quot;:8.6},{&quot;2026-08-18&quot;:8.6},{&quot;2026-08-19&quot;:8.7},{&quot;2026-08-20&quot;:8.7},{&quot;2026-08-21&quot;:8.6},{&quot;2026-08-22&quot;:8.6},{&quot;2026-08-23&quot;:8.71},{&quot;2026-08-24&quot;:8.69},{&quot;2026-08-25&quot;:8.69},{&quot;2026-08-26&quot;:8.76},{&quot;2026-08-27&quot;:8.75},{&quot;2026-08-28&quot;:8.87},{&quot;2026-08-29&quot;:8.87},{&quot;2026-08-30&quot;:8.92},{&quot;2026-08-31&quot;:8.92},{&quot;2026-09-01&quot;:8.92},{&quot;2026-09-02&quot;:8.92},{&quot;2026-09-03&quot;:8.91},{&quot;2026-09-04&quot;:8.91},{&quot;2026-09-05&quot;:8.94},{&quot;2026-09-06&quot;:8.91},{&quot;2026-09-07&quot;:8.91},{&quot;2026-09-08&quot;:8.79},{&quot;2026-09-09&quot;:8.78},{&quot;2026-09-10&quot;:8.78},{&quot;2026-09-11&quot;:8.72}],&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="28762"
  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">
            Banner of Kinship
        </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">
              ↑
              4%
            </span>

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

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

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

        <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">
            Banner of Kinship
        </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-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="Banner of Kinship" src="https://cards.scryfall.io/large/front/a/1/a14c16c0-4053-46b0-8fa6-be8b4a7a1c8a.jpg?1783909089" />
    </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">
                $8.70
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.61
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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.88},{&quot;2026-06-15&quot;:5.74},{&quot;2026-06-16&quot;:5.74},{&quot;2026-06-17&quot;:5.81},{&quot;2026-06-18&quot;:5.9},{&quot;2026-06-19&quot;:5.94},{&quot;2026-06-20&quot;:5.8},{&quot;2026-06-21&quot;:5.8},{&quot;2026-06-22&quot;:5.76},{&quot;2026-06-23&quot;:5.59},{&quot;2026-06-24&quot;:5.62},{&quot;2026-06-25&quot;:5.62},{&quot;2026-06-26&quot;:5.39},{&quot;2026-06-27&quot;:5.33},{&quot;2026-06-28&quot;:5.52},{&quot;2026-06-29&quot;:5.67},{&quot;2026-06-30&quot;:5.59},{&quot;2026-07-01&quot;:5.75},{&quot;2026-07-02&quot;:5.84},{&quot;2026-07-03&quot;:5.78},{&quot;2026-07-04&quot;:5.86},{&quot;2026-07-05&quot;:5.8},{&quot;2026-07-06&quot;:5.87},{&quot;2026-07-07&quot;:6.01},{&quot;2026-07-08&quot;:6.12},{&quot;2026-07-09&quot;:6.19},{&quot;2026-07-10&quot;:6.19},{&quot;2026-07-11&quot;:6.17},{&quot;2026-07-12&quot;:6.35},{&quot;2026-07-13&quot;:6.3},{&quot;2026-07-14&quot;:6.39},{&quot;2026-07-15&quot;:6.94},{&quot;2026-07-16&quot;:7.33},{&quot;2026-07-17&quot;:7.41},{&quot;2026-07-18&quot;:7.38},{&quot;2026-07-19&quot;:7.36},{&quot;2026-07-20&quot;:7.69},{&quot;2026-07-21&quot;:7.69},{&quot;2026-07-22&quot;:7.85},{&quot;2026-07-23&quot;:7.86},{&quot;2026-07-24&quot;:7.87},{&quot;2026-07-25&quot;:7.82},{&quot;2026-07-26&quot;:8.09},{&quot;2026-07-27&quot;:8.01},{&quot;2026-07-28&quot;:8.14},{&quot;2026-07-29&quot;:8.23},{&quot;2026-07-30&quot;:8.17},{&quot;2026-07-31&quot;:8.14},{&quot;2026-08-01&quot;:8.17},{&quot;2026-08-02&quot;:8.24},{&quot;2026-08-03&quot;:7.85},{&quot;2026-08-04&quot;:7.84},{&quot;2026-08-05&quot;:7.96},{&quot;2026-08-07&quot;:8.01},{&quot;2026-08-08&quot;:8.09},{&quot;2026-08-09&quot;:8.09},{&quot;2026-08-10&quot;:8.09},{&quot;2026-08-11&quot;:8.15},{&quot;2026-08-12&quot;:7.82},{&quot;2026-08-13&quot;:7.91},{&quot;2026-08-14&quot;:7.93},{&quot;2026-08-15&quot;:7.97},{&quot;2026-08-16&quot;:7.93},{&quot;2026-08-17&quot;:8.12},{&quot;2026-08-18&quot;:8.03},{&quot;2026-08-19&quot;:7.68},{&quot;2026-08-20&quot;:7.65},{&quot;2026-08-21&quot;:7.61},{&quot;2026-08-22&quot;:7.71},{&quot;2026-08-23&quot;:7.95},{&quot;2026-08-24&quot;:8.04},{&quot;2026-08-25&quot;:8.17},{&quot;2026-08-26&quot;:8.2},{&quot;2026-08-27&quot;:8.28},{&quot;2026-08-28&quot;:8.7},{&quot;2026-08-29&quot;:8.7},{&quot;2026-08-30&quot;:8.67},{&quot;2026-08-31&quot;:8.67},{&quot;2026-09-01&quot;:8.68},{&quot;2026-09-02&quot;:8.68},{&quot;2026-09-03&quot;:8.68},{&quot;2026-09-04&quot;:8.68},{&quot;2026-09-05&quot;:8.26},{&quot;2026-09-06&quot;:8.38},{&quot;2026-09-07&quot;:8.31},{&quot;2026-09-08&quot;:8.4},{&quot;2026-09-09&quot;:8.3},{&quot;2026-09-10&quot;:8.3},{&quot;2026-09-11&quot;:8.61}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.61},{&quot;2026-06-14&quot;:5.62},{&quot;2026-06-15&quot;:5.75},{&quot;2026-06-16&quot;:5.67},{&quot;2026-06-17&quot;:5.46},{&quot;2026-06-18&quot;:5.16},{&quot;2026-06-19&quot;:5.38},{&quot;2026-06-20&quot;:5.43},{&quot;2026-06-21&quot;:5.36},{&quot;2026-06-22&quot;:5.27},{&quot;2026-06-23&quot;:5.58},{&quot;2026-06-24&quot;:5.53},{&quot;2026-06-25&quot;:5.58},{&quot;2026-06-26&quot;:5.33},{&quot;2026-06-27&quot;:5.58},{&quot;2026-06-28&quot;:5.5},{&quot;2026-06-29&quot;:5.17},{&quot;2026-06-30&quot;:5.52},{&quot;2026-07-01&quot;:5.6},{&quot;2026-07-02&quot;:5.7},{&quot;2026-07-03&quot;:5.64},{&quot;2026-07-04&quot;:5.59},{&quot;2026-07-05&quot;:5.68},{&quot;2026-07-06&quot;:6.08},{&quot;2026-07-07&quot;:5.98},{&quot;2026-07-08&quot;:5.89},{&quot;2026-07-09&quot;:5.9},{&quot;2026-07-10&quot;:5.57},{&quot;2026-07-11&quot;:5.79},{&quot;2026-07-12&quot;:7.22},{&quot;2026-07-13&quot;:7.28},{&quot;2026-07-14&quot;:7.16},{&quot;2026-07-15&quot;:6.99},{&quot;2026-07-16&quot;:7.11},{&quot;2026-07-17&quot;:7.02},{&quot;2026-07-18&quot;:6.53},{&quot;2026-07-19&quot;:6.05},{&quot;2026-07-20&quot;:6.85},{&quot;2026-07-21&quot;:6.84},{&quot;2026-07-22&quot;:6.62},{&quot;2026-07-23&quot;:6.56},{&quot;2026-07-24&quot;:6.73},{&quot;2026-07-25&quot;:6.81},{&quot;2026-07-26&quot;:6.96},{&quot;2026-07-27&quot;:7.43},{&quot;2026-07-28&quot;:7.59},{&quot;2026-07-29&quot;:7.83},{&quot;2026-07-30&quot;:8.0},{&quot;2026-07-31&quot;:7.85},{&quot;2026-08-01&quot;:7.67},{&quot;2026-08-02&quot;:7.62},{&quot;2026-08-03&quot;:7.69},{&quot;2026-08-04&quot;:7.58},{&quot;2026-08-05&quot;:7.79},{&quot;2026-08-07&quot;:7.83},{&quot;2026-08-08&quot;:7.69},{&quot;2026-08-09&quot;:7.6},{&quot;2026-08-10&quot;:7.85},{&quot;2026-08-11&quot;:8.22},{&quot;2026-08-12&quot;:7.97},{&quot;2026-08-13&quot;:7.98},{&quot;2026-08-14&quot;:7.9},{&quot;2026-08-15&quot;:7.29},{&quot;2026-08-16&quot;:7.15},{&quot;2026-08-17&quot;:7.1},{&quot;2026-08-18&quot;:7.29},{&quot;2026-08-19&quot;:7.56},{&quot;2026-08-20&quot;:7.62},{&quot;2026-08-21&quot;:7.89},{&quot;2026-08-22&quot;:7.79},{&quot;2026-08-23&quot;:7.99},{&quot;2026-08-24&quot;:8.17},{&quot;2026-08-25&quot;:8.3},{&quot;2026-08-26&quot;:8.17},{&quot;2026-08-27&quot;:8.51},{&quot;2026-08-28&quot;:8.64},{&quot;2026-08-29&quot;:8.64},{&quot;2026-08-30&quot;:7.98},{&quot;2026-08-31&quot;:8.25},{&quot;2026-09-01&quot;:8.92},{&quot;2026-09-02&quot;:9.26},{&quot;2026-09-03&quot;:9.37},{&quot;2026-09-04&quot;:8.67},{&quot;2026-09-05&quot;:8.34},{&quot;2026-09-06&quot;:8.14},{&quot;2026-09-07&quot;:8.35},{&quot;2026-09-08&quot;:8.56},{&quot;2026-09-09&quot;:8.53},{&quot;2026-09-10&quot;:8.45},{&quot;2026-09-11&quot;:8.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53452"
  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">
            Imposter Mech
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Imposter Mech" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/5/e544d75c-d4ce-4c15-a71c-1282b3c54f81.jpg?1783923979" />

        <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">
            Imposter Mech
        </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 — Vehicle</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Imposter Mech" src="https://cards.scryfall.io/large/front/e/5/e544d75c-d4ce-4c15-a71c-1282b3c54f81.jpg?1783923979" />
    </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">
                $8.68
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $6.24</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.24},{&quot;2026-06-14&quot;:8.31},{&quot;2026-06-15&quot;:8.31},{&quot;2026-06-16&quot;:8.31},{&quot;2026-06-17&quot;:8.15},{&quot;2026-06-18&quot;:8.05},{&quot;2026-06-19&quot;:7.92},{&quot;2026-06-20&quot;:7.92},{&quot;2026-06-21&quot;:7.92},{&quot;2026-06-22&quot;:7.91},{&quot;2026-06-23&quot;:7.99},{&quot;2026-06-24&quot;:7.94},{&quot;2026-06-25&quot;:7.94},{&quot;2026-06-26&quot;:7.9},{&quot;2026-06-27&quot;:7.83},{&quot;2026-06-28&quot;:7.83},{&quot;2026-06-29&quot;:7.75},{&quot;2026-06-30&quot;:7.58},{&quot;2026-07-01&quot;:7.42},{&quot;2026-07-02&quot;:7.41},{&quot;2026-07-03&quot;:7.45},{&quot;2026-07-04&quot;:7.37},{&quot;2026-07-05&quot;:7.26},{&quot;2026-07-06&quot;:7.14},{&quot;2026-07-07&quot;:7.14},{&quot;2026-07-08&quot;:7.13},{&quot;2026-07-09&quot;:7.08},{&quot;2026-07-10&quot;:7.08},{&quot;2026-07-11&quot;:7.18},{&quot;2026-07-12&quot;:7.24},{&quot;2026-07-13&quot;:7.34},{&quot;2026-07-14&quot;:7.38},{&quot;2026-07-15&quot;:7.38},{&quot;2026-07-16&quot;:7.48},{&quot;2026-07-17&quot;:7.55},{&quot;2026-07-18&quot;:7.57},{&quot;2026-07-19&quot;:7.56},{&quot;2026-07-20&quot;:7.56},{&quot;2026-07-21&quot;:7.6},{&quot;2026-07-22&quot;:7.61},{&quot;2026-07-23&quot;:7.65},{&quot;2026-07-24&quot;:7.6},{&quot;2026-07-25&quot;:7.64},{&quot;2026-07-26&quot;:7.66},{&quot;2026-07-27&quot;:7.66},{&quot;2026-07-28&quot;:7.75},{&quot;2026-07-29&quot;:7.75},{&quot;2026-07-30&quot;:7.78},{&quot;2026-07-31&quot;:7.71},{&quot;2026-08-01&quot;:7.69},{&quot;2026-08-02&quot;:7.74},{&quot;2026-08-03&quot;:7.75},{&quot;2026-08-04&quot;:7.77},{&quot;2026-08-05&quot;:7.77},{&quot;2026-08-07&quot;:7.92},{&quot;2026-08-08&quot;:7.92},{&quot;2026-08-09&quot;:7.92},{&quot;2026-08-10&quot;:8.08},{&quot;2026-08-11&quot;:8.08},{&quot;2026-08-12&quot;:8.23},{&quot;2026-08-13&quot;:8.23},{&quot;2026-08-14&quot;:8.23},{&quot;2026-08-15&quot;:8.09},{&quot;2026-08-16&quot;:8.08},{&quot;2026-08-17&quot;:7.89},{&quot;2026-08-18&quot;:8.14},{&quot;2026-08-19&quot;:8.1},{&quot;2026-08-20&quot;:8.04},{&quot;2026-08-21&quot;:8.12},{&quot;2026-08-22&quot;:8.02},{&quot;2026-08-23&quot;:8.25},{&quot;2026-08-24&quot;:8.15},{&quot;2026-08-25&quot;:8.15},{&quot;2026-08-26&quot;:8.15},{&quot;2026-08-27&quot;:8.24},{&quot;2026-08-28&quot;:8.16},{&quot;2026-08-29&quot;:8.16},{&quot;2026-08-30&quot;:8.4},{&quot;2026-08-31&quot;:8.55},{&quot;2026-09-01&quot;:8.76},{&quot;2026-09-02&quot;:8.7},{&quot;2026-09-03&quot;:8.7},{&quot;2026-09-04&quot;:8.7},{&quot;2026-09-05&quot;:8.72},{&quot;2026-09-06&quot;:8.69},{&quot;2026-09-07&quot;:8.59},{&quot;2026-09-08&quot;:8.63},{&quot;2026-09-09&quot;:8.53},{&quot;2026-09-10&quot;:8.53},{&quot;2026-09-11&quot;:8.68}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12444"
  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">
            Undergrowth Stadium
        </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="text-sm font-medium text-nine-white">
            $8.65
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Undergrowth Stadium
        </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="Undergrowth Stadium" src="https://cards.scryfall.io/large/front/d/f/df64c9cf-17de-44f3-831d-ba09661f2308.jpg?1783928737" />
    </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">
                $6.42
              </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">
                $8.65
              </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">$6.50</span>
              <span class="text-xs text-grey-text">Credit: $8.45</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;:9.18},{&quot;2026-06-10&quot;:9.18},{&quot;2026-06-11&quot;:9.18},{&quot;2026-06-12&quot;:9.18},{&quot;2026-06-13&quot;:9.18},{&quot;2026-06-14&quot;:9.18},{&quot;2026-06-15&quot;:9.18},{&quot;2026-06-16&quot;:9.18},{&quot;2026-06-17&quot;:9.18},{&quot;2026-06-18&quot;:9.18},{&quot;2026-06-19&quot;:9.2},{&quot;2026-06-20&quot;:9.2},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.2},{&quot;2026-06-24&quot;:9.2},{&quot;2026-06-25&quot;:9.2},{&quot;2026-06-26&quot;:9.19},{&quot;2026-06-27&quot;:9.19},{&quot;2026-06-28&quot;:9.19},{&quot;2026-06-29&quot;:9.19},{&quot;2026-06-30&quot;:9.19},{&quot;2026-07-01&quot;:9.19},{&quot;2026-07-02&quot;:9.19},{&quot;2026-07-03&quot;:9.19},{&quot;2026-07-04&quot;:9.19},{&quot;2026-07-05&quot;:9.19},{&quot;2026-07-06&quot;:9.19},{&quot;2026-07-07&quot;:9.19},{&quot;2026-07-08&quot;:9.19},{&quot;2026-07-09&quot;:9.19},{&quot;2026-07-10&quot;:9.2},{&quot;2026-07-11&quot;:9.2},{&quot;2026-07-12&quot;:9.2},{&quot;2026-07-13&quot;:9.2},{&quot;2026-07-14&quot;:9.2},{&quot;2026-07-15&quot;:9.2},{&quot;2026-07-16&quot;:9.2},{&quot;2026-07-17&quot;:9.2},{&quot;2026-07-18&quot;:9.2},{&quot;2026-07-19&quot;:9.2},{&quot;2026-07-20&quot;:9.2},{&quot;2026-07-21&quot;:9.03},{&quot;2026-07-23&quot;:9.03},{&quot;2026-07-25&quot;:9.03},{&quot;2026-07-26&quot;:8.96},{&quot;2026-07-27&quot;:8.96},{&quot;2026-07-29&quot;:8.94},{&quot;2026-07-30&quot;:8.85},{&quot;2026-07-31&quot;:8.85},{&quot;2026-08-01&quot;:8.85},{&quot;2026-08-02&quot;:8.85},{&quot;2026-08-03&quot;:8.75},{&quot;2026-08-04&quot;:8.75},{&quot;2026-08-05&quot;:8.75},{&quot;2026-08-07&quot;:8.75},{&quot;2026-08-08&quot;:8.75},{&quot;2026-08-09&quot;:8.75},{&quot;2026-08-10&quot;:8.75},{&quot;2026-08-11&quot;:8.68},{&quot;2026-08-12&quot;:8.68},{&quot;2026-08-13&quot;:8.68},{&quot;2026-08-14&quot;:8.68},{&quot;2026-08-15&quot;:8.68},{&quot;2026-08-16&quot;:8.68},{&quot;2026-08-17&quot;:8.68},{&quot;2026-08-18&quot;:8.68},{&quot;2026-08-19&quot;:8.75},{&quot;2026-08-20&quot;:8.75},{&quot;2026-08-21&quot;:8.75},{&quot;2026-08-22&quot;:8.75},{&quot;2026-08-23&quot;:8.75},{&quot;2026-08-24&quot;:8.75},{&quot;2026-08-25&quot;:8.75},{&quot;2026-08-26&quot;:8.75},{&quot;2026-08-27&quot;:8.75},{&quot;2026-08-28&quot;:8.75},{&quot;2026-08-29&quot;:8.75},{&quot;2026-08-30&quot;:8.7},{&quot;2026-08-31&quot;:8.69},{&quot;2026-09-01&quot;:8.69},{&quot;2026-09-02&quot;:8.69},{&quot;2026-09-03&quot;:8.65},{&quot;2026-09-04&quot;:8.65},{&quot;2026-09-05&quot;:8.65},{&quot;2026-09-06&quot;:8.65},{&quot;2026-09-07&quot;:8.62},{&quot;2026-09-08&quot;:8.62},{&quot;2026-09-09&quot;:8.65},{&quot;2026-09-10&quot;:8.65},{&quot;2026-09-11&quot;:8.65}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.02},{&quot;2026-06-10&quot;:6.81},{&quot;2026-06-11&quot;:6.93},{&quot;2026-06-12&quot;:7.06},{&quot;2026-06-13&quot;:7.17},{&quot;2026-06-14&quot;:7.31},{&quot;2026-06-15&quot;:7.24},{&quot;2026-06-16&quot;:7.13},{&quot;2026-06-17&quot;:7.14},{&quot;2026-06-18&quot;:7.0},{&quot;2026-06-19&quot;:6.87},{&quot;2026-06-20&quot;:6.87},{&quot;2026-06-21&quot;:6.78},{&quot;2026-06-22&quot;:6.79},{&quot;2026-06-24&quot;:6.67},{&quot;2026-06-25&quot;:6.71},{&quot;2026-06-26&quot;:6.67},{&quot;2026-06-27&quot;:6.54},{&quot;2026-06-28&quot;:6.57},{&quot;2026-06-29&quot;:6.48},{&quot;2026-06-30&quot;:6.27},{&quot;2026-07-01&quot;:5.97},{&quot;2026-07-02&quot;:5.9},{&quot;2026-07-03&quot;:5.79},{&quot;2026-07-04&quot;:5.72},{&quot;2026-07-05&quot;:5.72},{&quot;2026-07-06&quot;:5.8},{&quot;2026-07-07&quot;:5.76},{&quot;2026-07-08&quot;:5.79},{&quot;2026-07-09&quot;:5.79},{&quot;2026-07-10&quot;:5.76},{&quot;2026-07-11&quot;:5.81},{&quot;2026-07-12&quot;:5.92},{&quot;2026-07-13&quot;:5.96},{&quot;2026-07-14&quot;:6.02},{&quot;2026-07-15&quot;:5.98},{&quot;2026-07-16&quot;:5.99},{&quot;2026-07-17&quot;:6.05},{&quot;2026-07-18&quot;:6.05},{&quot;2026-07-19&quot;:6.15},{&quot;2026-07-20&quot;:6.15},{&quot;2026-07-21&quot;:6.05},{&quot;2026-07-23&quot;:6.05},{&quot;2026-07-25&quot;:6.23},{&quot;2026-07-26&quot;:6.31},{&quot;2026-07-27&quot;:6.28},{&quot;2026-07-29&quot;:6.34},{&quot;2026-07-30&quot;:6.38},{&quot;2026-07-31&quot;:6.25},{&quot;2026-08-01&quot;:6.25},{&quot;2026-08-02&quot;:6.3},{&quot;2026-08-03&quot;:6.24},{&quot;2026-08-04&quot;:6.26},{&quot;2026-08-05&quot;:6.23},{&quot;2026-08-07&quot;:6.22},{&quot;2026-08-08&quot;:6.22},{&quot;2026-08-09&quot;:6.09},{&quot;2026-08-10&quot;:6.11},{&quot;2026-08-11&quot;:6.08},{&quot;2026-08-12&quot;:6.23},{&quot;2026-08-13&quot;:6.06},{&quot;2026-08-14&quot;:5.94},{&quot;2026-08-15&quot;:5.78},{&quot;2026-08-16&quot;:5.84},{&quot;2026-08-17&quot;:5.93},{&quot;2026-08-18&quot;:6.17},{&quot;2026-08-19&quot;:6.19},{&quot;2026-08-20&quot;:6.19},{&quot;2026-08-21&quot;:6.26},{&quot;2026-08-22&quot;:6.45},{&quot;2026-08-23&quot;:6.34},{&quot;2026-08-24&quot;:6.35},{&quot;2026-08-25&quot;:6.35},{&quot;2026-08-26&quot;:6.18},{&quot;2026-08-27&quot;:6.26},{&quot;2026-08-28&quot;:6.34},{&quot;2026-08-29&quot;:6.34},{&quot;2026-08-30&quot;:6.42},{&quot;2026-08-31&quot;:6.54},{&quot;2026-09-01&quot;:6.54},{&quot;2026-09-02&quot;:6.68},{&quot;2026-09-03&quot;:6.68},{&quot;2026-09-04&quot;:6.68},{&quot;2026-09-05&quot;:6.82},{&quot;2026-09-06&quot;:6.85},{&quot;2026-09-07&quot;:6.84},{&quot;2026-09-08&quot;:6.88},{&quot;2026-09-09&quot;:6.79},{&quot;2026-09-10&quot;:6.57},{&quot;2026-09-11&quot;:6.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="12574"
  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">
            Nezahal, Primal Tide
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nezahal, Primal Tide" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a959b40d-dd8c-49d8-8003-744d0c877b04.jpg?1783928719" />

        <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">
            Nezahal, Primal Tide
        </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 — Elder Dinosaur</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-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="Nezahal, Primal Tide" src="https://cards.scryfall.io/large/front/a/9/a959b40d-dd8c-49d8-8003-744d0c877b04.jpg?1783928719" />
    </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">
                $8.65
              </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">$6.00</span>
              <span class="text-xs text-grey-text">Credit: $7.80</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;:9.27},{&quot;2026-06-14&quot;:9.22},{&quot;2026-06-15&quot;:9.09},{&quot;2026-06-16&quot;:9.07},{&quot;2026-06-17&quot;:8.91},{&quot;2026-06-18&quot;:8.83},{&quot;2026-06-19&quot;:8.36},{&quot;2026-06-20&quot;:8.38},{&quot;2026-06-21&quot;:8.42},{&quot;2026-06-22&quot;:8.54},{&quot;2026-06-23&quot;:8.28},{&quot;2026-06-24&quot;:8.27},{&quot;2026-06-25&quot;:8.16},{&quot;2026-06-26&quot;:8.24},{&quot;2026-06-27&quot;:8.17},{&quot;2026-06-28&quot;:8.48},{&quot;2026-06-29&quot;:8.33},{&quot;2026-06-30&quot;:8.8},{&quot;2026-07-01&quot;:9.07},{&quot;2026-07-02&quot;:9.44},{&quot;2026-07-03&quot;:9.72},{&quot;2026-07-04&quot;:9.84},{&quot;2026-07-05&quot;:9.76},{&quot;2026-07-06&quot;:10.26},{&quot;2026-07-07&quot;:10.57},{&quot;2026-07-08&quot;:10.24},{&quot;2026-07-09&quot;:10.04},{&quot;2026-07-10&quot;:9.88},{&quot;2026-07-11&quot;:9.74},{&quot;2026-07-12&quot;:9.24},{&quot;2026-07-13&quot;:8.6},{&quot;2026-07-14&quot;:8.43},{&quot;2026-07-15&quot;:8.14},{&quot;2026-07-16&quot;:8.14},{&quot;2026-07-17&quot;:8.01},{&quot;2026-07-18&quot;:7.63},{&quot;2026-07-19&quot;:7.26},{&quot;2026-07-20&quot;:7.42},{&quot;2026-07-21&quot;:7.4},{&quot;2026-07-22&quot;:7.68},{&quot;2026-07-23&quot;:7.64},{&quot;2026-07-24&quot;:7.65},{&quot;2026-07-25&quot;:7.86},{&quot;2026-07-26&quot;:7.9},{&quot;2026-07-27&quot;:7.78},{&quot;2026-07-28&quot;:7.68},{&quot;2026-07-29&quot;:7.64},{&quot;2026-07-30&quot;:7.67},{&quot;2026-07-31&quot;:7.93},{&quot;2026-08-01&quot;:7.85},{&quot;2026-08-02&quot;:7.88},{&quot;2026-08-03&quot;:8.2},{&quot;2026-08-04&quot;:8.57},{&quot;2026-08-05&quot;:8.61},{&quot;2026-08-07&quot;:8.78},{&quot;2026-08-08&quot;:8.76},{&quot;2026-08-09&quot;:8.74},{&quot;2026-08-10&quot;:8.91},{&quot;2026-08-11&quot;:8.94},{&quot;2026-08-12&quot;:8.94},{&quot;2026-08-13&quot;:8.98},{&quot;2026-08-14&quot;:8.96},{&quot;2026-08-15&quot;:8.82},{&quot;2026-08-16&quot;:8.72},{&quot;2026-08-17&quot;:8.55},{&quot;2026-08-18&quot;:8.8},{&quot;2026-08-19&quot;:8.48},{&quot;2026-08-20&quot;:8.34},{&quot;2026-08-21&quot;:8.4},{&quot;2026-08-22&quot;:8.47},{&quot;2026-08-23&quot;:8.5},{&quot;2026-08-24&quot;:8.37},{&quot;2026-08-25&quot;:8.26},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.09},{&quot;2026-08-28&quot;:8.17},{&quot;2026-08-29&quot;:8.17},{&quot;2026-08-30&quot;:8.26},{&quot;2026-08-31&quot;:8.34},{&quot;2026-09-01&quot;:8.32},{&quot;2026-09-02&quot;:8.56},{&quot;2026-09-03&quot;:8.43},{&quot;2026-09-04&quot;:8.43},{&quot;2026-09-05&quot;:8.67},{&quot;2026-09-06&quot;:8.67},{&quot;2026-09-07&quot;:8.67},{&quot;2026-09-08&quot;:8.67},{&quot;2026-09-09&quot;:8.61},{&quot;2026-09-10&quot;:8.61},{&quot;2026-09-11&quot;:8.65}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Apex Altisaur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5f8b022e-3e7a-40e6-99a0-53e5adbdafc5.jpg?1783932803" />

        <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">
            Apex 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-7'></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="Apex Altisaur" src="https://cards.scryfall.io/large/front/5/f/5f8b022e-3e7a-40e6-99a0-53e5adbdafc5.jpg?1783932803" />
    </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">
                $8.64
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:7.57},{&quot;2026-06-14&quot;:7.57},{&quot;2026-06-15&quot;:7.57},{&quot;2026-06-16&quot;:7.6},{&quot;2026-06-17&quot;:8.12},{&quot;2026-06-18&quot;:8.12},{&quot;2026-06-19&quot;:8.24},{&quot;2026-06-20&quot;:8.72},{&quot;2026-06-21&quot;:8.72},{&quot;2026-06-22&quot;:8.72},{&quot;2026-06-23&quot;:8.9},{&quot;2026-06-24&quot;:8.78},{&quot;2026-06-25&quot;:8.78},{&quot;2026-06-26&quot;:8.34},{&quot;2026-06-27&quot;:8.34},{&quot;2026-06-28&quot;:8.42},{&quot;2026-06-29&quot;:7.98},{&quot;2026-06-30&quot;:7.98},{&quot;2026-07-01&quot;:7.98},{&quot;2026-07-02&quot;:8.02},{&quot;2026-07-03&quot;:8.02},{&quot;2026-07-04&quot;:7.97},{&quot;2026-07-05&quot;:7.92},{&quot;2026-07-06&quot;:7.57},{&quot;2026-07-07&quot;:7.57},{&quot;2026-07-08&quot;:7.7},{&quot;2026-07-09&quot;:7.66},{&quot;2026-07-10&quot;:7.94},{&quot;2026-07-11&quot;:8.15},{&quot;2026-07-12&quot;:8.17},{&quot;2026-07-13&quot;:7.78},{&quot;2026-07-14&quot;:7.63},{&quot;2026-07-15&quot;:7.84},{&quot;2026-07-16&quot;:7.82},{&quot;2026-07-17&quot;:7.83},{&quot;2026-07-18&quot;:7.83},{&quot;2026-07-19&quot;:7.91},{&quot;2026-07-20&quot;:8.02},{&quot;2026-07-21&quot;:8.21},{&quot;2026-07-22&quot;:8.17},{&quot;2026-07-23&quot;:8.13},{&quot;2026-07-24&quot;:8.25},{&quot;2026-07-25&quot;:8.29},{&quot;2026-07-26&quot;:8.55},{&quot;2026-07-27&quot;:8.57},{&quot;2026-07-28&quot;:8.57},{&quot;2026-07-29&quot;:8.57},{&quot;2026-07-30&quot;:8.57},{&quot;2026-07-31&quot;:8.49},{&quot;2026-08-01&quot;:8.49},{&quot;2026-08-02&quot;:8.61},{&quot;2026-08-03&quot;:8.61},{&quot;2026-08-04&quot;:8.81},{&quot;2026-08-05&quot;:9.0},{&quot;2026-08-07&quot;:8.88},{&quot;2026-08-08&quot;:8.9},{&quot;2026-08-09&quot;:9.06},{&quot;2026-08-10&quot;:8.85},{&quot;2026-08-11&quot;:8.85},{&quot;2026-08-12&quot;:8.72},{&quot;2026-08-13&quot;:8.67},{&quot;2026-08-14&quot;:8.78},{&quot;2026-08-15&quot;:8.79},{&quot;2026-08-16&quot;:8.79},{&quot;2026-08-17&quot;:8.64},{&quot;2026-08-18&quot;:8.47},{&quot;2026-08-19&quot;:8.54},{&quot;2026-08-20&quot;:8.52},{&quot;2026-08-21&quot;:8.42},{&quot;2026-08-22&quot;:8.42},{&quot;2026-08-23&quot;:8.42},{&quot;2026-08-24&quot;:8.44},{&quot;2026-08-25&quot;:8.44},{&quot;2026-08-26&quot;:8.44},{&quot;2026-08-27&quot;:8.44},{&quot;2026-08-28&quot;:8.41},{&quot;2026-08-29&quot;:8.41},{&quot;2026-08-30&quot;:8.38},{&quot;2026-08-31&quot;:8.34},{&quot;2026-09-01&quot;:8.4},{&quot;2026-09-02&quot;:8.33},{&quot;2026-09-03&quot;:8.34},{&quot;2026-09-04&quot;:8.48},{&quot;2026-09-05&quot;:8.48},{&quot;2026-09-06&quot;:8.37},{&quot;2026-09-07&quot;:8.52},{&quot;2026-09-08&quot;:8.52},{&quot;2026-09-09&quot;:8.53},{&quot;2026-09-10&quot;:8.63},{&quot;2026-09-11&quot;:8.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Farewell" src="https://cards.scryfall.io/large/front/9/8/98c664bc-9585-47a7-9514-b3e30a4e1b59.jpg?1783923777" />
    </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">
                $8.64
              </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">
                $16.12
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</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;:15.16},{&quot;2026-06-13&quot;:15.16},{&quot;2026-06-14&quot;:15.16},{&quot;2026-06-15&quot;:15.16},{&quot;2026-06-16&quot;:15.16},{&quot;2026-06-17&quot;:15.17},{&quot;2026-06-18&quot;:15.17},{&quot;2026-06-19&quot;:15.17},{&quot;2026-06-20&quot;:15.17},{&quot;2026-06-21&quot;:15.09},{&quot;2026-06-22&quot;:15.09},{&quot;2026-06-23&quot;:15.12},{&quot;2026-06-24&quot;:15.24},{&quot;2026-06-25&quot;:15.24},{&quot;2026-06-26&quot;:15.24},{&quot;2026-06-27&quot;:15.24},{&quot;2026-06-28&quot;:15.24},{&quot;2026-06-29&quot;:15.24},{&quot;2026-06-30&quot;:15.24},{&quot;2026-07-01&quot;:15.24},{&quot;2026-07-02&quot;:15.24},{&quot;2026-07-03&quot;:15.24},{&quot;2026-07-04&quot;:15.24},{&quot;2026-07-05&quot;:15.24},{&quot;2026-07-06&quot;:15.24},{&quot;2026-07-07&quot;:15.24},{&quot;2026-07-08&quot;:15.24},{&quot;2026-07-09&quot;:15.24},{&quot;2026-07-10&quot;:15.24},{&quot;2026-07-11&quot;:15.32},{&quot;2026-07-12&quot;:15.32},{&quot;2026-07-13&quot;:15.32},{&quot;2026-07-14&quot;:15.32},{&quot;2026-07-15&quot;:15.57},{&quot;2026-07-16&quot;:15.57},{&quot;2026-07-17&quot;:15.6},{&quot;2026-07-18&quot;:15.6},{&quot;2026-07-19&quot;:15.6},{&quot;2026-07-20&quot;:15.6},{&quot;2026-07-21&quot;:15.6},{&quot;2026-07-23&quot;:15.6},{&quot;2026-07-24&quot;:15.6},{&quot;2026-07-25&quot;:15.6},{&quot;2026-07-26&quot;:15.6},{&quot;2026-07-27&quot;:15.6},{&quot;2026-07-28&quot;:15.6},{&quot;2026-07-29&quot;:15.6},{&quot;2026-07-30&quot;:15.6},{&quot;2026-07-31&quot;:15.6},{&quot;2026-08-01&quot;:15.6},{&quot;2026-08-02&quot;:15.6},{&quot;2026-08-03&quot;:15.6},{&quot;2026-08-04&quot;:15.6},{&quot;2026-08-05&quot;:15.6},{&quot;2026-08-07&quot;:15.6},{&quot;2026-08-08&quot;:15.6},{&quot;2026-08-09&quot;:15.6},{&quot;2026-08-10&quot;:15.62},{&quot;2026-08-11&quot;:15.62},{&quot;2026-08-12&quot;:15.6},{&quot;2026-08-13&quot;:15.7},{&quot;2026-08-14&quot;:15.7},{&quot;2026-08-15&quot;:15.7},{&quot;2026-08-16&quot;:15.71},{&quot;2026-08-17&quot;:15.71},{&quot;2026-08-18&quot;:15.74},{&quot;2026-08-19&quot;:15.74},{&quot;2026-08-20&quot;:15.74},{&quot;2026-08-21&quot;:15.74},{&quot;2026-08-22&quot;:15.82},{&quot;2026-08-23&quot;:15.82},{&quot;2026-08-24&quot;:15.82},{&quot;2026-08-25&quot;:15.82},{&quot;2026-08-26&quot;:15.73},{&quot;2026-08-27&quot;:15.73},{&quot;2026-08-28&quot;:15.73},{&quot;2026-08-29&quot;:15.73},{&quot;2026-08-30&quot;:15.73},{&quot;2026-08-31&quot;:15.73},{&quot;2026-09-01&quot;:15.73},{&quot;2026-09-02&quot;:15.7},{&quot;2026-09-03&quot;:15.7},{&quot;2026-09-04&quot;:15.67},{&quot;2026-09-05&quot;:15.84},{&quot;2026-09-06&quot;:15.9},{&quot;2026-09-07&quot;:15.9},{&quot;2026-09-08&quot;:15.9},{&quot;2026-09-09&quot;:16.08},{&quot;2026-09-10&quot;:16.08},{&quot;2026-09-11&quot;:16.12}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.41},{&quot;2026-06-13&quot;:9.41},{&quot;2026-06-14&quot;:9.23},{&quot;2026-06-15&quot;:9.23},{&quot;2026-06-16&quot;:9.23},{&quot;2026-06-17&quot;:9.12},{&quot;2026-06-18&quot;:9.17},{&quot;2026-06-19&quot;:9.18},{&quot;2026-06-20&quot;:9.18},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.2},{&quot;2026-06-23&quot;:9.2},{&quot;2026-06-24&quot;:9.2},{&quot;2026-06-25&quot;:9.2},{&quot;2026-06-26&quot;:9.2},{&quot;2026-06-27&quot;:9.19},{&quot;2026-06-28&quot;:9.3},{&quot;2026-06-29&quot;:9.41},{&quot;2026-06-30&quot;:9.41},{&quot;2026-07-01&quot;:9.41},{&quot;2026-07-02&quot;:9.41},{&quot;2026-07-03&quot;:9.5},{&quot;2026-07-04&quot;:9.62},{&quot;2026-07-05&quot;:9.77},{&quot;2026-07-06&quot;:9.77},{&quot;2026-07-07&quot;:9.88},{&quot;2026-07-08&quot;:9.96},{&quot;2026-07-09&quot;:9.92},{&quot;2026-07-10&quot;:9.92},{&quot;2026-07-11&quot;:10.03},{&quot;2026-07-12&quot;:10.05},{&quot;2026-07-13&quot;:10.14},{&quot;2026-07-14&quot;:10.14},{&quot;2026-07-15&quot;:10.14},{&quot;2026-07-16&quot;:10.19},{&quot;2026-07-17&quot;:10.25},{&quot;2026-07-18&quot;:10.34},{&quot;2026-07-19&quot;:10.34},{&quot;2026-07-20&quot;:10.34},{&quot;2026-07-21&quot;:10.46},{&quot;2026-07-23&quot;:10.75},{&quot;2026-07-24&quot;:10.66},{&quot;2026-07-25&quot;:10.56},{&quot;2026-07-26&quot;:10.66},{&quot;2026-07-27&quot;:10.78},{&quot;2026-07-28&quot;:10.57},{&quot;2026-07-29&quot;:10.6},{&quot;2026-07-30&quot;:10.57},{&quot;2026-07-31&quot;:10.7},{&quot;2026-08-01&quot;:10.7},{&quot;2026-08-02&quot;:10.79},{&quot;2026-08-03&quot;:10.78},{&quot;2026-08-04&quot;:10.78},{&quot;2026-08-05&quot;:10.78},{&quot;2026-08-07&quot;:10.59},{&quot;2026-08-08&quot;:10.59},{&quot;2026-08-09&quot;:10.59},{&quot;2026-08-10&quot;:10.54},{&quot;2026-08-11&quot;:10.54},{&quot;2026-08-12&quot;:9.89},{&quot;2026-08-13&quot;:9.76},{&quot;2026-08-14&quot;:9.71},{&quot;2026-08-15&quot;:9.36},{&quot;2026-08-16&quot;:9.27},{&quot;2026-08-17&quot;:9.05},{&quot;2026-08-18&quot;:9.05},{&quot;2026-08-19&quot;:8.92},{&quot;2026-08-20&quot;:8.92},{&quot;2026-08-21&quot;:8.47},{&quot;2026-08-22&quot;:8.42},{&quot;2026-08-23&quot;:8.47},{&quot;2026-08-24&quot;:8.63},{&quot;2026-08-25&quot;:8.6},{&quot;2026-08-26&quot;:8.73},{&quot;2026-08-27&quot;:8.65},{&quot;2026-08-28&quot;:8.71},{&quot;2026-08-29&quot;:8.71},{&quot;2026-08-30&quot;:8.59},{&quot;2026-08-31&quot;:8.69},{&quot;2026-09-01&quot;:8.7},{&quot;2026-09-02&quot;:8.75},{&quot;2026-09-03&quot;:8.73},{&quot;2026-09-04&quot;:8.75},{&quot;2026-09-05&quot;:8.75},{&quot;2026-09-06&quot;:8.78},{&quot;2026-09-07&quot;:8.63},{&quot;2026-09-08&quot;:8.63},{&quot;2026-09-09&quot;:8.49},{&quot;2026-09-10&quot;:8.62},{&quot;2026-09-11&quot;:8.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75755"
  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">
            Chandra&#39;s Ignition
        </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">
              ↑
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chandra&#39;s Ignition" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/6/960f45a3-f9cf-41e6-b813-f3dee620a944.jpg?1783913867" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Chandra&#39;s Ignition" src="https://cards.scryfall.io/large/front/9/6/960f45a3-f9cf-41e6-b813-f3dee620a944.jpg?1783913867" />
    </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">
                $8.64
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.61},{&quot;2026-06-14&quot;:5.7},{&quot;2026-06-15&quot;:6.54},{&quot;2026-06-16&quot;:6.62},{&quot;2026-06-17&quot;:6.62},{&quot;2026-06-18&quot;:6.63},{&quot;2026-06-19&quot;:6.63},{&quot;2026-06-20&quot;:6.74},{&quot;2026-06-21&quot;:6.56},{&quot;2026-06-22&quot;:6.56},{&quot;2026-06-23&quot;:6.81},{&quot;2026-06-24&quot;:6.89},{&quot;2026-06-25&quot;:6.83},{&quot;2026-06-26&quot;:6.28},{&quot;2026-06-27&quot;:6.07},{&quot;2026-06-28&quot;:5.84},{&quot;2026-06-29&quot;:5.75},{&quot;2026-06-30&quot;:5.94},{&quot;2026-07-01&quot;:6.89},{&quot;2026-07-02&quot;:6.97},{&quot;2026-07-03&quot;:7.11},{&quot;2026-07-04&quot;:7.29},{&quot;2026-07-05&quot;:7.38},{&quot;2026-07-06&quot;:7.5},{&quot;2026-07-07&quot;:7.15},{&quot;2026-07-08&quot;:7.14},{&quot;2026-07-09&quot;:7.08},{&quot;2026-07-10&quot;:7.01},{&quot;2026-07-11&quot;:6.99},{&quot;2026-07-12&quot;:6.99},{&quot;2026-07-13&quot;:7.19},{&quot;2026-07-14&quot;:7.19},{&quot;2026-07-15&quot;:7.18},{&quot;2026-07-16&quot;:7.16},{&quot;2026-07-17&quot;:6.65},{&quot;2026-07-18&quot;:6.58},{&quot;2026-07-19&quot;:6.62},{&quot;2026-07-20&quot;:6.56},{&quot;2026-07-21&quot;:6.5},{&quot;2026-07-22&quot;:6.96},{&quot;2026-07-23&quot;:7.36},{&quot;2026-07-24&quot;:7.38},{&quot;2026-07-25&quot;:7.67},{&quot;2026-07-26&quot;:7.19},{&quot;2026-07-27&quot;:6.87},{&quot;2026-07-28&quot;:6.16},{&quot;2026-07-29&quot;:6.32},{&quot;2026-07-30&quot;:6.63},{&quot;2026-07-31&quot;:6.97},{&quot;2026-08-01&quot;:7.0},{&quot;2026-08-02&quot;:7.08},{&quot;2026-08-03&quot;:7.46},{&quot;2026-08-04&quot;:7.18},{&quot;2026-08-05&quot;:7.29},{&quot;2026-08-07&quot;:7.14},{&quot;2026-08-08&quot;:6.48},{&quot;2026-08-09&quot;:6.18},{&quot;2026-08-10&quot;:6.22},{&quot;2026-08-11&quot;:6.64},{&quot;2026-08-12&quot;:6.92},{&quot;2026-08-13&quot;:7.02},{&quot;2026-08-14&quot;:7.59},{&quot;2026-08-15&quot;:7.59},{&quot;2026-08-16&quot;:7.81},{&quot;2026-08-17&quot;:7.95},{&quot;2026-08-18&quot;:8.02},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.8},{&quot;2026-08-21&quot;:8.19},{&quot;2026-08-22&quot;:8.04},{&quot;2026-08-23&quot;:8.14},{&quot;2026-08-24&quot;:7.85},{&quot;2026-08-25&quot;:8.06},{&quot;2026-08-26&quot;:8.22},{&quot;2026-08-27&quot;:8.22},{&quot;2026-08-28&quot;:8.36},{&quot;2026-08-29&quot;:8.36},{&quot;2026-08-30&quot;:8.35},{&quot;2026-08-31&quot;:8.34},{&quot;2026-09-01&quot;:8.24},{&quot;2026-09-02&quot;:8.27},{&quot;2026-09-03&quot;:8.17},{&quot;2026-09-04&quot;:8.17},{&quot;2026-09-05&quot;:8.17},{&quot;2026-09-06&quot;:8.17},{&quot;2026-09-07&quot;:8.41},{&quot;2026-09-08&quot;:8.72},{&quot;2026-09-09&quot;:8.7},{&quot;2026-09-10&quot;:8.84},{&quot;2026-09-11&quot;:8.64}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Spiteful Banditry" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/8/e85a82bc-49f3-4694-b688-808a541146db.jpg?1783916276" />

        <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">
            Spiteful Banditry
        </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-x'></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="Spiteful Banditry" src="https://cards.scryfall.io/large/front/e/8/e85a82bc-49f3-4694-b688-808a541146db.jpg?1783916276" />
    </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">
                $8.63
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.06
              </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">$8.00</span>
              <span class="text-xs text-grey-text">Credit: $10.40</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.8},{&quot;2026-06-14&quot;:8.8},{&quot;2026-06-15&quot;:8.8},{&quot;2026-06-16&quot;:8.8},{&quot;2026-06-17&quot;:8.77},{&quot;2026-06-18&quot;:8.77},{&quot;2026-06-19&quot;:8.77},{&quot;2026-06-20&quot;:8.77},{&quot;2026-06-21&quot;:8.77},{&quot;2026-06-22&quot;:8.77},{&quot;2026-06-23&quot;:8.77},{&quot;2026-06-24&quot;:8.77},{&quot;2026-06-25&quot;:8.77},{&quot;2026-06-26&quot;:8.77},{&quot;2026-06-27&quot;:8.77},{&quot;2026-06-28&quot;:8.77},{&quot;2026-06-29&quot;:8.77},{&quot;2026-06-30&quot;:8.72},{&quot;2026-07-01&quot;:8.72},{&quot;2026-07-02&quot;:8.72},{&quot;2026-07-03&quot;:8.72},{&quot;2026-07-04&quot;:8.72},{&quot;2026-07-05&quot;:8.72},{&quot;2026-07-06&quot;:8.72},{&quot;2026-07-07&quot;:8.72},{&quot;2026-07-08&quot;:8.72},{&quot;2026-07-09&quot;:8.72},{&quot;2026-07-10&quot;:8.72},{&quot;2026-07-11&quot;:8.72},{&quot;2026-07-12&quot;:8.72},{&quot;2026-07-13&quot;:8.72},{&quot;2026-07-14&quot;:8.75},{&quot;2026-07-15&quot;:8.75},{&quot;2026-07-16&quot;:8.67},{&quot;2026-07-17&quot;:8.67},{&quot;2026-07-18&quot;:8.67},{&quot;2026-07-19&quot;:8.6},{&quot;2026-07-20&quot;:8.6},{&quot;2026-07-21&quot;:8.6},{&quot;2026-07-22&quot;:8.6},{&quot;2026-07-23&quot;:8.6},{&quot;2026-07-24&quot;:8.6},{&quot;2026-07-25&quot;:8.57},{&quot;2026-07-26&quot;:8.57},{&quot;2026-07-27&quot;:8.56},{&quot;2026-07-28&quot;:8.59},{&quot;2026-07-29&quot;:8.59},{&quot;2026-07-30&quot;:8.59},{&quot;2026-07-31&quot;:8.64},{&quot;2026-08-01&quot;:8.64},{&quot;2026-08-02&quot;:8.42},{&quot;2026-08-03&quot;:8.42},{&quot;2026-08-04&quot;:8.45},{&quot;2026-08-05&quot;:8.45},{&quot;2026-08-07&quot;:8.45},{&quot;2026-08-08&quot;:8.45},{&quot;2026-08-09&quot;:8.45},{&quot;2026-08-10&quot;:8.45},{&quot;2026-08-11&quot;:8.41},{&quot;2026-08-12&quot;:8.41},{&quot;2026-08-13&quot;:8.12},{&quot;2026-08-14&quot;:8.12},{&quot;2026-08-15&quot;:8.16},{&quot;2026-08-16&quot;:8.19},{&quot;2026-08-17&quot;:8.19},{&quot;2026-08-18&quot;:8.19},{&quot;2026-08-19&quot;:8.19},{&quot;2026-08-20&quot;:8.23},{&quot;2026-08-21&quot;:8.27},{&quot;2026-08-22&quot;:8.29},{&quot;2026-08-23&quot;:8.29},{&quot;2026-08-24&quot;:8.26},{&quot;2026-08-25&quot;:8.24},{&quot;2026-08-26&quot;:8.39},{&quot;2026-08-27&quot;:8.47},{&quot;2026-08-28&quot;:8.38},{&quot;2026-08-29&quot;:8.38},{&quot;2026-08-30&quot;:8.48},{&quot;2026-08-31&quot;:8.48},{&quot;2026-09-01&quot;:8.54},{&quot;2026-09-02&quot;:8.54},{&quot;2026-09-03&quot;:8.89},{&quot;2026-09-04&quot;:8.81},{&quot;2026-09-05&quot;:8.9},{&quot;2026-09-06&quot;:8.9},{&quot;2026-09-07&quot;:8.95},{&quot;2026-09-08&quot;:8.95},{&quot;2026-09-09&quot;:8.95},{&quot;2026-09-10&quot;:8.95},{&quot;2026-09-11&quot;:9.06}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.82},{&quot;2026-06-14&quot;:7.83},{&quot;2026-06-15&quot;:7.42},{&quot;2026-06-16&quot;:7.1},{&quot;2026-06-17&quot;:7.02},{&quot;2026-06-18&quot;:6.85},{&quot;2026-06-19&quot;:6.59},{&quot;2026-06-20&quot;:6.49},{&quot;2026-06-21&quot;:6.41},{&quot;2026-06-22&quot;:6.53},{&quot;2026-06-23&quot;:6.68},{&quot;2026-06-24&quot;:6.74},{&quot;2026-06-25&quot;:6.5},{&quot;2026-06-26&quot;:6.29},{&quot;2026-06-27&quot;:6.25},{&quot;2026-06-28&quot;:5.92},{&quot;2026-06-29&quot;:5.89},{&quot;2026-06-30&quot;:5.9},{&quot;2026-07-01&quot;:5.83},{&quot;2026-07-02&quot;:5.88},{&quot;2026-07-03&quot;:5.84},{&quot;2026-07-04&quot;:5.84},{&quot;2026-07-05&quot;:5.82},{&quot;2026-07-06&quot;:5.91},{&quot;2026-07-07&quot;:5.89},{&quot;2026-07-08&quot;:5.9},{&quot;2026-07-09&quot;:5.86},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:5.81},{&quot;2026-07-12&quot;:5.81},{&quot;2026-07-13&quot;:5.56},{&quot;2026-07-14&quot;:5.41},{&quot;2026-07-15&quot;:5.34},{&quot;2026-07-16&quot;:5.3},{&quot;2026-07-17&quot;:5.12},{&quot;2026-07-18&quot;:5.05},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.54},{&quot;2026-07-21&quot;:5.66},{&quot;2026-07-22&quot;:5.72},{&quot;2026-07-23&quot;:5.75},{&quot;2026-07-24&quot;:5.72},{&quot;2026-07-25&quot;:5.78},{&quot;2026-07-26&quot;:5.64},{&quot;2026-07-27&quot;:5.57},{&quot;2026-07-28&quot;:5.57},{&quot;2026-07-29&quot;:5.56},{&quot;2026-07-30&quot;:5.65},{&quot;2026-07-31&quot;:5.68},{&quot;2026-08-01&quot;:5.67},{&quot;2026-08-02&quot;:5.64},{&quot;2026-08-03&quot;:5.73},{&quot;2026-08-04&quot;:5.89},{&quot;2026-08-05&quot;:6.05},{&quot;2026-08-07&quot;:6.21},{&quot;2026-08-08&quot;:6.22},{&quot;2026-08-09&quot;:6.21},{&quot;2026-08-10&quot;:5.86},{&quot;2026-08-11&quot;:6.05},{&quot;2026-08-12&quot;:6.05},{&quot;2026-08-13&quot;:6.25},{&quot;2026-08-14&quot;:6.34},{&quot;2026-08-15&quot;:6.23},{&quot;2026-08-16&quot;:6.48},{&quot;2026-08-17&quot;:6.74},{&quot;2026-08-18&quot;:6.91},{&quot;2026-08-19&quot;:6.96},{&quot;2026-08-20&quot;:7.14},{&quot;2026-08-21&quot;:7.05},{&quot;2026-08-22&quot;:7.09},{&quot;2026-08-23&quot;:7.07},{&quot;2026-08-24&quot;:7.39},{&quot;2026-08-25&quot;:7.36},{&quot;2026-08-26&quot;:7.82},{&quot;2026-08-27&quot;:7.98},{&quot;2026-08-28&quot;:7.97},{&quot;2026-08-29&quot;:7.97},{&quot;2026-08-30&quot;:8.6},{&quot;2026-08-31&quot;:8.64},{&quot;2026-09-01&quot;:8.97},{&quot;2026-09-02&quot;:9.03},{&quot;2026-09-03&quot;:9.12},{&quot;2026-09-04&quot;:9.25},{&quot;2026-09-05&quot;:9.06},{&quot;2026-09-06&quot;:8.88},{&quot;2026-09-07&quot;:8.75},{&quot;2026-09-08&quot;:8.71},{&quot;2026-09-09&quot;:8.61},{&quot;2026-09-10&quot;:8.63},{&quot;2026-09-11&quot;:8.63}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="112373"
  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">
            Tireless Provisioner
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.61
          </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="Tireless Provisioner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/d/6d2e2e8d-8382-4d98-9e25-2dff1b1d0ff8.jpg?1782736706" />

        <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">
            Tireless Provisioner
        </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 — Elf 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="Tireless Provisioner" src="https://cards.scryfall.io/large/front/6/d/6d2e2e8d-8382-4d98-9e25-2dff1b1d0ff8.jpg?1782736706" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.61
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-19&quot;:17.85},{&quot;2026-07-20&quot;:17.29},{&quot;2026-07-21&quot;:17.06},{&quot;2026-07-22&quot;:16.91},{&quot;2026-07-23&quot;:16.76},{&quot;2026-07-24&quot;:16.65},{&quot;2026-07-25&quot;:16.08},{&quot;2026-07-26&quot;:15.0},{&quot;2026-07-27&quot;:14.68},{&quot;2026-07-28&quot;:12.5},{&quot;2026-07-29&quot;:11.77},{&quot;2026-07-30&quot;:11.15},{&quot;2026-07-31&quot;:9.79},{&quot;2026-08-01&quot;:10.12},{&quot;2026-08-02&quot;:9.5},{&quot;2026-08-03&quot;:9.05},{&quot;2026-08-04&quot;:8.58},{&quot;2026-08-05&quot;:8.46},{&quot;2026-08-07&quot;:8.19},{&quot;2026-08-08&quot;:7.64},{&quot;2026-08-09&quot;:7.52},{&quot;2026-08-10&quot;:7.56},{&quot;2026-08-11&quot;:7.73},{&quot;2026-08-12&quot;:7.91},{&quot;2026-08-13&quot;:7.93},{&quot;2026-08-14&quot;:7.99},{&quot;2026-08-15&quot;:8.11},{&quot;2026-08-16&quot;:8.15},{&quot;2026-08-17&quot;:8.28},{&quot;2026-08-18&quot;:8.3},{&quot;2026-08-19&quot;:8.34},{&quot;2026-08-20&quot;:8.39},{&quot;2026-08-21&quot;:8.38},{&quot;2026-08-22&quot;:8.39},{&quot;2026-08-23&quot;:8.41},{&quot;2026-08-24&quot;:8.4},{&quot;2026-08-25&quot;:8.25},{&quot;2026-08-26&quot;:8.17},{&quot;2026-08-27&quot;:8.23},{&quot;2026-08-28&quot;:8.02},{&quot;2026-08-29&quot;:8.02},{&quot;2026-08-30&quot;:7.77},{&quot;2026-08-31&quot;:7.93},{&quot;2026-09-01&quot;:7.75},{&quot;2026-09-02&quot;:7.8},{&quot;2026-09-03&quot;:7.77},{&quot;2026-09-04&quot;:7.82},{&quot;2026-09-05&quot;:7.84},{&quot;2026-09-06&quot;:7.98},{&quot;2026-09-07&quot;:8.33},{&quot;2026-09-08&quot;:8.35},{&quot;2026-09-09&quot;:8.4},{&quot;2026-09-10&quot;:8.55},{&quot;2026-09-11&quot;:8.61}],&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="53227"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.60
          </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="Eater of the Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/9/6908846e-aae0-44b3-9f08-84b2f3cefe18.jpg?1783910563" />

        <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">
            Eater of the Dead
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eater of the Dead" src="https://cards.scryfall.io/large/front/6/9/6908846e-aae0-44b3-9f08-84b2f3cefe18.jpg?1783910563" />
    </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.66
              </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">
                $8.60
              </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">$4.40</span>
              <span class="text-xs text-grey-text">Credit: $5.72</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.87},{&quot;2026-06-14&quot;:8.87},{&quot;2026-06-15&quot;:8.82},{&quot;2026-06-16&quot;:8.82},{&quot;2026-06-17&quot;:8.82},{&quot;2026-06-18&quot;:8.87},{&quot;2026-06-19&quot;:8.87},{&quot;2026-06-20&quot;:8.87},{&quot;2026-06-21&quot;:8.87},{&quot;2026-06-22&quot;:8.84},{&quot;2026-06-23&quot;:8.84},{&quot;2026-06-24&quot;:8.91},{&quot;2026-06-25&quot;:8.91},{&quot;2026-06-26&quot;:8.91},{&quot;2026-06-27&quot;:8.99},{&quot;2026-06-28&quot;:8.99},{&quot;2026-06-29&quot;:8.99},{&quot;2026-06-30&quot;:8.99},{&quot;2026-07-01&quot;:8.99},{&quot;2026-07-02&quot;:9.01},{&quot;2026-07-03&quot;:9.0},{&quot;2026-07-04&quot;:9.0},{&quot;2026-07-05&quot;:9.0},{&quot;2026-07-06&quot;:9.0},{&quot;2026-07-07&quot;:9.0},{&quot;2026-07-08&quot;:9.0},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:9.0},{&quot;2026-07-11&quot;:9.0},{&quot;2026-07-12&quot;:9.0},{&quot;2026-07-13&quot;:9.0},{&quot;2026-07-14&quot;:9.0},{&quot;2026-07-15&quot;:9.0},{&quot;2026-07-16&quot;:9.0},{&quot;2026-07-17&quot;:9.06},{&quot;2026-07-18&quot;:9.06},{&quot;2026-07-19&quot;:9.08},{&quot;2026-07-20&quot;:9.08},{&quot;2026-07-21&quot;:9.08},{&quot;2026-07-22&quot;:9.08},{&quot;2026-07-23&quot;:9.08},{&quot;2026-07-24&quot;:9.08},{&quot;2026-07-25&quot;:9.08},{&quot;2026-07-26&quot;:9.08},{&quot;2026-07-27&quot;:9.08},{&quot;2026-07-28&quot;:9.08},{&quot;2026-07-29&quot;:9.08},{&quot;2026-07-30&quot;:9.08},{&quot;2026-07-31&quot;:9.08},{&quot;2026-08-01&quot;:9.08},{&quot;2026-08-02&quot;:9.08},{&quot;2026-08-03&quot;:9.08},{&quot;2026-08-04&quot;:9.09},{&quot;2026-08-05&quot;:9.09},{&quot;2026-08-07&quot;:9.09},{&quot;2026-08-08&quot;:9.09},{&quot;2026-08-09&quot;:9.09},{&quot;2026-08-10&quot;:9.09},{&quot;2026-08-11&quot;:9.04},{&quot;2026-08-12&quot;:9.04},{&quot;2026-08-13&quot;:9.02},{&quot;2026-08-14&quot;:9.05},{&quot;2026-08-15&quot;:8.98},{&quot;2026-08-16&quot;:8.98},{&quot;2026-08-17&quot;:8.73},{&quot;2026-08-18&quot;:8.73},{&quot;2026-08-19&quot;:8.73},{&quot;2026-08-20&quot;:8.78},{&quot;2026-08-21&quot;:8.78},{&quot;2026-08-22&quot;:8.78},{&quot;2026-08-23&quot;:8.72},{&quot;2026-08-24&quot;:8.72},{&quot;2026-08-25&quot;:8.77},{&quot;2026-08-26&quot;:8.77},{&quot;2026-08-27&quot;:8.77},{&quot;2026-08-28&quot;:8.77},{&quot;2026-08-29&quot;:8.77},{&quot;2026-08-30&quot;:8.77},{&quot;2026-08-31&quot;:8.77},{&quot;2026-09-01&quot;:8.77},{&quot;2026-09-02&quot;:8.77},{&quot;2026-09-03&quot;:8.77},{&quot;2026-09-04&quot;:8.7},{&quot;2026-09-05&quot;:8.7},{&quot;2026-09-06&quot;:8.6},{&quot;2026-09-07&quot;:8.6},{&quot;2026-09-08&quot;:8.6},{&quot;2026-09-09&quot;:8.6},{&quot;2026-09-10&quot;:8.6},{&quot;2026-09-11&quot;:8.6}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.86},{&quot;2026-06-14&quot;:0.86},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.84},{&quot;2026-06-17&quot;:0.84},{&quot;2026-06-18&quot;:0.85},{&quot;2026-06-19&quot;:0.84},{&quot;2026-06-20&quot;:0.84},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.84},{&quot;2026-06-23&quot;:0.84},{&quot;2026-06-24&quot;:0.83},{&quot;2026-06-25&quot;:0.83},{&quot;2026-06-26&quot;:0.83},{&quot;2026-06-27&quot;:0.83},{&quot;2026-06-28&quot;:0.83},{&quot;2026-06-29&quot;:0.83},{&quot;2026-06-30&quot;:0.84},{&quot;2026-07-01&quot;:0.84},{&quot;2026-07-02&quot;:0.83},{&quot;2026-07-03&quot;:0.84},{&quot;2026-07-04&quot;:0.84},{&quot;2026-07-05&quot;:0.84},{&quot;2026-07-06&quot;:0.84},{&quot;2026-07-07&quot;:0.85},{&quot;2026-07-08&quot;:0.85},{&quot;2026-07-09&quot;:0.85},{&quot;2026-07-10&quot;:0.84},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.2},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.2},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.17},{&quot;2026-07-23&quot;:1.17},{&quot;2026-07-24&quot;:1.19},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.19},{&quot;2026-07-27&quot;:1.19},{&quot;2026-07-28&quot;:1.19},{&quot;2026-07-29&quot;:1.19},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.19},{&quot;2026-08-01&quot;:1.19},{&quot;2026-08-02&quot;:1.19},{&quot;2026-08-03&quot;:1.19},{&quot;2026-08-04&quot;:1.18},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.19},{&quot;2026-08-08&quot;:1.16},{&quot;2026-08-09&quot;:1.16},{&quot;2026-08-10&quot;:1.16},{&quot;2026-08-11&quot;:1.16},{&quot;2026-08-12&quot;:1.15},{&quot;2026-08-13&quot;:1.13},{&quot;2026-08-14&quot;:1.11},{&quot;2026-08-15&quot;:0.74},{&quot;2026-08-16&quot;:0.74},{&quot;2026-08-17&quot;:0.74},{&quot;2026-08-18&quot;:0.74},{&quot;2026-08-19&quot;:0.73},{&quot;2026-08-20&quot;:0.73},{&quot;2026-08-21&quot;:0.72},{&quot;2026-08-22&quot;:0.69},{&quot;2026-08-23&quot;:0.67},{&quot;2026-08-24&quot;:0.67},{&quot;2026-08-25&quot;:0.67},{&quot;2026-08-26&quot;:0.67},{&quot;2026-08-27&quot;:0.66},{&quot;2026-08-28&quot;:0.67},{&quot;2026-08-29&quot;:0.67},{&quot;2026-08-30&quot;:0.66},{&quot;2026-08-31&quot;:0.64},{&quot;2026-09-01&quot;:0.63},{&quot;2026-09-02&quot;:0.63},{&quot;2026-09-03&quot;:0.63},{&quot;2026-09-04&quot;:0.63},{&quot;2026-09-05&quot;:0.63},{&quot;2026-09-06&quot;:0.63},{&quot;2026-09-07&quot;:0.63},{&quot;2026-09-08&quot;:0.64},{&quot;2026-09-09&quot;:0.63},{&quot;2026-09-10&quot;:0.65},{&quot;2026-09-11&quot;:0.66}]}"
        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 451-500 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=9&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=9&amp;username=denvermullets" rel="prev">9</a><a role="link" aria-disabled="true" aria-current="page">10</a><a href="/load_collection?direction=asc&amp;page=11&amp;username=denvermullets" rel="next">11</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=11&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="87712"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C16-205
            </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>
              Iroas, God of Victory


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment 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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></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">
                  $9.54

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12410"
          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">
              207
            </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>
              Wrathful Red Dragon


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20773"
          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">
              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-2x2 ss-rare ss-fw ss-2x mr-4"></i>
              Kambal, Consul of Allocation


            </td>

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Slicer, Hired Muscle // Slicer, High-Speed Antagonist


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51492"
          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">
              13
            </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>
              Ayara, First of Locthwain


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85654"
          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">
              KHM-380
            </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>
              Starnheim Aspirant


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90994"
          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">
              202
            </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>
              Hermit Druid


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86930"
          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-woc ss-rare ss-fw ss-2x mr-4"></i>
              Court of Ardenvale


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="8326"
          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-c15 ss-uncommon ss-fw ss-2x mr-4"></i>
              Aura of Silence


            </td>

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="64757"
          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">
              20
            </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>
              Swords to Plowshares


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12826"
          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">
              343
            </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>
              Vexing Puzzlebox


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

                    <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">
                <div class="flex items-center gap-2">
                  $9.06

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

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

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

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

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

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


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x mr-4"></i>
              Witch-king of Angmar


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74670"
          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">
              SOK-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Michiko Konda, Truth Seeker


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12001"
          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">
              211
            </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>
              Wheel of Misfortune


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79903"
          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">
              408
            </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>
              Mystic Sanctuary


            </td>

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75792"
          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">
              232
            </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>
              Apex 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-7'></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">
                  $8.90

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Satsuki, the Living Lore


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92383"
          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">
              1890
            </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>
              Forgotten Ancient


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12444"
          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">
              359
            </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>
              Undergrowth Stadium


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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12574"
          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">
              401
            </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>
              Nezahal, Primal Tide


            </td>

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

                </div>
            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75755"
          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">
              220
            </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>
              Chandra&#39;s Ignition


            </td>

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

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

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

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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112373"
          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">
              2661
            </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>
              Tireless Provisioner


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

</template></turbo-stream>