<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="46304"
  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">
            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">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.95
          </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/b/b/bbda000f-3cf7-48b6-96ff-c23a3a64eab5.jpg?1783916955" />

        <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/b/b/bbda000f-3cf7-48b6-96ff-c23a3a64eab5.jpg?1783916955" />
    </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">
                $7.95
              </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">
                $8.88
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.88},{&quot;2026-06-10&quot;:7.87},{&quot;2026-06-11&quot;:7.87},{&quot;2026-06-12&quot;:7.8},{&quot;2026-06-13&quot;:7.8},{&quot;2026-06-14&quot;:7.92},{&quot;2026-06-15&quot;:7.92},{&quot;2026-06-16&quot;:7.92},{&quot;2026-06-17&quot;:7.95},{&quot;2026-06-18&quot;:7.95},{&quot;2026-06-19&quot;:7.95},{&quot;2026-06-20&quot;:7.95},{&quot;2026-06-21&quot;:7.95},{&quot;2026-06-22&quot;:7.95},{&quot;2026-06-24&quot;:7.79},{&quot;2026-06-25&quot;:7.7},{&quot;2026-06-26&quot;:7.7},{&quot;2026-06-27&quot;:7.7},{&quot;2026-06-28&quot;:7.79},{&quot;2026-06-29&quot;:7.79},{&quot;2026-06-30&quot;:7.85},{&quot;2026-07-01&quot;:7.85},{&quot;2026-07-02&quot;:8.15},{&quot;2026-07-03&quot;:8.25},{&quot;2026-07-04&quot;:8.25},{&quot;2026-07-05&quot;:8.25},{&quot;2026-07-06&quot;:8.25},{&quot;2026-07-07&quot;:8.25},{&quot;2026-07-08&quot;:8.08},{&quot;2026-07-09&quot;:8.08},{&quot;2026-07-10&quot;:8.04},{&quot;2026-07-11&quot;:8.04},{&quot;2026-07-12&quot;:8.01},{&quot;2026-07-13&quot;:8.09},{&quot;2026-07-14&quot;:8.59},{&quot;2026-07-15&quot;:8.73},{&quot;2026-07-16&quot;:8.83},{&quot;2026-07-17&quot;:8.83},{&quot;2026-07-18&quot;:8.87},{&quot;2026-07-19&quot;:8.96},{&quot;2026-07-20&quot;:8.96},{&quot;2026-07-21&quot;:8.96},{&quot;2026-07-23&quot;:8.96},{&quot;2026-07-25&quot;:8.86},{&quot;2026-07-26&quot;:8.9},{&quot;2026-07-27&quot;:9.04},{&quot;2026-07-29&quot;:8.96},{&quot;2026-07-30&quot;:8.96},{&quot;2026-07-31&quot;:9.07},{&quot;2026-08-01&quot;:9.07},{&quot;2026-08-02&quot;:9.07},{&quot;2026-08-03&quot;:9.07},{&quot;2026-08-04&quot;:9.07},{&quot;2026-08-05&quot;:9.07},{&quot;2026-08-07&quot;:9.07},{&quot;2026-08-08&quot;:9.0},{&quot;2026-08-09&quot;:9.0},{&quot;2026-08-10&quot;:8.93},{&quot;2026-08-11&quot;:8.98},{&quot;2026-08-12&quot;:8.98},{&quot;2026-08-13&quot;:8.92},{&quot;2026-08-14&quot;:8.8},{&quot;2026-08-15&quot;:8.82},{&quot;2026-08-16&quot;:8.82},{&quot;2026-08-17&quot;:8.82},{&quot;2026-08-18&quot;:8.78},{&quot;2026-08-19&quot;:8.83},{&quot;2026-08-20&quot;:8.83},{&quot;2026-08-21&quot;:8.78},{&quot;2026-08-22&quot;:8.68},{&quot;2026-08-23&quot;:8.67},{&quot;2026-08-24&quot;:8.67},{&quot;2026-08-25&quot;:8.67},{&quot;2026-08-26&quot;:8.71},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.41},{&quot;2026-08-29&quot;:8.41},{&quot;2026-08-30&quot;:8.4},{&quot;2026-08-31&quot;:8.48},{&quot;2026-09-01&quot;:8.48},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.63},{&quot;2026-09-04&quot;:8.78},{&quot;2026-09-05&quot;:8.78},{&quot;2026-09-06&quot;:8.78},{&quot;2026-09-07&quot;:8.78},{&quot;2026-09-08&quot;:8.78},{&quot;2026-09-09&quot;:8.91},{&quot;2026-09-10&quot;:8.91},{&quot;2026-09-11&quot;:8.88}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.64},{&quot;2026-06-10&quot;:6.3},{&quot;2026-06-11&quot;:6.26},{&quot;2026-06-12&quot;:6.28},{&quot;2026-06-13&quot;:6.31},{&quot;2026-06-14&quot;:6.3},{&quot;2026-06-15&quot;:6.39},{&quot;2026-06-16&quot;:6.32},{&quot;2026-06-17&quot;:6.56},{&quot;2026-06-18&quot;:6.55},{&quot;2026-06-19&quot;:6.6},{&quot;2026-06-20&quot;:6.8},{&quot;2026-06-21&quot;:6.66},{&quot;2026-06-22&quot;:6.66},{&quot;2026-06-24&quot;:6.69},{&quot;2026-06-25&quot;:6.4},{&quot;2026-06-26&quot;:6.12},{&quot;2026-06-27&quot;:6.08},{&quot;2026-06-28&quot;:6.2},{&quot;2026-06-29&quot;:6.47},{&quot;2026-06-30&quot;:6.7},{&quot;2026-07-01&quot;:6.95},{&quot;2026-07-02&quot;:6.95},{&quot;2026-07-03&quot;:6.74},{&quot;2026-07-04&quot;:6.79},{&quot;2026-07-05&quot;:6.59},{&quot;2026-07-06&quot;:6.59},{&quot;2026-07-07&quot;:6.33},{&quot;2026-07-08&quot;:6.59},{&quot;2026-07-09&quot;:6.58},{&quot;2026-07-10&quot;:6.8},{&quot;2026-07-11&quot;:7.18},{&quot;2026-07-12&quot;:7.31},{&quot;2026-07-13&quot;:7.49},{&quot;2026-07-14&quot;:7.49},{&quot;2026-07-15&quot;:8.15},{&quot;2026-07-16&quot;:8.08},{&quot;2026-07-17&quot;:7.99},{&quot;2026-07-18&quot;:8.15},{&quot;2026-07-19&quot;:7.88},{&quot;2026-07-20&quot;:8.03},{&quot;2026-07-21&quot;:7.47},{&quot;2026-07-23&quot;:7.45},{&quot;2026-07-25&quot;:6.87},{&quot;2026-07-26&quot;:7.11},{&quot;2026-07-27&quot;:7.23},{&quot;2026-07-29&quot;:7.88},{&quot;2026-07-30&quot;:7.77},{&quot;2026-07-31&quot;:7.83},{&quot;2026-08-01&quot;:8.23},{&quot;2026-08-02&quot;:7.98},{&quot;2026-08-03&quot;:8.4},{&quot;2026-08-04&quot;:8.73},{&quot;2026-08-05&quot;:8.68},{&quot;2026-08-07&quot;:8.83},{&quot;2026-08-08&quot;:8.78},{&quot;2026-08-09&quot;:8.75},{&quot;2026-08-10&quot;:8.74},{&quot;2026-08-11&quot;:8.76},{&quot;2026-08-12&quot;:8.79},{&quot;2026-08-13&quot;:8.26},{&quot;2026-08-14&quot;:7.89},{&quot;2026-08-15&quot;:7.19},{&quot;2026-08-16&quot;:7.06},{&quot;2026-08-17&quot;:6.6},{&quot;2026-08-18&quot;:6.58},{&quot;2026-08-19&quot;:6.92},{&quot;2026-08-20&quot;:6.92},{&quot;2026-08-21&quot;:6.98},{&quot;2026-08-22&quot;:7.14},{&quot;2026-08-23&quot;:7.09},{&quot;2026-08-24&quot;:7.27},{&quot;2026-08-25&quot;:7.27},{&quot;2026-08-26&quot;:7.29},{&quot;2026-08-27&quot;:7.29},{&quot;2026-08-28&quot;:7.14},{&quot;2026-08-29&quot;:7.14},{&quot;2026-08-30&quot;:7.7},{&quot;2026-08-31&quot;:7.9},{&quot;2026-09-01&quot;:7.9},{&quot;2026-09-02&quot;:8.1},{&quot;2026-09-03&quot;:8.19},{&quot;2026-09-04&quot;:8.19},{&quot;2026-09-05&quot;:8.55},{&quot;2026-09-06&quot;:8.59},{&quot;2026-09-07&quot;:8.6},{&quot;2026-09-08&quot;:8.5},{&quot;2026-09-09&quot;:7.89},{&quot;2026-09-10&quot;:8.03},{&quot;2026-09-11&quot;:7.95}]}"
        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="73833"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.93
          </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="Resplendent Angel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/59adbd35-9959-4a0f-babf-46ea3c15f018.jpg?1783913805" />

        <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">
            Resplendent Angel
        </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 — 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>
          </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="Resplendent Angel" src="https://cards.scryfall.io/large/front/5/9/59adbd35-9959-4a0f-babf-46ea3c15f018.jpg?1783913805" />
    </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">
                $7.93
              </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.19
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.40</span>
              <span class="text-xs text-grey-text">Credit: $4.42</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;:8.06},{&quot;2026-06-11&quot;:8.09},{&quot;2026-06-12&quot;:8.17},{&quot;2026-06-13&quot;:8.17},{&quot;2026-06-14&quot;:8.17},{&quot;2026-06-15&quot;:8.17},{&quot;2026-06-16&quot;:8.17},{&quot;2026-06-17&quot;:8.17},{&quot;2026-06-18&quot;:8.24},{&quot;2026-06-19&quot;:8.17},{&quot;2026-06-20&quot;:8.17},{&quot;2026-06-21&quot;:8.17},{&quot;2026-06-22&quot;:8.18},{&quot;2026-06-23&quot;:8.18},{&quot;2026-06-24&quot;:8.18},{&quot;2026-06-25&quot;:8.18},{&quot;2026-06-26&quot;:8.18},{&quot;2026-06-27&quot;:8.18},{&quot;2026-06-28&quot;:8.18},{&quot;2026-06-29&quot;:8.18},{&quot;2026-06-30&quot;:8.18},{&quot;2026-07-01&quot;:8.18},{&quot;2026-07-02&quot;:8.21},{&quot;2026-07-03&quot;:8.24},{&quot;2026-07-04&quot;:8.24},{&quot;2026-07-05&quot;:8.24},{&quot;2026-07-06&quot;:8.24},{&quot;2026-07-07&quot;:8.24},{&quot;2026-07-08&quot;:8.24},{&quot;2026-07-09&quot;:8.24},{&quot;2026-07-10&quot;:8.24},{&quot;2026-07-11&quot;:8.24},{&quot;2026-07-12&quot;:8.24},{&quot;2026-07-13&quot;:8.24},{&quot;2026-07-14&quot;:8.23},{&quot;2026-07-15&quot;:8.23},{&quot;2026-07-16&quot;:8.26},{&quot;2026-07-17&quot;:7.79},{&quot;2026-07-18&quot;:7.87},{&quot;2026-07-19&quot;:7.87},{&quot;2026-07-20&quot;:7.9},{&quot;2026-07-21&quot;:7.91},{&quot;2026-07-23&quot;:8.17},{&quot;2026-07-25&quot;:8.17},{&quot;2026-07-26&quot;:8.27},{&quot;2026-07-27&quot;:8.27},{&quot;2026-07-29&quot;:8.36},{&quot;2026-07-30&quot;:8.45},{&quot;2026-07-31&quot;:8.46},{&quot;2026-08-01&quot;:8.46},{&quot;2026-08-02&quot;:8.46},{&quot;2026-08-03&quot;:8.29},{&quot;2026-08-04&quot;:8.29},{&quot;2026-08-05&quot;:8.4},{&quot;2026-08-07&quot;:8.37},{&quot;2026-08-08&quot;:8.37},{&quot;2026-08-09&quot;:8.42},{&quot;2026-08-10&quot;:8.4},{&quot;2026-08-11&quot;:8.47},{&quot;2026-08-12&quot;:8.47},{&quot;2026-08-13&quot;:8.47},{&quot;2026-08-14&quot;:8.47},{&quot;2026-08-15&quot;:8.47},{&quot;2026-08-16&quot;:8.47},{&quot;2026-08-17&quot;:8.47},{&quot;2026-08-18&quot;:8.47},{&quot;2026-08-19&quot;:8.47},{&quot;2026-08-20&quot;:8.47},{&quot;2026-08-21&quot;:8.47},{&quot;2026-08-22&quot;:8.51},{&quot;2026-08-23&quot;:8.7},{&quot;2026-08-24&quot;:8.7},{&quot;2026-08-25&quot;:8.7},{&quot;2026-08-26&quot;:8.78},{&quot;2026-08-27&quot;:8.81},{&quot;2026-08-28&quot;:8.81},{&quot;2026-08-29&quot;:8.81},{&quot;2026-08-30&quot;:8.91},{&quot;2026-08-31&quot;:8.91},{&quot;2026-09-01&quot;:8.91},{&quot;2026-09-02&quot;:8.91},{&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;:8.95},{&quot;2026-09-08&quot;:8.95},{&quot;2026-09-09&quot;:8.95},{&quot;2026-09-10&quot;:8.99},{&quot;2026-09-11&quot;:9.19}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.86},{&quot;2026-06-11&quot;:9.04},{&quot;2026-06-12&quot;:9.0},{&quot;2026-06-13&quot;:8.84},{&quot;2026-06-14&quot;:8.8},{&quot;2026-06-15&quot;:8.5},{&quot;2026-06-16&quot;:8.53},{&quot;2026-06-17&quot;:8.53},{&quot;2026-06-18&quot;:8.3},{&quot;2026-06-19&quot;:8.24},{&quot;2026-06-20&quot;:8.24},{&quot;2026-06-21&quot;:8.47},{&quot;2026-06-22&quot;:8.5},{&quot;2026-06-23&quot;:8.43},{&quot;2026-06-24&quot;:8.36},{&quot;2026-06-25&quot;:8.37},{&quot;2026-06-26&quot;:8.14},{&quot;2026-06-27&quot;:8.15},{&quot;2026-06-28&quot;:7.92},{&quot;2026-06-29&quot;:7.82},{&quot;2026-06-30&quot;:7.77},{&quot;2026-07-01&quot;:7.95},{&quot;2026-07-02&quot;:8.02},{&quot;2026-07-03&quot;:7.97},{&quot;2026-07-04&quot;:8.22},{&quot;2026-07-05&quot;:8.22},{&quot;2026-07-06&quot;:8.12},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.26},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:8.02},{&quot;2026-07-12&quot;:7.99},{&quot;2026-07-13&quot;:8.13},{&quot;2026-07-14&quot;:8.04},{&quot;2026-07-15&quot;:7.98},{&quot;2026-07-16&quot;:8.13},{&quot;2026-07-17&quot;:8.07},{&quot;2026-07-18&quot;:8.34},{&quot;2026-07-19&quot;:8.25},{&quot;2026-07-20&quot;:8.15},{&quot;2026-07-21&quot;:8.47},{&quot;2026-07-23&quot;:8.77},{&quot;2026-07-25&quot;:8.83},{&quot;2026-07-26&quot;:8.77},{&quot;2026-07-27&quot;:8.69},{&quot;2026-07-29&quot;:8.55},{&quot;2026-07-30&quot;:8.55},{&quot;2026-07-31&quot;:8.55},{&quot;2026-08-01&quot;:8.59},{&quot;2026-08-02&quot;:8.69},{&quot;2026-08-03&quot;:8.62},{&quot;2026-08-04&quot;:8.3},{&quot;2026-08-05&quot;:8.23},{&quot;2026-08-07&quot;:8.01},{&quot;2026-08-08&quot;:8.01},{&quot;2026-08-09&quot;:8.04},{&quot;2026-08-10&quot;:8.04},{&quot;2026-08-11&quot;:7.99},{&quot;2026-08-12&quot;:7.87},{&quot;2026-08-13&quot;:7.7},{&quot;2026-08-14&quot;:7.55},{&quot;2026-08-15&quot;:7.51},{&quot;2026-08-16&quot;:7.41},{&quot;2026-08-17&quot;:7.58},{&quot;2026-08-18&quot;:7.59},{&quot;2026-08-19&quot;:7.73},{&quot;2026-08-20&quot;:7.73},{&quot;2026-08-21&quot;:7.66},{&quot;2026-08-22&quot;:7.77},{&quot;2026-08-23&quot;:7.85},{&quot;2026-08-24&quot;:8.2},{&quot;2026-08-25&quot;:8.2},{&quot;2026-08-26&quot;:8.1},{&quot;2026-08-27&quot;:7.91},{&quot;2026-08-28&quot;:8.05},{&quot;2026-08-29&quot;:8.05},{&quot;2026-08-30&quot;:7.58},{&quot;2026-08-31&quot;:7.27},{&quot;2026-09-01&quot;:7.27},{&quot;2026-09-02&quot;:6.99},{&quot;2026-09-03&quot;:6.73},{&quot;2026-09-04&quot;:7.0},{&quot;2026-09-05&quot;:7.2},{&quot;2026-09-06&quot;:7.2},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.58},{&quot;2026-09-09&quot;:7.87},{&quot;2026-09-10&quot;:7.87},{&quot;2026-09-11&quot;:7.93}]}"
        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="90893"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.91
          </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="Griselbrand" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/4069e510-f3f3-4668-9f13-3546fa9bc7c3.jpg?1783908139" />

        <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">
            Griselbrand
        </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 — Demon</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Griselbrand" src="https://cards.scryfall.io/large/front/4/0/4069e510-f3f3-4668-9f13-3546fa9bc7c3.jpg?1783908139" />
    </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">
                $7.91
              </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.66
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.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-10&quot;:7.87},{&quot;2026-06-11&quot;:7.87},{&quot;2026-06-12&quot;:7.87},{&quot;2026-06-13&quot;:7.87},{&quot;2026-06-14&quot;:7.87},{&quot;2026-06-15&quot;:7.87},{&quot;2026-06-16&quot;:7.87},{&quot;2026-06-17&quot;:7.83},{&quot;2026-06-18&quot;:7.83},{&quot;2026-06-19&quot;:7.83},{&quot;2026-06-20&quot;:7.83},{&quot;2026-06-21&quot;:7.92},{&quot;2026-06-22&quot;:7.92},{&quot;2026-06-23&quot;:7.92},{&quot;2026-06-24&quot;:7.92},{&quot;2026-06-25&quot;:7.92},{&quot;2026-06-26&quot;:7.94},{&quot;2026-06-27&quot;:7.94},{&quot;2026-06-28&quot;:7.94},{&quot;2026-06-29&quot;:7.94},{&quot;2026-06-30&quot;:7.96},{&quot;2026-07-01&quot;:7.96},{&quot;2026-07-02&quot;:7.96},{&quot;2026-07-03&quot;:8.02},{&quot;2026-07-04&quot;:8.02},{&quot;2026-07-05&quot;:8.23},{&quot;2026-07-06&quot;:8.23},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.23},{&quot;2026-07-09&quot;:8.22},{&quot;2026-07-10&quot;:8.22},{&quot;2026-07-11&quot;:8.22},{&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.22},{&quot;2026-07-20&quot;:8.22},{&quot;2026-07-21&quot;:8.32},{&quot;2026-07-23&quot;:8.46},{&quot;2026-07-25&quot;:8.46},{&quot;2026-07-26&quot;:8.46},{&quot;2026-07-27&quot;:8.46},{&quot;2026-07-29&quot;:8.46},{&quot;2026-07-30&quot;:8.61},{&quot;2026-07-31&quot;:8.61},{&quot;2026-08-01&quot;:8.61},{&quot;2026-08-02&quot;:8.61},{&quot;2026-08-03&quot;:8.61},{&quot;2026-08-04&quot;:8.61},{&quot;2026-08-05&quot;:8.6},{&quot;2026-08-07&quot;:8.63},{&quot;2026-08-08&quot;:8.63},{&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;:8.6},{&quot;2026-08-13&quot;:8.6},{&quot;2026-08-14&quot;:8.6},{&quot;2026-08-15&quot;:8.6},{&quot;2026-08-16&quot;:8.6},{&quot;2026-08-17&quot;:8.6},{&quot;2026-08-18&quot;:8.6},{&quot;2026-08-19&quot;:8.62},{&quot;2026-08-20&quot;:8.62},{&quot;2026-08-21&quot;:8.7},{&quot;2026-08-22&quot;:8.7},{&quot;2026-08-23&quot;:8.7},{&quot;2026-08-24&quot;:8.67},{&quot;2026-08-25&quot;:8.67},{&quot;2026-08-26&quot;:8.67},{&quot;2026-08-27&quot;:8.67},{&quot;2026-08-28&quot;:8.67},{&quot;2026-08-29&quot;:8.67},{&quot;2026-08-30&quot;:8.67},{&quot;2026-08-31&quot;:8.67},{&quot;2026-09-01&quot;:8.67},{&quot;2026-09-02&quot;:8.67},{&quot;2026-09-03&quot;:8.67},{&quot;2026-09-04&quot;:8.67},{&quot;2026-09-05&quot;:8.78},{&quot;2026-09-06&quot;:8.78},{&quot;2026-09-07&quot;:8.78},{&quot;2026-09-08&quot;:8.78},{&quot;2026-09-09&quot;:8.81},{&quot;2026-09-10&quot;:8.72},{&quot;2026-09-11&quot;:8.66}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.15},{&quot;2026-06-11&quot;:8.35},{&quot;2026-06-12&quot;:8.35},{&quot;2026-06-13&quot;:8.34},{&quot;2026-06-14&quot;:8.3},{&quot;2026-06-15&quot;:8.14},{&quot;2026-06-16&quot;:7.87},{&quot;2026-06-17&quot;:7.81},{&quot;2026-06-18&quot;:7.74},{&quot;2026-06-19&quot;:7.71},{&quot;2026-06-20&quot;:7.71},{&quot;2026-06-21&quot;:7.71},{&quot;2026-06-22&quot;:7.71},{&quot;2026-06-23&quot;:7.71},{&quot;2026-06-24&quot;:7.58},{&quot;2026-06-25&quot;:7.38},{&quot;2026-06-26&quot;:7.59},{&quot;2026-06-27&quot;:7.45},{&quot;2026-06-28&quot;:7.27},{&quot;2026-06-29&quot;:7.18},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.49},{&quot;2026-07-02&quot;:7.49},{&quot;2026-07-03&quot;:7.5},{&quot;2026-07-04&quot;:7.6},{&quot;2026-07-05&quot;:7.57},{&quot;2026-07-06&quot;:7.57},{&quot;2026-07-07&quot;:7.6},{&quot;2026-07-08&quot;:7.6},{&quot;2026-07-09&quot;:7.6},{&quot;2026-07-10&quot;:7.59},{&quot;2026-07-11&quot;:7.61},{&quot;2026-07-12&quot;:7.61},{&quot;2026-07-13&quot;:7.65},{&quot;2026-07-14&quot;:7.65},{&quot;2026-07-15&quot;:7.65},{&quot;2026-07-16&quot;:7.65},{&quot;2026-07-17&quot;:7.65},{&quot;2026-07-18&quot;:7.65},{&quot;2026-07-19&quot;:7.57},{&quot;2026-07-20&quot;:7.74},{&quot;2026-07-21&quot;:7.76},{&quot;2026-07-23&quot;:8.0},{&quot;2026-07-25&quot;:8.03},{&quot;2026-07-26&quot;:7.99},{&quot;2026-07-27&quot;:7.87},{&quot;2026-07-29&quot;:7.7},{&quot;2026-07-30&quot;:7.69},{&quot;2026-07-31&quot;:7.69},{&quot;2026-08-01&quot;:7.69},{&quot;2026-08-02&quot;:7.69},{&quot;2026-08-03&quot;:7.69},{&quot;2026-08-04&quot;:7.63},{&quot;2026-08-05&quot;:7.63},{&quot;2026-08-07&quot;:7.63},{&quot;2026-08-08&quot;:7.63},{&quot;2026-08-09&quot;:7.63},{&quot;2026-08-10&quot;:7.65},{&quot;2026-08-11&quot;:7.65},{&quot;2026-08-12&quot;:7.65},{&quot;2026-08-13&quot;:7.97},{&quot;2026-08-14&quot;:7.99},{&quot;2026-08-15&quot;:8.0},{&quot;2026-08-16&quot;:7.99},{&quot;2026-08-17&quot;:7.98},{&quot;2026-08-18&quot;:7.94},{&quot;2026-08-19&quot;:7.94},{&quot;2026-08-20&quot;:7.94},{&quot;2026-08-21&quot;:8.03},{&quot;2026-08-22&quot;:8.03},{&quot;2026-08-23&quot;:7.97},{&quot;2026-08-24&quot;:8.07},{&quot;2026-08-25&quot;:8.07},{&quot;2026-08-26&quot;:7.82},{&quot;2026-08-27&quot;:8.24},{&quot;2026-08-28&quot;:8.24},{&quot;2026-08-29&quot;:8.24},{&quot;2026-08-30&quot;:8.24},{&quot;2026-08-31&quot;:8.16},{&quot;2026-09-01&quot;:8.16},{&quot;2026-09-02&quot;:8.26},{&quot;2026-09-03&quot;:8.02},{&quot;2026-09-04&quot;:8.02},{&quot;2026-09-05&quot;:8.02},{&quot;2026-09-06&quot;:7.95},{&quot;2026-09-07&quot;:7.89},{&quot;2026-09-08&quot;:7.89},{&quot;2026-09-09&quot;:7.91},{&quot;2026-09-10&quot;:7.91},{&quot;2026-09-11&quot;:7.91}]}"
        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="74399"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Minas Tirith" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b38b6760-616f-4b11-8ce7-ac1223c7fd53.jpg?1783916236" />

        <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">
            Minas Tirith
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Minas Tirith" src="https://cards.scryfall.io/large/front/b/3/b38b6760-616f-4b11-8ce7-ac1223c7fd53.jpg?1783916236" />
    </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">
                $7.89
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.94},{&quot;2026-06-14&quot;:6.96},{&quot;2026-06-15&quot;:7.01},{&quot;2026-06-16&quot;:7.01},{&quot;2026-06-17&quot;:7.01},{&quot;2026-06-18&quot;:7.01},{&quot;2026-06-19&quot;:7.01},{&quot;2026-06-20&quot;:7.01},{&quot;2026-06-21&quot;:7.01},{&quot;2026-06-22&quot;:7.02},{&quot;2026-06-23&quot;:7.02},{&quot;2026-06-24&quot;:7.02},{&quot;2026-06-25&quot;:7.04},{&quot;2026-06-26&quot;:7.04},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.04},{&quot;2026-06-29&quot;:7.04},{&quot;2026-06-30&quot;:7.03},{&quot;2026-07-01&quot;:7.03},{&quot;2026-07-02&quot;:7.06},{&quot;2026-07-03&quot;:7.06},{&quot;2026-07-04&quot;:7.11},{&quot;2026-07-05&quot;:7.11},{&quot;2026-07-06&quot;:7.11},{&quot;2026-07-07&quot;:7.11},{&quot;2026-07-08&quot;:7.26},{&quot;2026-07-09&quot;:7.26},{&quot;2026-07-10&quot;:7.19},{&quot;2026-07-11&quot;:7.19},{&quot;2026-07-12&quot;:7.19},{&quot;2026-07-13&quot;:7.19},{&quot;2026-07-14&quot;:7.2},{&quot;2026-07-15&quot;:7.19},{&quot;2026-07-16&quot;:7.19},{&quot;2026-07-17&quot;:7.19},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.19},{&quot;2026-07-20&quot;:7.11},{&quot;2026-07-21&quot;:7.04},{&quot;2026-07-22&quot;:6.9},{&quot;2026-07-23&quot;:6.85},{&quot;2026-07-24&quot;:6.85},{&quot;2026-07-25&quot;:6.85},{&quot;2026-07-26&quot;:6.99},{&quot;2026-07-27&quot;:7.0},{&quot;2026-07-28&quot;:7.05},{&quot;2026-07-29&quot;:7.05},{&quot;2026-07-30&quot;:7.05},{&quot;2026-07-31&quot;:7.08},{&quot;2026-08-01&quot;:7.08},{&quot;2026-08-02&quot;:7.05},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:7.08},{&quot;2026-08-05&quot;:7.08},{&quot;2026-08-07&quot;:7.07},{&quot;2026-08-08&quot;:7.07},{&quot;2026-08-09&quot;:7.16},{&quot;2026-08-10&quot;:7.19},{&quot;2026-08-11&quot;:7.22},{&quot;2026-08-12&quot;:7.16},{&quot;2026-08-13&quot;:7.21},{&quot;2026-08-14&quot;:7.21},{&quot;2026-08-15&quot;:7.25},{&quot;2026-08-16&quot;:7.34},{&quot;2026-08-17&quot;:7.34},{&quot;2026-08-18&quot;:7.34},{&quot;2026-08-19&quot;:7.34},{&quot;2026-08-20&quot;:7.34},{&quot;2026-08-21&quot;:7.34},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.36},{&quot;2026-08-24&quot;:7.55},{&quot;2026-08-25&quot;:7.54},{&quot;2026-08-26&quot;:7.54},{&quot;2026-08-27&quot;:7.54},{&quot;2026-08-28&quot;:7.53},{&quot;2026-08-29&quot;:7.53},{&quot;2026-08-30&quot;:7.53},{&quot;2026-08-31&quot;:7.53},{&quot;2026-09-01&quot;:7.51},{&quot;2026-09-02&quot;:7.31},{&quot;2026-09-03&quot;:7.31},{&quot;2026-09-04&quot;:7.31},{&quot;2026-09-05&quot;:7.31},{&quot;2026-09-06&quot;:7.38},{&quot;2026-09-07&quot;:7.29},{&quot;2026-09-08&quot;:7.1},{&quot;2026-09-09&quot;:7.1},{&quot;2026-09-10&quot;:7.1},{&quot;2026-09-11&quot;:7.1}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:6.04},{&quot;2026-06-16&quot;:6.25},{&quot;2026-06-17&quot;:6.36},{&quot;2026-06-18&quot;:6.31},{&quot;2026-06-19&quot;:6.26},{&quot;2026-06-20&quot;:5.97},{&quot;2026-06-21&quot;:5.94},{&quot;2026-06-22&quot;:5.73},{&quot;2026-06-23&quot;:5.82},{&quot;2026-06-24&quot;:5.78},{&quot;2026-06-25&quot;:5.86},{&quot;2026-06-26&quot;:5.86},{&quot;2026-06-27&quot;:5.75},{&quot;2026-06-28&quot;:5.81},{&quot;2026-06-29&quot;:5.57},{&quot;2026-06-30&quot;:5.75},{&quot;2026-07-01&quot;:6.01},{&quot;2026-07-02&quot;:6.36},{&quot;2026-07-03&quot;:6.37},{&quot;2026-07-04&quot;:6.49},{&quot;2026-07-05&quot;:6.6},{&quot;2026-07-06&quot;:7.0},{&quot;2026-07-07&quot;:6.77},{&quot;2026-07-08&quot;:6.47},{&quot;2026-07-09&quot;:6.27},{&quot;2026-07-10&quot;:6.51},{&quot;2026-07-11&quot;:6.28},{&quot;2026-07-12&quot;:6.15},{&quot;2026-07-13&quot;:6.31},{&quot;2026-07-14&quot;:6.3},{&quot;2026-07-15&quot;:6.45},{&quot;2026-07-16&quot;:6.33},{&quot;2026-07-17&quot;:6.38},{&quot;2026-07-18&quot;:6.28},{&quot;2026-07-19&quot;:6.17},{&quot;2026-07-20&quot;:6.31},{&quot;2026-07-21&quot;:6.55},{&quot;2026-07-22&quot;:6.43},{&quot;2026-07-23&quot;:6.41},{&quot;2026-07-24&quot;:6.26},{&quot;2026-07-25&quot;:6.04},{&quot;2026-07-26&quot;:5.95},{&quot;2026-07-27&quot;:5.95},{&quot;2026-07-28&quot;:6.06},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.31},{&quot;2026-07-31&quot;:6.24},{&quot;2026-08-01&quot;:6.2},{&quot;2026-08-02&quot;:6.24},{&quot;2026-08-03&quot;:6.35},{&quot;2026-08-04&quot;:6.05},{&quot;2026-08-05&quot;:6.03},{&quot;2026-08-07&quot;:6.03},{&quot;2026-08-08&quot;:6.06},{&quot;2026-08-09&quot;:6.26},{&quot;2026-08-10&quot;:6.22},{&quot;2026-08-11&quot;:6.31},{&quot;2026-08-12&quot;:6.54},{&quot;2026-08-13&quot;:6.8},{&quot;2026-08-14&quot;:7.04},{&quot;2026-08-15&quot;:6.94},{&quot;2026-08-16&quot;:6.73},{&quot;2026-08-17&quot;:6.76},{&quot;2026-08-18&quot;:6.7},{&quot;2026-08-19&quot;:6.92},{&quot;2026-08-20&quot;:6.83},{&quot;2026-08-21&quot;:6.51},{&quot;2026-08-22&quot;:6.23},{&quot;2026-08-23&quot;:6.32},{&quot;2026-08-24&quot;:6.36},{&quot;2026-08-25&quot;:6.86},{&quot;2026-08-26&quot;:6.89},{&quot;2026-08-27&quot;:6.77},{&quot;2026-08-28&quot;:6.73},{&quot;2026-08-29&quot;:6.73},{&quot;2026-08-30&quot;:6.84},{&quot;2026-08-31&quot;:6.99},{&quot;2026-09-01&quot;:7.04},{&quot;2026-09-02&quot;:7.09},{&quot;2026-09-03&quot;:7.1},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:6.89},{&quot;2026-09-06&quot;:7.06},{&quot;2026-09-07&quot;:6.94},{&quot;2026-09-08&quot;:7.15},{&quot;2026-09-09&quot;:7.41},{&quot;2026-09-10&quot;:7.87},{&quot;2026-09-11&quot;:7.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="75799"
  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">
            Branching Evolution
        </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">
            $7.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="Branching Evolution" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/9/999b0d67-aec5-495e-91b0-c4b2f31cf17d.jpg?1783913861" />

        <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">
            Branching Evolution
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Branching Evolution" src="https://cards.scryfall.io/large/front/9/9/999b0d67-aec5-495e-91b0-c4b2f31cf17d.jpg?1783913861" />
    </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">
                $7.88
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:6.4},{&quot;2026-06-12&quot;:6.49},{&quot;2026-06-13&quot;:6.56},{&quot;2026-06-14&quot;:6.44},{&quot;2026-06-15&quot;:6.52},{&quot;2026-06-16&quot;:6.54},{&quot;2026-06-17&quot;:6.54},{&quot;2026-06-18&quot;:6.48},{&quot;2026-06-19&quot;:6.43},{&quot;2026-06-20&quot;:6.51},{&quot;2026-06-21&quot;:6.51},{&quot;2026-06-22&quot;:6.51},{&quot;2026-06-23&quot;:6.51},{&quot;2026-06-24&quot;:6.43},{&quot;2026-06-25&quot;:6.38},{&quot;2026-06-26&quot;:6.27},{&quot;2026-06-27&quot;:6.1},{&quot;2026-06-28&quot;:6.13},{&quot;2026-06-29&quot;:6.17},{&quot;2026-06-30&quot;:6.37},{&quot;2026-07-01&quot;:6.48},{&quot;2026-07-02&quot;:6.61},{&quot;2026-07-03&quot;:6.66},{&quot;2026-07-04&quot;:6.8},{&quot;2026-07-05&quot;:6.84},{&quot;2026-07-06&quot;:6.78},{&quot;2026-07-07&quot;:6.64},{&quot;2026-07-08&quot;:6.55},{&quot;2026-07-09&quot;:6.58},{&quot;2026-07-10&quot;:6.58},{&quot;2026-07-11&quot;:6.62},{&quot;2026-07-12&quot;:6.62},{&quot;2026-07-13&quot;:6.63},{&quot;2026-07-14&quot;:6.58},{&quot;2026-07-15&quot;:6.58},{&quot;2026-07-16&quot;:6.5},{&quot;2026-07-17&quot;:6.41},{&quot;2026-07-18&quot;:6.49},{&quot;2026-07-19&quot;:6.5},{&quot;2026-07-20&quot;:6.89},{&quot;2026-07-21&quot;:6.83},{&quot;2026-07-23&quot;:7.03},{&quot;2026-07-25&quot;:7.16},{&quot;2026-07-26&quot;:7.14},{&quot;2026-07-27&quot;:7.11},{&quot;2026-07-28&quot;:7.1},{&quot;2026-07-29&quot;:7.08},{&quot;2026-07-30&quot;:7.1},{&quot;2026-07-31&quot;:6.96},{&quot;2026-08-01&quot;:6.91},{&quot;2026-08-02&quot;:6.95},{&quot;2026-08-03&quot;:6.92},{&quot;2026-08-04&quot;:6.81},{&quot;2026-08-05&quot;:7.02},{&quot;2026-08-07&quot;:7.27},{&quot;2026-08-08&quot;:7.49},{&quot;2026-08-09&quot;:7.6},{&quot;2026-08-10&quot;:7.54},{&quot;2026-08-11&quot;:7.76},{&quot;2026-08-12&quot;:7.54},{&quot;2026-08-13&quot;:7.55},{&quot;2026-08-14&quot;:7.64},{&quot;2026-08-15&quot;:7.59},{&quot;2026-08-16&quot;:7.59},{&quot;2026-08-17&quot;:7.66},{&quot;2026-08-18&quot;:7.68},{&quot;2026-08-19&quot;:7.68},{&quot;2026-08-20&quot;:7.68},{&quot;2026-08-21&quot;:7.71},{&quot;2026-08-22&quot;:7.65},{&quot;2026-08-23&quot;:7.62},{&quot;2026-08-24&quot;:7.83},{&quot;2026-08-25&quot;:7.83},{&quot;2026-08-26&quot;:7.78},{&quot;2026-08-27&quot;:7.81},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:7.97},{&quot;2026-08-31&quot;:7.73},{&quot;2026-09-01&quot;:7.73},{&quot;2026-09-02&quot;:7.64},{&quot;2026-09-03&quot;:7.73},{&quot;2026-09-04&quot;:7.59},{&quot;2026-09-05&quot;:7.87},{&quot;2026-09-06&quot;:7.81},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.48},{&quot;2026-09-09&quot;:7.48},{&quot;2026-09-10&quot;:7.77},{&quot;2026-09-11&quot;:7.88}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="The Wind Crystal" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/19bd0885-baaa-40f2-9c59-b1ea53807540.jpg?1783906641" />

        <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 Wind Crystal
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="The Wind Crystal" src="https://cards.scryfall.io/large/front/1/9/19bd0885-baaa-40f2-9c59-b1ea53807540.jpg?1783906641" />
    </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">
                $7.87
              </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">
                $8.01
              </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.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;:7.2},{&quot;2026-06-10&quot;:7.89},{&quot;2026-06-11&quot;:8.18},{&quot;2026-06-12&quot;:8.1},{&quot;2026-06-13&quot;:8.36},{&quot;2026-06-14&quot;:8.42},{&quot;2026-06-15&quot;:8.55},{&quot;2026-06-16&quot;:8.77},{&quot;2026-06-17&quot;:8.38},{&quot;2026-06-18&quot;:8.38},{&quot;2026-06-19&quot;:8.38},{&quot;2026-06-20&quot;:8.38},{&quot;2026-06-21&quot;:8.38},{&quot;2026-06-22&quot;:8.38},{&quot;2026-06-24&quot;:8.39},{&quot;2026-06-25&quot;:8.43},{&quot;2026-06-26&quot;:8.6},{&quot;2026-06-27&quot;:8.6},{&quot;2026-06-28&quot;:8.6},{&quot;2026-06-29&quot;:8.41},{&quot;2026-06-30&quot;:8.28},{&quot;2026-07-01&quot;:8.28},{&quot;2026-07-02&quot;:8.25},{&quot;2026-07-03&quot;:8.31},{&quot;2026-07-04&quot;:8.31},{&quot;2026-07-05&quot;:7.94},{&quot;2026-07-06&quot;:7.76},{&quot;2026-07-07&quot;:7.74},{&quot;2026-07-08&quot;:7.88},{&quot;2026-07-09&quot;:7.66},{&quot;2026-07-10&quot;:7.61},{&quot;2026-07-11&quot;:7.63},{&quot;2026-07-12&quot;:7.7},{&quot;2026-07-13&quot;:7.62},{&quot;2026-07-14&quot;:7.44},{&quot;2026-07-15&quot;:7.57},{&quot;2026-07-16&quot;:7.6},{&quot;2026-07-17&quot;:7.67},{&quot;2026-07-18&quot;:7.49},{&quot;2026-07-19&quot;:7.47},{&quot;2026-07-20&quot;:7.67},{&quot;2026-07-21&quot;:7.65},{&quot;2026-07-23&quot;:7.67},{&quot;2026-07-25&quot;:7.66},{&quot;2026-07-26&quot;:7.64},{&quot;2026-07-27&quot;:7.85},{&quot;2026-07-29&quot;:7.7},{&quot;2026-07-30&quot;:7.65},{&quot;2026-07-31&quot;:7.56},{&quot;2026-08-01&quot;:7.56},{&quot;2026-08-02&quot;:7.51},{&quot;2026-08-03&quot;:7.59},{&quot;2026-08-04&quot;:7.58},{&quot;2026-08-05&quot;:7.52},{&quot;2026-08-07&quot;:7.49},{&quot;2026-08-08&quot;:7.37},{&quot;2026-08-09&quot;:7.9},{&quot;2026-08-10&quot;:8.01},{&quot;2026-08-11&quot;:8.1},{&quot;2026-08-12&quot;:7.93},{&quot;2026-08-13&quot;:7.93},{&quot;2026-08-14&quot;:8.0},{&quot;2026-08-15&quot;:8.25},{&quot;2026-08-16&quot;:8.25},{&quot;2026-08-17&quot;:8.3},{&quot;2026-08-18&quot;:8.48},{&quot;2026-08-19&quot;:8.48},{&quot;2026-08-20&quot;:8.48},{&quot;2026-08-21&quot;:7.94},{&quot;2026-08-22&quot;:7.94},{&quot;2026-08-23&quot;:7.65},{&quot;2026-08-24&quot;:7.7},{&quot;2026-08-25&quot;:7.7},{&quot;2026-08-26&quot;:7.6},{&quot;2026-08-27&quot;:7.63},{&quot;2026-08-28&quot;:7.54},{&quot;2026-08-29&quot;:7.54},{&quot;2026-08-30&quot;:7.3},{&quot;2026-08-31&quot;:7.31},{&quot;2026-09-01&quot;:7.31},{&quot;2026-09-02&quot;:7.73},{&quot;2026-09-03&quot;:7.74},{&quot;2026-09-04&quot;:7.87},{&quot;2026-09-05&quot;:7.66},{&quot;2026-09-06&quot;:7.6},{&quot;2026-09-07&quot;:7.81},{&quot;2026-09-08&quot;:8.02},{&quot;2026-09-09&quot;:8.0},{&quot;2026-09-10&quot;:7.99},{&quot;2026-09-11&quot;:8.01}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.64},{&quot;2026-06-10&quot;:5.96},{&quot;2026-06-11&quot;:5.9},{&quot;2026-06-12&quot;:5.97},{&quot;2026-06-13&quot;:6.47},{&quot;2026-06-14&quot;:7.81},{&quot;2026-06-15&quot;:7.69},{&quot;2026-06-16&quot;:7.33},{&quot;2026-06-17&quot;:7.13},{&quot;2026-06-18&quot;:6.76},{&quot;2026-06-19&quot;:7.02},{&quot;2026-06-20&quot;:7.13},{&quot;2026-06-21&quot;:7.0},{&quot;2026-06-22&quot;:7.64},{&quot;2026-06-24&quot;:6.47},{&quot;2026-06-25&quot;:7.05},{&quot;2026-06-26&quot;:7.0},{&quot;2026-06-27&quot;:6.87},{&quot;2026-06-28&quot;:7.19},{&quot;2026-06-29&quot;:7.03},{&quot;2026-06-30&quot;:6.15},{&quot;2026-07-01&quot;:5.24},{&quot;2026-07-02&quot;:5.82},{&quot;2026-07-03&quot;:5.98},{&quot;2026-07-04&quot;:6.05},{&quot;2026-07-05&quot;:6.05},{&quot;2026-07-06&quot;:6.31},{&quot;2026-07-07&quot;:6.2},{&quot;2026-07-08&quot;:5.74},{&quot;2026-07-09&quot;:6.01},{&quot;2026-07-10&quot;:5.84},{&quot;2026-07-11&quot;:5.17},{&quot;2026-07-12&quot;:5.8},{&quot;2026-07-13&quot;:6.34},{&quot;2026-07-14&quot;:6.67},{&quot;2026-07-15&quot;:6.05},{&quot;2026-07-16&quot;:6.07},{&quot;2026-07-17&quot;:6.01},{&quot;2026-07-18&quot;:6.28},{&quot;2026-07-19&quot;:6.71},{&quot;2026-07-20&quot;:6.32},{&quot;2026-07-21&quot;:6.6},{&quot;2026-07-23&quot;:6.92},{&quot;2026-07-25&quot;:6.09},{&quot;2026-07-26&quot;:5.76},{&quot;2026-07-27&quot;:6.17},{&quot;2026-07-29&quot;:6.04},{&quot;2026-07-30&quot;:6.23},{&quot;2026-07-31&quot;:6.07},{&quot;2026-08-01&quot;:6.45},{&quot;2026-08-02&quot;:6.43},{&quot;2026-08-03&quot;:6.2},{&quot;2026-08-04&quot;:6.14},{&quot;2026-08-05&quot;:6.23},{&quot;2026-08-07&quot;:5.47},{&quot;2026-08-08&quot;:5.19},{&quot;2026-08-09&quot;:5.77},{&quot;2026-08-10&quot;:5.84},{&quot;2026-08-11&quot;:5.44},{&quot;2026-08-12&quot;:4.86},{&quot;2026-08-13&quot;:5.2},{&quot;2026-08-14&quot;:6.5},{&quot;2026-08-15&quot;:6.37},{&quot;2026-08-16&quot;:5.89},{&quot;2026-08-17&quot;:6.45},{&quot;2026-08-18&quot;:5.74},{&quot;2026-08-19&quot;:5.87},{&quot;2026-08-20&quot;:5.87},{&quot;2026-08-21&quot;:6.07},{&quot;2026-08-22&quot;:6.18},{&quot;2026-08-23&quot;:6.26},{&quot;2026-08-24&quot;:6.16},{&quot;2026-08-25&quot;:6.16},{&quot;2026-08-26&quot;:6.11},{&quot;2026-08-27&quot;:6.16},{&quot;2026-08-28&quot;:6.53},{&quot;2026-08-29&quot;:6.53},{&quot;2026-08-30&quot;:6.96},{&quot;2026-08-31&quot;:7.12},{&quot;2026-09-01&quot;:7.12},{&quot;2026-09-02&quot;:6.81},{&quot;2026-09-03&quot;:7.1},{&quot;2026-09-04&quot;:6.7},{&quot;2026-09-05&quot;:7.18},{&quot;2026-09-06&quot;:6.95},{&quot;2026-09-07&quot;:7.05},{&quot;2026-09-08&quot;:7.92},{&quot;2026-09-09&quot;:7.7},{&quot;2026-09-10&quot;:7.7},{&quot;2026-09-11&quot;:7.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="28377"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.85
          </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="Winged Boots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1aa5f8a-e965-45db-8957-f5c3fe3f2ebb.jpg?1783926251" />

        <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">
            Winged Boots
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Winged Boots" src="https://cards.scryfall.io/large/front/d/1/d1aa5f8a-e965-45db-8957-f5c3fe3f2ebb.jpg?1783926251" />
    </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">
                $7.85
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:10.32},{&quot;2026-06-11&quot;:10.16},{&quot;2026-06-12&quot;:9.92},{&quot;2026-06-13&quot;:9.98},{&quot;2026-06-14&quot;:9.39},{&quot;2026-06-15&quot;:9.39},{&quot;2026-06-16&quot;:9.43},{&quot;2026-06-17&quot;:9.43},{&quot;2026-06-18&quot;:9.3},{&quot;2026-06-19&quot;:9.42},{&quot;2026-06-20&quot;:9.36},{&quot;2026-06-21&quot;:9.46},{&quot;2026-06-22&quot;:9.71},{&quot;2026-06-23&quot;:9.65},{&quot;2026-06-24&quot;:9.71},{&quot;2026-06-25&quot;:9.67},{&quot;2026-06-26&quot;:9.61},{&quot;2026-06-27&quot;:9.53},{&quot;2026-06-28&quot;:9.53},{&quot;2026-06-29&quot;:9.62},{&quot;2026-06-30&quot;:9.72},{&quot;2026-07-01&quot;:9.5},{&quot;2026-07-02&quot;:9.49},{&quot;2026-07-03&quot;:9.41},{&quot;2026-07-04&quot;:9.5},{&quot;2026-07-05&quot;:9.5},{&quot;2026-07-06&quot;:9.5},{&quot;2026-07-07&quot;:9.62},{&quot;2026-07-08&quot;:9.54},{&quot;2026-07-09&quot;:9.65},{&quot;2026-07-10&quot;:9.66},{&quot;2026-07-11&quot;:9.66},{&quot;2026-07-12&quot;:9.73},{&quot;2026-07-13&quot;:9.75},{&quot;2026-07-14&quot;:9.78},{&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.63},{&quot;2026-07-19&quot;:9.63},{&quot;2026-07-20&quot;:9.76},{&quot;2026-07-21&quot;:9.68},{&quot;2026-07-23&quot;:9.82},{&quot;2026-07-25&quot;:9.82},{&quot;2026-07-26&quot;:9.82},{&quot;2026-07-27&quot;:9.81},{&quot;2026-07-29&quot;:9.85},{&quot;2026-07-30&quot;:9.88},{&quot;2026-07-31&quot;:9.8},{&quot;2026-08-01&quot;:9.8},{&quot;2026-08-02&quot;:9.8},{&quot;2026-08-03&quot;:9.8},{&quot;2026-08-04&quot;:9.73},{&quot;2026-08-05&quot;:9.73},{&quot;2026-08-07&quot;:9.73},{&quot;2026-08-08&quot;:9.73},{&quot;2026-08-09&quot;:9.67},{&quot;2026-08-10&quot;:9.57},{&quot;2026-08-11&quot;:9.57},{&quot;2026-08-12&quot;:9.53},{&quot;2026-08-13&quot;:9.54},{&quot;2026-08-14&quot;:9.52},{&quot;2026-08-15&quot;:9.36},{&quot;2026-08-16&quot;:9.36},{&quot;2026-08-17&quot;:9.26},{&quot;2026-08-18&quot;:9.25},{&quot;2026-08-19&quot;:9.28},{&quot;2026-08-20&quot;:9.28},{&quot;2026-08-21&quot;:9.22},{&quot;2026-08-22&quot;:9.26},{&quot;2026-08-23&quot;:9.26},{&quot;2026-08-24&quot;:9.26},{&quot;2026-08-25&quot;:9.26},{&quot;2026-08-26&quot;:9.15},{&quot;2026-08-27&quot;:9.22},{&quot;2026-08-28&quot;:9.01},{&quot;2026-08-29&quot;:9.01},{&quot;2026-08-30&quot;:8.8},{&quot;2026-08-31&quot;:8.8},{&quot;2026-09-01&quot;:8.8},{&quot;2026-09-02&quot;:8.9},{&quot;2026-09-03&quot;:8.9},{&quot;2026-09-04&quot;:8.82},{&quot;2026-09-05&quot;:8.82},{&quot;2026-09-06&quot;:8.82},{&quot;2026-09-07&quot;:8.67},{&quot;2026-09-08&quot;:8.45},{&quot;2026-09-09&quot;:8.29},{&quot;2026-09-10&quot;:8.14},{&quot;2026-09-11&quot;:7.85}]}"
        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="41338"
  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-khm 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">
            Elven Ambush
        </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">
              ↑
              7%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elven Ambush" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/0/70479c44-da7c-48c7-8c6a-47210dc03277.jpg?1783928117" />

        <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">
            Elven Ambush
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Elven Ambush" src="https://cards.scryfall.io/large/front/7/0/70479c44-da7c-48c7-8c6a-47210dc03277.jpg?1783928117" />
    </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">
                $7.82
              </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;:6.56},{&quot;2026-06-14&quot;:7.11},{&quot;2026-06-15&quot;:7.18},{&quot;2026-06-16&quot;:7.44},{&quot;2026-06-17&quot;:7.49},{&quot;2026-06-18&quot;:7.52},{&quot;2026-06-19&quot;:6.95},{&quot;2026-06-20&quot;:6.59},{&quot;2026-06-21&quot;:6.32},{&quot;2026-06-22&quot;:5.89},{&quot;2026-06-23&quot;:6.13},{&quot;2026-06-24&quot;:6.26},{&quot;2026-06-25&quot;:6.26},{&quot;2026-06-26&quot;:6.24},{&quot;2026-06-27&quot;:6.68},{&quot;2026-06-28&quot;:6.68},{&quot;2026-06-29&quot;:6.67},{&quot;2026-06-30&quot;:6.65},{&quot;2026-07-01&quot;:6.62},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.47},{&quot;2026-07-04&quot;:6.44},{&quot;2026-07-05&quot;:6.25},{&quot;2026-07-06&quot;:6.23},{&quot;2026-07-07&quot;:6.12},{&quot;2026-07-08&quot;:6.06},{&quot;2026-07-09&quot;:5.83},{&quot;2026-07-10&quot;:6.01},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:6.15},{&quot;2026-07-13&quot;:6.07},{&quot;2026-07-14&quot;:5.94},{&quot;2026-07-15&quot;:5.71},{&quot;2026-07-16&quot;:5.85},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.89},{&quot;2026-07-19&quot;:6.04},{&quot;2026-07-20&quot;:6.19},{&quot;2026-07-21&quot;:6.12},{&quot;2026-07-22&quot;:6.02},{&quot;2026-07-23&quot;:6.13},{&quot;2026-07-24&quot;:6.45},{&quot;2026-07-25&quot;:6.65},{&quot;2026-07-26&quot;:7.16},{&quot;2026-07-27&quot;:7.02},{&quot;2026-07-28&quot;:7.15},{&quot;2026-07-29&quot;:7.21},{&quot;2026-07-30&quot;:7.15},{&quot;2026-07-31&quot;:7.2},{&quot;2026-08-01&quot;:7.28},{&quot;2026-08-02&quot;:7.03},{&quot;2026-08-03&quot;:7.04},{&quot;2026-08-04&quot;:7.1},{&quot;2026-08-05&quot;:7.14},{&quot;2026-08-07&quot;:7.03},{&quot;2026-08-08&quot;:6.79},{&quot;2026-08-09&quot;:6.99},{&quot;2026-08-10&quot;:6.63},{&quot;2026-08-11&quot;:5.94},{&quot;2026-08-12&quot;:5.48},{&quot;2026-08-13&quot;:5.55},{&quot;2026-08-14&quot;:5.77},{&quot;2026-08-15&quot;:5.57},{&quot;2026-08-16&quot;:5.66},{&quot;2026-08-17&quot;:5.42},{&quot;2026-08-18&quot;:5.24},{&quot;2026-08-19&quot;:5.51},{&quot;2026-08-20&quot;:5.73},{&quot;2026-08-21&quot;:5.61},{&quot;2026-08-22&quot;:5.85},{&quot;2026-08-23&quot;:5.59},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:6.23},{&quot;2026-08-26&quot;:6.87},{&quot;2026-08-27&quot;:6.83},{&quot;2026-08-28&quot;:7.01},{&quot;2026-08-29&quot;:7.01},{&quot;2026-08-30&quot;:7.31},{&quot;2026-08-31&quot;:6.87},{&quot;2026-09-01&quot;:7.24},{&quot;2026-09-02&quot;:7.3},{&quot;2026-09-03&quot;:7.37},{&quot;2026-09-04&quot;:7.44},{&quot;2026-09-05&quot;:7.28},{&quot;2026-09-06&quot;:7.05},{&quot;2026-09-07&quot;:6.63},{&quot;2026-09-08&quot;:6.77},{&quot;2026-09-09&quot;:6.91},{&quot;2026-09-10&quot;:7.24},{&quot;2026-09-11&quot;:7.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="98388"
  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-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">
            Sol Ring
        </span>


      </div>

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

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

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

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

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

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

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            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-1'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/c/1/c1f93f78-645b-4f21-a80b-5542f3328111.jpg?1783904751" />
    </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">
                $7.82
              </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">$3.80</span>
              <span class="text-xs text-grey-text">Credit: $4.94</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.64},{&quot;2026-06-14&quot;:6.67},{&quot;2026-06-15&quot;:6.45},{&quot;2026-06-16&quot;:6.32},{&quot;2026-06-17&quot;:6.4},{&quot;2026-06-18&quot;:6.74},{&quot;2026-06-19&quot;:6.65},{&quot;2026-06-20&quot;:6.56},{&quot;2026-06-21&quot;:6.57},{&quot;2026-06-22&quot;:6.73},{&quot;2026-06-23&quot;:6.87},{&quot;2026-06-24&quot;:7.06},{&quot;2026-06-25&quot;:6.48},{&quot;2026-06-26&quot;:5.96},{&quot;2026-06-27&quot;:6.01},{&quot;2026-06-28&quot;:6.09},{&quot;2026-06-29&quot;:6.02},{&quot;2026-06-30&quot;:6.15},{&quot;2026-07-01&quot;:6.11},{&quot;2026-07-02&quot;:5.95},{&quot;2026-07-03&quot;:6.43},{&quot;2026-07-04&quot;:6.3},{&quot;2026-07-05&quot;:6.19},{&quot;2026-07-06&quot;:6.03},{&quot;2026-07-07&quot;:6.04},{&quot;2026-07-08&quot;:6.49},{&quot;2026-07-09&quot;:6.13},{&quot;2026-07-10&quot;:6.24},{&quot;2026-07-11&quot;:6.05},{&quot;2026-07-12&quot;:5.86},{&quot;2026-07-13&quot;:5.64},{&quot;2026-07-14&quot;:5.87},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.76},{&quot;2026-07-17&quot;:5.47},{&quot;2026-07-18&quot;:5.38},{&quot;2026-07-19&quot;:5.62},{&quot;2026-07-20&quot;:5.83},{&quot;2026-07-21&quot;:5.85},{&quot;2026-07-22&quot;:5.94},{&quot;2026-07-23&quot;:5.62},{&quot;2026-07-24&quot;:5.8},{&quot;2026-07-25&quot;:6.16},{&quot;2026-07-26&quot;:6.19},{&quot;2026-07-27&quot;:6.16},{&quot;2026-07-28&quot;:6.28},{&quot;2026-07-29&quot;:6.47},{&quot;2026-07-30&quot;:6.59},{&quot;2026-07-31&quot;:6.6},{&quot;2026-08-01&quot;:6.61},{&quot;2026-08-02&quot;:7.12},{&quot;2026-08-03&quot;:7.4},{&quot;2026-08-04&quot;:7.29},{&quot;2026-08-05&quot;:7.6},{&quot;2026-08-07&quot;:7.65},{&quot;2026-08-08&quot;:8.22},{&quot;2026-08-09&quot;:7.69},{&quot;2026-08-10&quot;:8.07},{&quot;2026-08-11&quot;:7.47},{&quot;2026-08-12&quot;:7.82},{&quot;2026-08-13&quot;:7.2},{&quot;2026-08-14&quot;:7.16},{&quot;2026-08-15&quot;:7.56},{&quot;2026-08-16&quot;:7.53},{&quot;2026-08-17&quot;:8.22},{&quot;2026-08-18&quot;:8.85},{&quot;2026-08-19&quot;:8.58},{&quot;2026-08-20&quot;:8.18},{&quot;2026-08-21&quot;:8.01},{&quot;2026-08-22&quot;:6.82},{&quot;2026-08-23&quot;:6.75},{&quot;2026-08-24&quot;:6.94},{&quot;2026-08-25&quot;:6.69},{&quot;2026-08-26&quot;:7.03},{&quot;2026-08-27&quot;:7.29},{&quot;2026-08-28&quot;:7.14},{&quot;2026-08-29&quot;:7.14},{&quot;2026-08-30&quot;:7.35},{&quot;2026-08-31&quot;:7.79},{&quot;2026-09-01&quot;:7.63},{&quot;2026-09-02&quot;:7.58},{&quot;2026-09-03&quot;:7.58},{&quot;2026-09-04&quot;:7.61},{&quot;2026-09-05&quot;:7.55},{&quot;2026-09-06&quot;:7.57},{&quot;2026-09-07&quot;:7.78},{&quot;2026-09-08&quot;:7.82},{&quot;2026-09-09&quot;:7.95},{&quot;2026-09-10&quot;:7.91},{&quot;2026-09-11&quot;:7.82}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20986"
  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">
            Darksteel Plate
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.81
          </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="Darksteel Plate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/f/3f99fb1e-99a6-4c83-98eb-7bff23996a7f.jpg?1783921791" />

        <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">
            Darksteel Plate
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Darksteel Plate" src="https://cards.scryfall.io/large/front/3/f/3f99fb1e-99a6-4c83-98eb-7bff23996a7f.jpg?1783921791" />
    </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">
                $7.81
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.17},{&quot;2026-06-10&quot;:7.17},{&quot;2026-06-11&quot;:7.17},{&quot;2026-06-12&quot;:7.15},{&quot;2026-06-13&quot;:7.23},{&quot;2026-06-14&quot;:7.23},{&quot;2026-06-15&quot;:7.23},{&quot;2026-06-16&quot;:7.23},{&quot;2026-06-17&quot;:7.23},{&quot;2026-06-18&quot;:7.4},{&quot;2026-06-19&quot;:7.4},{&quot;2026-06-20&quot;:7.4},{&quot;2026-06-21&quot;:7.4},{&quot;2026-06-22&quot;:7.4},{&quot;2026-06-24&quot;:7.4},{&quot;2026-06-25&quot;:7.4},{&quot;2026-06-26&quot;:7.33},{&quot;2026-06-27&quot;:7.33},{&quot;2026-06-28&quot;:7.19},{&quot;2026-06-29&quot;:7.19},{&quot;2026-06-30&quot;:7.19},{&quot;2026-07-01&quot;:7.2},{&quot;2026-07-02&quot;:7.2},{&quot;2026-07-03&quot;:7.2},{&quot;2026-07-04&quot;:7.28},{&quot;2026-07-05&quot;:7.28},{&quot;2026-07-06&quot;:7.28},{&quot;2026-07-07&quot;:7.28},{&quot;2026-07-08&quot;:7.26},{&quot;2026-07-09&quot;:7.26},{&quot;2026-07-10&quot;:7.26},{&quot;2026-07-11&quot;:7.31},{&quot;2026-07-12&quot;:7.31},{&quot;2026-07-13&quot;:7.31},{&quot;2026-07-14&quot;:7.31},{&quot;2026-07-15&quot;:7.31},{&quot;2026-07-16&quot;:7.4},{&quot;2026-07-17&quot;:7.4},{&quot;2026-07-18&quot;:7.42},{&quot;2026-07-19&quot;:7.42},{&quot;2026-07-20&quot;:7.42},{&quot;2026-07-21&quot;:7.42},{&quot;2026-07-23&quot;:7.39},{&quot;2026-07-25&quot;:7.39},{&quot;2026-07-26&quot;:7.39},{&quot;2026-07-27&quot;:7.42},{&quot;2026-07-29&quot;:7.46},{&quot;2026-07-30&quot;:7.46},{&quot;2026-07-31&quot;:7.46},{&quot;2026-08-01&quot;:7.46},{&quot;2026-08-02&quot;:7.5},{&quot;2026-08-03&quot;:7.5},{&quot;2026-08-04&quot;:7.5},{&quot;2026-08-05&quot;:7.5},{&quot;2026-08-07&quot;:7.5},{&quot;2026-08-08&quot;:7.5},{&quot;2026-08-09&quot;:7.5},{&quot;2026-08-10&quot;:7.5},{&quot;2026-08-11&quot;:7.5},{&quot;2026-08-12&quot;:7.51},{&quot;2026-08-13&quot;:7.27},{&quot;2026-08-14&quot;:7.27},{&quot;2026-08-15&quot;:7.27},{&quot;2026-08-16&quot;:7.18},{&quot;2026-08-17&quot;:7.18},{&quot;2026-08-18&quot;:7.18},{&quot;2026-08-19&quot;:7.18},{&quot;2026-08-20&quot;:7.18},{&quot;2026-08-21&quot;:7.11},{&quot;2026-08-22&quot;:7.15},{&quot;2026-08-23&quot;:7.17},{&quot;2026-08-24&quot;:7.17},{&quot;2026-08-25&quot;:7.17},{&quot;2026-08-26&quot;:7.17},{&quot;2026-08-27&quot;:7.17},{&quot;2026-08-28&quot;:7.17},{&quot;2026-08-29&quot;:7.17},{&quot;2026-08-30&quot;:7.17},{&quot;2026-08-31&quot;:7.17},{&quot;2026-09-01&quot;:7.17},{&quot;2026-09-02&quot;:7.17},{&quot;2026-09-03&quot;:7.17},{&quot;2026-09-04&quot;:7.17},{&quot;2026-09-05&quot;:7.19},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.19},{&quot;2026-09-09&quot;:7.19},{&quot;2026-09-10&quot;:7.19},{&quot;2026-09-11&quot;:7.19}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.05},{&quot;2026-06-10&quot;:6.51},{&quot;2026-06-11&quot;:6.41},{&quot;2026-06-12&quot;:6.41},{&quot;2026-06-13&quot;:6.41},{&quot;2026-06-14&quot;:6.41},{&quot;2026-06-15&quot;:6.54},{&quot;2026-06-16&quot;:6.54},{&quot;2026-06-17&quot;:6.36},{&quot;2026-06-18&quot;:6.46},{&quot;2026-06-19&quot;:6.58},{&quot;2026-06-20&quot;:6.58},{&quot;2026-06-21&quot;:6.59},{&quot;2026-06-22&quot;:6.59},{&quot;2026-06-24&quot;:6.9},{&quot;2026-06-25&quot;:6.89},{&quot;2026-06-26&quot;:6.72},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.04},{&quot;2026-06-29&quot;:6.65},{&quot;2026-06-30&quot;:6.69},{&quot;2026-07-01&quot;:6.67},{&quot;2026-07-02&quot;:6.85},{&quot;2026-07-03&quot;:6.65},{&quot;2026-07-04&quot;:6.6},{&quot;2026-07-05&quot;:6.47},{&quot;2026-07-06&quot;:6.42},{&quot;2026-07-07&quot;:6.45},{&quot;2026-07-08&quot;:6.2},{&quot;2026-07-09&quot;:6.25},{&quot;2026-07-10&quot;:6.1},{&quot;2026-07-11&quot;:6.1},{&quot;2026-07-12&quot;:6.29},{&quot;2026-07-13&quot;:6.47},{&quot;2026-07-14&quot;:6.47},{&quot;2026-07-15&quot;:6.53},{&quot;2026-07-16&quot;:6.5},{&quot;2026-07-17&quot;:6.4},{&quot;2026-07-18&quot;:6.43},{&quot;2026-07-19&quot;:6.44},{&quot;2026-07-20&quot;:6.44},{&quot;2026-07-21&quot;:6.58},{&quot;2026-07-23&quot;:6.95},{&quot;2026-07-25&quot;:6.95},{&quot;2026-07-26&quot;:6.88},{&quot;2026-07-27&quot;:6.8},{&quot;2026-07-29&quot;:6.82},{&quot;2026-07-30&quot;:6.73},{&quot;2026-07-31&quot;:6.71},{&quot;2026-08-01&quot;:6.71},{&quot;2026-08-02&quot;:6.76},{&quot;2026-08-03&quot;:6.91},{&quot;2026-08-04&quot;:6.97},{&quot;2026-08-05&quot;:6.97},{&quot;2026-08-07&quot;:6.92},{&quot;2026-08-08&quot;:6.92},{&quot;2026-08-09&quot;:6.91},{&quot;2026-08-10&quot;:6.83},{&quot;2026-08-11&quot;:6.85},{&quot;2026-08-12&quot;:6.73},{&quot;2026-08-13&quot;:6.65},{&quot;2026-08-14&quot;:6.65},{&quot;2026-08-15&quot;:6.62},{&quot;2026-08-16&quot;:6.87},{&quot;2026-08-17&quot;:6.93},{&quot;2026-08-18&quot;:6.87},{&quot;2026-08-19&quot;:6.87},{&quot;2026-08-20&quot;:6.87},{&quot;2026-08-21&quot;:6.43},{&quot;2026-08-22&quot;:6.52},{&quot;2026-08-23&quot;:6.51},{&quot;2026-08-24&quot;:6.57},{&quot;2026-08-25&quot;:6.57},{&quot;2026-08-26&quot;:6.64},{&quot;2026-08-27&quot;:6.65},{&quot;2026-08-28&quot;:6.63},{&quot;2026-08-29&quot;:6.63},{&quot;2026-08-30&quot;:6.74},{&quot;2026-08-31&quot;:6.78},{&quot;2026-09-01&quot;:6.78},{&quot;2026-09-02&quot;:6.67},{&quot;2026-09-03&quot;:6.7},{&quot;2026-09-04&quot;:6.6},{&quot;2026-09-05&quot;:6.58},{&quot;2026-09-06&quot;:6.84},{&quot;2026-09-07&quot;:7.01},{&quot;2026-09-08&quot;:7.37},{&quot;2026-09-09&quot;:7.43},{&quot;2026-09-10&quot;:7.48},{&quot;2026-09-11&quot;:7.81}]}"
        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="49437"
  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-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">
            Snow-Covered Plains
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            9 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">
            $0.91
          </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="Snow-Covered Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a961768-6166-4852-b518-23eb4cced47d.jpg?1783933064" />

        <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">
            Snow-Covered Plains
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Basic Snow Land — Plains</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="Snow-Covered Plains" src="https://cards.scryfall.io/large/front/7/a/7a961768-6166-4852-b518-23eb4cced47d.jpg?1783933064" />
    </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">
            8
          </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.91
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.52</span>
              <span class="text-xs text-grey-text">Credit: $0.68</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.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-12&quot;:6.4},{&quot;2026-06-13&quot;:6.92},{&quot;2026-06-14&quot;:7.05},{&quot;2026-06-15&quot;:7.05},{&quot;2026-06-16&quot;:7.05},{&quot;2026-06-17&quot;:7.05},{&quot;2026-06-18&quot;:7.05},{&quot;2026-06-19&quot;:7.05},{&quot;2026-06-20&quot;:7.05},{&quot;2026-06-21&quot;:7.05},{&quot;2026-06-22&quot;:7.05},{&quot;2026-06-23&quot;:7.05},{&quot;2026-06-24&quot;:7.05},{&quot;2026-06-25&quot;:7.05},{&quot;2026-06-26&quot;:7.05},{&quot;2026-06-27&quot;:7.05},{&quot;2026-06-28&quot;:7.05},{&quot;2026-06-29&quot;:7.05},{&quot;2026-06-30&quot;:7.2},{&quot;2026-07-01&quot;:7.2},{&quot;2026-07-02&quot;:7.2},{&quot;2026-07-03&quot;:7.2},{&quot;2026-07-04&quot;:7.2},{&quot;2026-07-05&quot;:7.2},{&quot;2026-07-06&quot;:7.2},{&quot;2026-07-07&quot;:7.2},{&quot;2026-07-08&quot;:7.2},{&quot;2026-07-09&quot;:7.2},{&quot;2026-07-10&quot;:7.2},{&quot;2026-07-11&quot;:7.2},{&quot;2026-07-12&quot;:7.2},{&quot;2026-07-13&quot;:7.2},{&quot;2026-07-14&quot;:7.2},{&quot;2026-07-15&quot;:7.2},{&quot;2026-07-16&quot;:7.11},{&quot;2026-07-17&quot;:7.11},{&quot;2026-07-18&quot;:7.11},{&quot;2026-07-19&quot;:7.11},{&quot;2026-07-20&quot;:7.11},{&quot;2026-07-21&quot;:7.11},{&quot;2026-07-23&quot;:7.08},{&quot;2026-07-24&quot;:7.08},{&quot;2026-07-25&quot;:7.08},{&quot;2026-07-26&quot;:7.08},{&quot;2026-07-27&quot;:7.08},{&quot;2026-07-28&quot;:7.08},{&quot;2026-07-29&quot;:7.08},{&quot;2026-07-30&quot;:7.08},{&quot;2026-07-31&quot;:7.08},{&quot;2026-08-01&quot;:7.08},{&quot;2026-08-02&quot;:7.08},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:7.08},{&quot;2026-08-05&quot;:7.08},{&quot;2026-08-07&quot;:7.08},{&quot;2026-08-08&quot;:7.17},{&quot;2026-08-09&quot;:7.17},{&quot;2026-08-10&quot;:7.17},{&quot;2026-08-11&quot;:7.17},{&quot;2026-08-12&quot;:7.17},{&quot;2026-08-13&quot;:7.17},{&quot;2026-08-14&quot;:7.22},{&quot;2026-08-15&quot;:7.22},{&quot;2026-08-16&quot;:7.22},{&quot;2026-08-17&quot;:7.22},{&quot;2026-08-18&quot;:7.22},{&quot;2026-08-19&quot;:7.3},{&quot;2026-08-20&quot;:7.3},{&quot;2026-08-21&quot;:7.3},{&quot;2026-08-22&quot;:7.3},{&quot;2026-08-23&quot;:7.3},{&quot;2026-08-24&quot;:7.3},{&quot;2026-08-25&quot;:7.3},{&quot;2026-08-26&quot;:7.3},{&quot;2026-08-27&quot;:7.3},{&quot;2026-08-28&quot;:7.3},{&quot;2026-08-29&quot;:7.3},{&quot;2026-08-30&quot;:7.3},{&quot;2026-08-31&quot;:7.3},{&quot;2026-09-01&quot;:7.3},{&quot;2026-09-02&quot;:7.8},{&quot;2026-09-03&quot;:7.8},{&quot;2026-09-04&quot;:7.8},{&quot;2026-09-05&quot;:7.8},{&quot;2026-09-06&quot;:7.8},{&quot;2026-09-07&quot;:7.8},{&quot;2026-09-08&quot;:7.8},{&quot;2026-09-09&quot;:7.8},{&quot;2026-09-10&quot;:7.8},{&quot;2026-09-11&quot;:7.8}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:0.79},{&quot;2026-06-13&quot;:0.81},{&quot;2026-06-14&quot;:0.85},{&quot;2026-06-15&quot;:0.85},{&quot;2026-06-16&quot;:0.82},{&quot;2026-06-17&quot;:0.81},{&quot;2026-06-18&quot;:0.81},{&quot;2026-06-19&quot;:0.77},{&quot;2026-06-20&quot;:0.78},{&quot;2026-06-21&quot;:0.8},{&quot;2026-06-22&quot;:0.86},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.85},{&quot;2026-06-25&quot;:0.85},{&quot;2026-06-26&quot;:0.92},{&quot;2026-06-27&quot;:0.91},{&quot;2026-06-28&quot;:0.93},{&quot;2026-06-29&quot;:0.93},{&quot;2026-06-30&quot;:0.91},{&quot;2026-07-01&quot;:0.91},{&quot;2026-07-02&quot;:0.85},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.89},{&quot;2026-07-05&quot;:0.94},{&quot;2026-07-06&quot;:0.95},{&quot;2026-07-07&quot;:0.98},{&quot;2026-07-08&quot;:0.96},{&quot;2026-07-09&quot;:0.95},{&quot;2026-07-10&quot;:0.98},{&quot;2026-07-11&quot;:0.98},{&quot;2026-07-12&quot;:0.96},{&quot;2026-07-13&quot;:0.97},{&quot;2026-07-14&quot;:0.93},{&quot;2026-07-15&quot;:0.9},{&quot;2026-07-16&quot;:0.9},{&quot;2026-07-17&quot;:0.88},{&quot;2026-07-18&quot;:0.92},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.9},{&quot;2026-07-21&quot;:0.92},{&quot;2026-07-23&quot;:0.97},{&quot;2026-07-24&quot;:0.95},{&quot;2026-07-25&quot;:0.93},{&quot;2026-07-26&quot;:0.94},{&quot;2026-07-27&quot;:0.94},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:0.98},{&quot;2026-08-01&quot;:0.98},{&quot;2026-08-02&quot;:0.99},{&quot;2026-08-03&quot;:0.98},{&quot;2026-08-04&quot;:1.02},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:0.96},{&quot;2026-08-08&quot;:0.83},{&quot;2026-08-09&quot;:0.83},{&quot;2026-08-10&quot;:0.83},{&quot;2026-08-11&quot;:0.86},{&quot;2026-08-12&quot;:0.84},{&quot;2026-08-13&quot;:0.89},{&quot;2026-08-14&quot;:0.88},{&quot;2026-08-15&quot;:0.84},{&quot;2026-08-16&quot;:0.83},{&quot;2026-08-17&quot;:0.74},{&quot;2026-08-18&quot;:0.75},{&quot;2026-08-19&quot;:0.73},{&quot;2026-08-20&quot;:0.73},{&quot;2026-08-21&quot;:0.74},{&quot;2026-08-22&quot;:0.78},{&quot;2026-08-23&quot;:0.81},{&quot;2026-08-24&quot;:0.82},{&quot;2026-08-25&quot;:0.8},{&quot;2026-08-26&quot;:0.84},{&quot;2026-08-27&quot;:0.82},{&quot;2026-08-28&quot;:0.78},{&quot;2026-08-29&quot;:0.78},{&quot;2026-08-30&quot;:0.78},{&quot;2026-08-31&quot;:0.82},{&quot;2026-09-01&quot;:0.84},{&quot;2026-09-02&quot;:0.85},{&quot;2026-09-03&quot;:0.87},{&quot;2026-09-04&quot;:0.88},{&quot;2026-09-05&quot;:0.88},{&quot;2026-09-06&quot;:0.89},{&quot;2026-09-07&quot;:0.91},{&quot;2026-09-08&quot;:0.91},{&quot;2026-09-09&quot;:0.9},{&quot;2026-09-10&quot;:0.9},{&quot;2026-09-11&quot;:0.91}]}"
        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="47311"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-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">
            Avacyn&#39;s Memorial
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Avacyn&#39;s Memorial" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/8/c8134a08-4c7f-419e-940d-95bc9f630ae2.jpg?1783925373" />

        <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">
            Avacyn&#39;s Memorial
        </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><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="Avacyn&#39;s Memorial" src="https://cards.scryfall.io/large/front/c/8/c8134a08-4c7f-419e-940d-95bc9f630ae2.jpg?1783925373" />
    </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">
                $7.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">$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;:8.48},{&quot;2026-06-12&quot;:8.47},{&quot;2026-06-13&quot;:8.53},{&quot;2026-06-14&quot;:8.55},{&quot;2026-06-15&quot;:8.51},{&quot;2026-06-16&quot;:8.51},{&quot;2026-06-17&quot;:8.51},{&quot;2026-06-18&quot;:8.51},{&quot;2026-06-19&quot;:8.51},{&quot;2026-06-20&quot;:8.52},{&quot;2026-06-21&quot;:8.5},{&quot;2026-06-22&quot;:8.5},{&quot;2026-06-23&quot;:8.5},{&quot;2026-06-24&quot;:8.5},{&quot;2026-06-25&quot;:8.41},{&quot;2026-06-26&quot;:8.41},{&quot;2026-06-27&quot;:8.46},{&quot;2026-06-28&quot;:8.46},{&quot;2026-06-29&quot;:8.41},{&quot;2026-06-30&quot;:8.4},{&quot;2026-07-01&quot;:8.34},{&quot;2026-07-02&quot;:8.34},{&quot;2026-07-03&quot;:8.38},{&quot;2026-07-04&quot;:8.31},{&quot;2026-07-05&quot;:8.54},{&quot;2026-07-06&quot;:8.61},{&quot;2026-07-07&quot;:8.68},{&quot;2026-07-08&quot;:8.76},{&quot;2026-07-09&quot;:8.76},{&quot;2026-07-10&quot;:8.76},{&quot;2026-07-11&quot;:8.76},{&quot;2026-07-12&quot;:8.76},{&quot;2026-07-13&quot;:8.76},{&quot;2026-07-14&quot;:8.66},{&quot;2026-07-15&quot;:8.7},{&quot;2026-07-16&quot;:8.58},{&quot;2026-07-17&quot;:8.73},{&quot;2026-07-18&quot;:8.89},{&quot;2026-07-19&quot;:8.89},{&quot;2026-07-20&quot;:8.95},{&quot;2026-07-21&quot;:8.99},{&quot;2026-07-23&quot;:8.88},{&quot;2026-07-25&quot;:8.79},{&quot;2026-07-26&quot;:8.79},{&quot;2026-07-27&quot;:8.79},{&quot;2026-07-28&quot;:8.75},{&quot;2026-07-29&quot;:8.75},{&quot;2026-07-30&quot;:8.64},{&quot;2026-07-31&quot;:8.67},{&quot;2026-08-01&quot;:8.63},{&quot;2026-08-02&quot;:8.56},{&quot;2026-08-03&quot;:8.56},{&quot;2026-08-04&quot;:8.64},{&quot;2026-08-05&quot;:8.25},{&quot;2026-08-07&quot;:8.22},{&quot;2026-08-08&quot;:8.22},{&quot;2026-08-09&quot;:8.22},{&quot;2026-08-10&quot;:8.22},{&quot;2026-08-11&quot;:8.19},{&quot;2026-08-12&quot;:7.35},{&quot;2026-08-13&quot;:7.26},{&quot;2026-08-14&quot;:7.26},{&quot;2026-08-15&quot;:7.44},{&quot;2026-08-16&quot;:7.44},{&quot;2026-08-17&quot;:7.49},{&quot;2026-08-18&quot;:7.59},{&quot;2026-08-19&quot;:7.55},{&quot;2026-08-20&quot;:7.55},{&quot;2026-08-21&quot;:7.71},{&quot;2026-08-22&quot;:7.71},{&quot;2026-08-23&quot;:7.69},{&quot;2026-08-24&quot;:7.69},{&quot;2026-08-25&quot;:7.69},{&quot;2026-08-26&quot;:7.69},{&quot;2026-08-27&quot;:7.69},{&quot;2026-08-28&quot;:7.5},{&quot;2026-08-29&quot;:7.5},{&quot;2026-08-30&quot;:7.51},{&quot;2026-08-31&quot;:7.59},{&quot;2026-09-01&quot;:7.68},{&quot;2026-09-02&quot;:7.68},{&quot;2026-09-03&quot;:7.67},{&quot;2026-09-04&quot;:7.67},{&quot;2026-09-05&quot;:7.69},{&quot;2026-09-06&quot;:7.7},{&quot;2026-09-07&quot;:7.75},{&quot;2026-09-08&quot;:7.78},{&quot;2026-09-09&quot;:7.78},{&quot;2026-09-10&quot;:7.78},{&quot;2026-09-11&quot;:7.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="40284"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Eerie Interlude" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/b/4ba9f15f-00d2-4797-9228-91b320e85705.jpg?1783928332" />

        <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">
            Eerie Interlude
        </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-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="Eerie Interlude" src="https://cards.scryfall.io/large/front/4/b/4ba9f15f-00d2-4797-9228-91b320e85705.jpg?1783928332" />
    </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">
                $7.75
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $4.94</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.77},{&quot;2026-06-14&quot;:6.9},{&quot;2026-06-15&quot;:6.97},{&quot;2026-06-16&quot;:6.97},{&quot;2026-06-17&quot;:7.14},{&quot;2026-06-18&quot;:7.43},{&quot;2026-06-19&quot;:7.57},{&quot;2026-06-20&quot;:7.67},{&quot;2026-06-21&quot;:7.57},{&quot;2026-06-22&quot;:8.14},{&quot;2026-06-23&quot;:8.02},{&quot;2026-06-24&quot;:8.25},{&quot;2026-06-25&quot;:8.34},{&quot;2026-06-26&quot;:8.56},{&quot;2026-06-27&quot;:8.22},{&quot;2026-06-28&quot;:7.92},{&quot;2026-06-29&quot;:7.35},{&quot;2026-06-30&quot;:7.39},{&quot;2026-07-01&quot;:7.43},{&quot;2026-07-02&quot;:7.28},{&quot;2026-07-03&quot;:7.37},{&quot;2026-07-04&quot;:7.42},{&quot;2026-07-05&quot;:7.43},{&quot;2026-07-06&quot;:7.29},{&quot;2026-07-07&quot;:7.18},{&quot;2026-07-08&quot;:7.18},{&quot;2026-07-09&quot;:7.23},{&quot;2026-07-10&quot;:7.79},{&quot;2026-07-11&quot;:8.16},{&quot;2026-07-12&quot;:8.16},{&quot;2026-07-13&quot;:8.21},{&quot;2026-07-14&quot;:8.21},{&quot;2026-07-15&quot;:8.08},{&quot;2026-07-16&quot;:8.22},{&quot;2026-07-17&quot;:8.23},{&quot;2026-07-18&quot;:8.05},{&quot;2026-07-19&quot;:8.05},{&quot;2026-07-20&quot;:8.18},{&quot;2026-07-21&quot;:8.43},{&quot;2026-07-22&quot;:8.37},{&quot;2026-07-23&quot;:8.36},{&quot;2026-07-24&quot;:8.32},{&quot;2026-07-25&quot;:8.37},{&quot;2026-07-26&quot;:8.4},{&quot;2026-07-27&quot;:8.34},{&quot;2026-07-28&quot;:8.34},{&quot;2026-07-29&quot;:8.24},{&quot;2026-07-30&quot;:8.05},{&quot;2026-07-31&quot;:7.99},{&quot;2026-08-01&quot;:7.99},{&quot;2026-08-02&quot;:7.99},{&quot;2026-08-03&quot;:7.74},{&quot;2026-08-04&quot;:7.35},{&quot;2026-08-05&quot;:7.35},{&quot;2026-08-07&quot;:7.35},{&quot;2026-08-08&quot;:7.42},{&quot;2026-08-09&quot;:7.42},{&quot;2026-08-10&quot;:7.42},{&quot;2026-08-11&quot;:7.41},{&quot;2026-08-12&quot;:7.45},{&quot;2026-08-13&quot;:7.22},{&quot;2026-08-14&quot;:7.16},{&quot;2026-08-15&quot;:6.88},{&quot;2026-08-16&quot;:6.74},{&quot;2026-08-17&quot;:6.68},{&quot;2026-08-18&quot;:6.59},{&quot;2026-08-19&quot;:6.74},{&quot;2026-08-20&quot;:6.8},{&quot;2026-08-21&quot;:6.99},{&quot;2026-08-22&quot;:7.03},{&quot;2026-08-23&quot;:7.03},{&quot;2026-08-24&quot;:7.11},{&quot;2026-08-25&quot;:7.26},{&quot;2026-08-26&quot;:7.26},{&quot;2026-08-27&quot;:7.18},{&quot;2026-08-28&quot;:7.18},{&quot;2026-08-29&quot;:7.18},{&quot;2026-08-30&quot;:7.17},{&quot;2026-08-31&quot;:7.17},{&quot;2026-09-01&quot;:7.38},{&quot;2026-09-02&quot;:7.46},{&quot;2026-09-03&quot;:7.94},{&quot;2026-09-04&quot;:7.94},{&quot;2026-09-05&quot;:7.94},{&quot;2026-09-06&quot;:7.94},{&quot;2026-09-07&quot;:7.83},{&quot;2026-09-08&quot;:7.89},{&quot;2026-09-09&quot;:7.75},{&quot;2026-09-10&quot;:7.75},{&quot;2026-09-11&quot;:7.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="10489"
  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">
            Strionic Resonator
        </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">
            $7.74
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Strionic Resonator
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Strionic Resonator" src="https://cards.scryfall.io/large/front/8/8/88326f60-1c86-4aca-8e6a-b1882a048635.jpg?1783932722" />
    </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">
                $7.74
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.90</span>
              <span class="text-xs text-grey-text">Credit: $3.77</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.19},{&quot;2026-06-14&quot;:7.21},{&quot;2026-06-15&quot;:7.21},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.22},{&quot;2026-06-18&quot;:7.22},{&quot;2026-06-19&quot;:7.22},{&quot;2026-06-20&quot;:7.29},{&quot;2026-06-21&quot;:7.54},{&quot;2026-06-22&quot;:7.12},{&quot;2026-06-23&quot;:7.3},{&quot;2026-06-24&quot;:7.15},{&quot;2026-06-25&quot;:7.36},{&quot;2026-06-26&quot;:6.92},{&quot;2026-06-27&quot;:7.12},{&quot;2026-06-28&quot;:7.0},{&quot;2026-06-29&quot;:7.2},{&quot;2026-06-30&quot;:7.32},{&quot;2026-07-01&quot;:7.12},{&quot;2026-07-02&quot;:7.04},{&quot;2026-07-03&quot;:7.32},{&quot;2026-07-04&quot;:7.54},{&quot;2026-07-05&quot;:7.67},{&quot;2026-07-06&quot;:7.67},{&quot;2026-07-07&quot;:7.6},{&quot;2026-07-08&quot;:7.6},{&quot;2026-07-09&quot;:7.6},{&quot;2026-07-10&quot;:7.59},{&quot;2026-07-11&quot;:7.62},{&quot;2026-07-12&quot;:7.47},{&quot;2026-07-13&quot;:7.36},{&quot;2026-07-14&quot;:7.18},{&quot;2026-07-15&quot;:7.11},{&quot;2026-07-16&quot;:7.26},{&quot;2026-07-17&quot;:7.2},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.33},{&quot;2026-07-20&quot;:7.33},{&quot;2026-07-21&quot;:7.43},{&quot;2026-07-22&quot;:7.69},{&quot;2026-07-23&quot;:7.7},{&quot;2026-07-24&quot;:7.73},{&quot;2026-07-25&quot;:7.71},{&quot;2026-07-26&quot;:7.82},{&quot;2026-07-27&quot;:7.7},{&quot;2026-07-28&quot;:7.85},{&quot;2026-07-29&quot;:7.89},{&quot;2026-07-30&quot;:7.86},{&quot;2026-07-31&quot;:7.86},{&quot;2026-08-01&quot;:7.94},{&quot;2026-08-02&quot;:7.96},{&quot;2026-08-03&quot;:7.78},{&quot;2026-08-04&quot;:7.61},{&quot;2026-08-05&quot;:7.7},{&quot;2026-08-07&quot;:7.38},{&quot;2026-08-08&quot;:7.36},{&quot;2026-08-09&quot;:7.36},{&quot;2026-08-10&quot;:7.33},{&quot;2026-08-11&quot;:7.25},{&quot;2026-08-12&quot;:7.25},{&quot;2026-08-13&quot;:7.25},{&quot;2026-08-14&quot;:7.38},{&quot;2026-08-15&quot;:7.46},{&quot;2026-08-16&quot;:7.54},{&quot;2026-08-17&quot;:7.64},{&quot;2026-08-18&quot;:7.76},{&quot;2026-08-19&quot;:7.76},{&quot;2026-08-20&quot;:7.84},{&quot;2026-08-21&quot;:7.66},{&quot;2026-08-22&quot;:7.61},{&quot;2026-08-23&quot;:7.61},{&quot;2026-08-24&quot;:7.61},{&quot;2026-08-25&quot;:7.54},{&quot;2026-08-26&quot;:7.39},{&quot;2026-08-27&quot;:7.39},{&quot;2026-08-28&quot;:7.33},{&quot;2026-08-29&quot;:7.33},{&quot;2026-08-30&quot;:7.33},{&quot;2026-08-31&quot;:7.33},{&quot;2026-09-01&quot;:7.33},{&quot;2026-09-02&quot;:7.51},{&quot;2026-09-03&quot;:7.79},{&quot;2026-09-04&quot;:7.83},{&quot;2026-09-05&quot;:7.75},{&quot;2026-09-06&quot;:7.74},{&quot;2026-09-07&quot;:7.74},{&quot;2026-09-08&quot;:7.74},{&quot;2026-09-09&quot;:7.74},{&quot;2026-09-10&quot;:7.74},{&quot;2026-09-11&quot;:7.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="68529"
  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-snc 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">
            Professional Face-Breaker
        </span>


      </div>

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Professional Face-Breaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/2/42acbf52-b137-44f0-a815-2817fe8d2da2.jpg?1783923119" />

        <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">
            Professional Face-Breaker
        </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 Warrior</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Professional Face-Breaker" src="https://cards.scryfall.io/large/front/4/2/42acbf52-b137-44f0-a815-2817fe8d2da2.jpg?1783923119" />
    </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">
                $7.74
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.24
              </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.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.37},{&quot;2026-06-14&quot;:7.34},{&quot;2026-06-15&quot;:7.44},{&quot;2026-06-16&quot;:7.44},{&quot;2026-06-17&quot;:7.43},{&quot;2026-06-18&quot;:7.43},{&quot;2026-06-19&quot;:7.34},{&quot;2026-06-20&quot;:7.31},{&quot;2026-06-21&quot;:7.31},{&quot;2026-06-22&quot;:7.22},{&quot;2026-06-23&quot;:7.22},{&quot;2026-06-24&quot;:7.22},{&quot;2026-06-25&quot;:7.22},{&quot;2026-06-26&quot;:7.22},{&quot;2026-06-27&quot;:7.22},{&quot;2026-06-28&quot;:7.11},{&quot;2026-06-29&quot;:7.11},{&quot;2026-06-30&quot;:7.11},{&quot;2026-07-01&quot;:7.08},{&quot;2026-07-02&quot;:7.12},{&quot;2026-07-03&quot;:7.31},{&quot;2026-07-04&quot;:7.31},{&quot;2026-07-05&quot;:7.62},{&quot;2026-07-06&quot;:7.62},{&quot;2026-07-07&quot;:7.62},{&quot;2026-07-08&quot;:7.62},{&quot;2026-07-09&quot;:7.62},{&quot;2026-07-10&quot;:7.62},{&quot;2026-07-11&quot;:7.62},{&quot;2026-07-12&quot;:7.62},{&quot;2026-07-13&quot;:7.62},{&quot;2026-07-14&quot;:7.95},{&quot;2026-07-15&quot;:7.92},{&quot;2026-07-16&quot;:7.92},{&quot;2026-07-17&quot;:7.92},{&quot;2026-07-18&quot;:8.0},{&quot;2026-07-19&quot;:8.03},{&quot;2026-07-20&quot;:8.03},{&quot;2026-07-21&quot;:8.03},{&quot;2026-07-22&quot;:7.95},{&quot;2026-07-23&quot;:8.16},{&quot;2026-07-24&quot;:8.16},{&quot;2026-07-25&quot;:8.16},{&quot;2026-07-26&quot;:8.15},{&quot;2026-07-27&quot;:8.15},{&quot;2026-07-28&quot;:8.15},{&quot;2026-07-29&quot;:8.15},{&quot;2026-07-30&quot;:8.15},{&quot;2026-07-31&quot;:8.15},{&quot;2026-08-01&quot;:8.15},{&quot;2026-08-02&quot;:8.2},{&quot;2026-08-03&quot;:8.2},{&quot;2026-08-04&quot;:8.2},{&quot;2026-08-05&quot;:8.2},{&quot;2026-08-07&quot;:8.28},{&quot;2026-08-08&quot;:8.28},{&quot;2026-08-09&quot;:8.33},{&quot;2026-08-10&quot;:8.5},{&quot;2026-08-11&quot;:8.51},{&quot;2026-08-12&quot;:8.51},{&quot;2026-08-13&quot;:8.51},{&quot;2026-08-14&quot;:8.51},{&quot;2026-08-15&quot;:8.53},{&quot;2026-08-16&quot;:8.53},{&quot;2026-08-17&quot;:8.3},{&quot;2026-08-18&quot;:8.29},{&quot;2026-08-19&quot;:8.29},{&quot;2026-08-20&quot;:8.38},{&quot;2026-08-21&quot;:8.28},{&quot;2026-08-22&quot;:7.93},{&quot;2026-08-23&quot;:7.91},{&quot;2026-08-24&quot;:7.91},{&quot;2026-08-25&quot;:7.91},{&quot;2026-08-26&quot;:7.91},{&quot;2026-08-27&quot;:7.86},{&quot;2026-08-28&quot;:7.93},{&quot;2026-08-29&quot;:7.93},{&quot;2026-08-30&quot;:7.93},{&quot;2026-08-31&quot;:7.88},{&quot;2026-09-01&quot;:7.88},{&quot;2026-09-02&quot;:7.95},{&quot;2026-09-03&quot;:8.07},{&quot;2026-09-04&quot;:8.07},{&quot;2026-09-05&quot;:8.07},{&quot;2026-09-06&quot;:8.07},{&quot;2026-09-07&quot;:8.1},{&quot;2026-09-08&quot;:8.13},{&quot;2026-09-09&quot;:8.24},{&quot;2026-09-10&quot;:8.24},{&quot;2026-09-11&quot;:8.24}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.54},{&quot;2026-06-14&quot;:5.82},{&quot;2026-06-15&quot;:5.89},{&quot;2026-06-16&quot;:5.81},{&quot;2026-06-17&quot;:5.91},{&quot;2026-06-18&quot;:6.06},{&quot;2026-06-19&quot;:6.05},{&quot;2026-06-20&quot;:6.11},{&quot;2026-06-21&quot;:6.11},{&quot;2026-06-22&quot;:6.04},{&quot;2026-06-23&quot;:6.17},{&quot;2026-06-24&quot;:6.34},{&quot;2026-06-25&quot;:6.33},{&quot;2026-06-26&quot;:6.21},{&quot;2026-06-27&quot;:5.83},{&quot;2026-06-28&quot;:5.67},{&quot;2026-06-29&quot;:5.34},{&quot;2026-06-30&quot;:5.32},{&quot;2026-07-01&quot;:5.47},{&quot;2026-07-02&quot;:5.51},{&quot;2026-07-03&quot;:5.54},{&quot;2026-07-04&quot;:5.65},{&quot;2026-07-05&quot;:5.88},{&quot;2026-07-06&quot;:6.23},{&quot;2026-07-07&quot;:6.72},{&quot;2026-07-08&quot;:6.78},{&quot;2026-07-09&quot;:6.98},{&quot;2026-07-10&quot;:6.84},{&quot;2026-07-11&quot;:6.82},{&quot;2026-07-12&quot;:6.43},{&quot;2026-07-13&quot;:6.38},{&quot;2026-07-14&quot;:6.38},{&quot;2026-07-15&quot;:6.11},{&quot;2026-07-16&quot;:6.1},{&quot;2026-07-17&quot;:5.65},{&quot;2026-07-18&quot;:5.7},{&quot;2026-07-19&quot;:5.58},{&quot;2026-07-20&quot;:5.51},{&quot;2026-07-21&quot;:5.57},{&quot;2026-07-22&quot;:5.69},{&quot;2026-07-23&quot;:6.01},{&quot;2026-07-24&quot;:5.99},{&quot;2026-07-25&quot;:6.0},{&quot;2026-07-26&quot;:6.02},{&quot;2026-07-27&quot;:5.98},{&quot;2026-07-28&quot;:6.32},{&quot;2026-07-29&quot;:6.33},{&quot;2026-07-30&quot;:6.3},{&quot;2026-07-31&quot;:6.17},{&quot;2026-08-01&quot;:6.29},{&quot;2026-08-02&quot;:6.15},{&quot;2026-08-03&quot;:6.16},{&quot;2026-08-04&quot;:6.22},{&quot;2026-08-05&quot;:6.24},{&quot;2026-08-07&quot;:6.1},{&quot;2026-08-08&quot;:6.24},{&quot;2026-08-09&quot;:6.18},{&quot;2026-08-10&quot;:6.09},{&quot;2026-08-11&quot;:6.17},{&quot;2026-08-12&quot;:6.36},{&quot;2026-08-13&quot;:6.27},{&quot;2026-08-14&quot;:6.54},{&quot;2026-08-15&quot;:6.54},{&quot;2026-08-16&quot;:6.42},{&quot;2026-08-17&quot;:6.46},{&quot;2026-08-18&quot;:6.51},{&quot;2026-08-19&quot;:6.78},{&quot;2026-08-20&quot;:6.75},{&quot;2026-08-21&quot;:6.8},{&quot;2026-08-22&quot;:6.91},{&quot;2026-08-23&quot;:6.81},{&quot;2026-08-24&quot;:6.78},{&quot;2026-08-25&quot;:6.79},{&quot;2026-08-26&quot;:6.87},{&quot;2026-08-27&quot;:7.2},{&quot;2026-08-28&quot;:7.38},{&quot;2026-08-29&quot;:7.38},{&quot;2026-08-30&quot;:7.16},{&quot;2026-08-31&quot;:7.19},{&quot;2026-09-01&quot;:7.13},{&quot;2026-09-02&quot;:7.19},{&quot;2026-09-03&quot;:7.14},{&quot;2026-09-04&quot;:7.14},{&quot;2026-09-05&quot;:7.18},{&quot;2026-09-06&quot;:7.25},{&quot;2026-09-07&quot;:7.37},{&quot;2026-09-08&quot;:7.74},{&quot;2026-09-09&quot;:7.81},{&quot;2026-09-10&quot;:7.74},{&quot;2026-09-11&quot;:7.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79970"
  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">
            Noxious Revival
        </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="text-sm font-medium text-nine-white">
            $7.74
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Noxious Revival" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/4/2456cf8e-06c3-408a-a182-fd10ec3aef64.jpg?1783925031" />

        <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">
            Noxious Revival
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-gp'></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="Noxious Revival" src="https://cards.scryfall.io/large/front/2/4/2456cf8e-06c3-408a-a182-fd10ec3aef64.jpg?1783925031" />
    </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">
                $7.74
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:7.66},{&quot;2026-06-14&quot;:7.66},{&quot;2026-06-15&quot;:7.66},{&quot;2026-06-16&quot;:7.66},{&quot;2026-06-17&quot;:7.66},{&quot;2026-06-18&quot;:7.66},{&quot;2026-06-19&quot;:7.66},{&quot;2026-06-20&quot;:7.66},{&quot;2026-06-21&quot;:7.66},{&quot;2026-06-22&quot;:7.66},{&quot;2026-06-23&quot;:7.66},{&quot;2026-06-24&quot;:7.66},{&quot;2026-06-25&quot;:7.66},{&quot;2026-06-26&quot;:7.66},{&quot;2026-06-27&quot;:7.66},{&quot;2026-06-28&quot;:7.66},{&quot;2026-06-29&quot;:7.76},{&quot;2026-06-30&quot;:7.76},{&quot;2026-07-01&quot;:7.76},{&quot;2026-07-02&quot;:7.76},{&quot;2026-07-03&quot;:7.76},{&quot;2026-07-04&quot;:7.76},{&quot;2026-07-05&quot;:7.76},{&quot;2026-07-06&quot;:7.76},{&quot;2026-07-07&quot;:7.76},{&quot;2026-07-08&quot;:7.76},{&quot;2026-07-09&quot;:7.75},{&quot;2026-07-10&quot;:7.75},{&quot;2026-07-11&quot;:7.75},{&quot;2026-07-12&quot;:7.75},{&quot;2026-07-13&quot;:7.71},{&quot;2026-07-14&quot;:7.71},{&quot;2026-07-15&quot;:7.71},{&quot;2026-07-16&quot;:7.71},{&quot;2026-07-17&quot;:7.71},{&quot;2026-07-18&quot;:7.71},{&quot;2026-07-19&quot;:7.71},{&quot;2026-07-20&quot;:7.71},{&quot;2026-07-21&quot;:7.71},{&quot;2026-07-22&quot;:7.69},{&quot;2026-07-23&quot;:7.77},{&quot;2026-07-24&quot;:7.8},{&quot;2026-07-25&quot;:7.8},{&quot;2026-07-26&quot;:7.8},{&quot;2026-07-27&quot;:7.8},{&quot;2026-07-28&quot;:7.8},{&quot;2026-07-29&quot;:7.8},{&quot;2026-07-30&quot;:7.82},{&quot;2026-07-31&quot;:7.82},{&quot;2026-08-01&quot;:7.78},{&quot;2026-08-02&quot;:7.78},{&quot;2026-08-03&quot;:7.78},{&quot;2026-08-04&quot;:7.78},{&quot;2026-08-05&quot;:7.77},{&quot;2026-08-07&quot;:7.72},{&quot;2026-08-08&quot;:7.82},{&quot;2026-08-09&quot;:7.82},{&quot;2026-08-10&quot;:7.82},{&quot;2026-08-11&quot;:7.83},{&quot;2026-08-12&quot;:7.82},{&quot;2026-08-13&quot;:7.82},{&quot;2026-08-14&quot;:7.82},{&quot;2026-08-15&quot;:7.82},{&quot;2026-08-16&quot;:7.76},{&quot;2026-08-17&quot;:7.75},{&quot;2026-08-18&quot;:7.75},{&quot;2026-08-19&quot;:7.75},{&quot;2026-08-20&quot;:7.75},{&quot;2026-08-21&quot;:7.75},{&quot;2026-08-22&quot;:7.75},{&quot;2026-08-23&quot;:7.72},{&quot;2026-08-24&quot;:7.72},{&quot;2026-08-25&quot;:7.72},{&quot;2026-08-26&quot;:7.72},{&quot;2026-08-27&quot;:7.72},{&quot;2026-08-28&quot;:7.65},{&quot;2026-08-29&quot;:7.65},{&quot;2026-08-30&quot;:7.65},{&quot;2026-08-31&quot;:7.76},{&quot;2026-09-01&quot;:7.76},{&quot;2026-09-02&quot;:7.76},{&quot;2026-09-03&quot;:7.76},{&quot;2026-09-04&quot;:7.76},{&quot;2026-09-05&quot;:7.76},{&quot;2026-09-06&quot;:7.76},{&quot;2026-09-07&quot;:7.76},{&quot;2026-09-08&quot;:7.76},{&quot;2026-09-09&quot;:7.76},{&quot;2026-09-10&quot;:7.74},{&quot;2026-09-11&quot;:7.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Drivnod, Carnage Dominus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/7676cf76-027d-423b-a84c-19179cee9d08.jpg?1783917960" />

        <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">
            Drivnod, Carnage Dominus
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Phyrexian Horror</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="Drivnod, Carnage Dominus" src="https://cards.scryfall.io/large/front/7/6/7676cf76-027d-423b-a84c-19179cee9d08.jpg?1783917960" />
    </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">
                $7.71
              </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">
                $9.68
              </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">$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;:9.8},{&quot;2026-06-11&quot;:9.83},{&quot;2026-06-12&quot;:9.83},{&quot;2026-06-13&quot;:9.83},{&quot;2026-06-14&quot;:9.83},{&quot;2026-06-15&quot;:9.95},{&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.95},{&quot;2026-06-21&quot;:9.95},{&quot;2026-06-22&quot;:9.95},{&quot;2026-06-23&quot;:9.95},{&quot;2026-06-24&quot;:9.95},{&quot;2026-06-25&quot;:10.0},{&quot;2026-06-26&quot;:10.0},{&quot;2026-06-27&quot;:10.0},{&quot;2026-06-28&quot;:9.9},{&quot;2026-06-29&quot;:9.91},{&quot;2026-06-30&quot;:9.91},{&quot;2026-07-01&quot;:9.91},{&quot;2026-07-02&quot;:9.91},{&quot;2026-07-03&quot;:9.91},{&quot;2026-07-04&quot;:9.91},{&quot;2026-07-05&quot;:9.85},{&quot;2026-07-06&quot;:9.85},{&quot;2026-07-07&quot;:9.85},{&quot;2026-07-08&quot;:9.85},{&quot;2026-07-09&quot;:9.91},{&quot;2026-07-10&quot;:9.97},{&quot;2026-07-11&quot;:9.97},{&quot;2026-07-12&quot;:9.98},{&quot;2026-07-13&quot;:10.24},{&quot;2026-07-14&quot;:10.24},{&quot;2026-07-15&quot;:10.25},{&quot;2026-07-16&quot;:10.17},{&quot;2026-07-17&quot;:10.17},{&quot;2026-07-18&quot;:10.17},{&quot;2026-07-19&quot;:10.17},{&quot;2026-07-20&quot;:10.17},{&quot;2026-07-21&quot;:10.33},{&quot;2026-07-23&quot;:10.33},{&quot;2026-07-25&quot;:10.33},{&quot;2026-07-26&quot;:10.33},{&quot;2026-07-27&quot;:10.33},{&quot;2026-07-29&quot;:10.21},{&quot;2026-07-30&quot;:10.21},{&quot;2026-07-31&quot;:10.32},{&quot;2026-08-01&quot;:10.32},{&quot;2026-08-02&quot;:10.4},{&quot;2026-08-03&quot;:10.4},{&quot;2026-08-04&quot;:10.4},{&quot;2026-08-05&quot;:10.4},{&quot;2026-08-07&quot;:10.4},{&quot;2026-08-08&quot;:10.37},{&quot;2026-08-09&quot;:10.37},{&quot;2026-08-10&quot;:10.37},{&quot;2026-08-11&quot;:10.37},{&quot;2026-08-12&quot;:10.37},{&quot;2026-08-13&quot;:10.37},{&quot;2026-08-14&quot;:10.44},{&quot;2026-08-15&quot;:10.44},{&quot;2026-08-16&quot;:10.44},{&quot;2026-08-17&quot;:10.44},{&quot;2026-08-18&quot;:10.58},{&quot;2026-08-19&quot;:10.58},{&quot;2026-08-20&quot;:10.58},{&quot;2026-08-21&quot;:10.58},{&quot;2026-08-22&quot;:10.58},{&quot;2026-08-23&quot;:10.58},{&quot;2026-08-24&quot;:10.46},{&quot;2026-08-25&quot;:10.46},{&quot;2026-08-26&quot;:10.32},{&quot;2026-08-27&quot;:9.93},{&quot;2026-08-28&quot;:9.93},{&quot;2026-08-29&quot;:9.93},{&quot;2026-08-30&quot;:9.93},{&quot;2026-08-31&quot;:9.83},{&quot;2026-09-01&quot;:9.83},{&quot;2026-09-02&quot;:9.83},{&quot;2026-09-03&quot;:9.83},{&quot;2026-09-04&quot;:9.83},{&quot;2026-09-05&quot;:9.83},{&quot;2026-09-06&quot;:9.74},{&quot;2026-09-07&quot;:9.74},{&quot;2026-09-08&quot;:9.74},{&quot;2026-09-09&quot;:9.81},{&quot;2026-09-10&quot;:9.68},{&quot;2026-09-11&quot;:9.68}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.9},{&quot;2026-06-11&quot;:8.9},{&quot;2026-06-12&quot;:9.07},{&quot;2026-06-13&quot;:9.11},{&quot;2026-06-14&quot;:9.11},{&quot;2026-06-15&quot;:9.31},{&quot;2026-06-16&quot;:9.33},{&quot;2026-06-17&quot;:9.33},{&quot;2026-06-18&quot;:9.35},{&quot;2026-06-19&quot;:9.35},{&quot;2026-06-20&quot;:9.21},{&quot;2026-06-21&quot;:9.21},{&quot;2026-06-22&quot;:9.07},{&quot;2026-06-23&quot;:9.07},{&quot;2026-06-24&quot;:9.09},{&quot;2026-06-25&quot;:9.08},{&quot;2026-06-26&quot;:9.1},{&quot;2026-06-27&quot;:9.1},{&quot;2026-06-28&quot;:9.04},{&quot;2026-06-29&quot;:8.67},{&quot;2026-06-30&quot;:8.48},{&quot;2026-07-01&quot;:8.49},{&quot;2026-07-02&quot;:8.53},{&quot;2026-07-03&quot;:8.51},{&quot;2026-07-04&quot;:8.42},{&quot;2026-07-05&quot;:8.16},{&quot;2026-07-06&quot;:8.16},{&quot;2026-07-07&quot;:8.06},{&quot;2026-07-08&quot;:8.0},{&quot;2026-07-09&quot;:7.98},{&quot;2026-07-10&quot;:7.9},{&quot;2026-07-11&quot;:7.93},{&quot;2026-07-12&quot;:7.81},{&quot;2026-07-13&quot;:7.76},{&quot;2026-07-14&quot;:7.71},{&quot;2026-07-15&quot;:7.95},{&quot;2026-07-16&quot;:8.27},{&quot;2026-07-17&quot;:8.23},{&quot;2026-07-18&quot;:8.21},{&quot;2026-07-19&quot;:8.33},{&quot;2026-07-20&quot;:8.33},{&quot;2026-07-21&quot;:8.48},{&quot;2026-07-23&quot;:8.58},{&quot;2026-07-25&quot;:8.68},{&quot;2026-07-26&quot;:8.68},{&quot;2026-07-27&quot;:8.7},{&quot;2026-07-29&quot;:9.03},{&quot;2026-07-30&quot;:9.03},{&quot;2026-07-31&quot;:9.03},{&quot;2026-08-01&quot;:9.03},{&quot;2026-08-02&quot;:8.9},{&quot;2026-08-03&quot;:8.82},{&quot;2026-08-04&quot;:8.82},{&quot;2026-08-05&quot;:8.82},{&quot;2026-08-07&quot;:8.82},{&quot;2026-08-08&quot;:8.82},{&quot;2026-08-09&quot;:8.71},{&quot;2026-08-10&quot;:8.7},{&quot;2026-08-11&quot;:8.73},{&quot;2026-08-12&quot;:8.73},{&quot;2026-08-13&quot;:8.73},{&quot;2026-08-14&quot;:8.73},{&quot;2026-08-15&quot;:8.64},{&quot;2026-08-16&quot;:8.55},{&quot;2026-08-17&quot;:8.54},{&quot;2026-08-18&quot;:8.45},{&quot;2026-08-19&quot;:8.45},{&quot;2026-08-20&quot;:8.45},{&quot;2026-08-21&quot;:8.45},{&quot;2026-08-22&quot;:8.31},{&quot;2026-08-23&quot;:8.31},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.24},{&quot;2026-08-26&quot;:8.14},{&quot;2026-08-27&quot;:8.14},{&quot;2026-08-28&quot;:8.14},{&quot;2026-08-29&quot;:8.14},{&quot;2026-08-30&quot;:8.12},{&quot;2026-08-31&quot;:8.17},{&quot;2026-09-01&quot;:8.17},{&quot;2026-09-02&quot;:8.11},{&quot;2026-09-03&quot;:8.11},{&quot;2026-09-04&quot;:7.88},{&quot;2026-09-05&quot;:7.75},{&quot;2026-09-06&quot;:7.87},{&quot;2026-09-07&quot;:7.78},{&quot;2026-09-08&quot;:7.78},{&quot;2026-09-09&quot;:7.69},{&quot;2026-09-10&quot;:7.71},{&quot;2026-09-11&quot;:7.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Phyrexian 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">
            $7.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="Spellskite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/a/aa9bf341-0060-467d-99b3-a5bc7f2270b8.jpg?1783930095" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </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="Spellskite" src="https://cards.scryfall.io/large/front/a/a/aa9bf341-0060-467d-99b3-a5bc7f2270b8.jpg?1783930095" />
    </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">
                $7.70
              </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">
                $9.83
              </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-10&quot;:9.6},{&quot;2026-06-11&quot;:9.62},{&quot;2026-06-12&quot;:9.62},{&quot;2026-06-13&quot;:9.62},{&quot;2026-06-14&quot;:9.62},{&quot;2026-06-15&quot;:9.62},{&quot;2026-06-16&quot;:9.62},{&quot;2026-06-17&quot;:9.62},{&quot;2026-06-18&quot;:9.62},{&quot;2026-06-19&quot;:9.62},{&quot;2026-06-20&quot;:9.62},{&quot;2026-06-21&quot;:9.62},{&quot;2026-06-22&quot;:9.62},{&quot;2026-06-23&quot;:9.62},{&quot;2026-06-24&quot;:9.62},{&quot;2026-06-25&quot;:9.62},{&quot;2026-06-26&quot;:9.62},{&quot;2026-06-27&quot;:9.7},{&quot;2026-06-28&quot;:9.77},{&quot;2026-06-29&quot;:9.77},{&quot;2026-06-30&quot;:9.77},{&quot;2026-07-01&quot;:9.77},{&quot;2026-07-02&quot;:9.8},{&quot;2026-07-03&quot;:9.8},{&quot;2026-07-04&quot;:9.81},{&quot;2026-07-05&quot;:9.79},{&quot;2026-07-06&quot;:9.79},{&quot;2026-07-07&quot;:9.79},{&quot;2026-07-08&quot;:9.82},{&quot;2026-07-09&quot;:9.82},{&quot;2026-07-10&quot;:9.82},{&quot;2026-07-11&quot;:9.82},{&quot;2026-07-12&quot;:9.77},{&quot;2026-07-13&quot;:9.77},{&quot;2026-07-14&quot;:9.84},{&quot;2026-07-15&quot;:9.84},{&quot;2026-07-16&quot;:9.84},{&quot;2026-07-17&quot;:9.84},{&quot;2026-07-18&quot;:9.84},{&quot;2026-07-19&quot;:9.84},{&quot;2026-07-20&quot;:9.84},{&quot;2026-07-21&quot;:9.84},{&quot;2026-07-23&quot;:9.84},{&quot;2026-07-25&quot;:9.79},{&quot;2026-07-26&quot;:9.79},{&quot;2026-07-27&quot;:9.79},{&quot;2026-07-29&quot;:9.79},{&quot;2026-07-30&quot;:9.79},{&quot;2026-07-31&quot;:9.79},{&quot;2026-08-01&quot;:9.79},{&quot;2026-08-02&quot;:9.79},{&quot;2026-08-03&quot;:9.79},{&quot;2026-08-04&quot;:9.79},{&quot;2026-08-05&quot;:9.79},{&quot;2026-08-07&quot;:9.86},{&quot;2026-08-08&quot;:9.86},{&quot;2026-08-09&quot;:9.86},{&quot;2026-08-10&quot;:9.86},{&quot;2026-08-11&quot;:9.86},{&quot;2026-08-12&quot;:9.86},{&quot;2026-08-13&quot;:9.86},{&quot;2026-08-14&quot;:9.86},{&quot;2026-08-15&quot;:9.86},{&quot;2026-08-16&quot;:9.86},{&quot;2026-08-17&quot;:9.86},{&quot;2026-08-18&quot;:9.86},{&quot;2026-08-19&quot;:9.86},{&quot;2026-08-20&quot;:9.86},{&quot;2026-08-21&quot;:9.86},{&quot;2026-08-22&quot;:9.86},{&quot;2026-08-23&quot;:9.86},{&quot;2026-08-24&quot;:9.86},{&quot;2026-08-25&quot;:9.86},{&quot;2026-08-26&quot;:9.86},{&quot;2026-08-27&quot;:9.84},{&quot;2026-08-28&quot;:9.84},{&quot;2026-08-29&quot;:9.84},{&quot;2026-08-30&quot;:9.78},{&quot;2026-08-31&quot;:9.78},{&quot;2026-09-01&quot;:9.78},{&quot;2026-09-02&quot;:9.78},{&quot;2026-09-03&quot;:9.77},{&quot;2026-09-04&quot;:9.84},{&quot;2026-09-05&quot;:9.84},{&quot;2026-09-06&quot;:9.88},{&quot;2026-09-07&quot;:9.88},{&quot;2026-09-08&quot;:9.88},{&quot;2026-09-09&quot;:9.83},{&quot;2026-09-10&quot;:9.83},{&quot;2026-09-11&quot;:9.83}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.34},{&quot;2026-06-11&quot;:7.26},{&quot;2026-06-12&quot;:7.22},{&quot;2026-06-13&quot;:7.26},{&quot;2026-06-14&quot;:7.5},{&quot;2026-06-15&quot;:7.47},{&quot;2026-06-16&quot;:7.45},{&quot;2026-06-17&quot;:7.43},{&quot;2026-06-18&quot;:7.37},{&quot;2026-06-19&quot;:7.41},{&quot;2026-06-20&quot;:7.41},{&quot;2026-06-21&quot;:7.42},{&quot;2026-06-22&quot;:7.52},{&quot;2026-06-23&quot;:7.55},{&quot;2026-06-24&quot;:7.52},{&quot;2026-06-25&quot;:7.52},{&quot;2026-06-26&quot;:7.52},{&quot;2026-06-27&quot;:7.6},{&quot;2026-06-28&quot;:7.59},{&quot;2026-06-29&quot;:7.78},{&quot;2026-06-30&quot;:7.91},{&quot;2026-07-01&quot;:7.91},{&quot;2026-07-02&quot;:7.86},{&quot;2026-07-03&quot;:7.86},{&quot;2026-07-04&quot;:7.52},{&quot;2026-07-05&quot;:7.52},{&quot;2026-07-06&quot;:7.52},{&quot;2026-07-07&quot;:7.52},{&quot;2026-07-08&quot;:7.59},{&quot;2026-07-09&quot;:7.57},{&quot;2026-07-10&quot;:7.35},{&quot;2026-07-11&quot;:7.35},{&quot;2026-07-12&quot;:7.29},{&quot;2026-07-13&quot;:7.33},{&quot;2026-07-14&quot;:7.44},{&quot;2026-07-15&quot;:7.44},{&quot;2026-07-16&quot;:7.47},{&quot;2026-07-17&quot;:7.38},{&quot;2026-07-18&quot;:7.73},{&quot;2026-07-19&quot;:7.84},{&quot;2026-07-20&quot;:7.8},{&quot;2026-07-21&quot;:7.86},{&quot;2026-07-23&quot;:7.96},{&quot;2026-07-25&quot;:7.87},{&quot;2026-07-26&quot;:7.85},{&quot;2026-07-27&quot;:7.71},{&quot;2026-07-29&quot;:7.52},{&quot;2026-07-30&quot;:7.48},{&quot;2026-07-31&quot;:7.43},{&quot;2026-08-01&quot;:7.43},{&quot;2026-08-02&quot;:7.31},{&quot;2026-08-03&quot;:7.43},{&quot;2026-08-04&quot;:7.44},{&quot;2026-08-05&quot;:7.54},{&quot;2026-08-07&quot;:7.54},{&quot;2026-08-08&quot;:7.54},{&quot;2026-08-09&quot;:7.54},{&quot;2026-08-10&quot;:7.54},{&quot;2026-08-11&quot;:7.54},{&quot;2026-08-12&quot;:7.51},{&quot;2026-08-13&quot;:7.45},{&quot;2026-08-14&quot;:7.45},{&quot;2026-08-15&quot;:7.53},{&quot;2026-08-16&quot;:7.53},{&quot;2026-08-17&quot;:7.53},{&quot;2026-08-18&quot;:7.47},{&quot;2026-08-19&quot;:7.44},{&quot;2026-08-20&quot;:7.44},{&quot;2026-08-21&quot;:7.77},{&quot;2026-08-22&quot;:7.89},{&quot;2026-08-23&quot;:8.03},{&quot;2026-08-24&quot;:8.11},{&quot;2026-08-25&quot;:8.11},{&quot;2026-08-26&quot;:8.08},{&quot;2026-08-27&quot;:8.1},{&quot;2026-08-28&quot;:8.1},{&quot;2026-08-29&quot;:8.1},{&quot;2026-08-30&quot;:7.97},{&quot;2026-08-31&quot;:7.97},{&quot;2026-09-01&quot;:7.97},{&quot;2026-09-02&quot;:7.81},{&quot;2026-09-03&quot;:7.81},{&quot;2026-09-04&quot;:7.81},{&quot;2026-09-05&quot;:7.81},{&quot;2026-09-06&quot;:7.81},{&quot;2026-09-07&quot;:7.81},{&quot;2026-09-08&quot;:7.81},{&quot;2026-09-09&quot;:7.8},{&quot;2026-09-10&quot;:7.8},{&quot;2026-09-11&quot;:7.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="85965"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-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">
            Virtue of Loyalty 
        </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">
              ↑
              2%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Virtue of Loyalty // Ardenvale Fealty" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />

        <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">
            Virtue of Loyalty 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Virtue of Loyalty // Ardenvale Fealty" src="https://cards.scryfall.io/large/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Loyalty // Ardenvale Fealty" src="https://cards.scryfall.io/large/front/e/a/ea7e7daf-7c06-4c74-8bcf-e42c1f611861.jpg?1783915127" />
              </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">
                $7.67
              </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">
                $7.21
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.28},{&quot;2026-06-14&quot;:8.28},{&quot;2026-06-15&quot;:8.3},{&quot;2026-06-16&quot;:8.3},{&quot;2026-06-17&quot;:8.3},{&quot;2026-06-18&quot;:8.3},{&quot;2026-06-19&quot;:8.3},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:8.31},{&quot;2026-06-23&quot;:8.34},{&quot;2026-06-24&quot;:8.34},{&quot;2026-06-25&quot;:8.34},{&quot;2026-06-26&quot;:8.38},{&quot;2026-06-27&quot;:8.38},{&quot;2026-06-28&quot;:8.38},{&quot;2026-06-29&quot;:8.38},{&quot;2026-06-30&quot;:8.38},{&quot;2026-07-01&quot;:8.38},{&quot;2026-07-02&quot;:8.38},{&quot;2026-07-03&quot;:8.38},{&quot;2026-07-04&quot;:8.38},{&quot;2026-07-05&quot;:8.38},{&quot;2026-07-06&quot;:8.38},{&quot;2026-07-07&quot;:8.38},{&quot;2026-07-08&quot;:8.37},{&quot;2026-07-09&quot;:8.37},{&quot;2026-07-10&quot;:8.38},{&quot;2026-07-11&quot;:8.38},{&quot;2026-07-12&quot;:8.38},{&quot;2026-07-13&quot;:8.38},{&quot;2026-07-14&quot;:8.38},{&quot;2026-07-15&quot;:8.38},{&quot;2026-07-16&quot;:8.38},{&quot;2026-07-17&quot;:8.38},{&quot;2026-07-18&quot;:8.38},{&quot;2026-07-19&quot;:8.31},{&quot;2026-07-20&quot;:8.31},{&quot;2026-07-21&quot;:8.31},{&quot;2026-07-22&quot;:8.31},{&quot;2026-07-23&quot;:8.31},{&quot;2026-07-24&quot;:8.31},{&quot;2026-07-25&quot;:8.31},{&quot;2026-07-26&quot;:7.95},{&quot;2026-07-27&quot;:7.92},{&quot;2026-07-28&quot;:7.92},{&quot;2026-07-29&quot;:7.92},{&quot;2026-07-30&quot;:7.92},{&quot;2026-07-31&quot;:7.92},{&quot;2026-08-01&quot;:7.88},{&quot;2026-08-02&quot;:7.82},{&quot;2026-08-03&quot;:7.74},{&quot;2026-08-04&quot;:7.74},{&quot;2026-08-05&quot;:7.6},{&quot;2026-08-07&quot;:7.57},{&quot;2026-08-08&quot;:7.66},{&quot;2026-08-09&quot;:7.66},{&quot;2026-08-10&quot;:7.62},{&quot;2026-08-11&quot;:7.49},{&quot;2026-08-12&quot;:7.49},{&quot;2026-08-13&quot;:7.49},{&quot;2026-08-14&quot;:7.49},{&quot;2026-08-15&quot;:7.49},{&quot;2026-08-16&quot;:7.47},{&quot;2026-08-17&quot;:7.56},{&quot;2026-08-18&quot;:7.56},{&quot;2026-08-19&quot;:7.56},{&quot;2026-08-20&quot;:7.56},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.57},{&quot;2026-08-23&quot;:7.57},{&quot;2026-08-24&quot;:7.57},{&quot;2026-08-25&quot;:7.57},{&quot;2026-08-26&quot;:7.56},{&quot;2026-08-27&quot;:7.55},{&quot;2026-08-28&quot;:7.54},{&quot;2026-08-29&quot;:7.54},{&quot;2026-08-30&quot;:7.39},{&quot;2026-08-31&quot;:7.39},{&quot;2026-09-01&quot;:7.32},{&quot;2026-09-02&quot;:7.32},{&quot;2026-09-03&quot;:7.2},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.21},{&quot;2026-09-06&quot;:7.21},{&quot;2026-09-07&quot;:7.21},{&quot;2026-09-08&quot;:7.21},{&quot;2026-09-09&quot;:7.21},{&quot;2026-09-10&quot;:7.21},{&quot;2026-09-11&quot;:7.21}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.8},{&quot;2026-06-14&quot;:7.85},{&quot;2026-06-15&quot;:7.83},{&quot;2026-06-16&quot;:7.84},{&quot;2026-06-17&quot;:7.84},{&quot;2026-06-18&quot;:7.85},{&quot;2026-06-19&quot;:7.88},{&quot;2026-06-20&quot;:7.76},{&quot;2026-06-21&quot;:7.76},{&quot;2026-06-22&quot;:7.67},{&quot;2026-06-23&quot;:7.67},{&quot;2026-06-24&quot;:7.67},{&quot;2026-06-25&quot;:7.6},{&quot;2026-06-26&quot;:7.6},{&quot;2026-06-27&quot;:7.57},{&quot;2026-06-28&quot;:7.54},{&quot;2026-06-29&quot;:7.51},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.38},{&quot;2026-07-02&quot;:7.31},{&quot;2026-07-03&quot;:7.36},{&quot;2026-07-04&quot;:7.19},{&quot;2026-07-05&quot;:7.1},{&quot;2026-07-06&quot;:7.2},{&quot;2026-07-07&quot;:7.12},{&quot;2026-07-08&quot;:7.03},{&quot;2026-07-09&quot;:6.9},{&quot;2026-07-10&quot;:6.83},{&quot;2026-07-11&quot;:6.88},{&quot;2026-07-12&quot;:6.87},{&quot;2026-07-13&quot;:6.84},{&quot;2026-07-14&quot;:6.86},{&quot;2026-07-15&quot;:6.86},{&quot;2026-07-16&quot;:6.82},{&quot;2026-07-17&quot;:6.89},{&quot;2026-07-18&quot;:6.91},{&quot;2026-07-19&quot;:6.91},{&quot;2026-07-20&quot;:6.95},{&quot;2026-07-21&quot;:6.78},{&quot;2026-07-22&quot;:6.86},{&quot;2026-07-23&quot;:6.67},{&quot;2026-07-24&quot;:6.67},{&quot;2026-07-25&quot;:6.61},{&quot;2026-07-26&quot;:6.57},{&quot;2026-07-27&quot;:6.57},{&quot;2026-07-28&quot;:6.75},{&quot;2026-07-29&quot;:6.67},{&quot;2026-07-30&quot;:6.64},{&quot;2026-07-31&quot;:6.64},{&quot;2026-08-01&quot;:6.57},{&quot;2026-08-02&quot;:6.53},{&quot;2026-08-03&quot;:6.62},{&quot;2026-08-04&quot;:6.44},{&quot;2026-08-05&quot;:6.28},{&quot;2026-08-07&quot;:6.18},{&quot;2026-08-08&quot;:6.21},{&quot;2026-08-09&quot;:6.1},{&quot;2026-08-10&quot;:6.09},{&quot;2026-08-11&quot;:6.37},{&quot;2026-08-12&quot;:6.38},{&quot;2026-08-13&quot;:6.38},{&quot;2026-08-14&quot;:6.41},{&quot;2026-08-15&quot;:6.33},{&quot;2026-08-16&quot;:6.53},{&quot;2026-08-17&quot;:6.68},{&quot;2026-08-18&quot;:6.68},{&quot;2026-08-19&quot;:6.58},{&quot;2026-08-20&quot;:6.45},{&quot;2026-08-21&quot;:6.03},{&quot;2026-08-22&quot;:6.1},{&quot;2026-08-23&quot;:6.24},{&quot;2026-08-24&quot;:6.15},{&quot;2026-08-25&quot;:6.14},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.74},{&quot;2026-08-28&quot;:5.85},{&quot;2026-08-29&quot;:5.85},{&quot;2026-08-30&quot;:5.85},{&quot;2026-08-31&quot;:5.98},{&quot;2026-09-01&quot;:6.35},{&quot;2026-09-02&quot;:6.76},{&quot;2026-09-03&quot;:6.91},{&quot;2026-09-04&quot;:7.21},{&quot;2026-09-05&quot;:7.51},{&quot;2026-09-06&quot;:7.58},{&quot;2026-09-07&quot;:7.74},{&quot;2026-09-08&quot;:7.83},{&quot;2026-09-09&quot;:7.81},{&quot;2026-09-10&quot;:7.75},{&quot;2026-09-11&quot;:7.67}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28774"
  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">
            Scrawling Crawler
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Scrawling Crawler" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1176dcf-40ee-4342-aa74-791b8352e99a.jpg?1783909088" />

        <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">
            Scrawling Crawler
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Construct</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="Scrawling Crawler" src="https://cards.scryfall.io/large/front/a/1/a1176dcf-40ee-4342-aa74-791b8352e99a.jpg?1783909088" />
    </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">
                $7.65
              </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.27
              </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-10&quot;:7.03},{&quot;2026-06-11&quot;:7.0},{&quot;2026-06-12&quot;:7.03},{&quot;2026-06-13&quot;:7.07},{&quot;2026-06-14&quot;:7.07},{&quot;2026-06-15&quot;:7.12},{&quot;2026-06-16&quot;:7.13},{&quot;2026-06-17&quot;:7.02},{&quot;2026-06-18&quot;:7.03},{&quot;2026-06-19&quot;:7.03},{&quot;2026-06-20&quot;:7.11},{&quot;2026-06-21&quot;:6.99},{&quot;2026-06-22&quot;:6.99},{&quot;2026-06-23&quot;:6.9},{&quot;2026-06-24&quot;:6.85},{&quot;2026-06-25&quot;:6.76},{&quot;2026-06-26&quot;:6.76},{&quot;2026-06-27&quot;:6.76},{&quot;2026-06-28&quot;:6.69},{&quot;2026-06-29&quot;:6.45},{&quot;2026-06-30&quot;:6.59},{&quot;2026-07-01&quot;:6.56},{&quot;2026-07-02&quot;:6.62},{&quot;2026-07-03&quot;:6.7},{&quot;2026-07-04&quot;:6.62},{&quot;2026-07-05&quot;:6.74},{&quot;2026-07-06&quot;:6.74},{&quot;2026-07-07&quot;:6.74},{&quot;2026-07-08&quot;:6.8},{&quot;2026-07-09&quot;:6.86},{&quot;2026-07-10&quot;:6.6},{&quot;2026-07-11&quot;:6.53},{&quot;2026-07-12&quot;:6.54},{&quot;2026-07-13&quot;:6.43},{&quot;2026-07-14&quot;:6.43},{&quot;2026-07-15&quot;:6.32},{&quot;2026-07-16&quot;:6.41},{&quot;2026-07-17&quot;:6.73},{&quot;2026-07-18&quot;:6.69},{&quot;2026-07-19&quot;:6.7},{&quot;2026-07-20&quot;:6.92},{&quot;2026-07-21&quot;:6.87},{&quot;2026-07-23&quot;:7.06},{&quot;2026-07-25&quot;:7.34},{&quot;2026-07-26&quot;:7.34},{&quot;2026-07-27&quot;:7.26},{&quot;2026-07-29&quot;:7.13},{&quot;2026-07-30&quot;:7.27},{&quot;2026-07-31&quot;:7.33},{&quot;2026-08-01&quot;:7.86},{&quot;2026-08-02&quot;:8.05},{&quot;2026-08-03&quot;:8.15},{&quot;2026-08-04&quot;:8.15},{&quot;2026-08-05&quot;:8.31},{&quot;2026-08-07&quot;:8.4},{&quot;2026-08-08&quot;:8.33},{&quot;2026-08-09&quot;:8.33},{&quot;2026-08-10&quot;:8.33},{&quot;2026-08-11&quot;:7.96},{&quot;2026-08-12&quot;:7.96},{&quot;2026-08-13&quot;:7.98},{&quot;2026-08-14&quot;:8.05},{&quot;2026-08-15&quot;:8.05},{&quot;2026-08-16&quot;:7.76},{&quot;2026-08-17&quot;:7.28},{&quot;2026-08-18&quot;:7.36},{&quot;2026-08-19&quot;:7.33},{&quot;2026-08-20&quot;:7.33},{&quot;2026-08-21&quot;:7.36},{&quot;2026-08-22&quot;:7.14},{&quot;2026-08-23&quot;:7.44},{&quot;2026-08-24&quot;:7.57},{&quot;2026-08-25&quot;:7.57},{&quot;2026-08-26&quot;:7.95},{&quot;2026-08-27&quot;:8.17},{&quot;2026-08-28&quot;:7.95},{&quot;2026-08-29&quot;:7.95},{&quot;2026-08-30&quot;:8.12},{&quot;2026-08-31&quot;:8.13},{&quot;2026-09-01&quot;:8.13},{&quot;2026-09-02&quot;:8.13},{&quot;2026-09-03&quot;:8.13},{&quot;2026-09-04&quot;:8.13},{&quot;2026-09-05&quot;:8.15},{&quot;2026-09-06&quot;:8.24},{&quot;2026-09-07&quot;:8.28},{&quot;2026-09-08&quot;:8.28},{&quot;2026-09-09&quot;:8.28},{&quot;2026-09-10&quot;:8.38},{&quot;2026-09-11&quot;:8.27}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.47},{&quot;2026-06-11&quot;:6.56},{&quot;2026-06-12&quot;:6.77},{&quot;2026-06-13&quot;:6.54},{&quot;2026-06-14&quot;:6.1},{&quot;2026-06-15&quot;:6.08},{&quot;2026-06-16&quot;:6.54},{&quot;2026-06-17&quot;:6.03},{&quot;2026-06-18&quot;:5.74},{&quot;2026-06-19&quot;:6.38},{&quot;2026-06-20&quot;:6.11},{&quot;2026-06-21&quot;:5.77},{&quot;2026-06-22&quot;:5.88},{&quot;2026-06-23&quot;:6.31},{&quot;2026-06-24&quot;:6.17},{&quot;2026-06-25&quot;:5.79},{&quot;2026-06-26&quot;:5.96},{&quot;2026-06-27&quot;:6.04},{&quot;2026-06-28&quot;:5.93},{&quot;2026-06-29&quot;:6.1},{&quot;2026-06-30&quot;:6.5},{&quot;2026-07-01&quot;:6.57},{&quot;2026-07-02&quot;:6.77},{&quot;2026-07-03&quot;:7.01},{&quot;2026-07-04&quot;:6.94},{&quot;2026-07-05&quot;:7.15},{&quot;2026-07-06&quot;:6.96},{&quot;2026-07-07&quot;:6.67},{&quot;2026-07-08&quot;:6.77},{&quot;2026-07-09&quot;:6.41},{&quot;2026-07-10&quot;:6.71},{&quot;2026-07-11&quot;:6.6},{&quot;2026-07-12&quot;:6.16},{&quot;2026-07-13&quot;:6.96},{&quot;2026-07-14&quot;:7.08},{&quot;2026-07-15&quot;:7.03},{&quot;2026-07-16&quot;:7.38},{&quot;2026-07-17&quot;:7.61},{&quot;2026-07-18&quot;:7.86},{&quot;2026-07-19&quot;:8.32},{&quot;2026-07-20&quot;:7.79},{&quot;2026-07-21&quot;:7.69},{&quot;2026-07-23&quot;:7.26},{&quot;2026-07-25&quot;:6.64},{&quot;2026-07-26&quot;:6.76},{&quot;2026-07-27&quot;:6.62},{&quot;2026-07-29&quot;:6.68},{&quot;2026-07-30&quot;:6.39},{&quot;2026-07-31&quot;:6.67},{&quot;2026-08-01&quot;:6.86},{&quot;2026-08-02&quot;:6.63},{&quot;2026-08-03&quot;:6.85},{&quot;2026-08-04&quot;:7.4},{&quot;2026-08-05&quot;:7.71},{&quot;2026-08-07&quot;:7.14},{&quot;2026-08-08&quot;:6.74},{&quot;2026-08-09&quot;:6.86},{&quot;2026-08-10&quot;:6.48},{&quot;2026-08-11&quot;:7.37},{&quot;2026-08-12&quot;:7.5},{&quot;2026-08-13&quot;:7.62},{&quot;2026-08-14&quot;:7.3},{&quot;2026-08-15&quot;:6.76},{&quot;2026-08-16&quot;:7.27},{&quot;2026-08-17&quot;:7.4},{&quot;2026-08-18&quot;:7.24},{&quot;2026-08-19&quot;:7.3},{&quot;2026-08-20&quot;:7.3},{&quot;2026-08-21&quot;:7.38},{&quot;2026-08-22&quot;:7.56},{&quot;2026-08-23&quot;:7.75},{&quot;2026-08-24&quot;:8.64},{&quot;2026-08-25&quot;:8.64},{&quot;2026-08-26&quot;:8.85},{&quot;2026-08-27&quot;:8.68},{&quot;2026-08-28&quot;:8.33},{&quot;2026-08-29&quot;:8.33},{&quot;2026-08-30&quot;:8.03},{&quot;2026-08-31&quot;:7.77},{&quot;2026-09-01&quot;:7.77},{&quot;2026-09-02&quot;:7.78},{&quot;2026-09-03&quot;:7.27},{&quot;2026-09-04&quot;:6.87},{&quot;2026-09-05&quot;:7.34},{&quot;2026-09-06&quot;:7.39},{&quot;2026-09-07&quot;:7.36},{&quot;2026-09-08&quot;:7.24},{&quot;2026-09-09&quot;:7.17},{&quot;2026-09-10&quot;:7.17},{&quot;2026-09-11&quot;:7.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="108019"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Cool but Rude" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/5/a566ab2d-6ec8-4833-8ad6-210378b1a20e.jpg?1783904098" />

        <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">
            Cool but Rude
        </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 — Class</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Cool but Rude" src="https://cards.scryfall.io/large/front/a/5/a566ab2d-6ec8-4833-8ad6-210378b1a20e.jpg?1783904098" />
    </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">
                $7.65
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.96
              </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">$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-11&quot;:7.18},{&quot;2026-06-12&quot;:7.22},{&quot;2026-06-13&quot;:7.27},{&quot;2026-06-14&quot;:7.26},{&quot;2026-06-15&quot;:7.12},{&quot;2026-06-16&quot;:7.18},{&quot;2026-06-17&quot;:7.42},{&quot;2026-06-18&quot;:7.49},{&quot;2026-06-19&quot;:7.25},{&quot;2026-06-20&quot;:7.19},{&quot;2026-06-21&quot;:7.19},{&quot;2026-06-22&quot;:7.2},{&quot;2026-06-23&quot;:7.05},{&quot;2026-06-24&quot;:7.24},{&quot;2026-06-25&quot;:7.35},{&quot;2026-06-26&quot;:7.31},{&quot;2026-06-27&quot;:7.59},{&quot;2026-06-28&quot;:7.7},{&quot;2026-06-29&quot;:7.58},{&quot;2026-06-30&quot;:7.63},{&quot;2026-07-01&quot;:7.68},{&quot;2026-07-02&quot;:7.76},{&quot;2026-07-03&quot;:7.65},{&quot;2026-07-04&quot;:7.51},{&quot;2026-07-05&quot;:7.74},{&quot;2026-07-06&quot;:7.82},{&quot;2026-07-07&quot;:7.85},{&quot;2026-07-08&quot;:7.71},{&quot;2026-07-09&quot;:7.76},{&quot;2026-07-10&quot;:7.52},{&quot;2026-07-11&quot;:7.52},{&quot;2026-07-12&quot;:7.54},{&quot;2026-07-13&quot;:7.5},{&quot;2026-07-14&quot;:7.37},{&quot;2026-07-15&quot;:7.76},{&quot;2026-07-16&quot;:7.95},{&quot;2026-07-17&quot;:7.87},{&quot;2026-07-18&quot;:8.15},{&quot;2026-07-19&quot;:8.37},{&quot;2026-07-20&quot;:9.09},{&quot;2026-07-21&quot;:9.03},{&quot;2026-07-23&quot;:8.6},{&quot;2026-07-25&quot;:8.82},{&quot;2026-07-26&quot;:8.01},{&quot;2026-07-27&quot;:8.23},{&quot;2026-07-28&quot;:8.25},{&quot;2026-07-29&quot;:8.81},{&quot;2026-07-30&quot;:8.98},{&quot;2026-07-31&quot;:9.0},{&quot;2026-08-01&quot;:8.96},{&quot;2026-08-02&quot;:9.16},{&quot;2026-08-03&quot;:9.07},{&quot;2026-08-04&quot;:9.07},{&quot;2026-08-05&quot;:9.08},{&quot;2026-08-07&quot;:9.45},{&quot;2026-08-08&quot;:9.35},{&quot;2026-08-09&quot;:9.11},{&quot;2026-08-10&quot;:9.25},{&quot;2026-08-11&quot;:9.23},{&quot;2026-08-12&quot;:9.31},{&quot;2026-08-13&quot;:9.18},{&quot;2026-08-14&quot;:9.16},{&quot;2026-08-15&quot;:8.97},{&quot;2026-08-16&quot;:8.94},{&quot;2026-08-17&quot;:9.01},{&quot;2026-08-18&quot;:9.19},{&quot;2026-08-19&quot;:9.15},{&quot;2026-08-20&quot;:9.15},{&quot;2026-08-21&quot;:9.17},{&quot;2026-08-22&quot;:9.39},{&quot;2026-08-23&quot;:9.41},{&quot;2026-08-24&quot;:9.22},{&quot;2026-08-25&quot;:9.22},{&quot;2026-08-26&quot;:9.17},{&quot;2026-08-27&quot;:8.92},{&quot;2026-08-28&quot;:8.79},{&quot;2026-08-29&quot;:8.79},{&quot;2026-08-30&quot;:8.88},{&quot;2026-08-31&quot;:9.07},{&quot;2026-09-01&quot;:9.07},{&quot;2026-09-02&quot;:9.07},{&quot;2026-09-03&quot;:9.13},{&quot;2026-09-04&quot;:9.21},{&quot;2026-09-05&quot;:9.27},{&quot;2026-09-06&quot;:9.27},{&quot;2026-09-07&quot;:9.34},{&quot;2026-09-08&quot;:9.53},{&quot;2026-09-09&quot;:9.54},{&quot;2026-09-10&quot;:9.96},{&quot;2026-09-11&quot;:9.96}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.63},{&quot;2026-06-12&quot;:5.39},{&quot;2026-06-13&quot;:5.71},{&quot;2026-06-14&quot;:6.56},{&quot;2026-06-15&quot;:6.62},{&quot;2026-06-16&quot;:6.12},{&quot;2026-06-17&quot;:5.76},{&quot;2026-06-18&quot;:6.36},{&quot;2026-06-19&quot;:6.03},{&quot;2026-06-20&quot;:6.39},{&quot;2026-06-21&quot;:6.0},{&quot;2026-06-22&quot;:6.09},{&quot;2026-06-23&quot;:6.31},{&quot;2026-06-24&quot;:5.89},{&quot;2026-06-25&quot;:6.02},{&quot;2026-06-26&quot;:6.12},{&quot;2026-06-27&quot;:6.28},{&quot;2026-06-28&quot;:6.33},{&quot;2026-06-29&quot;:6.99},{&quot;2026-06-30&quot;:6.4},{&quot;2026-07-01&quot;:6.4},{&quot;2026-07-02&quot;:6.12},{&quot;2026-07-03&quot;:6.18},{&quot;2026-07-04&quot;:6.9},{&quot;2026-07-05&quot;:7.45},{&quot;2026-07-06&quot;:7.58},{&quot;2026-07-07&quot;:7.01},{&quot;2026-07-08&quot;:6.57},{&quot;2026-07-09&quot;:6.32},{&quot;2026-07-10&quot;:6.33},{&quot;2026-07-11&quot;:6.86},{&quot;2026-07-12&quot;:7.26},{&quot;2026-07-13&quot;:7.71},{&quot;2026-07-14&quot;:7.5},{&quot;2026-07-15&quot;:7.18},{&quot;2026-07-16&quot;:7.3},{&quot;2026-07-17&quot;:7.52},{&quot;2026-07-18&quot;:7.19},{&quot;2026-07-19&quot;:7.03},{&quot;2026-07-20&quot;:6.86},{&quot;2026-07-21&quot;:7.56},{&quot;2026-07-23&quot;:7.89},{&quot;2026-07-25&quot;:9.02},{&quot;2026-07-26&quot;:9.11},{&quot;2026-07-27&quot;:8.62},{&quot;2026-07-28&quot;:8.6},{&quot;2026-07-29&quot;:8.67},{&quot;2026-07-30&quot;:9.07},{&quot;2026-07-31&quot;:8.69},{&quot;2026-08-01&quot;:8.72},{&quot;2026-08-02&quot;:8.49},{&quot;2026-08-03&quot;:8.67},{&quot;2026-08-04&quot;:8.55},{&quot;2026-08-05&quot;:8.6},{&quot;2026-08-07&quot;:8.29},{&quot;2026-08-08&quot;:7.85},{&quot;2026-08-09&quot;:7.21},{&quot;2026-08-10&quot;:6.45},{&quot;2026-08-11&quot;:7.16},{&quot;2026-08-12&quot;:7.41},{&quot;2026-08-13&quot;:7.44},{&quot;2026-08-14&quot;:7.69},{&quot;2026-08-15&quot;:7.92},{&quot;2026-08-16&quot;:7.84},{&quot;2026-08-17&quot;:8.39},{&quot;2026-08-18&quot;:9.03},{&quot;2026-08-19&quot;:8.28},{&quot;2026-08-20&quot;:8.28},{&quot;2026-08-21&quot;:8.24},{&quot;2026-08-22&quot;:8.74},{&quot;2026-08-23&quot;:9.25},{&quot;2026-08-24&quot;:8.68},{&quot;2026-08-25&quot;:8.68},{&quot;2026-08-26&quot;:8.21},{&quot;2026-08-27&quot;:8.06},{&quot;2026-08-28&quot;:7.92},{&quot;2026-08-29&quot;:7.92},{&quot;2026-08-30&quot;:8.78},{&quot;2026-08-31&quot;:8.5},{&quot;2026-09-01&quot;:8.5},{&quot;2026-09-02&quot;:7.93},{&quot;2026-09-03&quot;:7.2},{&quot;2026-09-04&quot;:7.1},{&quot;2026-09-05&quot;:7.1},{&quot;2026-09-06&quot;:7.62},{&quot;2026-09-07&quot;:7.93},{&quot;2026-09-08&quot;:8.19},{&quot;2026-09-09&quot;:8.47},{&quot;2026-09-10&quot;:8.23},{&quot;2026-09-11&quot;:7.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="53147"
  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">
            Chain of Vapor
        </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">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.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="Chain of Vapor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca7d8d4a-76bb-473b-80a4-d4c1a2f435bc.jpg?1783910570" />

        <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">
            Chain of Vapor
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chain of Vapor" src="https://cards.scryfall.io/large/front/c/a/ca7d8d4a-76bb-473b-80a4-d4c1a2f435bc.jpg?1783910570" />
    </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">
                $7.63
              </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">
                $96.29
              </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;:93.99},{&quot;2026-06-14&quot;:93.99},{&quot;2026-06-15&quot;:93.99},{&quot;2026-06-16&quot;:93.99},{&quot;2026-06-17&quot;:93.99},{&quot;2026-06-18&quot;:93.99},{&quot;2026-06-19&quot;:93.99},{&quot;2026-06-20&quot;:93.99},{&quot;2026-06-21&quot;:93.99},{&quot;2026-06-22&quot;:93.99},{&quot;2026-06-23&quot;:93.99},{&quot;2026-06-24&quot;:94.75},{&quot;2026-06-25&quot;:94.75},{&quot;2026-06-26&quot;:94.75},{&quot;2026-06-27&quot;:94.75},{&quot;2026-06-28&quot;:94.75},{&quot;2026-06-29&quot;:94.75},{&quot;2026-06-30&quot;:94.75},{&quot;2026-07-01&quot;:94.75},{&quot;2026-07-02&quot;:94.75},{&quot;2026-07-03&quot;:94.75},{&quot;2026-07-04&quot;:94.75},{&quot;2026-07-05&quot;:94.75},{&quot;2026-07-06&quot;:94.75},{&quot;2026-07-07&quot;:94.75},{&quot;2026-07-08&quot;:94.75},{&quot;2026-07-09&quot;:94.75},{&quot;2026-07-10&quot;:94.75},{&quot;2026-07-11&quot;:94.86},{&quot;2026-07-12&quot;:94.86},{&quot;2026-07-13&quot;:94.86},{&quot;2026-07-14&quot;:94.86},{&quot;2026-07-15&quot;:94.86},{&quot;2026-07-16&quot;:94.86},{&quot;2026-07-17&quot;:95.01},{&quot;2026-07-18&quot;:95.01},{&quot;2026-07-19&quot;:95.0},{&quot;2026-07-20&quot;:95.19},{&quot;2026-07-21&quot;:94.94},{&quot;2026-07-22&quot;:94.94},{&quot;2026-07-23&quot;:94.94},{&quot;2026-07-24&quot;:94.94},{&quot;2026-07-25&quot;:94.94},{&quot;2026-07-26&quot;:94.94},{&quot;2026-07-27&quot;:95.09},{&quot;2026-07-28&quot;:95.09},{&quot;2026-07-29&quot;:95.09},{&quot;2026-07-30&quot;:95.09},{&quot;2026-07-31&quot;:95.09},{&quot;2026-08-01&quot;:95.09},{&quot;2026-08-02&quot;:95.09},{&quot;2026-08-03&quot;:95.22},{&quot;2026-08-04&quot;:95.22},{&quot;2026-08-05&quot;:95.22},{&quot;2026-08-07&quot;:95.22},{&quot;2026-08-08&quot;:95.22},{&quot;2026-08-09&quot;:95.22},{&quot;2026-08-10&quot;:95.22},{&quot;2026-08-11&quot;:95.24},{&quot;2026-08-12&quot;:95.24},{&quot;2026-08-13&quot;:95.24},{&quot;2026-08-14&quot;:95.24},{&quot;2026-08-15&quot;:95.24},{&quot;2026-08-16&quot;:95.24},{&quot;2026-08-17&quot;:95.24},{&quot;2026-08-18&quot;:95.51},{&quot;2026-08-19&quot;:95.51},{&quot;2026-08-20&quot;:95.51},{&quot;2026-08-21&quot;:95.51},{&quot;2026-08-22&quot;:95.51},{&quot;2026-08-23&quot;:95.51},{&quot;2026-08-24&quot;:95.91},{&quot;2026-08-25&quot;:95.91},{&quot;2026-08-26&quot;:95.91},{&quot;2026-08-27&quot;:95.91},{&quot;2026-08-28&quot;:95.91},{&quot;2026-08-29&quot;:95.91},{&quot;2026-08-30&quot;:95.91},{&quot;2026-08-31&quot;:95.91},{&quot;2026-09-01&quot;:95.91},{&quot;2026-09-02&quot;:95.91},{&quot;2026-09-03&quot;:95.91},{&quot;2026-09-04&quot;:95.91},{&quot;2026-09-05&quot;:95.91},{&quot;2026-09-06&quot;:95.91},{&quot;2026-09-07&quot;:96.29},{&quot;2026-09-08&quot;:96.29},{&quot;2026-09-09&quot;:96.29},{&quot;2026-09-10&quot;:96.29},{&quot;2026-09-11&quot;:96.29}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.29},{&quot;2026-06-14&quot;:9.35},{&quot;2026-06-15&quot;:9.37},{&quot;2026-06-16&quot;:9.39},{&quot;2026-06-17&quot;:9.51},{&quot;2026-06-18&quot;:9.55},{&quot;2026-06-19&quot;:9.55},{&quot;2026-06-20&quot;:9.51},{&quot;2026-06-21&quot;:9.49},{&quot;2026-06-22&quot;:9.59},{&quot;2026-06-23&quot;:9.46},{&quot;2026-06-24&quot;:9.46},{&quot;2026-06-25&quot;:9.46},{&quot;2026-06-26&quot;:9.47},{&quot;2026-06-27&quot;:9.43},{&quot;2026-06-28&quot;:9.42},{&quot;2026-06-29&quot;:9.38},{&quot;2026-06-30&quot;:9.24},{&quot;2026-07-01&quot;:9.29},{&quot;2026-07-02&quot;:9.27},{&quot;2026-07-03&quot;:9.26},{&quot;2026-07-04&quot;:9.37},{&quot;2026-07-05&quot;:9.43},{&quot;2026-07-06&quot;:9.43},{&quot;2026-07-07&quot;:9.43},{&quot;2026-07-08&quot;:9.39},{&quot;2026-07-09&quot;:9.44},{&quot;2026-07-10&quot;:9.42},{&quot;2026-07-11&quot;:9.42},{&quot;2026-07-12&quot;:9.47},{&quot;2026-07-13&quot;:9.47},{&quot;2026-07-14&quot;:9.47},{&quot;2026-07-15&quot;:9.47},{&quot;2026-07-16&quot;:9.45},{&quot;2026-07-17&quot;:9.44},{&quot;2026-07-18&quot;:9.39},{&quot;2026-07-19&quot;:9.49},{&quot;2026-07-20&quot;:9.6},{&quot;2026-07-21&quot;:9.65},{&quot;2026-07-22&quot;:9.65},{&quot;2026-07-23&quot;:9.72},{&quot;2026-07-24&quot;:9.74},{&quot;2026-07-25&quot;:9.73},{&quot;2026-07-26&quot;:9.96},{&quot;2026-07-27&quot;:10.0},{&quot;2026-07-28&quot;:10.0},{&quot;2026-07-29&quot;:10.0},{&quot;2026-07-30&quot;:9.72},{&quot;2026-07-31&quot;:8.47},{&quot;2026-08-01&quot;:8.25},{&quot;2026-08-02&quot;:7.2},{&quot;2026-08-03&quot;:6.22},{&quot;2026-08-04&quot;:5.73},{&quot;2026-08-05&quot;:5.42},{&quot;2026-08-07&quot;:5.95},{&quot;2026-08-08&quot;:5.68},{&quot;2026-08-09&quot;:5.65},{&quot;2026-08-10&quot;:5.84},{&quot;2026-08-11&quot;:5.97},{&quot;2026-08-12&quot;:5.83},{&quot;2026-08-13&quot;:5.94},{&quot;2026-08-14&quot;:6.36},{&quot;2026-08-15&quot;:6.53},{&quot;2026-08-16&quot;:6.54},{&quot;2026-08-17&quot;:6.66},{&quot;2026-08-18&quot;:6.71},{&quot;2026-08-19&quot;:6.84},{&quot;2026-08-20&quot;:6.99},{&quot;2026-08-21&quot;:6.74},{&quot;2026-08-22&quot;:6.74},{&quot;2026-08-23&quot;:6.74},{&quot;2026-08-24&quot;:6.87},{&quot;2026-08-25&quot;:6.89},{&quot;2026-08-26&quot;:6.74},{&quot;2026-08-27&quot;:6.73},{&quot;2026-08-28&quot;:6.92},{&quot;2026-08-29&quot;:6.92},{&quot;2026-08-30&quot;:6.79},{&quot;2026-08-31&quot;:6.69},{&quot;2026-09-01&quot;:6.96},{&quot;2026-09-02&quot;:7.06},{&quot;2026-09-03&quot;:7.04},{&quot;2026-09-04&quot;:7.04},{&quot;2026-09-05&quot;:7.16},{&quot;2026-09-06&quot;:7.29},{&quot;2026-09-07&quot;:7.47},{&quot;2026-09-08&quot;:7.5},{&quot;2026-09-09&quot;:7.46},{&quot;2026-09-10&quot;:7.46},{&quot;2026-09-11&quot;:7.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="19478"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-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">
            Sivitri, Dragon Master
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Sivitri
      </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">
            $7.62
          </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="Sivitri, Dragon Master" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/7/b7505068-484e-4844-b3dd-89c28f18275d.jpg?1783921462" />

        <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">
            Sivitri, Dragon Master
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Sivitri</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-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="Sivitri, Dragon Master" src="https://cards.scryfall.io/large/front/b/7/b7505068-484e-4844-b3dd-89c28f18275d.jpg?1783921462" />
    </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">
                $8.01
              </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">
                $7.62
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </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.04},{&quot;2026-06-14&quot;:7.04},{&quot;2026-06-15&quot;:7.04},{&quot;2026-06-16&quot;:7.04},{&quot;2026-06-17&quot;:7.04},{&quot;2026-06-18&quot;:7.04},{&quot;2026-06-19&quot;:7.04},{&quot;2026-06-20&quot;:7.04},{&quot;2026-06-21&quot;:7.04},{&quot;2026-06-22&quot;:7.04},{&quot;2026-06-23&quot;:7.04},{&quot;2026-06-24&quot;:7.04},{&quot;2026-06-25&quot;:7.04},{&quot;2026-06-26&quot;:7.04},{&quot;2026-06-27&quot;:7.04},{&quot;2026-06-28&quot;:7.04},{&quot;2026-06-29&quot;:7.04},{&quot;2026-06-30&quot;:7.05},{&quot;2026-07-01&quot;:7.05},{&quot;2026-07-02&quot;:7.05},{&quot;2026-07-03&quot;:7.08},{&quot;2026-07-04&quot;:7.08},{&quot;2026-07-05&quot;:7.08},{&quot;2026-07-06&quot;:7.08},{&quot;2026-07-07&quot;:7.08},{&quot;2026-07-08&quot;:7.22},{&quot;2026-07-09&quot;:7.22},{&quot;2026-07-10&quot;:7.24},{&quot;2026-07-11&quot;:7.34},{&quot;2026-07-12&quot;:7.38},{&quot;2026-07-13&quot;:7.38},{&quot;2026-07-14&quot;:7.38},{&quot;2026-07-15&quot;:7.36},{&quot;2026-07-16&quot;:7.36},{&quot;2026-07-17&quot;:7.36},{&quot;2026-07-18&quot;:7.36},{&quot;2026-07-19&quot;:7.36},{&quot;2026-07-20&quot;:7.36},{&quot;2026-07-21&quot;:7.36},{&quot;2026-07-22&quot;:7.36},{&quot;2026-07-23&quot;:7.36},{&quot;2026-07-24&quot;:7.36},{&quot;2026-07-25&quot;:7.36},{&quot;2026-07-26&quot;:7.36},{&quot;2026-07-27&quot;:7.32},{&quot;2026-07-28&quot;:7.32},{&quot;2026-07-29&quot;:7.32},{&quot;2026-07-30&quot;:7.32},{&quot;2026-07-31&quot;:7.33},{&quot;2026-08-01&quot;:7.33},{&quot;2026-08-02&quot;:7.33},{&quot;2026-08-03&quot;:7.33},{&quot;2026-08-04&quot;:7.33},{&quot;2026-08-05&quot;:7.33},{&quot;2026-08-07&quot;:7.36},{&quot;2026-08-08&quot;:7.36},{&quot;2026-08-09&quot;:7.36},{&quot;2026-08-10&quot;:7.36},{&quot;2026-08-11&quot;:7.36},{&quot;2026-08-12&quot;:7.36},{&quot;2026-08-13&quot;:7.36},{&quot;2026-08-14&quot;:7.36},{&quot;2026-08-15&quot;:7.36},{&quot;2026-08-16&quot;:7.36},{&quot;2026-08-17&quot;:7.36},{&quot;2026-08-18&quot;:7.36},{&quot;2026-08-19&quot;:7.36},{&quot;2026-08-20&quot;:7.36},{&quot;2026-08-21&quot;:7.36},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.36},{&quot;2026-08-24&quot;:7.36},{&quot;2026-08-25&quot;:7.4},{&quot;2026-08-26&quot;:7.4},{&quot;2026-08-27&quot;:7.4},{&quot;2026-08-28&quot;:7.4},{&quot;2026-08-29&quot;:7.4},{&quot;2026-08-30&quot;:7.41},{&quot;2026-08-31&quot;:7.45},{&quot;2026-09-01&quot;:7.45},{&quot;2026-09-02&quot;:7.48},{&quot;2026-09-03&quot;:7.48},{&quot;2026-09-04&quot;:7.48},{&quot;2026-09-05&quot;:7.48},{&quot;2026-09-06&quot;:7.5},{&quot;2026-09-07&quot;:7.54},{&quot;2026-09-08&quot;:7.54},{&quot;2026-09-09&quot;:7.54},{&quot;2026-09-10&quot;:7.62},{&quot;2026-09-11&quot;:7.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.44},{&quot;2026-06-14&quot;:7.45},{&quot;2026-06-15&quot;:7.45},{&quot;2026-06-16&quot;:7.4},{&quot;2026-06-17&quot;:7.4},{&quot;2026-06-18&quot;:7.32},{&quot;2026-06-19&quot;:7.32},{&quot;2026-06-20&quot;:7.32},{&quot;2026-06-21&quot;:7.32},{&quot;2026-06-22&quot;:7.32},{&quot;2026-06-23&quot;:7.27},{&quot;2026-06-24&quot;:7.21},{&quot;2026-06-25&quot;:7.21},{&quot;2026-06-26&quot;:7.18},{&quot;2026-06-27&quot;:7.24},{&quot;2026-06-28&quot;:7.25},{&quot;2026-06-29&quot;:7.36},{&quot;2026-06-30&quot;:7.33},{&quot;2026-07-01&quot;:7.33},{&quot;2026-07-02&quot;:7.18},{&quot;2026-07-03&quot;:7.42},{&quot;2026-07-04&quot;:7.53},{&quot;2026-07-05&quot;:7.53},{&quot;2026-07-06&quot;:7.53},{&quot;2026-07-07&quot;:7.68},{&quot;2026-07-08&quot;:7.7},{&quot;2026-07-09&quot;:7.72},{&quot;2026-07-10&quot;:7.83},{&quot;2026-07-11&quot;:7.83},{&quot;2026-07-12&quot;:7.82},{&quot;2026-07-13&quot;:7.82},{&quot;2026-07-14&quot;:7.94},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.91},{&quot;2026-07-17&quot;:7.89},{&quot;2026-07-18&quot;:7.96},{&quot;2026-07-19&quot;:7.96},{&quot;2026-07-20&quot;:8.03},{&quot;2026-07-21&quot;:7.96},{&quot;2026-07-22&quot;:8.06},{&quot;2026-07-23&quot;:8.17},{&quot;2026-07-24&quot;:8.3},{&quot;2026-07-25&quot;:8.3},{&quot;2026-07-26&quot;:8.3},{&quot;2026-07-27&quot;:8.3},{&quot;2026-07-28&quot;:8.21},{&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.16},{&quot;2026-08-02&quot;:8.13},{&quot;2026-08-03&quot;:8.31},{&quot;2026-08-04&quot;:8.2},{&quot;2026-08-05&quot;:8.26},{&quot;2026-08-07&quot;:8.38},{&quot;2026-08-08&quot;:8.5},{&quot;2026-08-09&quot;:8.5},{&quot;2026-08-10&quot;:8.61},{&quot;2026-08-11&quot;:8.67},{&quot;2026-08-12&quot;:8.75},{&quot;2026-08-13&quot;:8.75},{&quot;2026-08-14&quot;:8.76},{&quot;2026-08-15&quot;:8.76},{&quot;2026-08-16&quot;:8.76},{&quot;2026-08-17&quot;:8.76},{&quot;2026-08-18&quot;:8.93},{&quot;2026-08-19&quot;:8.93},{&quot;2026-08-20&quot;:8.68},{&quot;2026-08-21&quot;:8.68},{&quot;2026-08-22&quot;:8.78},{&quot;2026-08-23&quot;:8.78},{&quot;2026-08-24&quot;:8.95},{&quot;2026-08-25&quot;:8.95},{&quot;2026-08-26&quot;:8.95},{&quot;2026-08-27&quot;:8.85},{&quot;2026-08-28&quot;:8.85},{&quot;2026-08-29&quot;:8.85},{&quot;2026-08-30&quot;:8.98},{&quot;2026-08-31&quot;:8.98},{&quot;2026-09-01&quot;:8.7},{&quot;2026-09-02&quot;:8.46},{&quot;2026-09-03&quot;:8.33},{&quot;2026-09-04&quot;:8.33},{&quot;2026-09-05&quot;:8.13},{&quot;2026-09-06&quot;:8.13},{&quot;2026-09-07&quot;:7.97},{&quot;2026-09-08&quot;:7.94},{&quot;2026-09-09&quot;:8.08},{&quot;2026-09-10&quot;:8.01},{&quot;2026-09-11&quot;:8.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="94782"
  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">
            Sphere Grid
        </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">
              ↓
              11%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.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="Sphere Grid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/51188b1d-cb45-40f7-a3c2-5652b0679e02.jpg?1783906351" />

        <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">
            Sphere Grid
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sphere Grid" src="https://cards.scryfall.io/large/front/5/1/51188b1d-cb45-40f7-a3c2-5652b0679e02.jpg?1783906351" />
    </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">
                $7.60
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $16.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">$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;2026-08-19&quot;:16.6},{&quot;2026-08-20&quot;:16.6},{&quot;2026-08-21&quot;:16.6},{&quot;2026-08-22&quot;:16.6},{&quot;2026-08-23&quot;:16.6},{&quot;2026-08-24&quot;:16.6},{&quot;2026-08-25&quot;:16.61},{&quot;2026-08-26&quot;:16.55},{&quot;2026-08-27&quot;:16.56},{&quot;2026-08-28&quot;:16.6},{&quot;2026-08-29&quot;:16.6},{&quot;2026-08-30&quot;:16.54},{&quot;2026-08-31&quot;:16.54},{&quot;2026-09-01&quot;:16.54},{&quot;2026-09-02&quot;:16.54},{&quot;2026-09-03&quot;:16.54},{&quot;2026-09-04&quot;:16.54},{&quot;2026-09-05&quot;:16.54},{&quot;2026-09-06&quot;:16.54},{&quot;2026-09-07&quot;:16.54},{&quot;2026-09-08&quot;:16.54},{&quot;2026-09-09&quot;:16.54},{&quot;2026-09-10&quot;:16.54},{&quot;2026-09-11&quot;:16.49}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.02},{&quot;2026-06-14&quot;:7.96},{&quot;2026-06-15&quot;:8.13},{&quot;2026-06-16&quot;:7.9},{&quot;2026-06-17&quot;:7.98},{&quot;2026-06-18&quot;:8.13},{&quot;2026-06-19&quot;:7.84},{&quot;2026-06-20&quot;:8.02},{&quot;2026-06-21&quot;:7.92},{&quot;2026-06-22&quot;:7.82},{&quot;2026-06-23&quot;:7.82},{&quot;2026-06-24&quot;:7.82},{&quot;2026-06-25&quot;:7.79},{&quot;2026-06-26&quot;:7.43},{&quot;2026-06-27&quot;:6.99},{&quot;2026-06-28&quot;:7.16},{&quot;2026-06-29&quot;:7.03},{&quot;2026-06-30&quot;:7.11},{&quot;2026-07-01&quot;:7.35},{&quot;2026-07-02&quot;:7.47},{&quot;2026-07-03&quot;:7.69},{&quot;2026-07-04&quot;:8.13},{&quot;2026-07-05&quot;:8.34},{&quot;2026-07-06&quot;:8.82},{&quot;2026-07-07&quot;:8.5},{&quot;2026-07-08&quot;:8.04},{&quot;2026-07-09&quot;:8.24},{&quot;2026-07-10&quot;:8.5},{&quot;2026-07-11&quot;:8.8},{&quot;2026-07-12&quot;:8.82},{&quot;2026-07-13&quot;:8.85},{&quot;2026-07-14&quot;:9.04},{&quot;2026-07-15&quot;:9.12},{&quot;2026-07-16&quot;:9.02},{&quot;2026-07-17&quot;:8.93},{&quot;2026-07-18&quot;:8.99},{&quot;2026-07-19&quot;:8.92},{&quot;2026-07-20&quot;:8.61},{&quot;2026-07-21&quot;:8.53},{&quot;2026-07-22&quot;:8.65},{&quot;2026-07-23&quot;:8.73},{&quot;2026-07-24&quot;:8.79},{&quot;2026-07-25&quot;:8.44},{&quot;2026-07-26&quot;:8.4},{&quot;2026-07-27&quot;:8.32},{&quot;2026-07-28&quot;:8.34},{&quot;2026-07-29&quot;:8.31},{&quot;2026-07-30&quot;:8.31},{&quot;2026-07-31&quot;:8.57},{&quot;2026-08-01&quot;:8.5},{&quot;2026-08-02&quot;:8.46},{&quot;2026-08-03&quot;:8.39},{&quot;2026-08-04&quot;:8.31},{&quot;2026-08-05&quot;:8.32},{&quot;2026-08-07&quot;:8.13},{&quot;2026-08-08&quot;:7.96},{&quot;2026-08-09&quot;:7.76},{&quot;2026-08-10&quot;:8.06},{&quot;2026-08-11&quot;:8.25},{&quot;2026-08-12&quot;:8.26},{&quot;2026-08-13&quot;:8.12},{&quot;2026-08-14&quot;:8.23},{&quot;2026-08-15&quot;:8.48},{&quot;2026-08-16&quot;:8.58},{&quot;2026-08-17&quot;:8.72},{&quot;2026-08-18&quot;:8.84},{&quot;2026-08-19&quot;:8.78},{&quot;2026-08-20&quot;:8.71},{&quot;2026-08-21&quot;:8.98},{&quot;2026-08-22&quot;:9.14},{&quot;2026-08-23&quot;:9.16},{&quot;2026-08-24&quot;:9.12},{&quot;2026-08-25&quot;:9.04},{&quot;2026-08-26&quot;:8.85},{&quot;2026-08-27&quot;:8.86},{&quot;2026-08-28&quot;:8.96},{&quot;2026-08-29&quot;:8.96},{&quot;2026-08-30&quot;:8.88},{&quot;2026-08-31&quot;:8.95},{&quot;2026-09-01&quot;:8.8},{&quot;2026-09-02&quot;:8.69},{&quot;2026-09-03&quot;:8.68},{&quot;2026-09-04&quot;:8.73},{&quot;2026-09-05&quot;:8.53},{&quot;2026-09-06&quot;:7.98},{&quot;2026-09-07&quot;:7.84},{&quot;2026-09-08&quot;:7.91},{&quot;2026-09-09&quot;:8.1},{&quot;2026-09-10&quot;:7.88},{&quot;2026-09-11&quot;:7.6}]}"
        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="87327"
  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">
            Sorin Markov
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Sorin
      </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">
            $7.58
          </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="Sorin Markov" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/0/104383f8-2d6c-4524-a9a9-c568af6adaae.jpg?1783925011" />

        <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">
            Sorin Markov
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Sorin</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><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="Sorin Markov" src="https://cards.scryfall.io/large/front/1/0/104383f8-2d6c-4524-a9a9-c568af6adaae.jpg?1783925011" />
    </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">
                $7.58
              </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.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;normal&quot;:[{&quot;2026-06-13&quot;:7.96},{&quot;2026-06-14&quot;:7.96},{&quot;2026-06-15&quot;:7.97},{&quot;2026-06-16&quot;:7.98},{&quot;2026-06-17&quot;:7.94},{&quot;2026-06-18&quot;:7.95},{&quot;2026-06-19&quot;:7.95},{&quot;2026-06-20&quot;:7.95},{&quot;2026-06-21&quot;:7.95},{&quot;2026-06-22&quot;:7.95},{&quot;2026-06-23&quot;:8.02},{&quot;2026-06-24&quot;:8.02},{&quot;2026-06-25&quot;:8.02},{&quot;2026-06-26&quot;:8.02},{&quot;2026-06-27&quot;:8.02},{&quot;2026-06-28&quot;:8.02},{&quot;2026-06-29&quot;:8.03},{&quot;2026-06-30&quot;:8.05},{&quot;2026-07-01&quot;:8.05},{&quot;2026-07-02&quot;:8.07},{&quot;2026-07-03&quot;:8.17},{&quot;2026-07-04&quot;:8.17},{&quot;2026-07-05&quot;:8.17},{&quot;2026-07-06&quot;:8.17},{&quot;2026-07-07&quot;:8.17},{&quot;2026-07-08&quot;:8.17},{&quot;2026-07-09&quot;:8.17},{&quot;2026-07-10&quot;:8.17},{&quot;2026-07-11&quot;:8.17},{&quot;2026-07-12&quot;:8.19},{&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.22},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.22},{&quot;2026-07-19&quot;:8.22},{&quot;2026-07-20&quot;:8.22},{&quot;2026-07-21&quot;:8.22},{&quot;2026-07-22&quot;:8.22},{&quot;2026-07-23&quot;:8.22},{&quot;2026-07-24&quot;:8.22},{&quot;2026-07-25&quot;:8.22},{&quot;2026-07-26&quot;:8.22},{&quot;2026-07-27&quot;:8.22},{&quot;2026-07-28&quot;:8.26},{&quot;2026-07-29&quot;:8.27},{&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.25},{&quot;2026-08-03&quot;:8.19},{&quot;2026-08-04&quot;:8.19},{&quot;2026-08-05&quot;:8.13},{&quot;2026-08-07&quot;:8.05},{&quot;2026-08-08&quot;:8.05},{&quot;2026-08-09&quot;:7.96},{&quot;2026-08-10&quot;:7.96},{&quot;2026-08-11&quot;:7.96},{&quot;2026-08-12&quot;:7.96},{&quot;2026-08-13&quot;:7.96},{&quot;2026-08-14&quot;:7.96},{&quot;2026-08-15&quot;:7.96},{&quot;2026-08-16&quot;:7.96},{&quot;2026-08-17&quot;:7.95},{&quot;2026-08-18&quot;:7.95},{&quot;2026-08-19&quot;:7.91},{&quot;2026-08-20&quot;:7.91},{&quot;2026-08-21&quot;:7.89},{&quot;2026-08-22&quot;:7.88},{&quot;2026-08-23&quot;:7.91},{&quot;2026-08-24&quot;:7.91},{&quot;2026-08-25&quot;:7.91},{&quot;2026-08-26&quot;:7.6},{&quot;2026-08-27&quot;:7.6},{&quot;2026-08-28&quot;:7.79},{&quot;2026-08-29&quot;:7.79},{&quot;2026-08-30&quot;:7.83},{&quot;2026-08-31&quot;:7.76},{&quot;2026-09-01&quot;:7.71},{&quot;2026-09-02&quot;:7.71},{&quot;2026-09-03&quot;:7.71},{&quot;2026-09-04&quot;:7.71},{&quot;2026-09-05&quot;:7.71},{&quot;2026-09-06&quot;:7.66},{&quot;2026-09-07&quot;:7.66},{&quot;2026-09-08&quot;:7.66},{&quot;2026-09-09&quot;:7.66},{&quot;2026-09-10&quot;:7.59},{&quot;2026-09-11&quot;:7.58}]}"
        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="48845"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.57
          </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="Serra&#39;s Emissary" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/6/b6534049-3045-4546-b1e8-e5b1b0df5f56.jpg?1783926884" />

        <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">
            Serra&#39;s Emissary
        </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 — Angel</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><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="Serra&#39;s Emissary" src="https://cards.scryfall.io/large/front/b/6/b6534049-3045-4546-b1e8-e5b1b0df5f56.jpg?1783926884" />
    </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">
                $7.57
              </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">
                $14.08
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.38},{&quot;2026-06-14&quot;:14.38},{&quot;2026-06-15&quot;:14.38},{&quot;2026-06-16&quot;:14.38},{&quot;2026-06-17&quot;:14.38},{&quot;2026-06-18&quot;:14.38},{&quot;2026-06-19&quot;:14.38},{&quot;2026-06-20&quot;:14.38},{&quot;2026-06-21&quot;:14.38},{&quot;2026-06-22&quot;:14.38},{&quot;2026-06-23&quot;:14.38},{&quot;2026-06-24&quot;:14.38},{&quot;2026-06-25&quot;:14.38},{&quot;2026-06-26&quot;:14.38},{&quot;2026-06-27&quot;:14.41},{&quot;2026-06-28&quot;:14.41},{&quot;2026-06-29&quot;:14.41},{&quot;2026-06-30&quot;:14.41},{&quot;2026-07-01&quot;:14.41},{&quot;2026-07-02&quot;:14.44},{&quot;2026-07-03&quot;:14.5},{&quot;2026-07-04&quot;:14.5},{&quot;2026-07-05&quot;:14.5},{&quot;2026-07-06&quot;:14.5},{&quot;2026-07-07&quot;:14.5},{&quot;2026-07-08&quot;:14.5},{&quot;2026-07-09&quot;:14.5},{&quot;2026-07-10&quot;:14.5},{&quot;2026-07-11&quot;:14.5},{&quot;2026-07-12&quot;:14.5},{&quot;2026-07-13&quot;:14.5},{&quot;2026-07-14&quot;:14.5},{&quot;2026-07-15&quot;:14.5},{&quot;2026-07-16&quot;:14.5},{&quot;2026-07-17&quot;:14.5},{&quot;2026-07-18&quot;:14.49},{&quot;2026-07-19&quot;:14.49},{&quot;2026-07-20&quot;:14.49},{&quot;2026-07-21&quot;:14.42},{&quot;2026-07-22&quot;:14.42},{&quot;2026-07-23&quot;:14.42},{&quot;2026-07-24&quot;:14.49},{&quot;2026-07-25&quot;:14.49},{&quot;2026-07-26&quot;:14.49},{&quot;2026-07-27&quot;:14.49},{&quot;2026-07-28&quot;:14.49},{&quot;2026-07-29&quot;:14.49},{&quot;2026-07-30&quot;:14.49},{&quot;2026-07-31&quot;:14.46},{&quot;2026-08-01&quot;:14.46},{&quot;2026-08-02&quot;:14.46},{&quot;2026-08-03&quot;:14.46},{&quot;2026-08-04&quot;:14.46},{&quot;2026-08-05&quot;:14.31},{&quot;2026-08-07&quot;:14.31},{&quot;2026-08-08&quot;:14.31},{&quot;2026-08-09&quot;:14.31},{&quot;2026-08-10&quot;:14.32},{&quot;2026-08-11&quot;:14.34},{&quot;2026-08-12&quot;:14.34},{&quot;2026-08-13&quot;:14.34},{&quot;2026-08-14&quot;:14.32},{&quot;2026-08-15&quot;:14.32},{&quot;2026-08-16&quot;:14.23},{&quot;2026-08-17&quot;:14.23},{&quot;2026-08-18&quot;:14.23},{&quot;2026-08-19&quot;:14.23},{&quot;2026-08-20&quot;:14.23},{&quot;2026-08-21&quot;:14.23},{&quot;2026-08-22&quot;:14.23},{&quot;2026-08-23&quot;:14.23},{&quot;2026-08-24&quot;:14.08},{&quot;2026-08-25&quot;:14.08},{&quot;2026-08-26&quot;:14.08},{&quot;2026-08-27&quot;:14.08},{&quot;2026-08-28&quot;:14.08},{&quot;2026-08-29&quot;:14.08},{&quot;2026-08-30&quot;:14.08},{&quot;2026-08-31&quot;:14.08},{&quot;2026-09-01&quot;:14.08},{&quot;2026-09-02&quot;:14.08},{&quot;2026-09-03&quot;:14.08},{&quot;2026-09-04&quot;:14.08},{&quot;2026-09-05&quot;:14.08},{&quot;2026-09-06&quot;:14.08},{&quot;2026-09-07&quot;:14.08},{&quot;2026-09-08&quot;:14.08},{&quot;2026-09-09&quot;:14.08},{&quot;2026-09-10&quot;:14.08},{&quot;2026-09-11&quot;:14.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.26},{&quot;2026-06-14&quot;:7.25},{&quot;2026-06-15&quot;:7.17},{&quot;2026-06-16&quot;:6.9},{&quot;2026-06-17&quot;:7.12},{&quot;2026-06-18&quot;:7.06},{&quot;2026-06-19&quot;:7.06},{&quot;2026-06-20&quot;:7.05},{&quot;2026-06-21&quot;:7.05},{&quot;2026-06-22&quot;:7.12},{&quot;2026-06-23&quot;:7.85},{&quot;2026-06-24&quot;:8.09},{&quot;2026-06-25&quot;:8.33},{&quot;2026-06-26&quot;:8.22},{&quot;2026-06-27&quot;:8.22},{&quot;2026-06-28&quot;:8.22},{&quot;2026-06-29&quot;:8.19},{&quot;2026-06-30&quot;:8.15},{&quot;2026-07-01&quot;:8.11},{&quot;2026-07-02&quot;:7.88},{&quot;2026-07-03&quot;:7.55},{&quot;2026-07-04&quot;:7.81},{&quot;2026-07-05&quot;:7.9},{&quot;2026-07-06&quot;:8.29},{&quot;2026-07-07&quot;:8.34},{&quot;2026-07-08&quot;:8.34},{&quot;2026-07-09&quot;:8.26},{&quot;2026-07-10&quot;:8.17},{&quot;2026-07-11&quot;:8.42},{&quot;2026-07-12&quot;:8.3},{&quot;2026-07-13&quot;:8.24},{&quot;2026-07-14&quot;:7.88},{&quot;2026-07-15&quot;:7.76},{&quot;2026-07-16&quot;:7.85},{&quot;2026-07-17&quot;:7.57},{&quot;2026-07-18&quot;:7.68},{&quot;2026-07-19&quot;:7.44},{&quot;2026-07-20&quot;:7.3},{&quot;2026-07-21&quot;:7.12},{&quot;2026-07-22&quot;:7.17},{&quot;2026-07-23&quot;:7.08},{&quot;2026-07-24&quot;:7.06},{&quot;2026-07-25&quot;:6.98},{&quot;2026-07-26&quot;:6.98},{&quot;2026-07-27&quot;:7.09},{&quot;2026-07-28&quot;:7.27},{&quot;2026-07-29&quot;:7.21},{&quot;2026-07-30&quot;:7.21},{&quot;2026-07-31&quot;:7.3},{&quot;2026-08-01&quot;:7.48},{&quot;2026-08-02&quot;:7.43},{&quot;2026-08-03&quot;:7.45},{&quot;2026-08-04&quot;:7.46},{&quot;2026-08-05&quot;:7.5},{&quot;2026-08-07&quot;:7.61},{&quot;2026-08-08&quot;:7.61},{&quot;2026-08-09&quot;:7.69},{&quot;2026-08-10&quot;:7.49},{&quot;2026-08-11&quot;:7.57},{&quot;2026-08-12&quot;:7.82},{&quot;2026-08-13&quot;:7.93},{&quot;2026-08-14&quot;:8.01},{&quot;2026-08-15&quot;:8.09},{&quot;2026-08-16&quot;:8.02},{&quot;2026-08-17&quot;:8.09},{&quot;2026-08-18&quot;:8.03},{&quot;2026-08-19&quot;:8.12},{&quot;2026-08-20&quot;:8.3},{&quot;2026-08-21&quot;:8.32},{&quot;2026-08-22&quot;:8.23},{&quot;2026-08-23&quot;:8.23},{&quot;2026-08-24&quot;:8.11},{&quot;2026-08-25&quot;:8.33},{&quot;2026-08-26&quot;:8.41},{&quot;2026-08-27&quot;:8.58},{&quot;2026-08-28&quot;:8.53},{&quot;2026-08-29&quot;:8.53},{&quot;2026-08-30&quot;:8.46},{&quot;2026-08-31&quot;:8.31},{&quot;2026-09-01&quot;:7.91},{&quot;2026-09-02&quot;:7.81},{&quot;2026-09-03&quot;:7.44},{&quot;2026-09-04&quot;:7.36},{&quot;2026-09-05&quot;:7.17},{&quot;2026-09-06&quot;:7.16},{&quot;2026-09-07&quot;:7.08},{&quot;2026-09-08&quot;:7.27},{&quot;2026-09-09&quot;:7.33},{&quot;2026-09-10&quot;:7.53},{&quot;2026-09-11&quot;:7.57}]}"
        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="75328"
  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">
            Time Sieve
        </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-100 text-badge-text">
              ↓
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.57
          </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="Time Sieve" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2b86e588-86f1-4b65-9e84-522f9cae9997.jpg?1783932357" />

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Time Sieve" src="https://cards.scryfall.io/large/front/2/b/2b86e588-86f1-4b65-9e84-522f9cae9997.jpg?1783932357" />
    </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">
                $7.57
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:7.04},{&quot;2026-06-14&quot;:7.04},{&quot;2026-06-15&quot;:7.14},{&quot;2026-06-16&quot;:7.14},{&quot;2026-06-17&quot;:7.29},{&quot;2026-06-18&quot;:7.55},{&quot;2026-06-19&quot;:7.57},{&quot;2026-06-20&quot;:7.57},{&quot;2026-06-21&quot;:7.79},{&quot;2026-06-22&quot;:7.81},{&quot;2026-06-23&quot;:7.78},{&quot;2026-06-24&quot;:7.78},{&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.71},{&quot;2026-06-29&quot;:7.67},{&quot;2026-06-30&quot;:7.61},{&quot;2026-07-01&quot;:7.39},{&quot;2026-07-02&quot;:7.39},{&quot;2026-07-03&quot;:7.36},{&quot;2026-07-04&quot;:7.35},{&quot;2026-07-05&quot;:7.35},{&quot;2026-07-06&quot;:7.35},{&quot;2026-07-07&quot;:7.46},{&quot;2026-07-08&quot;:7.46},{&quot;2026-07-09&quot;:7.54},{&quot;2026-07-10&quot;:7.54},{&quot;2026-07-11&quot;:7.54},{&quot;2026-07-12&quot;:7.8},{&quot;2026-07-13&quot;:7.51},{&quot;2026-07-14&quot;:7.53},{&quot;2026-07-15&quot;:7.6},{&quot;2026-07-16&quot;:7.47},{&quot;2026-07-17&quot;:7.66},{&quot;2026-07-18&quot;:7.64},{&quot;2026-07-19&quot;:7.66},{&quot;2026-07-20&quot;:7.57},{&quot;2026-07-21&quot;:7.5},{&quot;2026-07-22&quot;:7.44},{&quot;2026-07-23&quot;:7.32},{&quot;2026-07-24&quot;:7.39},{&quot;2026-07-25&quot;:7.47},{&quot;2026-07-26&quot;:7.29},{&quot;2026-07-27&quot;:7.33},{&quot;2026-07-28&quot;:7.41},{&quot;2026-07-29&quot;:7.42},{&quot;2026-07-30&quot;:7.54},{&quot;2026-07-31&quot;:7.61},{&quot;2026-08-01&quot;:7.61},{&quot;2026-08-02&quot;:7.66},{&quot;2026-08-03&quot;:7.68},{&quot;2026-08-04&quot;:7.69},{&quot;2026-08-05&quot;:7.66},{&quot;2026-08-07&quot;:7.78},{&quot;2026-08-08&quot;:7.71},{&quot;2026-08-09&quot;:7.62},{&quot;2026-08-10&quot;:7.57},{&quot;2026-08-11&quot;:7.57},{&quot;2026-08-12&quot;:7.57},{&quot;2026-08-13&quot;:7.57},{&quot;2026-08-14&quot;:7.72},{&quot;2026-08-15&quot;:7.72},{&quot;2026-08-16&quot;:7.72},{&quot;2026-08-17&quot;:7.85},{&quot;2026-08-18&quot;:7.91},{&quot;2026-08-19&quot;:7.91},{&quot;2026-08-20&quot;:7.93},{&quot;2026-08-21&quot;:7.99},{&quot;2026-08-22&quot;:7.99},{&quot;2026-08-23&quot;:8.05},{&quot;2026-08-24&quot;:8.11},{&quot;2026-08-25&quot;:8.08},{&quot;2026-08-26&quot;:8.08},{&quot;2026-08-27&quot;:8.1},{&quot;2026-08-28&quot;:8.1},{&quot;2026-08-29&quot;:8.1},{&quot;2026-08-30&quot;:8.31},{&quot;2026-08-31&quot;:8.35},{&quot;2026-09-01&quot;:8.35},{&quot;2026-09-02&quot;:8.07},{&quot;2026-09-03&quot;:8.07},{&quot;2026-09-04&quot;:8.11},{&quot;2026-09-05&quot;:8.11},{&quot;2026-09-06&quot;:7.95},{&quot;2026-09-07&quot;:7.84},{&quot;2026-09-08&quot;:7.79},{&quot;2026-09-09&quot;:7.69},{&quot;2026-09-10&quot;:7.68},{&quot;2026-09-11&quot;:7.57}]}"
        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="53241"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Snuff Out" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1de0e766-9246-413e-884c-af1826857547.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">
            Snuff Out
        </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Snuff Out" src="https://cards.scryfall.io/large/front/1/d/1de0e766-9246-413e-884c-af1826857547.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">
            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">
                $7.55
              </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">
                $60.61
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-10&quot;:57.94},{&quot;2026-06-11&quot;:57.94},{&quot;2026-06-12&quot;:57.94},{&quot;2026-06-13&quot;:57.94},{&quot;2026-06-14&quot;:57.94},{&quot;2026-06-15&quot;:57.94},{&quot;2026-06-16&quot;:57.94},{&quot;2026-06-17&quot;:57.71},{&quot;2026-06-18&quot;:57.71},{&quot;2026-06-19&quot;:57.71},{&quot;2026-06-20&quot;:57.71},{&quot;2026-06-21&quot;:57.71},{&quot;2026-06-22&quot;:57.71},{&quot;2026-06-23&quot;:57.71},{&quot;2026-06-24&quot;:57.86},{&quot;2026-06-25&quot;:57.86},{&quot;2026-06-26&quot;:58.12},{&quot;2026-06-27&quot;:58.12},{&quot;2026-06-28&quot;:58.12},{&quot;2026-06-29&quot;:59.7},{&quot;2026-06-30&quot;:59.7},{&quot;2026-07-01&quot;:59.7},{&quot;2026-07-02&quot;:59.7},{&quot;2026-07-03&quot;:59.7},{&quot;2026-07-04&quot;:59.7},{&quot;2026-07-05&quot;:59.7},{&quot;2026-07-06&quot;:59.7},{&quot;2026-07-07&quot;:59.7},{&quot;2026-07-08&quot;:59.7},{&quot;2026-07-09&quot;:59.7},{&quot;2026-07-10&quot;:59.7},{&quot;2026-07-11&quot;:59.7},{&quot;2026-07-12&quot;:59.7},{&quot;2026-07-13&quot;:59.7},{&quot;2026-07-14&quot;:59.7},{&quot;2026-07-15&quot;:59.7},{&quot;2026-07-16&quot;:59.7},{&quot;2026-07-17&quot;:59.7},{&quot;2026-07-18&quot;:59.7},{&quot;2026-07-19&quot;:59.7},{&quot;2026-07-20&quot;:59.7},{&quot;2026-07-21&quot;:59.7},{&quot;2026-07-23&quot;:59.7},{&quot;2026-07-25&quot;:59.81},{&quot;2026-07-26&quot;:59.81},{&quot;2026-07-27&quot;:59.81},{&quot;2026-07-29&quot;:59.81},{&quot;2026-07-30&quot;:59.81},{&quot;2026-07-31&quot;:59.81},{&quot;2026-08-01&quot;:59.81},{&quot;2026-08-02&quot;:59.81},{&quot;2026-08-03&quot;:59.81},{&quot;2026-08-04&quot;:59.81},{&quot;2026-08-05&quot;:59.81},{&quot;2026-08-07&quot;:59.81},{&quot;2026-08-08&quot;:59.81},{&quot;2026-08-09&quot;:59.81},{&quot;2026-08-10&quot;:59.81},{&quot;2026-08-11&quot;:59.81},{&quot;2026-08-12&quot;:59.81},{&quot;2026-08-13&quot;:59.81},{&quot;2026-08-14&quot;:59.81},{&quot;2026-08-15&quot;:59.81},{&quot;2026-08-16&quot;:59.81},{&quot;2026-08-17&quot;:59.81},{&quot;2026-08-18&quot;:59.81},{&quot;2026-08-19&quot;:59.81},{&quot;2026-08-20&quot;:59.81},{&quot;2026-08-21&quot;:59.81},{&quot;2026-08-22&quot;:60.01},{&quot;2026-08-23&quot;:60.11},{&quot;2026-08-24&quot;:60.11},{&quot;2026-08-25&quot;:60.11},{&quot;2026-08-26&quot;:60.47},{&quot;2026-08-27&quot;:60.47},{&quot;2026-08-28&quot;:60.47},{&quot;2026-08-29&quot;:60.47},{&quot;2026-08-30&quot;:60.47},{&quot;2026-08-31&quot;:60.47},{&quot;2026-09-01&quot;:60.47},{&quot;2026-09-02&quot;:60.47},{&quot;2026-09-03&quot;:60.47},{&quot;2026-09-04&quot;:60.47},{&quot;2026-09-05&quot;:60.47},{&quot;2026-09-06&quot;:60.47},{&quot;2026-09-07&quot;:60.47},{&quot;2026-09-08&quot;:60.47},{&quot;2026-09-09&quot;:60.47},{&quot;2026-09-10&quot;:60.61},{&quot;2026-09-11&quot;:60.61}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.06},{&quot;2026-06-11&quot;:6.1},{&quot;2026-06-12&quot;:6.15},{&quot;2026-06-13&quot;:6.19},{&quot;2026-06-14&quot;:6.19},{&quot;2026-06-15&quot;:6.06},{&quot;2026-06-16&quot;:6.04},{&quot;2026-06-17&quot;:5.93},{&quot;2026-06-18&quot;:5.93},{&quot;2026-06-19&quot;:5.95},{&quot;2026-06-20&quot;:5.95},{&quot;2026-06-21&quot;:6.04},{&quot;2026-06-22&quot;:6.05},{&quot;2026-06-23&quot;:6.12},{&quot;2026-06-24&quot;:6.09},{&quot;2026-06-25&quot;:6.15},{&quot;2026-06-26&quot;:6.24},{&quot;2026-06-27&quot;:6.3},{&quot;2026-06-28&quot;:6.38},{&quot;2026-06-29&quot;:6.38},{&quot;2026-06-30&quot;:6.38},{&quot;2026-07-01&quot;:6.38},{&quot;2026-07-02&quot;:6.38},{&quot;2026-07-03&quot;:6.64},{&quot;2026-07-04&quot;:6.69},{&quot;2026-07-05&quot;:6.71},{&quot;2026-07-06&quot;:6.71},{&quot;2026-07-07&quot;:6.59},{&quot;2026-07-08&quot;:6.56},{&quot;2026-07-09&quot;:6.69},{&quot;2026-07-10&quot;:6.73},{&quot;2026-07-11&quot;:6.67},{&quot;2026-07-12&quot;:6.6},{&quot;2026-07-13&quot;:6.64},{&quot;2026-07-14&quot;:6.7},{&quot;2026-07-15&quot;:6.78},{&quot;2026-07-16&quot;:6.81},{&quot;2026-07-17&quot;:6.65},{&quot;2026-07-18&quot;:6.6},{&quot;2026-07-19&quot;:6.53},{&quot;2026-07-20&quot;:6.63},{&quot;2026-07-21&quot;:6.59},{&quot;2026-07-23&quot;:6.55},{&quot;2026-07-25&quot;:6.36},{&quot;2026-07-26&quot;:6.35},{&quot;2026-07-27&quot;:6.35},{&quot;2026-07-29&quot;:6.59},{&quot;2026-07-30&quot;:6.59},{&quot;2026-07-31&quot;:6.65},{&quot;2026-08-01&quot;:6.57},{&quot;2026-08-02&quot;:6.38},{&quot;2026-08-03&quot;:6.34},{&quot;2026-08-04&quot;:6.39},{&quot;2026-08-05&quot;:6.39},{&quot;2026-08-07&quot;:6.19},{&quot;2026-08-08&quot;:6.14},{&quot;2026-08-09&quot;:5.89},{&quot;2026-08-10&quot;:5.94},{&quot;2026-08-11&quot;:6.08},{&quot;2026-08-12&quot;:6.15},{&quot;2026-08-13&quot;:6.23},{&quot;2026-08-14&quot;:6.2},{&quot;2026-08-15&quot;:6.31},{&quot;2026-08-16&quot;:6.31},{&quot;2026-08-17&quot;:6.2},{&quot;2026-08-18&quot;:6.11},{&quot;2026-08-19&quot;:6.2},{&quot;2026-08-20&quot;:6.2},{&quot;2026-08-21&quot;:6.19},{&quot;2026-08-22&quot;:6.23},{&quot;2026-08-23&quot;:6.28},{&quot;2026-08-24&quot;:6.4},{&quot;2026-08-25&quot;:6.4},{&quot;2026-08-26&quot;:6.38},{&quot;2026-08-27&quot;:6.33},{&quot;2026-08-28&quot;:6.34},{&quot;2026-08-29&quot;:6.34},{&quot;2026-08-30&quot;:6.46},{&quot;2026-08-31&quot;:6.46},{&quot;2026-09-01&quot;:6.46},{&quot;2026-09-02&quot;:6.8},{&quot;2026-09-03&quot;:7.19},{&quot;2026-09-04&quot;:7.19},{&quot;2026-09-05&quot;:7.19},{&quot;2026-09-06&quot;:7.19},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.2},{&quot;2026-09-09&quot;:7.32},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.55}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Jodah, the Unifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9fb2313a-e002-4b37-9ecb-20bfe1799157.jpg?1783921217" />

        <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">
            Jodah, the Unifier
        </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 — 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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jodah, the Unifier" src="https://cards.scryfall.io/large/front/9/f/9fb2313a-e002-4b37-9ecb-20bfe1799157.jpg?1783921217" />
    </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">
                $7.54
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.06},{&quot;2026-06-14&quot;:6.04},{&quot;2026-06-15&quot;:6.01},{&quot;2026-06-16&quot;:6.01},{&quot;2026-06-17&quot;:6.01},{&quot;2026-06-18&quot;:6.01},{&quot;2026-06-19&quot;:6.05},{&quot;2026-06-20&quot;:6.05},{&quot;2026-06-21&quot;:6.05},{&quot;2026-06-22&quot;:6.05},{&quot;2026-06-23&quot;:6.07},{&quot;2026-06-24&quot;:6.07},{&quot;2026-06-25&quot;:6.07},{&quot;2026-06-26&quot;:6.16},{&quot;2026-06-27&quot;:6.15},{&quot;2026-06-28&quot;:6.15},{&quot;2026-06-29&quot;:6.1},{&quot;2026-06-30&quot;:6.1},{&quot;2026-07-01&quot;:6.1},{&quot;2026-07-02&quot;:6.1},{&quot;2026-07-03&quot;:6.1},{&quot;2026-07-04&quot;:6.1},{&quot;2026-07-05&quot;:6.1},{&quot;2026-07-06&quot;:6.1},{&quot;2026-07-07&quot;:6.1},{&quot;2026-07-08&quot;:6.1},{&quot;2026-07-09&quot;:6.1},{&quot;2026-07-10&quot;:6.1},{&quot;2026-07-11&quot;:6.1},{&quot;2026-07-12&quot;:6.1},{&quot;2026-07-13&quot;:6.1},{&quot;2026-07-14&quot;:6.04},{&quot;2026-07-15&quot;:6.04},{&quot;2026-07-16&quot;:6.11},{&quot;2026-07-17&quot;:6.11},{&quot;2026-07-18&quot;:6.11},{&quot;2026-07-19&quot;:6.1},{&quot;2026-07-20&quot;:6.13},{&quot;2026-07-21&quot;:6.13},{&quot;2026-07-22&quot;:6.13},{&quot;2026-07-23&quot;:6.13},{&quot;2026-07-24&quot;:6.13},{&quot;2026-07-25&quot;:6.21},{&quot;2026-07-26&quot;:6.16},{&quot;2026-07-27&quot;:6.16},{&quot;2026-07-28&quot;:6.16},{&quot;2026-07-29&quot;:6.16},{&quot;2026-07-30&quot;:6.23},{&quot;2026-07-31&quot;:6.23},{&quot;2026-08-01&quot;:6.23},{&quot;2026-08-02&quot;:6.23},{&quot;2026-08-03&quot;:6.33},{&quot;2026-08-04&quot;:6.33},{&quot;2026-08-05&quot;:6.33},{&quot;2026-08-07&quot;:6.33},{&quot;2026-08-08&quot;:6.42},{&quot;2026-08-09&quot;:6.42},{&quot;2026-08-10&quot;:6.64},{&quot;2026-08-11&quot;:6.64},{&quot;2026-08-12&quot;:6.87},{&quot;2026-08-13&quot;:6.84},{&quot;2026-08-14&quot;:6.84},{&quot;2026-08-15&quot;:6.84},{&quot;2026-08-16&quot;:6.84},{&quot;2026-08-17&quot;:6.87},{&quot;2026-08-18&quot;:6.93},{&quot;2026-08-19&quot;:6.93},{&quot;2026-08-20&quot;:6.9},{&quot;2026-08-21&quot;:6.95},{&quot;2026-08-22&quot;:6.95},{&quot;2026-08-23&quot;:6.95},{&quot;2026-08-24&quot;:6.93},{&quot;2026-08-25&quot;:6.93},{&quot;2026-08-26&quot;:6.97},{&quot;2026-08-27&quot;:6.97},{&quot;2026-08-28&quot;:6.97},{&quot;2026-08-29&quot;:6.97},{&quot;2026-08-30&quot;:7.15},{&quot;2026-08-31&quot;:7.15},{&quot;2026-09-01&quot;:7.15},{&quot;2026-09-02&quot;:7.19},{&quot;2026-09-03&quot;:7.22},{&quot;2026-09-04&quot;:7.22},{&quot;2026-09-05&quot;:7.22},{&quot;2026-09-06&quot;:7.22},{&quot;2026-09-07&quot;:7.22},{&quot;2026-09-08&quot;:7.22},{&quot;2026-09-09&quot;:7.28},{&quot;2026-09-10&quot;:7.28},{&quot;2026-09-11&quot;:7.54}],&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="10743"
  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-c20 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 Locust God
        </span>


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            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">
            $7.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="The Locust God" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/87f6aaba-ad2d-41ea-8d07-21c67d384aa0.jpg?1783931146" />

        <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 Locust God
        </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 — God</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="The Locust God" src="https://cards.scryfall.io/large/front/8/7/87f6aaba-ad2d-41ea-8d07-21c67d384aa0.jpg?1783931146" />
    </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">
                $7.53
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.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-10&quot;:8.47},{&quot;2026-06-11&quot;:8.74},{&quot;2026-06-12&quot;:8.74},{&quot;2026-06-13&quot;:8.97},{&quot;2026-06-14&quot;:8.76},{&quot;2026-06-15&quot;:8.76},{&quot;2026-06-16&quot;:8.68},{&quot;2026-06-17&quot;:8.68},{&quot;2026-06-18&quot;:8.67},{&quot;2026-06-19&quot;:8.83},{&quot;2026-06-20&quot;:8.85},{&quot;2026-06-21&quot;:8.85},{&quot;2026-06-22&quot;:8.82},{&quot;2026-06-23&quot;:8.82},{&quot;2026-06-24&quot;:8.75},{&quot;2026-06-25&quot;:8.78},{&quot;2026-06-26&quot;:8.78},{&quot;2026-06-27&quot;:8.49},{&quot;2026-06-28&quot;:8.42},{&quot;2026-06-29&quot;:8.42},{&quot;2026-06-30&quot;:8.42},{&quot;2026-07-01&quot;:8.42},{&quot;2026-07-02&quot;:8.53},{&quot;2026-07-03&quot;:8.61},{&quot;2026-07-04&quot;:8.73},{&quot;2026-07-05&quot;:8.7},{&quot;2026-07-06&quot;:8.75},{&quot;2026-07-07&quot;:8.74},{&quot;2026-07-08&quot;:8.65},{&quot;2026-07-09&quot;:8.65},{&quot;2026-07-10&quot;:8.48},{&quot;2026-07-11&quot;:8.48},{&quot;2026-07-12&quot;:8.34},{&quot;2026-07-13&quot;:8.16},{&quot;2026-07-14&quot;:8.03},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.97},{&quot;2026-07-17&quot;:7.81},{&quot;2026-07-18&quot;:7.84},{&quot;2026-07-19&quot;:7.84},{&quot;2026-07-20&quot;:7.84},{&quot;2026-07-21&quot;:7.78},{&quot;2026-07-23&quot;:7.4},{&quot;2026-07-25&quot;:6.85},{&quot;2026-07-26&quot;:6.89},{&quot;2026-07-27&quot;:6.9},{&quot;2026-07-29&quot;:7.02},{&quot;2026-07-30&quot;:7.0},{&quot;2026-07-31&quot;:7.4},{&quot;2026-08-01&quot;:7.42},{&quot;2026-08-02&quot;:7.34},{&quot;2026-08-03&quot;:6.95},{&quot;2026-08-04&quot;:6.86},{&quot;2026-08-05&quot;:6.93},{&quot;2026-08-07&quot;:6.7},{&quot;2026-08-08&quot;:6.75},{&quot;2026-08-09&quot;:6.75},{&quot;2026-08-10&quot;:6.7},{&quot;2026-08-11&quot;:6.94},{&quot;2026-08-12&quot;:6.93},{&quot;2026-08-13&quot;:7.01},{&quot;2026-08-14&quot;:7.05},{&quot;2026-08-15&quot;:6.94},{&quot;2026-08-16&quot;:6.98},{&quot;2026-08-17&quot;:7.2},{&quot;2026-08-18&quot;:7.24},{&quot;2026-08-19&quot;:7.22},{&quot;2026-08-20&quot;:7.22},{&quot;2026-08-21&quot;:7.26},{&quot;2026-08-22&quot;:7.56},{&quot;2026-08-23&quot;:7.56},{&quot;2026-08-24&quot;:7.56},{&quot;2026-08-25&quot;:7.56},{&quot;2026-08-26&quot;:7.63},{&quot;2026-08-27&quot;:7.6},{&quot;2026-08-28&quot;:7.6},{&quot;2026-08-29&quot;:7.6},{&quot;2026-08-30&quot;:7.49},{&quot;2026-08-31&quot;:7.6},{&quot;2026-09-01&quot;:7.6},{&quot;2026-09-02&quot;:7.62},{&quot;2026-09-03&quot;:7.63},{&quot;2026-09-04&quot;:7.61},{&quot;2026-09-05&quot;:7.61},{&quot;2026-09-06&quot;:7.42},{&quot;2026-09-07&quot;:7.48},{&quot;2026-09-08&quot;:7.48},{&quot;2026-09-09&quot;:7.49},{&quot;2026-09-10&quot;:7.53},{&quot;2026-09-11&quot;:7.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="58143"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-one ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

        <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 Mycosynth Gardens
        </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 — Sphere</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Mycosynth Gardens" src="https://cards.scryfall.io/large/front/4/a/4afcac49-ac80-4561-ba2c-ce9487e9d8fe.jpg?1783917920" />
    </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">
                $3.74
              </span>

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.50</span>
              <span class="text-xs text-grey-text">Credit: $1.95</span>
            </div>
            <div 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-13&quot;:6.58},{&quot;2026-06-14&quot;:6.58},{&quot;2026-06-15&quot;:6.61},{&quot;2026-06-16&quot;:6.61},{&quot;2026-06-17&quot;:6.51},{&quot;2026-06-18&quot;:6.51},{&quot;2026-06-19&quot;:6.51},{&quot;2026-06-20&quot;:6.51},{&quot;2026-06-21&quot;:6.51},{&quot;2026-06-22&quot;:6.51},{&quot;2026-06-23&quot;:6.51},{&quot;2026-06-24&quot;:6.51},{&quot;2026-06-25&quot;:6.5},{&quot;2026-06-26&quot;:6.5},{&quot;2026-06-27&quot;:6.5},{&quot;2026-06-28&quot;:6.5},{&quot;2026-06-29&quot;:6.49},{&quot;2026-06-30&quot;:6.49},{&quot;2026-07-01&quot;:6.49},{&quot;2026-07-02&quot;:6.66},{&quot;2026-07-03&quot;:6.66},{&quot;2026-07-04&quot;:6.62},{&quot;2026-07-05&quot;:6.62},{&quot;2026-07-06&quot;:6.62},{&quot;2026-07-07&quot;:6.63},{&quot;2026-07-08&quot;:6.63},{&quot;2026-07-09&quot;:6.53},{&quot;2026-07-10&quot;:6.53},{&quot;2026-07-11&quot;:6.53},{&quot;2026-07-12&quot;:6.59},{&quot;2026-07-13&quot;:6.57},{&quot;2026-07-14&quot;:6.64},{&quot;2026-07-15&quot;:6.68},{&quot;2026-07-16&quot;:6.68},{&quot;2026-07-17&quot;:6.68},{&quot;2026-07-18&quot;:6.82},{&quot;2026-07-19&quot;:6.82},{&quot;2026-07-20&quot;:6.82},{&quot;2026-07-21&quot;:6.82},{&quot;2026-07-22&quot;:6.74},{&quot;2026-07-23&quot;:6.74},{&quot;2026-07-24&quot;:6.73},{&quot;2026-07-25&quot;:6.77},{&quot;2026-07-26&quot;:6.77},{&quot;2026-07-27&quot;:6.77},{&quot;2026-07-28&quot;:6.81},{&quot;2026-07-29&quot;:6.81},{&quot;2026-07-30&quot;:6.9},{&quot;2026-07-31&quot;:7.59},{&quot;2026-08-01&quot;:7.63},{&quot;2026-08-02&quot;:7.63},{&quot;2026-08-03&quot;:7.63},{&quot;2026-08-04&quot;:7.63},{&quot;2026-08-05&quot;:7.55},{&quot;2026-08-07&quot;:7.55},{&quot;2026-08-08&quot;:7.56},{&quot;2026-08-09&quot;:7.56},{&quot;2026-08-10&quot;:7.55},{&quot;2026-08-11&quot;:7.37},{&quot;2026-08-12&quot;:7.37},{&quot;2026-08-13&quot;:7.37},{&quot;2026-08-14&quot;:7.32},{&quot;2026-08-15&quot;:7.32},{&quot;2026-08-16&quot;:7.32},{&quot;2026-08-17&quot;:7.32},{&quot;2026-08-18&quot;:7.32},{&quot;2026-08-19&quot;:7.4},{&quot;2026-08-20&quot;:7.48},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.56},{&quot;2026-08-23&quot;:7.53},{&quot;2026-08-24&quot;:7.47},{&quot;2026-08-25&quot;:7.47},{&quot;2026-08-26&quot;:7.47},{&quot;2026-08-27&quot;:7.47},{&quot;2026-08-28&quot;:7.47},{&quot;2026-08-29&quot;:7.47},{&quot;2026-08-30&quot;:7.55},{&quot;2026-08-31&quot;:7.55},{&quot;2026-09-01&quot;:7.55},{&quot;2026-09-02&quot;:7.55},{&quot;2026-09-03&quot;:7.6},{&quot;2026-09-04&quot;:7.6},{&quot;2026-09-05&quot;:7.5},{&quot;2026-09-06&quot;:7.5},{&quot;2026-09-07&quot;:7.5},{&quot;2026-09-08&quot;:7.53},{&quot;2026-09-09&quot;:7.53},{&quot;2026-09-10&quot;:7.53},{&quot;2026-09-11&quot;:7.53}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.01},{&quot;2026-06-14&quot;:2.03},{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.43},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.48},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.56},{&quot;2026-06-30&quot;:2.54},{&quot;2026-07-01&quot;:2.54},{&quot;2026-07-02&quot;:2.54},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.59},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.58},{&quot;2026-07-10&quot;:2.57},{&quot;2026-07-11&quot;:2.57},{&quot;2026-07-12&quot;:2.59},{&quot;2026-07-13&quot;:2.59},{&quot;2026-07-14&quot;:2.59},{&quot;2026-07-15&quot;:2.62},{&quot;2026-07-16&quot;:2.54},{&quot;2026-07-17&quot;:2.54},{&quot;2026-07-18&quot;:2.54},{&quot;2026-07-19&quot;:2.54},{&quot;2026-07-20&quot;:2.59},{&quot;2026-07-21&quot;:2.67},{&quot;2026-07-22&quot;:2.69},{&quot;2026-07-23&quot;:2.69},{&quot;2026-07-24&quot;:2.78},{&quot;2026-07-25&quot;:2.78},{&quot;2026-07-26&quot;:2.68},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.63},{&quot;2026-07-29&quot;:2.63},{&quot;2026-07-30&quot;:2.7},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.87},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:2.89},{&quot;2026-08-04&quot;:2.89},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.79},{&quot;2026-08-10&quot;:2.8},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.8},{&quot;2026-08-13&quot;:2.72},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.69},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.66},{&quot;2026-08-22&quot;:2.66},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.78},{&quot;2026-08-25&quot;:2.78},{&quot;2026-08-26&quot;:2.78},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.82},{&quot;2026-08-29&quot;:2.82},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.73},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.64},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.45},{&quot;2026-09-10&quot;:3.74},{&quot;2026-09-11&quot;:3.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="82986"
  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">
            Dwarven Recruiter
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Dwarf
      </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">
            $7.52
          </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="Dwarven Recruiter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/d/5d7fc253-55a3-4d56-bac4-4dbc1bcf255b.jpg?1783915149" />

        <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">
            Dwarven Recruiter
        </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 — Dwarf</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="Dwarven Recruiter" src="https://cards.scryfall.io/large/front/5/d/5d7fc253-55a3-4d56-bac4-4dbc1bcf255b.jpg?1783915149" />
    </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">
                $7.52
              </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;:1.02},{&quot;2026-06-14&quot;:1.02},{&quot;2026-06-15&quot;:1.05},{&quot;2026-06-16&quot;:1.07},{&quot;2026-06-17&quot;:1.07},{&quot;2026-06-18&quot;:1.11},{&quot;2026-06-19&quot;:1.11},{&quot;2026-06-20&quot;:1.09},{&quot;2026-06-21&quot;:1.09},{&quot;2026-06-22&quot;:1.1},{&quot;2026-06-23&quot;:1.1},{&quot;2026-06-24&quot;:1.1},{&quot;2026-06-25&quot;:1.13},{&quot;2026-06-26&quot;:1.09},{&quot;2026-06-27&quot;:1.09},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.08},{&quot;2026-06-30&quot;:1.08},{&quot;2026-07-01&quot;:1.08},{&quot;2026-07-02&quot;:1.08},{&quot;2026-07-03&quot;:1.09},{&quot;2026-07-04&quot;:1.09},{&quot;2026-07-05&quot;:1.09},{&quot;2026-07-06&quot;:1.12},{&quot;2026-07-07&quot;:1.13},{&quot;2026-07-08&quot;:1.16},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.21},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.19},{&quot;2026-07-14&quot;:1.23},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:5.36},{&quot;2026-07-20&quot;:7.08},{&quot;2026-07-21&quot;:7.43},{&quot;2026-07-22&quot;:7.31},{&quot;2026-07-23&quot;:6.8},{&quot;2026-07-24&quot;:7.15},{&quot;2026-07-25&quot;:6.85},{&quot;2026-07-26&quot;:7.39},{&quot;2026-07-27&quot;:6.9},{&quot;2026-07-28&quot;:6.77},{&quot;2026-07-29&quot;:6.81},{&quot;2026-07-30&quot;:6.81},{&quot;2026-07-31&quot;:6.39},{&quot;2026-08-01&quot;:6.35},{&quot;2026-08-02&quot;:5.91},{&quot;2026-08-03&quot;:6.06},{&quot;2026-08-04&quot;:5.82},{&quot;2026-08-05&quot;:5.85},{&quot;2026-08-07&quot;:6.22},{&quot;2026-08-08&quot;:6.0},{&quot;2026-08-09&quot;:5.92},{&quot;2026-08-10&quot;:6.04},{&quot;2026-08-11&quot;:6.45},{&quot;2026-08-12&quot;:7.12},{&quot;2026-08-13&quot;:7.13},{&quot;2026-08-14&quot;:7.05},{&quot;2026-08-15&quot;:6.55},{&quot;2026-08-16&quot;:6.73},{&quot;2026-08-17&quot;:6.5},{&quot;2026-08-18&quot;:6.06},{&quot;2026-08-19&quot;:6.59},{&quot;2026-08-20&quot;:7.02},{&quot;2026-08-21&quot;:7.3},{&quot;2026-08-22&quot;:7.35},{&quot;2026-08-23&quot;:7.41},{&quot;2026-08-24&quot;:7.49},{&quot;2026-08-25&quot;:7.36},{&quot;2026-08-26&quot;:7.49},{&quot;2026-08-27&quot;:7.64},{&quot;2026-08-28&quot;:7.58},{&quot;2026-08-29&quot;:7.58},{&quot;2026-08-30&quot;:7.74},{&quot;2026-08-31&quot;:7.44},{&quot;2026-09-01&quot;:7.38},{&quot;2026-09-02&quot;:7.51},{&quot;2026-09-03&quot;:7.49},{&quot;2026-09-04&quot;:7.54},{&quot;2026-09-05&quot;:7.52},{&quot;2026-09-06&quot;:7.46},{&quot;2026-09-07&quot;:7.23},{&quot;2026-09-08&quot;:7.35},{&quot;2026-09-09&quot;:7.37},{&quot;2026-09-10&quot;:7.49},{&quot;2026-09-11&quot;:7.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="109071"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Ozolith, the Shattered Spire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/d/1d5bab94-362e-45e6-8988-69e2b2c681b1.jpg?1782683171" />

        <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">
            Ozolith, the Shattered Spire
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ozolith, the Shattered Spire" src="https://cards.scryfall.io/large/front/1/d/1d5bab94-362e-45e6-8988-69e2b2c681b1.jpg?1782683171" />
    </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">
                $7.51
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.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;normal&quot;:[{&quot;2026-06-10&quot;:4.67},{&quot;2026-06-11&quot;:4.6},{&quot;2026-06-12&quot;:4.65},{&quot;2026-06-13&quot;:4.73},{&quot;2026-06-14&quot;:4.63},{&quot;2026-06-15&quot;:4.56},{&quot;2026-06-16&quot;:4.71},{&quot;2026-06-17&quot;:4.67},{&quot;2026-06-18&quot;:4.55},{&quot;2026-06-19&quot;:4.27},{&quot;2026-06-20&quot;:4.32},{&quot;2026-06-21&quot;:4.51},{&quot;2026-06-22&quot;:4.55},{&quot;2026-06-23&quot;:4.54},{&quot;2026-06-24&quot;:4.8},{&quot;2026-06-25&quot;:4.99},{&quot;2026-06-26&quot;:4.87},{&quot;2026-06-27&quot;:4.87},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.81},{&quot;2026-06-30&quot;:4.79},{&quot;2026-07-01&quot;:4.82},{&quot;2026-07-02&quot;:4.93},{&quot;2026-07-03&quot;:4.96},{&quot;2026-07-04&quot;:4.88},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.85},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:5.0},{&quot;2026-07-09&quot;:4.97},{&quot;2026-07-10&quot;:5.01},{&quot;2026-07-11&quot;:5.06},{&quot;2026-07-12&quot;:5.05},{&quot;2026-07-13&quot;:5.0},{&quot;2026-07-14&quot;:4.96},{&quot;2026-07-15&quot;:5.03},{&quot;2026-07-16&quot;:4.95},{&quot;2026-07-17&quot;:4.84},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:4.45},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.62},{&quot;2026-07-23&quot;:4.95},{&quot;2026-07-25&quot;:5.34},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.11},{&quot;2026-07-29&quot;:5.24},{&quot;2026-07-30&quot;:5.41},{&quot;2026-07-31&quot;:5.74},{&quot;2026-08-01&quot;:5.76},{&quot;2026-08-02&quot;:5.75},{&quot;2026-08-03&quot;:5.72},{&quot;2026-08-04&quot;:5.45},{&quot;2026-08-05&quot;:4.97},{&quot;2026-08-07&quot;:5.51},{&quot;2026-08-08&quot;:5.47},{&quot;2026-08-09&quot;:5.76},{&quot;2026-08-10&quot;:5.95},{&quot;2026-08-11&quot;:5.65},{&quot;2026-08-12&quot;:5.88},{&quot;2026-08-13&quot;:6.09},{&quot;2026-08-14&quot;:6.06},{&quot;2026-08-15&quot;:5.93},{&quot;2026-08-16&quot;:6.01},{&quot;2026-08-17&quot;:5.84},{&quot;2026-08-18&quot;:5.98},{&quot;2026-08-19&quot;:5.97},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:5.92},{&quot;2026-08-22&quot;:6.03},{&quot;2026-08-23&quot;:6.34},{&quot;2026-08-24&quot;:7.02},{&quot;2026-08-25&quot;:7.02},{&quot;2026-08-26&quot;:6.64},{&quot;2026-08-27&quot;:6.52},{&quot;2026-08-28&quot;:6.66},{&quot;2026-08-29&quot;:6.66},{&quot;2026-08-30&quot;:7.15},{&quot;2026-08-31&quot;:7.12},{&quot;2026-09-01&quot;:7.12},{&quot;2026-09-02&quot;:6.69},{&quot;2026-09-03&quot;:6.84},{&quot;2026-09-04&quot;:7.26},{&quot;2026-09-05&quot;:7.28},{&quot;2026-09-06&quot;:7.23},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.38},{&quot;2026-09-09&quot;:7.71},{&quot;2026-09-10&quot;:7.64},{&quot;2026-09-11&quot;:7.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="48764"
  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-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">
            Serra the Benevolent
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Serra
      </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">
            $7.46
          </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="Serra the Benevolent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/8/88bf4af9-4b14-43e7-9d50-0e6a895cece1.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">
            Serra the Benevolent
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Serra</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="Serra the Benevolent" src="https://cards.scryfall.io/large/front/8/8/88bf4af9-4b14-43e7-9d50-0e6a895cece1.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-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">
                $7.46
              </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">
                $54.63
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:54.07},{&quot;2026-06-11&quot;:54.07},{&quot;2026-06-12&quot;:54.61},{&quot;2026-06-13&quot;:54.61},{&quot;2026-06-14&quot;:54.61},{&quot;2026-06-15&quot;:54.61},{&quot;2026-06-16&quot;:54.61},{&quot;2026-06-17&quot;:54.61},{&quot;2026-06-18&quot;:54.61},{&quot;2026-06-19&quot;:54.61},{&quot;2026-06-20&quot;:54.61},{&quot;2026-06-21&quot;:54.61},{&quot;2026-06-22&quot;:54.42},{&quot;2026-06-23&quot;:54.42},{&quot;2026-06-24&quot;:54.42},{&quot;2026-06-25&quot;:54.42},{&quot;2026-06-26&quot;:54.42},{&quot;2026-06-27&quot;:54.42},{&quot;2026-06-28&quot;:54.42},{&quot;2026-06-29&quot;:54.42},{&quot;2026-06-30&quot;:54.42},{&quot;2026-07-01&quot;:54.42},{&quot;2026-07-02&quot;:55.56},{&quot;2026-07-03&quot;:55.56},{&quot;2026-07-04&quot;:55.56},{&quot;2026-07-05&quot;:55.56},{&quot;2026-07-06&quot;:55.56},{&quot;2026-07-07&quot;:55.56},{&quot;2026-07-08&quot;:55.56},{&quot;2026-07-09&quot;:55.56},{&quot;2026-07-10&quot;:55.55},{&quot;2026-07-11&quot;:55.55},{&quot;2026-07-12&quot;:55.55},{&quot;2026-07-13&quot;:55.55},{&quot;2026-07-14&quot;:55.55},{&quot;2026-07-15&quot;:55.55},{&quot;2026-07-16&quot;:55.55},{&quot;2026-07-17&quot;:55.55},{&quot;2026-07-18&quot;:55.55},{&quot;2026-07-19&quot;:55.55},{&quot;2026-07-20&quot;:55.55},{&quot;2026-07-21&quot;:55.55},{&quot;2026-07-23&quot;:55.55},{&quot;2026-07-25&quot;:56.82},{&quot;2026-07-26&quot;:56.82},{&quot;2026-07-27&quot;:56.82},{&quot;2026-07-29&quot;:56.82},{&quot;2026-07-30&quot;:56.82},{&quot;2026-07-31&quot;:56.82},{&quot;2026-08-01&quot;:56.82},{&quot;2026-08-02&quot;:56.82},{&quot;2026-08-03&quot;:56.82},{&quot;2026-08-04&quot;:56.82},{&quot;2026-08-05&quot;:56.82},{&quot;2026-08-07&quot;:58.5},{&quot;2026-08-08&quot;:58.5},{&quot;2026-08-09&quot;:58.5},{&quot;2026-08-10&quot;:56.3},{&quot;2026-08-11&quot;:56.3},{&quot;2026-08-12&quot;:56.3},{&quot;2026-08-13&quot;:56.3},{&quot;2026-08-14&quot;:56.3},{&quot;2026-08-15&quot;:54.99},{&quot;2026-08-16&quot;:54.99},{&quot;2026-08-17&quot;:54.99},{&quot;2026-08-18&quot;:54.99},{&quot;2026-08-19&quot;:54.99},{&quot;2026-08-20&quot;:54.99},{&quot;2026-08-21&quot;:54.16},{&quot;2026-08-22&quot;:54.16},{&quot;2026-08-23&quot;:54.16},{&quot;2026-08-24&quot;:54.16},{&quot;2026-08-25&quot;:54.16},{&quot;2026-08-26&quot;:54.16},{&quot;2026-08-27&quot;:54.16},{&quot;2026-08-28&quot;:54.16},{&quot;2026-08-29&quot;:54.16},{&quot;2026-08-30&quot;:54.16},{&quot;2026-08-31&quot;:54.16},{&quot;2026-09-01&quot;:54.16},{&quot;2026-09-02&quot;:54.16},{&quot;2026-09-03&quot;:54.16},{&quot;2026-09-04&quot;:54.16},{&quot;2026-09-05&quot;:54.16},{&quot;2026-09-06&quot;:54.16},{&quot;2026-09-07&quot;:54.16},{&quot;2026-09-08&quot;:54.16},{&quot;2026-09-09&quot;:54.63},{&quot;2026-09-10&quot;:54.63},{&quot;2026-09-11&quot;:54.63}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.1},{&quot;2026-06-11&quot;:8.1},{&quot;2026-06-12&quot;:8.1},{&quot;2026-06-13&quot;:7.97},{&quot;2026-06-14&quot;:7.9},{&quot;2026-06-15&quot;:7.9},{&quot;2026-06-16&quot;:7.9},{&quot;2026-06-17&quot;:8.01},{&quot;2026-06-18&quot;:8.19},{&quot;2026-06-19&quot;:8.19},{&quot;2026-06-20&quot;:8.12},{&quot;2026-06-21&quot;:8.02},{&quot;2026-06-22&quot;:7.84},{&quot;2026-06-23&quot;:7.85},{&quot;2026-06-24&quot;:7.85},{&quot;2026-06-25&quot;:7.85},{&quot;2026-06-26&quot;:7.85},{&quot;2026-06-27&quot;:7.85},{&quot;2026-06-28&quot;:7.85},{&quot;2026-06-29&quot;:7.85},{&quot;2026-06-30&quot;:7.79},{&quot;2026-07-01&quot;:7.72},{&quot;2026-07-02&quot;:7.59},{&quot;2026-07-03&quot;:7.76},{&quot;2026-07-04&quot;:7.76},{&quot;2026-07-05&quot;:7.77},{&quot;2026-07-06&quot;:7.77},{&quot;2026-07-07&quot;:7.77},{&quot;2026-07-08&quot;:7.77},{&quot;2026-07-09&quot;:7.77},{&quot;2026-07-10&quot;:7.77},{&quot;2026-07-11&quot;:7.77},{&quot;2026-07-12&quot;:7.76},{&quot;2026-07-13&quot;:7.74},{&quot;2026-07-14&quot;:7.72},{&quot;2026-07-15&quot;:7.72},{&quot;2026-07-16&quot;:7.72},{&quot;2026-07-17&quot;:7.72},{&quot;2026-07-18&quot;:7.72},{&quot;2026-07-19&quot;:7.74},{&quot;2026-07-20&quot;:7.74},{&quot;2026-07-21&quot;:7.74},{&quot;2026-07-23&quot;:7.75},{&quot;2026-07-25&quot;:7.67},{&quot;2026-07-26&quot;:7.73},{&quot;2026-07-27&quot;:7.66},{&quot;2026-07-29&quot;:7.66},{&quot;2026-07-30&quot;:7.66},{&quot;2026-07-31&quot;:7.66},{&quot;2026-08-01&quot;:7.19},{&quot;2026-08-02&quot;:7.19},{&quot;2026-08-03&quot;:7.16},{&quot;2026-08-04&quot;:7.16},{&quot;2026-08-05&quot;:7.16},{&quot;2026-08-07&quot;:7.16},{&quot;2026-08-08&quot;:7.16},{&quot;2026-08-09&quot;:7.2},{&quot;2026-08-10&quot;:7.2},{&quot;2026-08-11&quot;:7.2},{&quot;2026-08-12&quot;:7.21},{&quot;2026-08-13&quot;:7.45},{&quot;2026-08-14&quot;:7.4},{&quot;2026-08-15&quot;:7.45},{&quot;2026-08-16&quot;:7.41},{&quot;2026-08-17&quot;:7.38},{&quot;2026-08-18&quot;:7.56},{&quot;2026-08-19&quot;:7.44},{&quot;2026-08-20&quot;:7.44},{&quot;2026-08-21&quot;:7.44},{&quot;2026-08-22&quot;:7.43},{&quot;2026-08-23&quot;:7.39},{&quot;2026-08-24&quot;:7.36},{&quot;2026-08-25&quot;:7.36},{&quot;2026-08-26&quot;:7.53},{&quot;2026-08-27&quot;:7.51},{&quot;2026-08-28&quot;:7.49},{&quot;2026-08-29&quot;:7.49},{&quot;2026-08-30&quot;:7.54},{&quot;2026-08-31&quot;:7.64},{&quot;2026-09-01&quot;:7.64},{&quot;2026-09-02&quot;:7.34},{&quot;2026-09-03&quot;:7.37},{&quot;2026-09-04&quot;:7.4},{&quot;2026-09-05&quot;:7.41},{&quot;2026-09-06&quot;:7.41},{&quot;2026-09-07&quot;:7.37},{&quot;2026-09-08&quot;:7.43},{&quot;2026-09-09&quot;:7.4},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.46}]}"
        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="75978"
  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">
            Blade of the Bloodchief
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Blade of the Bloodchief" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/4/34e7bebf-1844-476c-a947-978393908fa2.jpg?1783913842" />

        <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">
            Blade of the Bloodchief
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Blade of the Bloodchief" src="https://cards.scryfall.io/large/front/3/4/34e7bebf-1844-476c-a947-978393908fa2.jpg?1783913842" />
    </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">
                $7.43
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.88},{&quot;2026-06-14&quot;:3.9},{&quot;2026-06-15&quot;:4.02},{&quot;2026-06-16&quot;:4.27},{&quot;2026-06-17&quot;:3.8},{&quot;2026-06-18&quot;:3.73},{&quot;2026-06-19&quot;:3.67},{&quot;2026-06-20&quot;:3.4},{&quot;2026-06-21&quot;:3.46},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-23&quot;:3.48},{&quot;2026-06-24&quot;:3.63},{&quot;2026-06-25&quot;:3.56},{&quot;2026-06-26&quot;:3.52},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.53},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.85},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.68},{&quot;2026-07-05&quot;:3.67},{&quot;2026-07-06&quot;:3.72},{&quot;2026-07-07&quot;:3.89},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.81},{&quot;2026-07-11&quot;:3.87},{&quot;2026-07-12&quot;:4.0},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:3.89},{&quot;2026-07-15&quot;:3.91},{&quot;2026-07-16&quot;:4.0},{&quot;2026-07-17&quot;:3.78},{&quot;2026-07-18&quot;:3.82},{&quot;2026-07-19&quot;:3.95},{&quot;2026-07-20&quot;:3.99},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-22&quot;:4.01},{&quot;2026-07-23&quot;:4.12},{&quot;2026-07-24&quot;:4.34},{&quot;2026-07-25&quot;:4.34},{&quot;2026-07-26&quot;:4.3},{&quot;2026-07-27&quot;:4.29},{&quot;2026-07-28&quot;:4.36},{&quot;2026-07-29&quot;:4.52},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:5.04},{&quot;2026-08-01&quot;:5.11},{&quot;2026-08-02&quot;:5.18},{&quot;2026-08-03&quot;:5.18},{&quot;2026-08-04&quot;:5.15},{&quot;2026-08-05&quot;:5.13},{&quot;2026-08-07&quot;:5.25},{&quot;2026-08-08&quot;:5.12},{&quot;2026-08-09&quot;:5.1},{&quot;2026-08-10&quot;:5.1},{&quot;2026-08-11&quot;:5.19},{&quot;2026-08-12&quot;:5.21},{&quot;2026-08-13&quot;:5.52},{&quot;2026-08-14&quot;:5.49},{&quot;2026-08-15&quot;:5.43},{&quot;2026-08-16&quot;:5.46},{&quot;2026-08-17&quot;:6.14},{&quot;2026-08-18&quot;:6.37},{&quot;2026-08-19&quot;:6.45},{&quot;2026-08-20&quot;:6.36},{&quot;2026-08-21&quot;:6.42},{&quot;2026-08-22&quot;:6.2},{&quot;2026-08-23&quot;:6.08},{&quot;2026-08-24&quot;:6.21},{&quot;2026-08-25&quot;:6.2},{&quot;2026-08-26&quot;:6.49},{&quot;2026-08-27&quot;:6.42},{&quot;2026-08-28&quot;:6.64},{&quot;2026-08-29&quot;:6.64},{&quot;2026-08-30&quot;:7.04},{&quot;2026-08-31&quot;:7.47},{&quot;2026-09-01&quot;:7.79},{&quot;2026-09-02&quot;:7.7},{&quot;2026-09-03&quot;:7.7},{&quot;2026-09-04&quot;:7.61},{&quot;2026-09-05&quot;:7.75},{&quot;2026-09-06&quot;:7.57},{&quot;2026-09-07&quot;:7.63},{&quot;2026-09-08&quot;:7.63},{&quot;2026-09-09&quot;:7.44},{&quot;2026-09-10&quot;:7.63},{&quot;2026-09-11&quot;:7.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="82331"
  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">
            Flamekin Harbinger
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Flamekin Harbinger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8251195e-159f-4fd1-a6b7-b01d2407f758.jpg?1783931257" />

        <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">
            Flamekin Harbinger
        </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 — Elemental Shaman</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="Flamekin Harbinger" src="https://cards.scryfall.io/large/front/8/2/8251195e-159f-4fd1-a6b7-b01d2407f758.jpg?1783931257" />
    </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">
                $7.43
              </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">$2.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.62},{&quot;2026-06-14&quot;:10.62},{&quot;2026-06-15&quot;:10.5},{&quot;2026-06-16&quot;:10.5},{&quot;2026-06-17&quot;:10.5},{&quot;2026-06-18&quot;:10.5},{&quot;2026-06-19&quot;:10.21},{&quot;2026-06-20&quot;:10.21},{&quot;2026-06-21&quot;:10.21},{&quot;2026-06-22&quot;:10.21},{&quot;2026-06-23&quot;:10.21},{&quot;2026-06-24&quot;:10.0},{&quot;2026-06-25&quot;:9.79},{&quot;2026-06-26&quot;:9.6},{&quot;2026-06-27&quot;:9.6},{&quot;2026-06-28&quot;:9.6},{&quot;2026-06-29&quot;:9.43},{&quot;2026-06-30&quot;:9.24},{&quot;2026-07-01&quot;:9.24},{&quot;2026-07-02&quot;:9.06},{&quot;2026-07-03&quot;:9.04},{&quot;2026-07-04&quot;:9.04},{&quot;2026-07-05&quot;:8.96},{&quot;2026-07-06&quot;:8.96},{&quot;2026-07-07&quot;:8.96},{&quot;2026-07-08&quot;:8.96},{&quot;2026-07-09&quot;:8.94},{&quot;2026-07-10&quot;:8.94},{&quot;2026-07-11&quot;:8.83},{&quot;2026-07-12&quot;:8.9},{&quot;2026-07-13&quot;:8.9},{&quot;2026-07-14&quot;:8.9},{&quot;2026-07-15&quot;:8.9},{&quot;2026-07-16&quot;:8.9},{&quot;2026-07-17&quot;:8.9},{&quot;2026-07-18&quot;:8.9},{&quot;2026-07-19&quot;:8.9},{&quot;2026-07-20&quot;:8.9},{&quot;2026-07-21&quot;:8.9},{&quot;2026-07-22&quot;:8.9},{&quot;2026-07-23&quot;:8.9},{&quot;2026-07-24&quot;:8.9},{&quot;2026-07-25&quot;:8.9},{&quot;2026-07-26&quot;:8.9},{&quot;2026-07-27&quot;:8.9},{&quot;2026-07-28&quot;:8.9},{&quot;2026-07-29&quot;:8.9},{&quot;2026-07-30&quot;:8.9},{&quot;2026-07-31&quot;:8.76},{&quot;2026-08-01&quot;:8.76},{&quot;2026-08-02&quot;:8.76},{&quot;2026-08-03&quot;:8.76},{&quot;2026-08-04&quot;:8.67},{&quot;2026-08-05&quot;:8.67},{&quot;2026-08-07&quot;:8.64},{&quot;2026-08-08&quot;:8.64},{&quot;2026-08-09&quot;:8.64},{&quot;2026-08-10&quot;:8.61},{&quot;2026-08-11&quot;:8.61},{&quot;2026-08-12&quot;:8.61},{&quot;2026-08-13&quot;:8.61},{&quot;2026-08-14&quot;:8.57},{&quot;2026-08-15&quot;:8.57},{&quot;2026-08-16&quot;:8.43},{&quot;2026-08-17&quot;:8.43},{&quot;2026-08-18&quot;:8.43},{&quot;2026-08-19&quot;:8.43},{&quot;2026-08-20&quot;:8.43},{&quot;2026-08-21&quot;:8.43},{&quot;2026-08-22&quot;:8.43},{&quot;2026-08-23&quot;:8.4},{&quot;2026-08-24&quot;:8.4},{&quot;2026-08-25&quot;:8.38},{&quot;2026-08-26&quot;:8.38},{&quot;2026-08-27&quot;:8.22},{&quot;2026-08-28&quot;:8.22},{&quot;2026-08-29&quot;:8.22},{&quot;2026-08-30&quot;:8.17},{&quot;2026-08-31&quot;:8.17},{&quot;2026-09-01&quot;:8.16},{&quot;2026-09-02&quot;:8.02},{&quot;2026-09-03&quot;:7.85},{&quot;2026-09-04&quot;:7.53},{&quot;2026-09-05&quot;:7.53},{&quot;2026-09-06&quot;:7.53},{&quot;2026-09-07&quot;:7.53},{&quot;2026-09-08&quot;:7.52},{&quot;2026-09-09&quot;:7.52},{&quot;2026-09-10&quot;:7.45},{&quot;2026-09-11&quot;:7.43}],&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="79109"
  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-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">
            Sudden Spoiling
        </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="text-sm font-medium text-nine-white">
            $7.42
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sudden Spoiling" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/73514b51-6c19-4b3c-9cf9-2cf5028d7708.jpg?1783927806" />

        <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">
            Sudden Spoiling
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sudden Spoiling" src="https://cards.scryfall.io/large/front/7/3/73514b51-6c19-4b3c-9cf9-2cf5028d7708.jpg?1783927806" />
    </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">
                $7.42
              </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">
                $15.46
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:13.68},{&quot;2026-06-14&quot;:13.68},{&quot;2026-06-15&quot;:13.68},{&quot;2026-06-16&quot;:13.68},{&quot;2026-06-17&quot;:13.68},{&quot;2026-06-18&quot;:13.68},{&quot;2026-06-19&quot;:13.68},{&quot;2026-06-20&quot;:13.68},{&quot;2026-06-21&quot;:13.68},{&quot;2026-06-22&quot;:13.68},{&quot;2026-06-23&quot;:13.68},{&quot;2026-06-24&quot;:13.68},{&quot;2026-06-25&quot;:13.68},{&quot;2026-06-26&quot;:13.68},{&quot;2026-06-27&quot;:13.68},{&quot;2026-06-28&quot;:13.68},{&quot;2026-06-29&quot;:13.68},{&quot;2026-06-30&quot;:13.68},{&quot;2026-07-01&quot;:14.18},{&quot;2026-07-02&quot;:14.18},{&quot;2026-07-03&quot;:14.18},{&quot;2026-07-04&quot;:14.18},{&quot;2026-07-05&quot;:14.18},{&quot;2026-07-06&quot;:14.21},{&quot;2026-07-07&quot;:14.21},{&quot;2026-07-08&quot;:14.21},{&quot;2026-07-09&quot;:14.73},{&quot;2026-07-10&quot;:14.73},{&quot;2026-07-11&quot;:14.73},{&quot;2026-07-12&quot;:14.73},{&quot;2026-07-13&quot;:14.73},{&quot;2026-07-14&quot;:14.77},{&quot;2026-07-15&quot;:14.77},{&quot;2026-07-16&quot;:14.77},{&quot;2026-07-17&quot;:14.77},{&quot;2026-07-18&quot;:14.77},{&quot;2026-07-19&quot;:14.77},{&quot;2026-07-20&quot;:14.77},{&quot;2026-07-21&quot;:14.77},{&quot;2026-07-22&quot;:14.77},{&quot;2026-07-23&quot;:14.77},{&quot;2026-07-24&quot;:14.77},{&quot;2026-07-25&quot;:14.77},{&quot;2026-07-26&quot;:14.77},{&quot;2026-07-27&quot;:14.77},{&quot;2026-07-28&quot;:14.77},{&quot;2026-07-29&quot;:14.77},{&quot;2026-07-30&quot;:14.77},{&quot;2026-07-31&quot;:14.77},{&quot;2026-08-01&quot;:14.77},{&quot;2026-08-02&quot;:14.77},{&quot;2026-08-03&quot;:14.77},{&quot;2026-08-04&quot;:14.77},{&quot;2026-08-05&quot;:14.89},{&quot;2026-08-07&quot;:14.89},{&quot;2026-08-08&quot;:14.89},{&quot;2026-08-09&quot;:15.07},{&quot;2026-08-10&quot;:15.07},{&quot;2026-08-11&quot;:15.07},{&quot;2026-08-12&quot;:15.07},{&quot;2026-08-13&quot;:15.07},{&quot;2026-08-14&quot;:15.07},{&quot;2026-08-15&quot;:15.07},{&quot;2026-08-16&quot;:15.18},{&quot;2026-08-17&quot;:15.18},{&quot;2026-08-18&quot;:15.28},{&quot;2026-08-19&quot;:15.28},{&quot;2026-08-20&quot;:15.28},{&quot;2026-08-21&quot;:15.28},{&quot;2026-08-22&quot;:15.28},{&quot;2026-08-23&quot;:15.28},{&quot;2026-08-24&quot;:15.28},{&quot;2026-08-25&quot;:15.28},{&quot;2026-08-26&quot;:15.28},{&quot;2026-08-27&quot;:15.28},{&quot;2026-08-28&quot;:15.28},{&quot;2026-08-29&quot;:15.28},{&quot;2026-08-30&quot;:15.28},{&quot;2026-08-31&quot;:15.28},{&quot;2026-09-01&quot;:15.28},{&quot;2026-09-02&quot;:15.28},{&quot;2026-09-03&quot;:15.28},{&quot;2026-09-04&quot;:15.28},{&quot;2026-09-05&quot;:15.28},{&quot;2026-09-06&quot;:15.24},{&quot;2026-09-07&quot;:15.24},{&quot;2026-09-08&quot;:15.24},{&quot;2026-09-09&quot;:15.24},{&quot;2026-09-10&quot;:15.46},{&quot;2026-09-11&quot;:15.46}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.14},{&quot;2026-06-14&quot;:8.61},{&quot;2026-06-15&quot;:8.36},{&quot;2026-06-16&quot;:8.3},{&quot;2026-06-17&quot;:8.41},{&quot;2026-06-18&quot;:8.27},{&quot;2026-06-19&quot;:8.29},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:8.34},{&quot;2026-06-23&quot;:8.55},{&quot;2026-06-24&quot;:9.08},{&quot;2026-06-25&quot;:9.18},{&quot;2026-06-26&quot;:9.01},{&quot;2026-06-27&quot;:9.34},{&quot;2026-06-28&quot;:9.04},{&quot;2026-06-29&quot;:9.08},{&quot;2026-06-30&quot;:9.32},{&quot;2026-07-01&quot;:9.15},{&quot;2026-07-02&quot;:8.88},{&quot;2026-07-03&quot;:8.93},{&quot;2026-07-04&quot;:8.81},{&quot;2026-07-05&quot;:8.76},{&quot;2026-07-06&quot;:8.71},{&quot;2026-07-07&quot;:8.66},{&quot;2026-07-08&quot;:8.52},{&quot;2026-07-09&quot;:8.51},{&quot;2026-07-10&quot;:8.6},{&quot;2026-07-11&quot;:8.52},{&quot;2026-07-12&quot;:8.57},{&quot;2026-07-13&quot;:8.57},{&quot;2026-07-14&quot;:8.39},{&quot;2026-07-15&quot;:8.41},{&quot;2026-07-16&quot;:7.92},{&quot;2026-07-17&quot;:7.92},{&quot;2026-07-18&quot;:8.07},{&quot;2026-07-19&quot;:7.81},{&quot;2026-07-20&quot;:7.71},{&quot;2026-07-21&quot;:7.5},{&quot;2026-07-22&quot;:7.48},{&quot;2026-07-23&quot;:7.38},{&quot;2026-07-24&quot;:7.54},{&quot;2026-07-25&quot;:7.23},{&quot;2026-07-26&quot;:7.59},{&quot;2026-07-27&quot;:7.71},{&quot;2026-07-28&quot;:7.59},{&quot;2026-07-29&quot;:7.7},{&quot;2026-07-30&quot;:7.52},{&quot;2026-07-31&quot;:7.63},{&quot;2026-08-01&quot;:7.63},{&quot;2026-08-02&quot;:7.62},{&quot;2026-08-03&quot;:7.25},{&quot;2026-08-04&quot;:6.81},{&quot;2026-08-05&quot;:6.6},{&quot;2026-08-07&quot;:6.6},{&quot;2026-08-08&quot;:6.6},{&quot;2026-08-09&quot;:6.58},{&quot;2026-08-10&quot;:6.36},{&quot;2026-08-11&quot;:6.36},{&quot;2026-08-12&quot;:6.47},{&quot;2026-08-13&quot;:6.56},{&quot;2026-08-14&quot;:6.35},{&quot;2026-08-15&quot;:6.24},{&quot;2026-08-16&quot;:6.24},{&quot;2026-08-17&quot;:6.51},{&quot;2026-08-18&quot;:6.57},{&quot;2026-08-19&quot;:6.44},{&quot;2026-08-20&quot;:6.44},{&quot;2026-08-21&quot;:6.44},{&quot;2026-08-22&quot;:6.59},{&quot;2026-08-23&quot;:6.59},{&quot;2026-08-24&quot;:6.59},{&quot;2026-08-25&quot;:6.46},{&quot;2026-08-26&quot;:6.61},{&quot;2026-08-27&quot;:6.61},{&quot;2026-08-28&quot;:6.65},{&quot;2026-08-29&quot;:6.65},{&quot;2026-08-30&quot;:7.1},{&quot;2026-08-31&quot;:7.26},{&quot;2026-09-01&quot;:7.28},{&quot;2026-09-02&quot;:7.48},{&quot;2026-09-03&quot;:7.48},{&quot;2026-09-04&quot;:7.35},{&quot;2026-09-05&quot;:7.39},{&quot;2026-09-06&quot;:7.39},{&quot;2026-09-07&quot;:7.37},{&quot;2026-09-08&quot;:7.31},{&quot;2026-09-09&quot;:7.18},{&quot;2026-09-10&quot;:7.38},{&quot;2026-09-11&quot;:7.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="19288"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.27
          </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="Caves of Koilos" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/7328a565-966d-4053-b32b-25bdce031d9f.jpg?1783921200" />

        <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">
            Caves of Koilos
        </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="Caves of Koilos" src="https://cards.scryfall.io/large/front/7/3/7328a565-966d-4053-b32b-25bdce031d9f.jpg?1783921200" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.60</span>
              <span class="text-xs text-grey-text">Credit: $4.68</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.4},{&quot;2026-06-12&quot;:7.75},{&quot;2026-06-13&quot;:7.75},{&quot;2026-06-14&quot;:7.75},{&quot;2026-06-15&quot;:7.77},{&quot;2026-06-16&quot;:7.81},{&quot;2026-06-17&quot;:7.81},{&quot;2026-06-18&quot;:7.81},{&quot;2026-06-19&quot;:7.81},{&quot;2026-06-20&quot;:7.88},{&quot;2026-06-21&quot;:7.88},{&quot;2026-06-22&quot;:7.88},{&quot;2026-06-23&quot;:8.1},{&quot;2026-06-24&quot;:8.1},{&quot;2026-06-25&quot;:8.1},{&quot;2026-06-26&quot;:8.1},{&quot;2026-06-27&quot;:8.1},{&quot;2026-06-28&quot;:8.1},{&quot;2026-06-29&quot;:8.16},{&quot;2026-06-30&quot;:8.16},{&quot;2026-07-01&quot;:8.16},{&quot;2026-07-02&quot;:8.16},{&quot;2026-07-03&quot;:8.16},{&quot;2026-07-04&quot;:8.02},{&quot;2026-07-05&quot;:8.02},{&quot;2026-07-06&quot;:8.02},{&quot;2026-07-07&quot;:8.02},{&quot;2026-07-08&quot;:8.02},{&quot;2026-07-09&quot;:7.87},{&quot;2026-07-10&quot;:7.87},{&quot;2026-07-11&quot;:7.87},{&quot;2026-07-12&quot;:7.96},{&quot;2026-07-13&quot;:7.98},{&quot;2026-07-14&quot;:7.98},{&quot;2026-07-15&quot;:7.7},{&quot;2026-07-16&quot;:7.38},{&quot;2026-07-17&quot;:7.34},{&quot;2026-07-18&quot;:7.63},{&quot;2026-07-19&quot;:7.63},{&quot;2026-07-20&quot;:7.71},{&quot;2026-07-21&quot;:7.85},{&quot;2026-07-23&quot;:7.63},{&quot;2026-07-25&quot;:7.28},{&quot;2026-07-26&quot;:7.28},{&quot;2026-07-27&quot;:7.25},{&quot;2026-07-28&quot;:7.16},{&quot;2026-07-29&quot;:7.16},{&quot;2026-07-30&quot;:7.16},{&quot;2026-07-31&quot;:7.12},{&quot;2026-08-01&quot;:7.05},{&quot;2026-08-02&quot;:7.05},{&quot;2026-08-03&quot;:7.05},{&quot;2026-08-04&quot;:7.05},{&quot;2026-08-05&quot;:7.05},{&quot;2026-08-07&quot;:7.08},{&quot;2026-08-08&quot;:7.08},{&quot;2026-08-09&quot;:7.14},{&quot;2026-08-10&quot;:7.14},{&quot;2026-08-11&quot;:7.14},{&quot;2026-08-12&quot;:7.14},{&quot;2026-08-13&quot;:7.14},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.15},{&quot;2026-08-16&quot;:7.15},{&quot;2026-08-17&quot;:7.15},{&quot;2026-08-18&quot;:7.15},{&quot;2026-08-19&quot;:7.18},{&quot;2026-08-20&quot;:7.18},{&quot;2026-08-21&quot;:7.18},{&quot;2026-08-22&quot;:7.18},{&quot;2026-08-23&quot;:7.17},{&quot;2026-08-24&quot;:7.17},{&quot;2026-08-25&quot;:7.17},{&quot;2026-08-26&quot;:7.17},{&quot;2026-08-27&quot;:7.17},{&quot;2026-08-28&quot;:7.17},{&quot;2026-08-29&quot;:7.17},{&quot;2026-08-30&quot;:7.17},{&quot;2026-08-31&quot;:7.29},{&quot;2026-09-01&quot;:7.41},{&quot;2026-09-02&quot;:7.53},{&quot;2026-09-03&quot;:7.53},{&quot;2026-09-04&quot;:7.53},{&quot;2026-09-05&quot;:7.38},{&quot;2026-09-06&quot;:7.38},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.38},{&quot;2026-09-09&quot;:7.38},{&quot;2026-09-10&quot;:7.38},{&quot;2026-09-11&quot;:7.38}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.95},{&quot;2026-06-12&quot;:3.91},{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.38},{&quot;2026-06-16&quot;:3.28},{&quot;2026-06-17&quot;:3.28},{&quot;2026-06-18&quot;:3.28},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.13},{&quot;2026-06-23&quot;:3.02},{&quot;2026-06-24&quot;:2.96},{&quot;2026-06-25&quot;:2.96},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.87},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:3.16},{&quot;2026-06-30&quot;:3.16},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.21},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.47},{&quot;2026-07-06&quot;:3.47},{&quot;2026-07-07&quot;:3.94},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:4.1},{&quot;2026-07-10&quot;:4.1},{&quot;2026-07-11&quot;:4.16},{&quot;2026-07-12&quot;:4.19},{&quot;2026-07-13&quot;:4.32},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.13},{&quot;2026-07-17&quot;:3.87},{&quot;2026-07-18&quot;:3.8},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.81},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.4},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.14},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.98},{&quot;2026-08-07&quot;:2.99},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:3.0},{&quot;2026-08-10&quot;:3.33},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.27},{&quot;2026-08-13&quot;:3.24},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:2.99},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.16},{&quot;2026-08-26&quot;:3.21},{&quot;2026-08-27&quot;:3.15},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.16},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.31},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.07},{&quot;2026-09-04&quot;:3.07},{&quot;2026-09-05&quot;:3.23},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.33},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.27},{&quot;2026-09-11&quot;:3.27}]}"
        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="52796"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Culling the Weak" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/a/fadd63e6-a016-4b68-b329-90f013287764.jpg?1783910608" />

        <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">
            Culling the Weak
        </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-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="Culling the Weak" src="https://cards.scryfall.io/large/front/f/a/fadd63e6-a016-4b68-b329-90f013287764.jpg?1783910608" />
    </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">
                $7.38
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:7.09},{&quot;2026-06-12&quot;:7.12},{&quot;2026-06-13&quot;:7.04},{&quot;2026-06-14&quot;:7.04},{&quot;2026-06-15&quot;:6.98},{&quot;2026-06-16&quot;:7.0},{&quot;2026-06-17&quot;:6.96},{&quot;2026-06-18&quot;:6.96},{&quot;2026-06-19&quot;:7.08},{&quot;2026-06-20&quot;:7.16},{&quot;2026-06-21&quot;:7.16},{&quot;2026-06-22&quot;:7.16},{&quot;2026-06-23&quot;:7.16},{&quot;2026-06-24&quot;:7.13},{&quot;2026-06-25&quot;:7.13},{&quot;2026-06-26&quot;:7.16},{&quot;2026-06-27&quot;:7.16},{&quot;2026-06-28&quot;:7.16},{&quot;2026-06-29&quot;:7.07},{&quot;2026-06-30&quot;:7.06},{&quot;2026-07-01&quot;:7.15},{&quot;2026-07-02&quot;:7.15},{&quot;2026-07-03&quot;:7.2},{&quot;2026-07-04&quot;:7.21},{&quot;2026-07-05&quot;:7.21},{&quot;2026-07-06&quot;:7.21},{&quot;2026-07-07&quot;:7.19},{&quot;2026-07-08&quot;:7.13},{&quot;2026-07-09&quot;:7.15},{&quot;2026-07-10&quot;:7.15},{&quot;2026-07-11&quot;:7.15},{&quot;2026-07-12&quot;:7.13},{&quot;2026-07-13&quot;:7.11},{&quot;2026-07-14&quot;:7.01},{&quot;2026-07-15&quot;:7.0},{&quot;2026-07-16&quot;:7.0},{&quot;2026-07-17&quot;:7.09},{&quot;2026-07-18&quot;:7.02},{&quot;2026-07-19&quot;:7.02},{&quot;2026-07-20&quot;:6.99},{&quot;2026-07-21&quot;:6.94},{&quot;2026-07-23&quot;:6.96},{&quot;2026-07-25&quot;:6.97},{&quot;2026-07-26&quot;:6.9},{&quot;2026-07-27&quot;:6.92},{&quot;2026-07-28&quot;:6.92},{&quot;2026-07-29&quot;:6.94},{&quot;2026-07-30&quot;:6.93},{&quot;2026-07-31&quot;:6.89},{&quot;2026-08-01&quot;:6.86},{&quot;2026-08-02&quot;:6.92},{&quot;2026-08-03&quot;:6.91},{&quot;2026-08-04&quot;:6.98},{&quot;2026-08-05&quot;:6.94},{&quot;2026-08-07&quot;:6.84},{&quot;2026-08-08&quot;:6.89},{&quot;2026-08-09&quot;:6.88},{&quot;2026-08-10&quot;:6.85},{&quot;2026-08-11&quot;:6.91},{&quot;2026-08-12&quot;:6.91},{&quot;2026-08-13&quot;:6.87},{&quot;2026-08-14&quot;:6.78},{&quot;2026-08-15&quot;:6.84},{&quot;2026-08-16&quot;:6.84},{&quot;2026-08-17&quot;:7.0},{&quot;2026-08-18&quot;:7.0},{&quot;2026-08-19&quot;:7.04},{&quot;2026-08-20&quot;:7.04},{&quot;2026-08-21&quot;:7.04},{&quot;2026-08-22&quot;:7.03},{&quot;2026-08-23&quot;:7.07},{&quot;2026-08-24&quot;:7.21},{&quot;2026-08-25&quot;:7.21},{&quot;2026-08-26&quot;:7.21},{&quot;2026-08-27&quot;:7.21},{&quot;2026-08-28&quot;:7.14},{&quot;2026-08-29&quot;:7.14},{&quot;2026-08-30&quot;:7.62},{&quot;2026-08-31&quot;:7.73},{&quot;2026-09-01&quot;:7.73},{&quot;2026-09-02&quot;:7.81},{&quot;2026-09-03&quot;:7.81},{&quot;2026-09-04&quot;:7.81},{&quot;2026-09-05&quot;:7.71},{&quot;2026-09-06&quot;:7.58},{&quot;2026-09-07&quot;:7.58},{&quot;2026-09-08&quot;:7.58},{&quot;2026-09-09&quot;:7.43},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.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="96264"
  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">
            Stomping Ground
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Stomping Ground" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/8/f802db1f-6533-4118-b677-562bfb135904.jpg?1782685389" />

        <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">
            Stomping Ground
        </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 — Mountain Forest</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stomping Ground" src="https://cards.scryfall.io/large/front/f/8/f802db1f-6533-4118-b677-562bfb135904.jpg?1782685389" />
    </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">
                $7.38
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:11.97},{&quot;2026-06-12&quot;:11.97},{&quot;2026-06-13&quot;:11.64},{&quot;2026-06-14&quot;:11.72},{&quot;2026-06-15&quot;:11.81},{&quot;2026-06-16&quot;:11.81},{&quot;2026-06-17&quot;:11.81},{&quot;2026-06-18&quot;:11.81},{&quot;2026-06-19&quot;:11.81},{&quot;2026-06-20&quot;:11.81},{&quot;2026-06-21&quot;:11.81},{&quot;2026-06-22&quot;:11.88},{&quot;2026-06-23&quot;:11.82},{&quot;2026-06-24&quot;:11.83},{&quot;2026-06-25&quot;:11.83},{&quot;2026-06-26&quot;:11.83},{&quot;2026-06-27&quot;:11.91},{&quot;2026-06-28&quot;:11.87},{&quot;2026-06-29&quot;:11.86},{&quot;2026-06-30&quot;:11.73},{&quot;2026-07-01&quot;:11.69},{&quot;2026-07-02&quot;:11.69},{&quot;2026-07-03&quot;:11.56},{&quot;2026-07-04&quot;:11.56},{&quot;2026-07-05&quot;:11.59},{&quot;2026-07-06&quot;:11.52},{&quot;2026-07-07&quot;:11.52},{&quot;2026-07-08&quot;:11.52},{&quot;2026-07-09&quot;:11.48},{&quot;2026-07-10&quot;:11.48},{&quot;2026-07-11&quot;:11.48},{&quot;2026-07-12&quot;:11.48},{&quot;2026-07-13&quot;:11.48},{&quot;2026-07-14&quot;:11.48},{&quot;2026-07-15&quot;:11.44},{&quot;2026-07-16&quot;:11.45},{&quot;2026-07-17&quot;:11.45},{&quot;2026-07-18&quot;:11.5},{&quot;2026-07-19&quot;:11.5},{&quot;2026-07-20&quot;:11.48},{&quot;2026-07-21&quot;:11.57},{&quot;2026-07-23&quot;:11.66},{&quot;2026-07-25&quot;:11.71},{&quot;2026-07-26&quot;:11.75},{&quot;2026-07-27&quot;:11.75},{&quot;2026-07-28&quot;:11.75},{&quot;2026-07-29&quot;:11.75},{&quot;2026-07-30&quot;:11.75},{&quot;2026-07-31&quot;:11.75},{&quot;2026-08-01&quot;:11.75},{&quot;2026-08-02&quot;:11.81},{&quot;2026-08-03&quot;:11.81},{&quot;2026-08-04&quot;:11.81},{&quot;2026-08-05&quot;:11.85},{&quot;2026-08-07&quot;:11.88},{&quot;2026-08-08&quot;:11.88},{&quot;2026-08-09&quot;:11.88},{&quot;2026-08-10&quot;:11.88},{&quot;2026-08-11&quot;:11.88},{&quot;2026-08-12&quot;:11.88},{&quot;2026-08-13&quot;:11.88},{&quot;2026-08-14&quot;:11.87},{&quot;2026-08-15&quot;:11.87},{&quot;2026-08-16&quot;:11.83},{&quot;2026-08-17&quot;:11.83},{&quot;2026-08-18&quot;:11.83},{&quot;2026-08-19&quot;:11.83},{&quot;2026-08-20&quot;:11.83},{&quot;2026-08-21&quot;:11.84},{&quot;2026-08-22&quot;:11.88},{&quot;2026-08-23&quot;:11.88},{&quot;2026-08-24&quot;:11.88},{&quot;2026-08-25&quot;:11.88},{&quot;2026-08-26&quot;:11.88},{&quot;2026-08-27&quot;:11.88},{&quot;2026-08-28&quot;:11.88},{&quot;2026-08-29&quot;:11.88},{&quot;2026-08-30&quot;:11.86},{&quot;2026-08-31&quot;:11.88},{&quot;2026-09-01&quot;:11.88},{&quot;2026-09-02&quot;:11.85},{&quot;2026-09-03&quot;:11.76},{&quot;2026-09-04&quot;:11.76},{&quot;2026-09-05&quot;:11.76},{&quot;2026-09-06&quot;:11.76},{&quot;2026-09-07&quot;:11.76},{&quot;2026-09-08&quot;:11.74},{&quot;2026-09-09&quot;:11.74},{&quot;2026-09-10&quot;:11.74},{&quot;2026-09-11&quot;:11.73}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:10.19},{&quot;2026-06-12&quot;:10.22},{&quot;2026-06-13&quot;:10.11},{&quot;2026-06-14&quot;:9.88},{&quot;2026-06-15&quot;:9.88},{&quot;2026-06-16&quot;:9.75},{&quot;2026-06-17&quot;:9.74},{&quot;2026-06-18&quot;:9.64},{&quot;2026-06-19&quot;:9.62},{&quot;2026-06-20&quot;:9.72},{&quot;2026-06-21&quot;:9.76},{&quot;2026-06-22&quot;:9.77},{&quot;2026-06-23&quot;:9.68},{&quot;2026-06-24&quot;:9.59},{&quot;2026-06-25&quot;:9.56},{&quot;2026-06-26&quot;:9.54},{&quot;2026-06-27&quot;:9.4},{&quot;2026-06-28&quot;:9.35},{&quot;2026-06-29&quot;:9.35},{&quot;2026-06-30&quot;:9.17},{&quot;2026-07-01&quot;:8.82},{&quot;2026-07-02&quot;:8.68},{&quot;2026-07-03&quot;:8.64},{&quot;2026-07-04&quot;:8.64},{&quot;2026-07-05&quot;:8.39},{&quot;2026-07-06&quot;:8.78},{&quot;2026-07-07&quot;:8.73},{&quot;2026-07-08&quot;:8.93},{&quot;2026-07-09&quot;:8.94},{&quot;2026-07-10&quot;:8.96},{&quot;2026-07-11&quot;:9.34},{&quot;2026-07-12&quot;:9.34},{&quot;2026-07-13&quot;:9.18},{&quot;2026-07-14&quot;:9.15},{&quot;2026-07-15&quot;:9.0},{&quot;2026-07-16&quot;:8.94},{&quot;2026-07-17&quot;:8.73},{&quot;2026-07-18&quot;:8.61},{&quot;2026-07-19&quot;:8.5},{&quot;2026-07-20&quot;:8.84},{&quot;2026-07-21&quot;:8.69},{&quot;2026-07-23&quot;:8.97},{&quot;2026-07-25&quot;:9.74},{&quot;2026-07-26&quot;:9.92},{&quot;2026-07-27&quot;:9.82},{&quot;2026-07-28&quot;:9.81},{&quot;2026-07-29&quot;:9.75},{&quot;2026-07-30&quot;:9.77},{&quot;2026-07-31&quot;:9.72},{&quot;2026-08-01&quot;:9.72},{&quot;2026-08-02&quot;:9.34},{&quot;2026-08-03&quot;:9.25},{&quot;2026-08-04&quot;:9.25},{&quot;2026-08-05&quot;:9.35},{&quot;2026-08-07&quot;:9.48},{&quot;2026-08-08&quot;:9.27},{&quot;2026-08-09&quot;:9.16},{&quot;2026-08-10&quot;:8.89},{&quot;2026-08-11&quot;:8.63},{&quot;2026-08-12&quot;:8.67},{&quot;2026-08-13&quot;:8.59},{&quot;2026-08-14&quot;:8.33},{&quot;2026-08-15&quot;:8.1},{&quot;2026-08-16&quot;:8.09},{&quot;2026-08-17&quot;:8.04},{&quot;2026-08-18&quot;:8.48},{&quot;2026-08-19&quot;:8.62},{&quot;2026-08-20&quot;:8.62},{&quot;2026-08-21&quot;:8.54},{&quot;2026-08-22&quot;:8.45},{&quot;2026-08-23&quot;:8.24},{&quot;2026-08-24&quot;:8.34},{&quot;2026-08-25&quot;:8.34},{&quot;2026-08-26&quot;:8.21},{&quot;2026-08-27&quot;:8.24},{&quot;2026-08-28&quot;:8.33},{&quot;2026-08-29&quot;:8.33},{&quot;2026-08-30&quot;:8.57},{&quot;2026-08-31&quot;:8.62},{&quot;2026-09-01&quot;:8.62},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.71},{&quot;2026-09-04&quot;:8.71},{&quot;2026-09-05&quot;:8.64},{&quot;2026-09-06&quot;:8.17},{&quot;2026-09-07&quot;:7.98},{&quot;2026-09-08&quot;:7.91},{&quot;2026-09-09&quot;:7.86},{&quot;2026-09-10&quot;:7.67},{&quot;2026-09-11&quot;:7.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="48962"
  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">
            Force of Despair
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Force of Despair" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f497b0d-4448-4201-bd55-c147da1a216d.jpg?1783933128" />

        <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">
            Force of Despair
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Force of Despair" src="https://cards.scryfall.io/large/front/8/f/8f497b0d-4448-4201-bd55-c147da1a216d.jpg?1783933128" />
    </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">
                $7.37
              </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">
                $19.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">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:17.87},{&quot;2026-06-14&quot;:17.87},{&quot;2026-06-15&quot;:17.93},{&quot;2026-06-16&quot;:18.11},{&quot;2026-06-17&quot;:18.11},{&quot;2026-06-18&quot;:18.11},{&quot;2026-06-19&quot;:18.11},{&quot;2026-06-20&quot;:18.22},{&quot;2026-06-21&quot;:18.22},{&quot;2026-06-22&quot;:18.22},{&quot;2026-06-23&quot;:18.22},{&quot;2026-06-24&quot;:18.22},{&quot;2026-06-25&quot;:18.22},{&quot;2026-06-26&quot;:18.14},{&quot;2026-06-27&quot;:18.14},{&quot;2026-06-28&quot;:18.14},{&quot;2026-06-29&quot;:18.14},{&quot;2026-06-30&quot;:18.73},{&quot;2026-07-01&quot;:18.73},{&quot;2026-07-02&quot;:18.73},{&quot;2026-07-03&quot;:18.73},{&quot;2026-07-04&quot;:18.73},{&quot;2026-07-05&quot;:18.73},{&quot;2026-07-06&quot;:18.73},{&quot;2026-07-07&quot;:18.73},{&quot;2026-07-08&quot;:18.73},{&quot;2026-07-09&quot;:18.73},{&quot;2026-07-10&quot;:18.73},{&quot;2026-07-11&quot;:18.81},{&quot;2026-07-12&quot;:18.81},{&quot;2026-07-13&quot;:18.81},{&quot;2026-07-14&quot;:18.81},{&quot;2026-07-15&quot;:18.81},{&quot;2026-07-16&quot;:18.81},{&quot;2026-07-17&quot;:18.81},{&quot;2026-07-18&quot;:18.81},{&quot;2026-07-19&quot;:18.81},{&quot;2026-07-20&quot;:18.81},{&quot;2026-07-21&quot;:18.81},{&quot;2026-07-22&quot;:18.83},{&quot;2026-07-23&quot;:18.83},{&quot;2026-07-24&quot;:18.83},{&quot;2026-07-25&quot;:18.83},{&quot;2026-07-26&quot;:18.83},{&quot;2026-07-27&quot;:18.83},{&quot;2026-07-28&quot;:18.83},{&quot;2026-07-29&quot;:18.83},{&quot;2026-07-30&quot;:18.91},{&quot;2026-07-31&quot;:19.17},{&quot;2026-08-01&quot;:19.17},{&quot;2026-08-02&quot;:18.8},{&quot;2026-08-03&quot;:18.8},{&quot;2026-08-04&quot;:18.8},{&quot;2026-08-05&quot;:18.8},{&quot;2026-08-07&quot;:18.75},{&quot;2026-08-08&quot;:18.75},{&quot;2026-08-09&quot;:18.75},{&quot;2026-08-10&quot;:18.75},{&quot;2026-08-11&quot;:18.83},{&quot;2026-08-12&quot;:18.83},{&quot;2026-08-13&quot;:18.92},{&quot;2026-08-14&quot;:18.96},{&quot;2026-08-15&quot;:18.96},{&quot;2026-08-16&quot;:18.96},{&quot;2026-08-17&quot;:19.13},{&quot;2026-08-18&quot;:19.04},{&quot;2026-08-19&quot;:19.04},{&quot;2026-08-20&quot;:19.04},{&quot;2026-08-21&quot;:19.04},{&quot;2026-08-22&quot;:19.04},{&quot;2026-08-23&quot;:19.04},{&quot;2026-08-24&quot;:19.04},{&quot;2026-08-25&quot;:19.04},{&quot;2026-08-26&quot;:19.04},{&quot;2026-08-27&quot;:19.04},{&quot;2026-08-28&quot;:19.04},{&quot;2026-08-29&quot;:19.04},{&quot;2026-08-30&quot;:19.04},{&quot;2026-08-31&quot;:19.04},{&quot;2026-09-01&quot;:19.04},{&quot;2026-09-02&quot;:19.13},{&quot;2026-09-03&quot;:19.13},{&quot;2026-09-04&quot;:19.13},{&quot;2026-09-05&quot;:19.15},{&quot;2026-09-06&quot;:19.15},{&quot;2026-09-07&quot;:19.25},{&quot;2026-09-08&quot;:19.25},{&quot;2026-09-09&quot;:19.29},{&quot;2026-09-10&quot;:19.29},{&quot;2026-09-11&quot;:19.29}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.61},{&quot;2026-06-14&quot;:7.73},{&quot;2026-06-15&quot;:7.82},{&quot;2026-06-16&quot;:8.05},{&quot;2026-06-17&quot;:8.09},{&quot;2026-06-18&quot;:8.2},{&quot;2026-06-19&quot;:8.13},{&quot;2026-06-20&quot;:8.11},{&quot;2026-06-21&quot;:8.04},{&quot;2026-06-22&quot;:7.74},{&quot;2026-06-23&quot;:7.74},{&quot;2026-06-24&quot;:7.74},{&quot;2026-06-25&quot;:7.77},{&quot;2026-06-26&quot;:7.57},{&quot;2026-06-27&quot;:7.42},{&quot;2026-06-28&quot;:7.4},{&quot;2026-06-29&quot;:7.44},{&quot;2026-06-30&quot;:7.45},{&quot;2026-07-01&quot;:7.45},{&quot;2026-07-02&quot;:7.57},{&quot;2026-07-03&quot;:7.52},{&quot;2026-07-04&quot;:7.56},{&quot;2026-07-05&quot;:7.72},{&quot;2026-07-06&quot;:7.82},{&quot;2026-07-07&quot;:7.69},{&quot;2026-07-08&quot;:7.71},{&quot;2026-07-09&quot;:7.31},{&quot;2026-07-10&quot;:7.31},{&quot;2026-07-11&quot;:7.31},{&quot;2026-07-12&quot;:7.36},{&quot;2026-07-13&quot;:7.32},{&quot;2026-07-14&quot;:7.39},{&quot;2026-07-15&quot;:7.74},{&quot;2026-07-16&quot;:8.1},{&quot;2026-07-17&quot;:8.27},{&quot;2026-07-18&quot;:8.31},{&quot;2026-07-19&quot;:8.31},{&quot;2026-07-20&quot;:8.4},{&quot;2026-07-21&quot;:8.36},{&quot;2026-07-22&quot;:8.42},{&quot;2026-07-23&quot;:8.38},{&quot;2026-07-24&quot;:8.39},{&quot;2026-07-25&quot;:8.39},{&quot;2026-07-26&quot;:8.33},{&quot;2026-07-27&quot;:8.13},{&quot;2026-07-28&quot;:7.89},{&quot;2026-07-29&quot;:7.83},{&quot;2026-07-30&quot;:7.91},{&quot;2026-07-31&quot;:8.07},{&quot;2026-08-01&quot;:8.11},{&quot;2026-08-02&quot;:8.06},{&quot;2026-08-03&quot;:8.06},{&quot;2026-08-04&quot;:8.2},{&quot;2026-08-05&quot;:8.25},{&quot;2026-08-07&quot;:8.14},{&quot;2026-08-08&quot;:8.03},{&quot;2026-08-09&quot;:8.12},{&quot;2026-08-10&quot;:8.13},{&quot;2026-08-11&quot;:8.04},{&quot;2026-08-12&quot;:8.12},{&quot;2026-08-13&quot;:8.31},{&quot;2026-08-14&quot;:8.29},{&quot;2026-08-15&quot;:8.24},{&quot;2026-08-16&quot;:8.15},{&quot;2026-08-17&quot;:8.18},{&quot;2026-08-18&quot;:8.16},{&quot;2026-08-19&quot;:8.24},{&quot;2026-08-20&quot;:8.17},{&quot;2026-08-21&quot;:8.19},{&quot;2026-08-22&quot;:8.17},{&quot;2026-08-23&quot;:8.21},{&quot;2026-08-24&quot;:8.35},{&quot;2026-08-25&quot;:8.31},{&quot;2026-08-26&quot;:8.35},{&quot;2026-08-27&quot;:8.32},{&quot;2026-08-28&quot;:8.16},{&quot;2026-08-29&quot;:8.16},{&quot;2026-08-30&quot;:7.9},{&quot;2026-08-31&quot;:8.02},{&quot;2026-09-01&quot;:7.94},{&quot;2026-09-02&quot;:7.94},{&quot;2026-09-03&quot;:7.85},{&quot;2026-09-04&quot;:7.69},{&quot;2026-09-05&quot;:7.68},{&quot;2026-09-06&quot;:7.66},{&quot;2026-09-07&quot;:7.84},{&quot;2026-09-08&quot;:7.87},{&quot;2026-09-09&quot;:7.66},{&quot;2026-09-10&quot;:7.43},{&quot;2026-09-11&quot;:7.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="79779"
  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">
            Primeval Titan
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Giant
      </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">
            $7.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="Primeval Titan" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53760940-50e4-45d4-8297-353c9fc896e9.jpg?1783927719" />

        <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">
            Primeval Titan
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Primeval Titan" src="https://cards.scryfall.io/large/front/5/3/53760940-50e4-45d4-8297-353c9fc896e9.jpg?1783927719" />
    </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">
                $7.37
              </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">
                $81.97
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:79.38},{&quot;2026-06-11&quot;:79.38},{&quot;2026-06-12&quot;:79.38},{&quot;2026-06-13&quot;:79.38},{&quot;2026-06-14&quot;:79.38},{&quot;2026-06-15&quot;:79.66},{&quot;2026-06-16&quot;:79.68},{&quot;2026-06-17&quot;:79.68},{&quot;2026-06-18&quot;:79.66},{&quot;2026-06-19&quot;:79.66},{&quot;2026-06-20&quot;:79.66},{&quot;2026-06-21&quot;:79.66},{&quot;2026-06-22&quot;:79.66},{&quot;2026-06-23&quot;:79.66},{&quot;2026-06-24&quot;:79.66},{&quot;2026-06-25&quot;:79.66},{&quot;2026-06-26&quot;:79.66},{&quot;2026-06-27&quot;:79.66},{&quot;2026-06-28&quot;:79.66},{&quot;2026-06-29&quot;:79.66},{&quot;2026-06-30&quot;:79.66},{&quot;2026-07-01&quot;:79.66},{&quot;2026-07-02&quot;:79.66},{&quot;2026-07-03&quot;:79.66},{&quot;2026-07-04&quot;:79.66},{&quot;2026-07-05&quot;:79.66},{&quot;2026-07-06&quot;:79.66},{&quot;2026-07-07&quot;:79.66},{&quot;2026-07-08&quot;:79.66},{&quot;2026-07-09&quot;:79.66},{&quot;2026-07-10&quot;:79.66},{&quot;2026-07-11&quot;:79.66},{&quot;2026-07-12&quot;:79.66},{&quot;2026-07-13&quot;:79.66},{&quot;2026-07-14&quot;:79.64},{&quot;2026-07-15&quot;:79.74},{&quot;2026-07-16&quot;:79.74},{&quot;2026-07-17&quot;:79.74},{&quot;2026-07-18&quot;:79.74},{&quot;2026-07-19&quot;:79.74},{&quot;2026-07-20&quot;:79.84},{&quot;2026-07-21&quot;:79.84},{&quot;2026-07-23&quot;:79.84},{&quot;2026-07-25&quot;:79.79},{&quot;2026-07-26&quot;:79.79},{&quot;2026-07-27&quot;:80.02},{&quot;2026-07-29&quot;:80.02},{&quot;2026-07-30&quot;:80.02},{&quot;2026-07-31&quot;:80.02},{&quot;2026-08-01&quot;:80.02},{&quot;2026-08-02&quot;:80.02},{&quot;2026-08-03&quot;:80.15},{&quot;2026-08-04&quot;:80.15},{&quot;2026-08-05&quot;:80.3},{&quot;2026-08-07&quot;:81.56},{&quot;2026-08-08&quot;:81.72},{&quot;2026-08-09&quot;:81.72},{&quot;2026-08-10&quot;:81.72},{&quot;2026-08-11&quot;:82.12},{&quot;2026-08-12&quot;:82.12},{&quot;2026-08-13&quot;:82.12},{&quot;2026-08-14&quot;:82.12},{&quot;2026-08-15&quot;:82.12},{&quot;2026-08-16&quot;:82.12},{&quot;2026-08-17&quot;:82.12},{&quot;2026-08-18&quot;:82.12},{&quot;2026-08-19&quot;:82.12},{&quot;2026-08-20&quot;:82.12},{&quot;2026-08-21&quot;:82.12},{&quot;2026-08-22&quot;:82.12},{&quot;2026-08-23&quot;:82.12},{&quot;2026-08-24&quot;:82.12},{&quot;2026-08-25&quot;:82.12},{&quot;2026-08-26&quot;:82.12},{&quot;2026-08-27&quot;:82.12},{&quot;2026-08-28&quot;:82.12},{&quot;2026-08-29&quot;:82.12},{&quot;2026-08-30&quot;:82.19},{&quot;2026-08-31&quot;:82.19},{&quot;2026-09-01&quot;:82.19},{&quot;2026-09-02&quot;:82.19},{&quot;2026-09-03&quot;:82.19},{&quot;2026-09-04&quot;:82.19},{&quot;2026-09-05&quot;:82.19},{&quot;2026-09-06&quot;:82.19},{&quot;2026-09-07&quot;:82.19},{&quot;2026-09-08&quot;:81.97},{&quot;2026-09-09&quot;:81.97},{&quot;2026-09-10&quot;:81.97},{&quot;2026-09-11&quot;:81.97}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.53},{&quot;2026-06-11&quot;:7.6},{&quot;2026-06-12&quot;:7.55},{&quot;2026-06-13&quot;:7.4},{&quot;2026-06-14&quot;:7.4},{&quot;2026-06-15&quot;:7.36},{&quot;2026-06-16&quot;:7.25},{&quot;2026-06-17&quot;:7.25},{&quot;2026-06-18&quot;:7.25},{&quot;2026-06-19&quot;:7.25},{&quot;2026-06-20&quot;:7.24},{&quot;2026-06-21&quot;:7.24},{&quot;2026-06-22&quot;:7.24},{&quot;2026-06-23&quot;:7.24},{&quot;2026-06-24&quot;:7.24},{&quot;2026-06-25&quot;:7.24},{&quot;2026-06-26&quot;:7.19},{&quot;2026-06-27&quot;:7.18},{&quot;2026-06-28&quot;:7.48},{&quot;2026-06-29&quot;:7.48},{&quot;2026-06-30&quot;:7.41},{&quot;2026-07-01&quot;:7.37},{&quot;2026-07-02&quot;:7.37},{&quot;2026-07-03&quot;:7.37},{&quot;2026-07-04&quot;:7.41},{&quot;2026-07-05&quot;:7.48},{&quot;2026-07-06&quot;:7.48},{&quot;2026-07-07&quot;:7.48},{&quot;2026-07-08&quot;:7.48},{&quot;2026-07-09&quot;:7.48},{&quot;2026-07-10&quot;:7.49},{&quot;2026-07-11&quot;:7.63},{&quot;2026-07-12&quot;:7.7},{&quot;2026-07-13&quot;:7.72},{&quot;2026-07-14&quot;:7.72},{&quot;2026-07-15&quot;:7.72},{&quot;2026-07-16&quot;:7.72},{&quot;2026-07-17&quot;:7.72},{&quot;2026-07-18&quot;:7.72},{&quot;2026-07-19&quot;:7.72},{&quot;2026-07-20&quot;:7.72},{&quot;2026-07-21&quot;:7.78},{&quot;2026-07-23&quot;:7.78},{&quot;2026-07-25&quot;:7.78},{&quot;2026-07-26&quot;:7.78},{&quot;2026-07-27&quot;:7.78},{&quot;2026-07-29&quot;:7.78},{&quot;2026-07-30&quot;:7.86},{&quot;2026-07-31&quot;:7.89},{&quot;2026-08-01&quot;:7.78},{&quot;2026-08-02&quot;:7.67},{&quot;2026-08-03&quot;:7.72},{&quot;2026-08-04&quot;:7.72},{&quot;2026-08-05&quot;:7.72},{&quot;2026-08-07&quot;:7.73},{&quot;2026-08-08&quot;:7.73},{&quot;2026-08-09&quot;:7.73},{&quot;2026-08-10&quot;:7.73},{&quot;2026-08-11&quot;:7.72},{&quot;2026-08-12&quot;:7.72},{&quot;2026-08-13&quot;:7.62},{&quot;2026-08-14&quot;:7.62},{&quot;2026-08-15&quot;:7.62},{&quot;2026-08-16&quot;:7.62},{&quot;2026-08-17&quot;:7.62},{&quot;2026-08-18&quot;:7.62},{&quot;2026-08-19&quot;:7.62},{&quot;2026-08-20&quot;:7.62},{&quot;2026-08-21&quot;:7.62},{&quot;2026-08-22&quot;:7.64},{&quot;2026-08-23&quot;:7.64},{&quot;2026-08-24&quot;:7.64},{&quot;2026-08-25&quot;:7.64},{&quot;2026-08-26&quot;:7.59},{&quot;2026-08-27&quot;:7.54},{&quot;2026-08-28&quot;:7.4},{&quot;2026-08-29&quot;:7.4},{&quot;2026-08-30&quot;:7.38},{&quot;2026-08-31&quot;:7.38},{&quot;2026-09-01&quot;:7.38},{&quot;2026-09-02&quot;:7.38},{&quot;2026-09-03&quot;:7.38},{&quot;2026-09-04&quot;:7.38},{&quot;2026-09-05&quot;:7.37},{&quot;2026-09-06&quot;:7.37},{&quot;2026-09-07&quot;:7.37},{&quot;2026-09-08&quot;:7.37},{&quot;2026-09-09&quot;:7.37},{&quot;2026-09-10&quot;:7.37},{&quot;2026-09-11&quot;:7.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="19296"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Nut Collector
        </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 Druid</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Nut Collector" src="https://cards.scryfall.io/large/front/b/6/b61af26f-bab1-412d-8849-0d7c3c304950.jpg?1783918323" />
    </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">
                $7.36
              </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.54
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.26},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.26},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.37},{&quot;2026-06-19&quot;:3.52},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.57},{&quot;2026-06-22&quot;:3.6},{&quot;2026-06-23&quot;:3.59},{&quot;2026-06-24&quot;:3.65},{&quot;2026-06-25&quot;:3.67},{&quot;2026-06-26&quot;:3.73},{&quot;2026-06-27&quot;:3.73},{&quot;2026-06-28&quot;:3.73},{&quot;2026-06-29&quot;:3.73},{&quot;2026-06-30&quot;:3.73},{&quot;2026-07-01&quot;:3.94},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.2},{&quot;2026-07-04&quot;:4.2},{&quot;2026-07-05&quot;:4.24},{&quot;2026-07-06&quot;:4.24},{&quot;2026-07-07&quot;:4.24},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.24},{&quot;2026-07-10&quot;:4.24},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.58},{&quot;2026-07-13&quot;:4.58},{&quot;2026-07-14&quot;:4.57},{&quot;2026-07-15&quot;:4.57},{&quot;2026-07-16&quot;:5.03},{&quot;2026-07-17&quot;:5.03},{&quot;2026-07-18&quot;:5.03},{&quot;2026-07-19&quot;:5.03},{&quot;2026-07-20&quot;:5.17},{&quot;2026-07-21&quot;:5.17},{&quot;2026-07-23&quot;:5.32},{&quot;2026-07-24&quot;:5.32},{&quot;2026-07-25&quot;:5.89},{&quot;2026-07-26&quot;:5.89},{&quot;2026-07-27&quot;:5.89},{&quot;2026-07-28&quot;:6.49},{&quot;2026-07-29&quot;:6.49},{&quot;2026-07-30&quot;:6.49},{&quot;2026-07-31&quot;:6.49},{&quot;2026-08-01&quot;:6.49},{&quot;2026-08-02&quot;:6.49},{&quot;2026-08-03&quot;:6.49},{&quot;2026-08-04&quot;:6.49},{&quot;2026-08-05&quot;:6.49},{&quot;2026-08-07&quot;:6.66},{&quot;2026-08-08&quot;:6.66},{&quot;2026-08-09&quot;:6.66},{&quot;2026-08-10&quot;:6.66},{&quot;2026-08-11&quot;:6.9},{&quot;2026-08-12&quot;:6.9},{&quot;2026-08-13&quot;:6.9},{&quot;2026-08-14&quot;:6.9},{&quot;2026-08-15&quot;:6.9},{&quot;2026-08-16&quot;:6.9},{&quot;2026-08-17&quot;:6.9},{&quot;2026-08-18&quot;:6.9},{&quot;2026-08-19&quot;:6.9},{&quot;2026-08-20&quot;:6.9},{&quot;2026-08-21&quot;:6.9},{&quot;2026-08-22&quot;:6.99},{&quot;2026-08-23&quot;:6.99},{&quot;2026-08-24&quot;:6.99},{&quot;2026-08-25&quot;:6.99},{&quot;2026-08-26&quot;:6.99},{&quot;2026-08-27&quot;:6.99},{&quot;2026-08-28&quot;:6.99},{&quot;2026-08-29&quot;:6.99},{&quot;2026-08-30&quot;:7.75},{&quot;2026-08-31&quot;:7.75},{&quot;2026-09-01&quot;:8.41},{&quot;2026-09-02&quot;:8.41},{&quot;2026-09-03&quot;:8.41},{&quot;2026-09-04&quot;:8.54},{&quot;2026-09-05&quot;:8.54},{&quot;2026-09-06&quot;:8.54},{&quot;2026-09-07&quot;:8.54},{&quot;2026-09-08&quot;:8.54},{&quot;2026-09-09&quot;:8.54},{&quot;2026-09-10&quot;:8.54},{&quot;2026-09-11&quot;:8.54}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.89},{&quot;2026-06-13&quot;:4.1},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.02},{&quot;2026-06-16&quot;:4.01},{&quot;2026-06-17&quot;:4.0},{&quot;2026-06-18&quot;:4.0},{&quot;2026-06-19&quot;:3.98},{&quot;2026-06-20&quot;:3.99},{&quot;2026-06-21&quot;:4.11},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:3.56},{&quot;2026-06-24&quot;:3.87},{&quot;2026-06-25&quot;:3.88},{&quot;2026-06-26&quot;:4.14},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:5.1},{&quot;2026-06-29&quot;:5.16},{&quot;2026-06-30&quot;:5.87},{&quot;2026-07-01&quot;:5.79},{&quot;2026-07-02&quot;:5.92},{&quot;2026-07-03&quot;:5.98},{&quot;2026-07-04&quot;:5.75},{&quot;2026-07-05&quot;:5.7},{&quot;2026-07-06&quot;:5.56},{&quot;2026-07-07&quot;:5.08},{&quot;2026-07-08&quot;:5.18},{&quot;2026-07-09&quot;:5.32},{&quot;2026-07-10&quot;:5.68},{&quot;2026-07-11&quot;:5.64},{&quot;2026-07-12&quot;:5.95},{&quot;2026-07-13&quot;:6.13},{&quot;2026-07-14&quot;:6.31},{&quot;2026-07-15&quot;:6.31},{&quot;2026-07-16&quot;:6.56},{&quot;2026-07-17&quot;:6.63},{&quot;2026-07-18&quot;:6.8},{&quot;2026-07-19&quot;:6.68},{&quot;2026-07-20&quot;:7.26},{&quot;2026-07-21&quot;:7.42},{&quot;2026-07-23&quot;:7.83},{&quot;2026-07-24&quot;:7.97},{&quot;2026-07-25&quot;:7.75},{&quot;2026-07-26&quot;:7.84},{&quot;2026-07-27&quot;:7.82},{&quot;2026-07-28&quot;:7.59},{&quot;2026-07-29&quot;:7.4},{&quot;2026-07-30&quot;:7.35},{&quot;2026-07-31&quot;:7.12},{&quot;2026-08-01&quot;:7.24},{&quot;2026-08-02&quot;:7.31},{&quot;2026-08-03&quot;:7.31},{&quot;2026-08-04&quot;:7.19},{&quot;2026-08-05&quot;:7.19},{&quot;2026-08-07&quot;:7.29},{&quot;2026-08-08&quot;:7.22},{&quot;2026-08-09&quot;:7.22},{&quot;2026-08-10&quot;:7.41},{&quot;2026-08-11&quot;:7.37},{&quot;2026-08-12&quot;:7.52},{&quot;2026-08-13&quot;:7.55},{&quot;2026-08-14&quot;:7.33},{&quot;2026-08-15&quot;:7.48},{&quot;2026-08-16&quot;:7.44},{&quot;2026-08-17&quot;:7.44},{&quot;2026-08-18&quot;:7.46},{&quot;2026-08-19&quot;:7.46},{&quot;2026-08-20&quot;:7.46},{&quot;2026-08-21&quot;:7.48},{&quot;2026-08-22&quot;:7.48},{&quot;2026-08-23&quot;:7.51},{&quot;2026-08-24&quot;:7.55},{&quot;2026-08-25&quot;:7.59},{&quot;2026-08-26&quot;:7.65},{&quot;2026-08-27&quot;:7.61},{&quot;2026-08-28&quot;:7.57},{&quot;2026-08-29&quot;:7.57},{&quot;2026-08-30&quot;:7.7},{&quot;2026-08-31&quot;:7.7},{&quot;2026-09-01&quot;:7.61},{&quot;2026-09-02&quot;:7.6},{&quot;2026-09-03&quot;:7.59},{&quot;2026-09-04&quot;:7.59},{&quot;2026-09-05&quot;:7.41},{&quot;2026-09-06&quot;:7.41},{&quot;2026-09-07&quot;:7.39},{&quot;2026-09-08&quot;:7.39},{&quot;2026-09-09&quot;:7.39},{&quot;2026-09-10&quot;:7.32},{&quot;2026-09-11&quot;:7.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Cosmogrand Zenith
        </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 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="Cosmogrand Zenith" src="https://cards.scryfall.io/large/front/b/3/b3c1e5e3-4e6b-456a-958c-7a75c38f8183.jpg?1782685580" />
    </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">
                $7.36
              </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">
                $7.34
              </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">$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.41},{&quot;2026-06-12&quot;:7.41},{&quot;2026-06-13&quot;:7.41},{&quot;2026-06-14&quot;:7.41},{&quot;2026-06-15&quot;:7.41},{&quot;2026-06-16&quot;:7.41},{&quot;2026-06-17&quot;:7.41},{&quot;2026-06-18&quot;:7.41},{&quot;2026-06-19&quot;:7.24},{&quot;2026-06-20&quot;:6.98},{&quot;2026-06-21&quot;:6.98},{&quot;2026-06-22&quot;:6.98},{&quot;2026-06-23&quot;:6.98},{&quot;2026-06-24&quot;:6.98},{&quot;2026-06-25&quot;:6.93},{&quot;2026-06-26&quot;:6.93},{&quot;2026-06-27&quot;:6.78},{&quot;2026-06-28&quot;:6.78},{&quot;2026-06-29&quot;:6.78},{&quot;2026-06-30&quot;:6.96},{&quot;2026-07-01&quot;:6.82},{&quot;2026-07-02&quot;:6.57},{&quot;2026-07-03&quot;:6.57},{&quot;2026-07-04&quot;:6.49},{&quot;2026-07-05&quot;:6.3},{&quot;2026-07-06&quot;:6.33},{&quot;2026-07-07&quot;:6.33},{&quot;2026-07-08&quot;:6.26},{&quot;2026-07-09&quot;:6.18},{&quot;2026-07-10&quot;:6.18},{&quot;2026-07-11&quot;:6.18},{&quot;2026-07-12&quot;:6.18},{&quot;2026-07-13&quot;:6.18},{&quot;2026-07-14&quot;:5.79},{&quot;2026-07-15&quot;:5.54},{&quot;2026-07-16&quot;:5.51},{&quot;2026-07-17&quot;:5.38},{&quot;2026-07-18&quot;:5.16},{&quot;2026-07-19&quot;:5.09},{&quot;2026-07-20&quot;:5.33},{&quot;2026-07-21&quot;:5.43},{&quot;2026-07-23&quot;:5.5},{&quot;2026-07-25&quot;:5.56},{&quot;2026-07-26&quot;:5.66},{&quot;2026-07-27&quot;:5.78},{&quot;2026-07-28&quot;:5.77},{&quot;2026-07-29&quot;:5.84},{&quot;2026-07-30&quot;:5.89},{&quot;2026-07-31&quot;:6.0},{&quot;2026-08-01&quot;:6.0},{&quot;2026-08-02&quot;:6.13},{&quot;2026-08-03&quot;:6.53},{&quot;2026-08-04&quot;:6.53},{&quot;2026-08-05&quot;:6.55},{&quot;2026-08-07&quot;:6.61},{&quot;2026-08-08&quot;:6.72},{&quot;2026-08-09&quot;:6.79},{&quot;2026-08-10&quot;:6.79},{&quot;2026-08-11&quot;:6.79},{&quot;2026-08-12&quot;:6.81},{&quot;2026-08-13&quot;:6.9},{&quot;2026-08-14&quot;:6.87},{&quot;2026-08-15&quot;:6.91},{&quot;2026-08-16&quot;:6.89},{&quot;2026-08-17&quot;:6.96},{&quot;2026-08-18&quot;:7.17},{&quot;2026-08-19&quot;:7.17},{&quot;2026-08-20&quot;:7.17},{&quot;2026-08-21&quot;:7.35},{&quot;2026-08-22&quot;:7.23},{&quot;2026-08-23&quot;:7.19},{&quot;2026-08-24&quot;:7.45},{&quot;2026-08-25&quot;:7.45},{&quot;2026-08-26&quot;:7.53},{&quot;2026-08-27&quot;:7.58},{&quot;2026-08-28&quot;:7.57},{&quot;2026-08-29&quot;:7.57},{&quot;2026-08-30&quot;:7.59},{&quot;2026-08-31&quot;:7.65},{&quot;2026-09-01&quot;:7.65},{&quot;2026-09-02&quot;:7.56},{&quot;2026-09-03&quot;:7.56},{&quot;2026-09-04&quot;:7.38},{&quot;2026-09-05&quot;:7.38},{&quot;2026-09-06&quot;:7.38},{&quot;2026-09-07&quot;:7.23},{&quot;2026-09-08&quot;:7.23},{&quot;2026-09-09&quot;:7.22},{&quot;2026-09-10&quot;:7.24},{&quot;2026-09-11&quot;:7.34}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.9},{&quot;2026-06-12&quot;:5.85},{&quot;2026-06-13&quot;:5.9},{&quot;2026-06-14&quot;:5.63},{&quot;2026-06-15&quot;:5.55},{&quot;2026-06-16&quot;:5.4},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.2},{&quot;2026-06-19&quot;:5.2},{&quot;2026-06-20&quot;:5.0},{&quot;2026-06-21&quot;:4.97},{&quot;2026-06-22&quot;:4.69},{&quot;2026-06-23&quot;:4.84},{&quot;2026-06-24&quot;:4.78},{&quot;2026-06-25&quot;:4.65},{&quot;2026-06-26&quot;:4.48},{&quot;2026-06-27&quot;:4.39},{&quot;2026-06-28&quot;:4.35},{&quot;2026-06-29&quot;:4.62},{&quot;2026-06-30&quot;:4.61},{&quot;2026-07-01&quot;:4.61},{&quot;2026-07-02&quot;:4.62},{&quot;2026-07-03&quot;:4.77},{&quot;2026-07-04&quot;:4.72},{&quot;2026-07-05&quot;:4.65},{&quot;2026-07-06&quot;:4.43},{&quot;2026-07-07&quot;:4.4},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.4},{&quot;2026-07-10&quot;:4.44},{&quot;2026-07-11&quot;:4.42},{&quot;2026-07-12&quot;:4.49},{&quot;2026-07-13&quot;:4.5},{&quot;2026-07-14&quot;:4.37},{&quot;2026-07-15&quot;:4.9},{&quot;2026-07-16&quot;:4.81},{&quot;2026-07-17&quot;:4.81},{&quot;2026-07-18&quot;:5.05},{&quot;2026-07-19&quot;:5.02},{&quot;2026-07-20&quot;:4.87},{&quot;2026-07-21&quot;:4.96},{&quot;2026-07-23&quot;:4.95},{&quot;2026-07-25&quot;:5.02},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-28&quot;:5.19},{&quot;2026-07-29&quot;:5.26},{&quot;2026-07-30&quot;:5.56},{&quot;2026-07-31&quot;:5.73},{&quot;2026-08-01&quot;:5.76},{&quot;2026-08-02&quot;:5.82},{&quot;2026-08-03&quot;:5.94},{&quot;2026-08-04&quot;:6.08},{&quot;2026-08-05&quot;:6.08},{&quot;2026-08-07&quot;:5.88},{&quot;2026-08-08&quot;:5.92},{&quot;2026-08-09&quot;:5.58},{&quot;2026-08-10&quot;:5.52},{&quot;2026-08-11&quot;:5.74},{&quot;2026-08-12&quot;:5.69},{&quot;2026-08-13&quot;:5.82},{&quot;2026-08-14&quot;:5.9},{&quot;2026-08-15&quot;:5.84},{&quot;2026-08-16&quot;:5.63},{&quot;2026-08-17&quot;:5.92},{&quot;2026-08-18&quot;:6.05},{&quot;2026-08-19&quot;:6.4},{&quot;2026-08-20&quot;:6.4},{&quot;2026-08-21&quot;:6.59},{&quot;2026-08-22&quot;:6.74},{&quot;2026-08-23&quot;:6.35},{&quot;2026-08-24&quot;:6.2},{&quot;2026-08-25&quot;:6.2},{&quot;2026-08-26&quot;:6.48},{&quot;2026-08-27&quot;:6.35},{&quot;2026-08-28&quot;:6.62},{&quot;2026-08-29&quot;:6.62},{&quot;2026-08-30&quot;:6.65},{&quot;2026-08-31&quot;:6.79},{&quot;2026-09-01&quot;:6.79},{&quot;2026-09-02&quot;:6.54},{&quot;2026-09-03&quot;:6.28},{&quot;2026-09-04&quot;:6.31},{&quot;2026-09-05&quot;:6.51},{&quot;2026-09-06&quot;:7.16},{&quot;2026-09-07&quot;:7.19},{&quot;2026-09-08&quot;:7.68},{&quot;2026-09-09&quot;:7.6},{&quot;2026-09-10&quot;:7.55},{&quot;2026-09-11&quot;:7.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="23711"
  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">
            Enduring Curiosity
        </span>


      </div>

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

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

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

        <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">
            Enduring Curiosity
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment Creature — Cat Glimmer</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="Enduring Curiosity" src="https://cards.scryfall.io/large/front/8/6/8616629e-08f9-41ad-bfec-f86c8096f1cb.jpg?1783909497" />
    </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">
                $7.35
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $7.26
              </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.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-13&quot;:8.13},{&quot;2026-06-14&quot;:8.13},{&quot;2026-06-15&quot;:8.14},{&quot;2026-06-16&quot;:8.14},{&quot;2026-06-17&quot;:8.09},{&quot;2026-06-18&quot;:8.12},{&quot;2026-06-19&quot;:8.12},{&quot;2026-06-20&quot;:8.16},{&quot;2026-06-21&quot;:8.16},{&quot;2026-06-22&quot;:8.16},{&quot;2026-06-23&quot;:8.12},{&quot;2026-06-24&quot;:8.12},{&quot;2026-06-25&quot;:8.12},{&quot;2026-06-26&quot;:7.83},{&quot;2026-06-27&quot;:8.12},{&quot;2026-06-28&quot;:8.12},{&quot;2026-06-29&quot;:8.12},{&quot;2026-06-30&quot;:8.12},{&quot;2026-07-01&quot;:8.14},{&quot;2026-07-02&quot;:8.08},{&quot;2026-07-03&quot;:8.08},{&quot;2026-07-04&quot;:8.08},{&quot;2026-07-05&quot;:8.08},{&quot;2026-07-06&quot;:8.08},{&quot;2026-07-07&quot;:8.03},{&quot;2026-07-08&quot;:8.03},{&quot;2026-07-09&quot;:7.94},{&quot;2026-07-10&quot;:7.94},{&quot;2026-07-11&quot;:7.78},{&quot;2026-07-12&quot;:7.72},{&quot;2026-07-13&quot;:7.72},{&quot;2026-07-14&quot;:7.63},{&quot;2026-07-15&quot;:7.62},{&quot;2026-07-16&quot;:7.62},{&quot;2026-07-17&quot;:7.62},{&quot;2026-07-18&quot;:7.68},{&quot;2026-07-19&quot;:7.67},{&quot;2026-07-20&quot;:7.61},{&quot;2026-07-21&quot;:7.66},{&quot;2026-07-22&quot;:7.67},{&quot;2026-07-23&quot;:7.67},{&quot;2026-07-24&quot;:7.67},{&quot;2026-07-25&quot;:7.57},{&quot;2026-07-26&quot;:7.57},{&quot;2026-07-27&quot;:7.57},{&quot;2026-07-28&quot;:7.6},{&quot;2026-07-29&quot;:7.62},{&quot;2026-07-30&quot;:7.62},{&quot;2026-07-31&quot;:7.55},{&quot;2026-08-01&quot;:7.55},{&quot;2026-08-02&quot;:7.55},{&quot;2026-08-03&quot;:7.51},{&quot;2026-08-04&quot;:7.51},{&quot;2026-08-05&quot;:7.39},{&quot;2026-08-07&quot;:7.43},{&quot;2026-08-08&quot;:7.46},{&quot;2026-08-09&quot;:7.49},{&quot;2026-08-10&quot;:7.49},{&quot;2026-08-11&quot;:7.43},{&quot;2026-08-12&quot;:7.43},{&quot;2026-08-13&quot;:7.37},{&quot;2026-08-14&quot;:7.38},{&quot;2026-08-15&quot;:7.22},{&quot;2026-08-16&quot;:7.33},{&quot;2026-08-17&quot;:7.21},{&quot;2026-08-18&quot;:7.28},{&quot;2026-08-19&quot;:7.5},{&quot;2026-08-20&quot;:7.5},{&quot;2026-08-21&quot;:7.45},{&quot;2026-08-22&quot;:7.45},{&quot;2026-08-23&quot;:7.45},{&quot;2026-08-24&quot;:7.6},{&quot;2026-08-25&quot;:7.65},{&quot;2026-08-26&quot;:7.65},{&quot;2026-08-27&quot;:7.52},{&quot;2026-08-28&quot;:7.52},{&quot;2026-08-29&quot;:7.52},{&quot;2026-08-30&quot;:7.38},{&quot;2026-08-31&quot;:7.25},{&quot;2026-09-01&quot;:7.25},{&quot;2026-09-02&quot;:7.35},{&quot;2026-09-03&quot;:7.51},{&quot;2026-09-04&quot;:7.51},{&quot;2026-09-05&quot;:7.51},{&quot;2026-09-06&quot;:7.41},{&quot;2026-09-07&quot;:7.36},{&quot;2026-09-08&quot;:7.36},{&quot;2026-09-09&quot;:7.36},{&quot;2026-09-10&quot;:7.28},{&quot;2026-09-11&quot;:7.26}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.28},{&quot;2026-06-14&quot;:6.91},{&quot;2026-06-15&quot;:6.97},{&quot;2026-06-16&quot;:6.84},{&quot;2026-06-17&quot;:6.85},{&quot;2026-06-18&quot;:6.99},{&quot;2026-06-19&quot;:7.1},{&quot;2026-06-20&quot;:6.82},{&quot;2026-06-21&quot;:6.42},{&quot;2026-06-22&quot;:6.37},{&quot;2026-06-23&quot;:6.37},{&quot;2026-06-24&quot;:6.43},{&quot;2026-06-25&quot;:6.32},{&quot;2026-06-26&quot;:6.32},{&quot;2026-06-27&quot;:5.98},{&quot;2026-06-28&quot;:5.96},{&quot;2026-06-29&quot;:6.29},{&quot;2026-06-30&quot;:6.45},{&quot;2026-07-01&quot;:6.68},{&quot;2026-07-02&quot;:6.56},{&quot;2026-07-03&quot;:6.57},{&quot;2026-07-04&quot;:6.34},{&quot;2026-07-05&quot;:6.53},{&quot;2026-07-06&quot;:6.57},{&quot;2026-07-07&quot;:6.4},{&quot;2026-07-08&quot;:6.47},{&quot;2026-07-09&quot;:6.28},{&quot;2026-07-10&quot;:6.26},{&quot;2026-07-11&quot;:6.18},{&quot;2026-07-12&quot;:6.17},{&quot;2026-07-13&quot;:6.71},{&quot;2026-07-14&quot;:6.57},{&quot;2026-07-15&quot;:6.5},{&quot;2026-07-16&quot;:6.22},{&quot;2026-07-17&quot;:6.16},{&quot;2026-07-18&quot;:6.73},{&quot;2026-07-19&quot;:6.75},{&quot;2026-07-20&quot;:6.9},{&quot;2026-07-21&quot;:6.13},{&quot;2026-07-22&quot;:6.17},{&quot;2026-07-23&quot;:6.09},{&quot;2026-07-24&quot;:6.3},{&quot;2026-07-25&quot;:6.33},{&quot;2026-07-26&quot;:6.03},{&quot;2026-07-27&quot;:6.04},{&quot;2026-07-28&quot;:6.01},{&quot;2026-07-29&quot;:6.48},{&quot;2026-07-30&quot;:6.45},{&quot;2026-07-31&quot;:6.18},{&quot;2026-08-01&quot;:6.19},{&quot;2026-08-02&quot;:6.11},{&quot;2026-08-03&quot;:6.12},{&quot;2026-08-04&quot;:6.27},{&quot;2026-08-05&quot;:6.25},{&quot;2026-08-07&quot;:5.99},{&quot;2026-08-08&quot;:5.9},{&quot;2026-08-09&quot;:5.95},{&quot;2026-08-10&quot;:5.91},{&quot;2026-08-11&quot;:5.87},{&quot;2026-08-12&quot;:5.97},{&quot;2026-08-13&quot;:5.85},{&quot;2026-08-14&quot;:5.92},{&quot;2026-08-15&quot;:6.3},{&quot;2026-08-16&quot;:6.31},{&quot;2026-08-17&quot;:6.48},{&quot;2026-08-18&quot;:6.24},{&quot;2026-08-19&quot;:6.0},{&quot;2026-08-20&quot;:5.76},{&quot;2026-08-21&quot;:5.1},{&quot;2026-08-22&quot;:5.32},{&quot;2026-08-23&quot;:5.38},{&quot;2026-08-24&quot;:5.69},{&quot;2026-08-25&quot;:6.07},{&quot;2026-08-26&quot;:6.1},{&quot;2026-08-27&quot;:5.96},{&quot;2026-08-28&quot;:6.18},{&quot;2026-08-29&quot;:6.18},{&quot;2026-08-30&quot;:6.62},{&quot;2026-08-31&quot;:7.19},{&quot;2026-09-01&quot;:7.54},{&quot;2026-09-02&quot;:7.78},{&quot;2026-09-03&quot;:7.41},{&quot;2026-09-04&quot;:7.18},{&quot;2026-09-05&quot;:7.07},{&quot;2026-09-06&quot;:6.93},{&quot;2026-09-07&quot;:6.84},{&quot;2026-09-08&quot;:7.33},{&quot;2026-09-09&quot;:7.35},{&quot;2026-09-10&quot;:7.24},{&quot;2026-09-11&quot;:7.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80407"
  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-uma 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">
            Desperate Ritual
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Desperate Ritual" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/8/3825b85d-07df-43b9-a8d8-930863262d83.jpg?1783933809" />

        <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">
            Desperate Ritual
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Desperate Ritual" src="https://cards.scryfall.io/large/front/3/8/3825b85d-07df-43b9-a8d8-930863262d83.jpg?1783933809" />
    </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">
                $7.35
              </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">
                $13.46
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.90</span>
              <span class="text-xs text-grey-text">Credit: $2.47</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.11},{&quot;2026-06-11&quot;:10.11},{&quot;2026-06-12&quot;:10.11},{&quot;2026-06-13&quot;:10.11},{&quot;2026-06-14&quot;:10.11},{&quot;2026-06-15&quot;:10.43},{&quot;2026-06-16&quot;:10.43},{&quot;2026-06-17&quot;:10.43},{&quot;2026-06-18&quot;:10.43},{&quot;2026-06-19&quot;:10.43},{&quot;2026-06-20&quot;:10.43},{&quot;2026-06-21&quot;:10.43},{&quot;2026-06-22&quot;:10.43},{&quot;2026-06-23&quot;:10.43},{&quot;2026-06-24&quot;:10.43},{&quot;2026-06-25&quot;:10.48},{&quot;2026-06-26&quot;:11.18},{&quot;2026-06-27&quot;:11.18},{&quot;2026-06-28&quot;:11.26},{&quot;2026-06-29&quot;:11.26},{&quot;2026-06-30&quot;:11.26},{&quot;2026-07-01&quot;:11.26},{&quot;2026-07-02&quot;:11.26},{&quot;2026-07-03&quot;:11.26},{&quot;2026-07-04&quot;:11.26},{&quot;2026-07-05&quot;:11.26},{&quot;2026-07-06&quot;:11.26},{&quot;2026-07-07&quot;:11.26},{&quot;2026-07-08&quot;:11.26},{&quot;2026-07-09&quot;:11.26},{&quot;2026-07-10&quot;:11.26},{&quot;2026-07-11&quot;:11.26},{&quot;2026-07-12&quot;:12.16},{&quot;2026-07-13&quot;:12.16},{&quot;2026-07-14&quot;:12.16},{&quot;2026-07-15&quot;:12.16},{&quot;2026-07-16&quot;:12.94},{&quot;2026-07-17&quot;:12.96},{&quot;2026-07-18&quot;:12.96},{&quot;2026-07-19&quot;:13.08},{&quot;2026-07-20&quot;:13.08},{&quot;2026-07-21&quot;:13.08},{&quot;2026-07-23&quot;:13.08},{&quot;2026-07-25&quot;:13.08},{&quot;2026-07-26&quot;:13.08},{&quot;2026-07-27&quot;:13.08},{&quot;2026-07-29&quot;:13.21},{&quot;2026-07-30&quot;:13.21},{&quot;2026-07-31&quot;:13.52},{&quot;2026-08-01&quot;:13.52},{&quot;2026-08-02&quot;:13.52},{&quot;2026-08-03&quot;:13.52},{&quot;2026-08-04&quot;:13.52},{&quot;2026-08-05&quot;:13.52},{&quot;2026-08-07&quot;:13.46},{&quot;2026-08-08&quot;:13.46},{&quot;2026-08-09&quot;:13.46},{&quot;2026-08-10&quot;:13.46},{&quot;2026-08-11&quot;:13.46},{&quot;2026-08-12&quot;:13.46},{&quot;2026-08-13&quot;:13.46},{&quot;2026-08-14&quot;:13.46},{&quot;2026-08-15&quot;:13.46},{&quot;2026-08-16&quot;:13.46},{&quot;2026-08-17&quot;:13.46},{&quot;2026-08-18&quot;:13.63},{&quot;2026-08-19&quot;:13.63},{&quot;2026-08-20&quot;:13.63},{&quot;2026-08-21&quot;:13.63},{&quot;2026-08-22&quot;:13.63},{&quot;2026-08-23&quot;:13.23},{&quot;2026-08-24&quot;:13.23},{&quot;2026-08-25&quot;:13.23},{&quot;2026-08-26&quot;:13.23},{&quot;2026-08-27&quot;:13.23},{&quot;2026-08-28&quot;:13.23},{&quot;2026-08-29&quot;:13.23},{&quot;2026-08-30&quot;:13.23},{&quot;2026-08-31&quot;:13.23},{&quot;2026-09-01&quot;:13.23},{&quot;2026-09-02&quot;:13.23},{&quot;2026-09-03&quot;:13.23},{&quot;2026-09-04&quot;:13.23},{&quot;2026-09-05&quot;:13.23},{&quot;2026-09-06&quot;:13.32},{&quot;2026-09-07&quot;:13.32},{&quot;2026-09-08&quot;:13.46},{&quot;2026-09-09&quot;:13.46},{&quot;2026-09-10&quot;:13.46},{&quot;2026-09-11&quot;:13.46}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.14},{&quot;2026-06-11&quot;:6.14},{&quot;2026-06-12&quot;:6.17},{&quot;2026-06-13&quot;:6.21},{&quot;2026-06-14&quot;:6.19},{&quot;2026-06-15&quot;:6.49},{&quot;2026-06-16&quot;:6.49},{&quot;2026-06-17&quot;:6.43},{&quot;2026-06-18&quot;:6.46},{&quot;2026-06-19&quot;:6.43},{&quot;2026-06-20&quot;:6.42},{&quot;2026-06-21&quot;:6.42},{&quot;2026-06-22&quot;:6.46},{&quot;2026-06-23&quot;:6.45},{&quot;2026-06-24&quot;:6.63},{&quot;2026-06-25&quot;:6.86},{&quot;2026-06-26&quot;:7.05},{&quot;2026-06-27&quot;:7.0},{&quot;2026-06-28&quot;:7.11},{&quot;2026-06-29&quot;:7.11},{&quot;2026-06-30&quot;:7.11},{&quot;2026-07-01&quot;:7.07},{&quot;2026-07-02&quot;:7.26},{&quot;2026-07-03&quot;:7.83},{&quot;2026-07-04&quot;:7.79},{&quot;2026-07-05&quot;:7.92},{&quot;2026-07-06&quot;:8.23},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.25},{&quot;2026-07-10&quot;:8.25},{&quot;2026-07-11&quot;:8.25},{&quot;2026-07-12&quot;:8.12},{&quot;2026-07-13&quot;:8.12},{&quot;2026-07-14&quot;:7.97},{&quot;2026-07-15&quot;:8.09},{&quot;2026-07-16&quot;:8.07},{&quot;2026-07-17&quot;:7.93},{&quot;2026-07-18&quot;:7.89},{&quot;2026-07-19&quot;:7.89},{&quot;2026-07-20&quot;:7.89},{&quot;2026-07-21&quot;:7.71},{&quot;2026-07-23&quot;:7.71},{&quot;2026-07-25&quot;:7.62},{&quot;2026-07-26&quot;:7.19},{&quot;2026-07-27&quot;:7.23},{&quot;2026-07-29&quot;:6.98},{&quot;2026-07-30&quot;:6.85},{&quot;2026-07-31&quot;:6.77},{&quot;2026-08-01&quot;:6.73},{&quot;2026-08-02&quot;:6.73},{&quot;2026-08-03&quot;:6.72},{&quot;2026-08-04&quot;:6.66},{&quot;2026-08-05&quot;:6.57},{&quot;2026-08-07&quot;:6.51},{&quot;2026-08-08&quot;:6.52},{&quot;2026-08-09&quot;:6.53},{&quot;2026-08-10&quot;:6.51},{&quot;2026-08-11&quot;:6.51},{&quot;2026-08-12&quot;:6.51},{&quot;2026-08-13&quot;:6.6},{&quot;2026-08-14&quot;:6.7},{&quot;2026-08-15&quot;:6.7},{&quot;2026-08-16&quot;:6.7},{&quot;2026-08-17&quot;:6.7},{&quot;2026-08-18&quot;:6.71},{&quot;2026-08-19&quot;:6.56},{&quot;2026-08-20&quot;:6.56},{&quot;2026-08-21&quot;:6.21},{&quot;2026-08-22&quot;:6.21},{&quot;2026-08-23&quot;:6.46},{&quot;2026-08-24&quot;:6.46},{&quot;2026-08-25&quot;:6.46},{&quot;2026-08-26&quot;:6.58},{&quot;2026-08-27&quot;:6.57},{&quot;2026-08-28&quot;:6.57},{&quot;2026-08-29&quot;:6.57},{&quot;2026-08-30&quot;:6.41},{&quot;2026-08-31&quot;:6.44},{&quot;2026-09-01&quot;:6.44},{&quot;2026-09-02&quot;:6.74},{&quot;2026-09-03&quot;:6.74},{&quot;2026-09-04&quot;:6.74},{&quot;2026-09-05&quot;:6.7},{&quot;2026-09-06&quot;:6.75},{&quot;2026-09-07&quot;:6.9},{&quot;2026-09-08&quot;:7.23},{&quot;2026-09-09&quot;:7.29},{&quot;2026-09-10&quot;:7.29},{&quot;2026-09-11&quot;:7.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nut Collector" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/32980fc5-32ef-4f6d-8972-7a9e122c02e2.jpg?1783918438" />

        <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">
            Nut Collector
        </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 Druid</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Nut Collector" src="https://cards.scryfall.io/large/front/3/2/32980fc5-32ef-4f6d-8972-7a9e122c02e2.jpg?1783918438" />
    </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">
                $7.33
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.09
              </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">$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;:4.11},{&quot;2026-06-10&quot;:4.1},{&quot;2026-06-11&quot;:4.1},{&quot;2026-06-12&quot;:4.1},{&quot;2026-06-13&quot;:4.1},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.1},{&quot;2026-06-16&quot;:4.1},{&quot;2026-06-17&quot;:4.09},{&quot;2026-06-18&quot;:4.1},{&quot;2026-06-19&quot;:4.09},{&quot;2026-06-20&quot;:4.1},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-24&quot;:4.29},{&quot;2026-06-25&quot;:4.29},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.33},{&quot;2026-06-28&quot;:4.33},{&quot;2026-06-29&quot;:4.19},{&quot;2026-06-30&quot;:4.27},{&quot;2026-07-01&quot;:4.27},{&quot;2026-07-02&quot;:4.24},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.38},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.36},{&quot;2026-07-07&quot;:4.39},{&quot;2026-07-08&quot;:4.41},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.43},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.44},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.59},{&quot;2026-07-16&quot;:4.72},{&quot;2026-07-17&quot;:4.76},{&quot;2026-07-18&quot;:4.89},{&quot;2026-07-19&quot;:4.96},{&quot;2026-07-20&quot;:5.12},{&quot;2026-07-21&quot;:5.12},{&quot;2026-07-23&quot;:5.25},{&quot;2026-07-25&quot;:5.8},{&quot;2026-07-26&quot;:5.8},{&quot;2026-07-27&quot;:5.8},{&quot;2026-07-29&quot;:5.8},{&quot;2026-07-30&quot;:5.8},{&quot;2026-07-31&quot;:5.8},{&quot;2026-08-01&quot;:5.8},{&quot;2026-08-02&quot;:6.04},{&quot;2026-08-03&quot;:6.04},{&quot;2026-08-04&quot;:6.04},{&quot;2026-08-05&quot;:6.04},{&quot;2026-08-07&quot;:6.04},{&quot;2026-08-08&quot;:6.04},{&quot;2026-08-09&quot;:6.23},{&quot;2026-08-10&quot;:6.23},{&quot;2026-08-11&quot;:6.38},{&quot;2026-08-12&quot;:6.38},{&quot;2026-08-13&quot;:6.6},{&quot;2026-08-14&quot;:6.75},{&quot;2026-08-15&quot;:6.75},{&quot;2026-08-16&quot;:6.75},{&quot;2026-08-17&quot;:6.96},{&quot;2026-08-18&quot;:6.96},{&quot;2026-08-19&quot;:6.96},{&quot;2026-08-20&quot;:6.96},{&quot;2026-08-21&quot;:7.43},{&quot;2026-08-22&quot;:7.43},{&quot;2026-08-23&quot;:7.43},{&quot;2026-08-24&quot;:7.37},{&quot;2026-08-25&quot;:7.37},{&quot;2026-08-26&quot;:7.37},{&quot;2026-08-27&quot;:7.37},{&quot;2026-08-28&quot;:7.37},{&quot;2026-08-29&quot;:7.37},{&quot;2026-08-30&quot;:7.37},{&quot;2026-08-31&quot;:7.37},{&quot;2026-09-01&quot;:7.37},{&quot;2026-09-02&quot;:7.54},{&quot;2026-09-03&quot;:7.81},{&quot;2026-09-04&quot;:7.81},{&quot;2026-09-05&quot;:7.81},{&quot;2026-09-06&quot;:7.99},{&quot;2026-09-07&quot;:7.99},{&quot;2026-09-08&quot;:7.99},{&quot;2026-09-09&quot;:7.99},{&quot;2026-09-10&quot;:7.99},{&quot;2026-09-11&quot;:8.09}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.79},{&quot;2026-06-10&quot;:4.84},{&quot;2026-06-11&quot;:4.88},{&quot;2026-06-12&quot;:4.97},{&quot;2026-06-13&quot;:5.04},{&quot;2026-06-14&quot;:5.16},{&quot;2026-06-15&quot;:5.24},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.23},{&quot;2026-06-18&quot;:5.23},{&quot;2026-06-19&quot;:5.3},{&quot;2026-06-20&quot;:5.16},{&quot;2026-06-21&quot;:5.04},{&quot;2026-06-22&quot;:5.0},{&quot;2026-06-24&quot;:5.17},{&quot;2026-06-25&quot;:5.02},{&quot;2026-06-26&quot;:5.04},{&quot;2026-06-27&quot;:4.96},{&quot;2026-06-28&quot;:4.94},{&quot;2026-06-29&quot;:4.91},{&quot;2026-06-30&quot;:4.91},{&quot;2026-07-01&quot;:4.99},{&quot;2026-07-02&quot;:5.04},{&quot;2026-07-03&quot;:5.05},{&quot;2026-07-04&quot;:5.06},{&quot;2026-07-05&quot;:5.12},{&quot;2026-07-06&quot;:5.1},{&quot;2026-07-07&quot;:5.18},{&quot;2026-07-08&quot;:5.46},{&quot;2026-07-09&quot;:5.56},{&quot;2026-07-10&quot;:5.83},{&quot;2026-07-11&quot;:6.0},{&quot;2026-07-12&quot;:6.1},{&quot;2026-07-13&quot;:6.43},{&quot;2026-07-14&quot;:6.56},{&quot;2026-07-15&quot;:6.55},{&quot;2026-07-16&quot;:6.68},{&quot;2026-07-17&quot;:6.78},{&quot;2026-07-18&quot;:7.0},{&quot;2026-07-19&quot;:6.96},{&quot;2026-07-20&quot;:6.9},{&quot;2026-07-21&quot;:6.88},{&quot;2026-07-23&quot;:6.93},{&quot;2026-07-25&quot;:6.91},{&quot;2026-07-26&quot;:6.86},{&quot;2026-07-27&quot;:7.08},{&quot;2026-07-29&quot;:7.15},{&quot;2026-07-30&quot;:7.02},{&quot;2026-07-31&quot;:7.99},{&quot;2026-08-01&quot;:8.21},{&quot;2026-08-02&quot;:8.1},{&quot;2026-08-03&quot;:8.39},{&quot;2026-08-04&quot;:8.39},{&quot;2026-08-05&quot;:8.55},{&quot;2026-08-07&quot;:9.0},{&quot;2026-08-08&quot;:9.0},{&quot;2026-08-09&quot;:9.03},{&quot;2026-08-10&quot;:9.15},{&quot;2026-08-11&quot;:9.29},{&quot;2026-08-12&quot;:9.17},{&quot;2026-08-13&quot;:9.31},{&quot;2026-08-14&quot;:9.57},{&quot;2026-08-15&quot;:9.66},{&quot;2026-08-16&quot;:9.95},{&quot;2026-08-17&quot;:9.99},{&quot;2026-08-18&quot;:9.99},{&quot;2026-08-19&quot;:9.99},{&quot;2026-08-20&quot;:9.99},{&quot;2026-08-21&quot;:9.83},{&quot;2026-08-22&quot;:9.83},{&quot;2026-08-23&quot;:9.97},{&quot;2026-08-24&quot;:9.9},{&quot;2026-08-25&quot;:9.9},{&quot;2026-08-26&quot;:10.01},{&quot;2026-08-27&quot;:10.19},{&quot;2026-08-28&quot;:10.16},{&quot;2026-08-29&quot;:10.16},{&quot;2026-08-30&quot;:9.52},{&quot;2026-08-31&quot;:9.05},{&quot;2026-09-01&quot;:9.05},{&quot;2026-09-02&quot;:8.59},{&quot;2026-09-03&quot;:8.37},{&quot;2026-09-04&quot;:8.06},{&quot;2026-09-05&quot;:7.98},{&quot;2026-09-06&quot;:7.98},{&quot;2026-09-07&quot;:7.74},{&quot;2026-09-08&quot;:7.46},{&quot;2026-09-09&quot;:7.33},{&quot;2026-09-10&quot;:7.33},{&quot;2026-09-11&quot;:7.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $7.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="Season of Gathering" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/1/71dd3c27-e0d5-434e-a0f3-4a95245e21c2.jpg?1783910804" />

        <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">
            Season of Gathering
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Season of Gathering" src="https://cards.scryfall.io/large/front/7/1/71dd3c27-e0d5-434e-a0f3-4a95245e21c2.jpg?1783910804" />
    </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">
                $7.32
              </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">
                $8.55
              </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">$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-10&quot;:5.83},{&quot;2026-06-11&quot;:5.83},{&quot;2026-06-12&quot;:5.83},{&quot;2026-06-13&quot;:5.83},{&quot;2026-06-14&quot;:5.95},{&quot;2026-06-15&quot;:5.98},{&quot;2026-06-16&quot;:6.33},{&quot;2026-06-17&quot;:6.33},{&quot;2026-06-18&quot;:6.64},{&quot;2026-06-19&quot;:6.63},{&quot;2026-06-20&quot;:6.76},{&quot;2026-06-21&quot;:6.73},{&quot;2026-06-22&quot;:6.73},{&quot;2026-06-23&quot;:6.67},{&quot;2026-06-24&quot;:7.12},{&quot;2026-06-25&quot;:7.12},{&quot;2026-06-26&quot;:7.12},{&quot;2026-06-27&quot;:7.12},{&quot;2026-06-28&quot;:7.32},{&quot;2026-06-29&quot;:7.3},{&quot;2026-06-30&quot;:7.3},{&quot;2026-07-01&quot;:7.08},{&quot;2026-07-02&quot;:7.12},{&quot;2026-07-03&quot;:7.15},{&quot;2026-07-04&quot;:7.09},{&quot;2026-07-05&quot;:7.11},{&quot;2026-07-06&quot;:7.11},{&quot;2026-07-07&quot;:7.13},{&quot;2026-07-08&quot;:7.13},{&quot;2026-07-09&quot;:7.13},{&quot;2026-07-10&quot;:7.13},{&quot;2026-07-11&quot;:7.2},{&quot;2026-07-12&quot;:7.57},{&quot;2026-07-13&quot;:7.57},{&quot;2026-07-14&quot;:7.57},{&quot;2026-07-15&quot;:7.55},{&quot;2026-07-16&quot;:7.66},{&quot;2026-07-17&quot;:7.66},{&quot;2026-07-18&quot;:7.7},{&quot;2026-07-19&quot;:7.7},{&quot;2026-07-20&quot;:7.7},{&quot;2026-07-21&quot;:7.7},{&quot;2026-07-23&quot;:7.7},{&quot;2026-07-25&quot;:7.9},{&quot;2026-07-26&quot;:7.9},{&quot;2026-07-27&quot;:7.74},{&quot;2026-07-29&quot;:7.6},{&quot;2026-07-30&quot;:7.73},{&quot;2026-07-31&quot;:7.73},{&quot;2026-08-01&quot;:7.73},{&quot;2026-08-02&quot;:7.69},{&quot;2026-08-03&quot;:7.69},{&quot;2026-08-04&quot;:7.69},{&quot;2026-08-05&quot;:7.69},{&quot;2026-08-07&quot;:7.39},{&quot;2026-08-08&quot;:7.39},{&quot;2026-08-09&quot;:7.41},{&quot;2026-08-10&quot;:7.41},{&quot;2026-08-11&quot;:7.53},{&quot;2026-08-12&quot;:7.53},{&quot;2026-08-13&quot;:7.51},{&quot;2026-08-14&quot;:7.51},{&quot;2026-08-15&quot;:7.51},{&quot;2026-08-16&quot;:7.51},{&quot;2026-08-17&quot;:7.71},{&quot;2026-08-18&quot;:7.77},{&quot;2026-08-19&quot;:7.77},{&quot;2026-08-20&quot;:7.77},{&quot;2026-08-21&quot;:7.31},{&quot;2026-08-22&quot;:7.37},{&quot;2026-08-23&quot;:7.36},{&quot;2026-08-24&quot;:7.16},{&quot;2026-08-25&quot;:7.16},{&quot;2026-08-26&quot;:7.34},{&quot;2026-08-27&quot;:7.34},{&quot;2026-08-28&quot;:7.45},{&quot;2026-08-29&quot;:7.45},{&quot;2026-08-30&quot;:7.6},{&quot;2026-08-31&quot;:8.37},{&quot;2026-09-01&quot;:8.37},{&quot;2026-09-02&quot;:8.62},{&quot;2026-09-03&quot;:8.62},{&quot;2026-09-04&quot;:8.71},{&quot;2026-09-05&quot;:8.71},{&quot;2026-09-06&quot;:8.47},{&quot;2026-09-07&quot;:8.47},{&quot;2026-09-08&quot;:8.47},{&quot;2026-09-09&quot;:8.55},{&quot;2026-09-10&quot;:8.55},{&quot;2026-09-11&quot;:8.55}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:6.39},{&quot;2026-06-11&quot;:6.35},{&quot;2026-06-12&quot;:6.85},{&quot;2026-06-13&quot;:6.78},{&quot;2026-06-14&quot;:6.51},{&quot;2026-06-15&quot;:6.4},{&quot;2026-06-16&quot;:6.57},{&quot;2026-06-17&quot;:6.81},{&quot;2026-06-18&quot;:6.81},{&quot;2026-06-19&quot;:7.11},{&quot;2026-06-20&quot;:7.02},{&quot;2026-06-21&quot;:6.51},{&quot;2026-06-22&quot;:6.45},{&quot;2026-06-23&quot;:6.13},{&quot;2026-06-24&quot;:5.97},{&quot;2026-06-25&quot;:5.93},{&quot;2026-06-26&quot;:5.29},{&quot;2026-06-27&quot;:5.8},{&quot;2026-06-28&quot;:5.63},{&quot;2026-06-29&quot;:5.77},{&quot;2026-06-30&quot;:5.98},{&quot;2026-07-01&quot;:6.14},{&quot;2026-07-02&quot;:6.12},{&quot;2026-07-03&quot;:6.1},{&quot;2026-07-04&quot;:6.68},{&quot;2026-07-05&quot;:6.65},{&quot;2026-07-06&quot;:6.91},{&quot;2026-07-07&quot;:7.12},{&quot;2026-07-08&quot;:6.97},{&quot;2026-07-09&quot;:6.79},{&quot;2026-07-10&quot;:6.86},{&quot;2026-07-11&quot;:6.09},{&quot;2026-07-12&quot;:5.94},{&quot;2026-07-13&quot;:5.81},{&quot;2026-07-14&quot;:5.71},{&quot;2026-07-15&quot;:5.5},{&quot;2026-07-16&quot;:5.25},{&quot;2026-07-17&quot;:5.42},{&quot;2026-07-18&quot;:6.05},{&quot;2026-07-19&quot;:6.08},{&quot;2026-07-20&quot;:6.44},{&quot;2026-07-21&quot;:7.13},{&quot;2026-07-23&quot;:7.31},{&quot;2026-07-25&quot;:7.23},{&quot;2026-07-26&quot;:7.31},{&quot;2026-07-27&quot;:7.15},{&quot;2026-07-29&quot;:6.52},{&quot;2026-07-30&quot;:6.28},{&quot;2026-07-31&quot;:6.62},{&quot;2026-08-01&quot;:6.78},{&quot;2026-08-02&quot;:6.53},{&quot;2026-08-03&quot;:6.55},{&quot;2026-08-04&quot;:6.49},{&quot;2026-08-05&quot;:6.47},{&quot;2026-08-07&quot;:6.84},{&quot;2026-08-08&quot;:6.58},{&quot;2026-08-09&quot;:6.47},{&quot;2026-08-10&quot;:6.32},{&quot;2026-08-11&quot;:6.26},{&quot;2026-08-12&quot;:6.93},{&quot;2026-08-13&quot;:6.64},{&quot;2026-08-14&quot;:6.43},{&quot;2026-08-15&quot;:6.49},{&quot;2026-08-16&quot;:6.44},{&quot;2026-08-17&quot;:5.9},{&quot;2026-08-18&quot;:6.03},{&quot;2026-08-19&quot;:6.19},{&quot;2026-08-20&quot;:6.19},{&quot;2026-08-21&quot;:6.28},{&quot;2026-08-22&quot;:6.27},{&quot;2026-08-23&quot;:6.31},{&quot;2026-08-24&quot;:6.35},{&quot;2026-08-25&quot;:6.35},{&quot;2026-08-26&quot;:7.28},{&quot;2026-08-27&quot;:7.2},{&quot;2026-08-28&quot;:7.45},{&quot;2026-08-29&quot;:7.45},{&quot;2026-08-30&quot;:7.63},{&quot;2026-08-31&quot;:6.98},{&quot;2026-09-01&quot;:6.98},{&quot;2026-09-02&quot;:6.99},{&quot;2026-09-03&quot;:7.43},{&quot;2026-09-04&quot;:7.54},{&quot;2026-09-05&quot;:7.74},{&quot;2026-09-06&quot;:7.7},{&quot;2026-09-07&quot;:7.97},{&quot;2026-09-08&quot;:7.92},{&quot;2026-09-09&quot;:7.29},{&quot;2026-09-10&quot;:7.38},{&quot;2026-09-11&quot;:7.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="77269"
  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">
            Forced Fruition
        </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">
            $7.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="Forced Fruition" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/f/3f8e50d6-9cd1-470c-b272-5d4b1a00aaec.jpg?1783929707" />

        <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">
            Forced Fruition
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Forced Fruition" src="https://cards.scryfall.io/large/front/3/f/3f8e50d6-9cd1-470c-b272-5d4b1a00aaec.jpg?1783929707" />
    </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">
                $7.32
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.47},{&quot;2026-06-14&quot;:7.47},{&quot;2026-06-15&quot;:7.47},{&quot;2026-06-16&quot;:7.47},{&quot;2026-06-17&quot;:7.47},{&quot;2026-06-18&quot;:7.47},{&quot;2026-06-19&quot;:7.47},{&quot;2026-06-20&quot;:7.47},{&quot;2026-06-21&quot;:7.47},{&quot;2026-06-22&quot;:7.47},{&quot;2026-06-23&quot;:7.47},{&quot;2026-06-24&quot;:7.48},{&quot;2026-06-25&quot;:7.67},{&quot;2026-06-26&quot;:7.67},{&quot;2026-06-27&quot;:7.67},{&quot;2026-06-28&quot;:7.67},{&quot;2026-06-29&quot;:7.67},{&quot;2026-06-30&quot;:7.67},{&quot;2026-07-01&quot;:7.67},{&quot;2026-07-02&quot;:7.73},{&quot;2026-07-03&quot;:7.73},{&quot;2026-07-04&quot;:7.73},{&quot;2026-07-05&quot;:7.64},{&quot;2026-07-06&quot;:7.64},{&quot;2026-07-07&quot;:7.51},{&quot;2026-07-08&quot;:7.51},{&quot;2026-07-09&quot;:7.51},{&quot;2026-07-10&quot;:7.51},{&quot;2026-07-11&quot;:7.19},{&quot;2026-07-12&quot;:7.19},{&quot;2026-07-13&quot;:7.19},{&quot;2026-07-14&quot;:7.28},{&quot;2026-07-15&quot;:7.28},{&quot;2026-07-16&quot;:7.22},{&quot;2026-07-17&quot;:7.22},{&quot;2026-07-18&quot;:7.22},{&quot;2026-07-19&quot;:7.22},{&quot;2026-07-20&quot;:7.22},{&quot;2026-07-21&quot;:7.22},{&quot;2026-07-22&quot;:7.22},{&quot;2026-07-23&quot;:7.22},{&quot;2026-07-24&quot;:7.35},{&quot;2026-07-25&quot;:7.35},{&quot;2026-07-26&quot;:7.42},{&quot;2026-07-27&quot;:7.42},{&quot;2026-07-28&quot;:7.37},{&quot;2026-07-29&quot;:7.37},{&quot;2026-07-30&quot;:7.19},{&quot;2026-07-31&quot;:7.19},{&quot;2026-08-01&quot;:7.19},{&quot;2026-08-02&quot;:7.19},{&quot;2026-08-03&quot;:7.19},{&quot;2026-08-04&quot;:7.19},{&quot;2026-08-05&quot;:7.19},{&quot;2026-08-07&quot;:7.19},{&quot;2026-08-08&quot;:7.19},{&quot;2026-08-09&quot;:7.19},{&quot;2026-08-10&quot;:7.22},{&quot;2026-08-11&quot;:7.22},{&quot;2026-08-12&quot;:7.22},{&quot;2026-08-13&quot;:7.22},{&quot;2026-08-14&quot;:7.22},{&quot;2026-08-15&quot;:7.29},{&quot;2026-08-16&quot;:7.29},{&quot;2026-08-17&quot;:7.16},{&quot;2026-08-18&quot;:7.16},{&quot;2026-08-19&quot;:7.16},{&quot;2026-08-20&quot;:7.16},{&quot;2026-08-21&quot;:7.16},{&quot;2026-08-22&quot;:7.16},{&quot;2026-08-23&quot;:7.16},{&quot;2026-08-24&quot;:7.16},{&quot;2026-08-25&quot;:7.16},{&quot;2026-08-26&quot;:7.15},{&quot;2026-08-27&quot;:7.08},{&quot;2026-08-28&quot;:7.08},{&quot;2026-08-29&quot;:7.08},{&quot;2026-08-30&quot;:7.32},{&quot;2026-08-31&quot;:7.32},{&quot;2026-09-01&quot;:7.19},{&quot;2026-09-02&quot;:7.19},{&quot;2026-09-03&quot;:7.19},{&quot;2026-09-04&quot;:7.19},{&quot;2026-09-05&quot;:7.32},{&quot;2026-09-06&quot;:7.32},{&quot;2026-09-07&quot;:7.32},{&quot;2026-09-08&quot;:7.32},{&quot;2026-09-09&quot;:7.32},{&quot;2026-09-10&quot;:7.32},{&quot;2026-09-11&quot;:7.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="13802"
  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">
            Aboleth Spawn
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Fish 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">
            $7.29
          </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="Aboleth Spawn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/1/51889b3f-082a-40e9-8be7-11f8c1a7a9a8.jpg?1783922509" />

        <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">
            Aboleth Spawn
        </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 — Fish Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Aboleth Spawn" src="https://cards.scryfall.io/large/front/5/1/51889b3f-082a-40e9-8be7-11f8c1a7a9a8.jpg?1783922509" />
    </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">
                $7.29
              </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">$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-08&quot;:9.39},{&quot;2026-06-10&quot;:9.37},{&quot;2026-06-11&quot;:9.37},{&quot;2026-06-12&quot;:9.3},{&quot;2026-06-13&quot;:9.28},{&quot;2026-06-14&quot;:9.24},{&quot;2026-06-15&quot;:9.21},{&quot;2026-06-16&quot;:9.18},{&quot;2026-06-17&quot;:9.15},{&quot;2026-06-18&quot;:9.16},{&quot;2026-06-19&quot;:9.22},{&quot;2026-06-20&quot;:9.19},{&quot;2026-06-21&quot;:9.23},{&quot;2026-06-22&quot;:9.27},{&quot;2026-06-24&quot;:9.23},{&quot;2026-06-25&quot;:9.23},{&quot;2026-06-26&quot;:9.23},{&quot;2026-06-27&quot;:8.94},{&quot;2026-06-28&quot;:8.95},{&quot;2026-06-29&quot;:8.84},{&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.66},{&quot;2026-07-07&quot;:8.54},{&quot;2026-07-08&quot;:8.54},{&quot;2026-07-09&quot;:8.54},{&quot;2026-07-10&quot;:8.54},{&quot;2026-07-11&quot;:8.56},{&quot;2026-07-12&quot;:8.56},{&quot;2026-07-13&quot;:8.55},{&quot;2026-07-14&quot;:8.55},{&quot;2026-07-15&quot;:8.51},{&quot;2026-07-16&quot;:8.49},{&quot;2026-07-17&quot;:8.51},{&quot;2026-07-18&quot;:8.5},{&quot;2026-07-19&quot;:8.5},{&quot;2026-07-20&quot;:8.4},{&quot;2026-07-21&quot;:8.4},{&quot;2026-07-23&quot;:8.71},{&quot;2026-07-25&quot;:8.63},{&quot;2026-07-26&quot;:8.65},{&quot;2026-07-27&quot;:8.68},{&quot;2026-07-29&quot;:8.63},{&quot;2026-07-30&quot;:8.56},{&quot;2026-07-31&quot;:8.53},{&quot;2026-08-01&quot;:8.53},{&quot;2026-08-02&quot;:8.53},{&quot;2026-08-03&quot;:8.6},{&quot;2026-08-04&quot;:8.54},{&quot;2026-08-05&quot;:8.44},{&quot;2026-08-07&quot;:8.4},{&quot;2026-08-08&quot;:8.4},{&quot;2026-08-09&quot;:8.3},{&quot;2026-08-10&quot;:8.15},{&quot;2026-08-11&quot;:7.97},{&quot;2026-08-12&quot;:7.86},{&quot;2026-08-13&quot;:7.81},{&quot;2026-08-14&quot;:7.83},{&quot;2026-08-15&quot;:7.9},{&quot;2026-08-16&quot;:7.86},{&quot;2026-08-17&quot;:7.86},{&quot;2026-08-18&quot;:7.58},{&quot;2026-08-19&quot;:7.55},{&quot;2026-08-20&quot;:7.55},{&quot;2026-08-21&quot;:7.55},{&quot;2026-08-22&quot;:7.55},{&quot;2026-08-23&quot;:7.64},{&quot;2026-08-24&quot;:7.79},{&quot;2026-08-25&quot;:7.79},{&quot;2026-08-26&quot;:7.83},{&quot;2026-08-27&quot;:7.76},{&quot;2026-08-28&quot;:7.61},{&quot;2026-08-29&quot;:7.61},{&quot;2026-08-30&quot;:7.5},{&quot;2026-08-31&quot;:7.7},{&quot;2026-09-01&quot;:7.7},{&quot;2026-09-02&quot;:7.72},{&quot;2026-09-03&quot;:7.45},{&quot;2026-09-04&quot;:7.45},{&quot;2026-09-05&quot;:7.33},{&quot;2026-09-06&quot;:7.34},{&quot;2026-09-07&quot;:7.36},{&quot;2026-09-08&quot;:7.37},{&quot;2026-09-09&quot;:7.36},{&quot;2026-09-10&quot;:7.35},{&quot;2026-09-11&quot;:7.29}]}"
        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 551-600 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=11&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=11&amp;username=denvermullets" rel="prev">11</a><a role="link" aria-disabled="true" aria-current="page">12</a><a href="/load_collection?direction=asc&amp;page=13&amp;username=denvermullets" rel="next">13</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=13&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="46304"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              222
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75799"
          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">
              234
            </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>
              Branching Evolution


            </td>

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

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

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

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

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

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

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


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

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

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

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


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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">
                $3.80
            </td>

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

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

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

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

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


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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-common ss-fw ss-2x mr-4"></i>
              Snow-Covered Plains


            </td>

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47311"
          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-mic ss-mythic ss-fw ss-2x mr-4"></i>
              Avacyn&#39;s Memorial


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

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

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

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


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10489"
          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">
              224
            </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>
              Strionic Resonator


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57856"
          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-one ss-mythic ss-fw ss-2x mr-4"></i>
              Drivnod, Carnage Dominus


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-mythic ss-fw ss-2x mr-4"></i>
              Virtue of Loyalty // Ardenvale Fealty


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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28774"
          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">
              132
            </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>
              Scrawling Crawler


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53147"
          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">
              156
            </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>
              Chain of Vapor


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

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

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

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


            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94782"
          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">
              70
            </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>
              Sphere Grid


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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">
                $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.46
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48845"
          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-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Serra&#39;s Emissary


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75328"
          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">
              ARB-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Time Sieve


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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19185"
          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-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Jodah, the Unifier


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82986"
          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">
              ODY-186
            </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>
              Dwarven Recruiter


            </td>

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75978"
          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">
              300
            </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>
              Blade of the Bloodchief


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="82331"
          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">
              LRW-167
            </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>
              Flamekin Harbinger


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96264"
          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">
              283
            </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>
              Stomping Ground


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48962"
          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">
              92
            </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>
              Force of Despair


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79779"
          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-tsr ss-special ss-fw ss-2x mr-4"></i>
              Primeval Titan


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13802"
          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">
              662
            </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>
              Aboleth Spawn


            </td>

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

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

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

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

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

</template></turbo-stream>