<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="6227"
  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-chr 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">
            Dandân
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Dandân" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bfc43585-55ac-4d58-9e80-b19a7c8c8662.jpg?1783947373" />

        <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">
            Dandân
        </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">Creature — Fish</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dandân" src="https://cards.scryfall.io/large/front/b/f/bfc43585-55ac-4d58-9e80-b19a7c8c8662.jpg?1783947373" />
    </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">
                $1.84
              </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">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.03},{&quot;2026-06-13&quot;:2.03},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.01},{&quot;2026-06-17&quot;:2.01},{&quot;2026-06-18&quot;:2.01},{&quot;2026-06-19&quot;:1.99},{&quot;2026-06-20&quot;:2.08},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.1},{&quot;2026-06-24&quot;:2.1},{&quot;2026-06-25&quot;:2.1},{&quot;2026-06-26&quot;:2.09},{&quot;2026-06-27&quot;:2.03},{&quot;2026-06-28&quot;:2.03},{&quot;2026-06-29&quot;:2.03},{&quot;2026-06-30&quot;:2.02},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.81},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.81},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.78},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.78},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.68},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.73},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.19},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:2.19},{&quot;2026-08-04&quot;:2.19},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.19},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.41},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.41},{&quot;2026-08-14&quot;:2.41},{&quot;2026-08-15&quot;:2.41},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.26},{&quot;2026-08-19&quot;:2.26},{&quot;2026-08-20&quot;:2.26},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.26},{&quot;2026-08-23&quot;:2.26},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.11},{&quot;2026-08-27&quot;:2.11},{&quot;2026-08-28&quot;:2.11},{&quot;2026-08-29&quot;:2.11},{&quot;2026-08-30&quot;:2.11},{&quot;2026-08-31&quot;:2.11},{&quot;2026-09-01&quot;:2.11},{&quot;2026-09-02&quot;:1.96},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.96},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.96},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.9},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.9},{&quot;2026-09-12&quot;:1.91},{&quot;2026-09-13&quot;:1.84}]}"
        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="20544"
  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-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">
            Summer Bloom
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Summer Bloom" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/3/7383f71d-3f51-4632-9ea0-27d47fa2fa50.jpg?1783921862" />

        <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">
            Summer Bloom
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Summer Bloom" src="https://cards.scryfall.io/large/front/7/3/7383f71d-3f51-4632-9ea0-27d47fa2fa50.jpg?1783921862" />
    </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">
                $1.65
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</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-14&quot;:2.1},{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.17},{&quot;2026-06-17&quot;:2.17},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.17},{&quot;2026-06-20&quot;:2.17},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.24},{&quot;2026-06-26&quot;:2.24},{&quot;2026-06-27&quot;:2.24},{&quot;2026-06-28&quot;:2.21},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.18},{&quot;2026-07-01&quot;:2.19},{&quot;2026-07-02&quot;:2.19},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.14},{&quot;2026-07-06&quot;:2.14},{&quot;2026-07-07&quot;:2.14},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.07},{&quot;2026-07-10&quot;:2.07},{&quot;2026-07-11&quot;:2.07},{&quot;2026-07-12&quot;:2.06},{&quot;2026-07-13&quot;:2.06},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:2.11},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-24&quot;:2.05},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:1.99},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:1.99},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.99},{&quot;2026-08-07&quot;:1.92},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.87},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.83},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.85},{&quot;2026-08-28&quot;:1.85},{&quot;2026-08-29&quot;:1.85},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.87},{&quot;2026-09-07&quot;:1.87},{&quot;2026-09-08&quot;:1.85},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.84}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.58},{&quot;2026-06-15&quot;:1.65},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.65},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.6},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.71},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.78},{&quot;2026-06-29&quot;:1.76},{&quot;2026-06-30&quot;:1.72},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.78},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.77},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.93},{&quot;2026-07-13&quot;:2.01},{&quot;2026-07-14&quot;:2.02},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.08},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.05},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.02},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-23&quot;:2.01},{&quot;2026-07-24&quot;:2.0},{&quot;2026-07-25&quot;:2.01},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.04},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.06},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.02},{&quot;2026-08-04&quot;:1.99},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.88},{&quot;2026-08-24&quot;:1.83},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.67},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.68},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.67},{&quot;2026-09-13&quot;:1.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="21187"
  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-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">
            Rampant Growth
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Rampant Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4bbf009-0798-4d8b-b375-6d6fde975c34.jpg?1783921764" />

        <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">
            Rampant Growth
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rampant Growth" src="https://cards.scryfall.io/large/front/b/4/b4bbf009-0798-4d8b-b375-6d6fde975c34.jpg?1783921764" />
    </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">
                $1.84
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.15},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.19},{&quot;2026-06-15&quot;:2.19},{&quot;2026-06-16&quot;:2.19},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.43},{&quot;2026-06-20&quot;:2.37},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.33},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.4},{&quot;2026-06-25&quot;:2.4},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.39},{&quot;2026-06-28&quot;:2.39},{&quot;2026-06-29&quot;:2.42},{&quot;2026-06-30&quot;:2.42},{&quot;2026-07-01&quot;:2.42},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.35},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.05},{&quot;2026-07-10&quot;:1.99},{&quot;2026-07-11&quot;:2.01},{&quot;2026-07-12&quot;:2.01},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:2.03},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.94},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.04},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.88},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.15},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.11},{&quot;2026-08-05&quot;:2.11},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:2.09},{&quot;2026-08-09&quot;:2.09},{&quot;2026-08-10&quot;:2.1},{&quot;2026-08-11&quot;:2.1},{&quot;2026-08-12&quot;:2.02},{&quot;2026-08-13&quot;:2.02},{&quot;2026-08-14&quot;:2.02},{&quot;2026-08-15&quot;:2.02},{&quot;2026-08-16&quot;:2.24},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.3},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.3},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.17},{&quot;2026-08-23&quot;:2.12},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.13},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.95},{&quot;2026-09-04&quot;:1.95},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:1.99},{&quot;2026-09-07&quot;:2.07},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.01},{&quot;2026-09-12&quot;:2.13},{&quot;2026-09-13&quot;:2.03}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.65},{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.67},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.59},{&quot;2026-06-20&quot;:1.58},{&quot;2026-06-21&quot;:1.54},{&quot;2026-06-22&quot;:1.52},{&quot;2026-06-23&quot;:1.49},{&quot;2026-06-24&quot;:1.46},{&quot;2026-06-25&quot;:1.42},{&quot;2026-06-26&quot;:1.48},{&quot;2026-06-27&quot;:1.45},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.68},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.58},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.62},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.72},{&quot;2026-07-10&quot;:1.66},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.47},{&quot;2026-07-18&quot;:1.55},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.47},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-23&quot;:1.45},{&quot;2026-07-25&quot;:1.45},{&quot;2026-07-26&quot;:1.45},{&quot;2026-07-27&quot;:1.47},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.6},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.55},{&quot;2026-08-08&quot;:1.53},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.55},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.5},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.79},{&quot;2026-08-24&quot;:1.82},{&quot;2026-08-25&quot;:1.82},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.97},{&quot;2026-09-01&quot;:1.97},{&quot;2026-09-02&quot;:1.91},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.9},{&quot;2026-09-10&quot;:1.83},{&quot;2026-09-11&quot;:1.61},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.84}]}"
        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="21297"
  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-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">
            Izzet Boilerworks
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Izzet Boilerworks" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/9/891067e9-dd89-4f0e-9ef8-694a831962aa.jpg?1783921750" />

        <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">
            Izzet Boilerworks
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Izzet Boilerworks" src="https://cards.scryfall.io/large/front/8/9/891067e9-dd89-4f0e-9ef8-694a831962aa.jpg?1783921750" />
    </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">
                $1.84
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.38},{&quot;2026-06-14&quot;:2.38},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.51},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.65},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.73},{&quot;2026-06-28&quot;:2.73},{&quot;2026-06-29&quot;:2.73},{&quot;2026-06-30&quot;:2.73},{&quot;2026-07-01&quot;:2.74},{&quot;2026-07-02&quot;:2.74},{&quot;2026-07-03&quot;:2.74},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.75},{&quot;2026-07-06&quot;:2.75},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.68},{&quot;2026-07-09&quot;:2.65},{&quot;2026-07-10&quot;:2.65},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.52},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.52},{&quot;2026-07-20&quot;:2.52},{&quot;2026-07-21&quot;:2.52},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.49},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.35},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.35},{&quot;2026-08-02&quot;:2.21},{&quot;2026-08-03&quot;:2.21},{&quot;2026-08-04&quot;:2.21},{&quot;2026-08-05&quot;:2.21},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.18},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.21},{&quot;2026-08-18&quot;:2.15},{&quot;2026-08-19&quot;:2.15},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.13},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.18},{&quot;2026-08-24&quot;:2.18},{&quot;2026-08-25&quot;:2.18},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.18},{&quot;2026-08-28&quot;:2.22},{&quot;2026-08-29&quot;:2.22},{&quot;2026-08-30&quot;:2.25},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.19},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.14},{&quot;2026-09-05&quot;:2.14},{&quot;2026-09-06&quot;:2.14},{&quot;2026-09-07&quot;:2.09},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:2.09},{&quot;2026-09-10&quot;:2.09},{&quot;2026-09-11&quot;:2.09},{&quot;2026-09-12&quot;:2.09},{&quot;2026-09-13&quot;:2.09}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.43},{&quot;2026-06-14&quot;:1.46},{&quot;2026-06-15&quot;:1.45},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.49},{&quot;2026-06-21&quot;:1.49},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.55},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.5},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.5},{&quot;2026-06-28&quot;:1.52},{&quot;2026-06-29&quot;:1.52},{&quot;2026-06-30&quot;:1.53},{&quot;2026-07-01&quot;:1.53},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.53},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.54},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.51},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.51},{&quot;2026-07-13&quot;:1.51},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.38},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.47},{&quot;2026-08-01&quot;:1.47},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.55},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.66},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.71},{&quot;2026-08-23&quot;:1.71},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.76},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.74},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.83},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.84}]}"
        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="51499"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Seizan, Perverter of Truth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d6716f24-6b25-4a64-bb52-b6eec7f91180.jpg?1783916873" />

        <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">
            Seizan, Perverter of Truth
        </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 — Demon Spirit</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="Seizan, Perverter of Truth" src="https://cards.scryfall.io/large/front/d/6/d6716f24-6b25-4a64-bb52-b6eec7f91180.jpg?1783916873" />
    </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">
                $1.84
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.87},{&quot;2026-06-16&quot;:1.87},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.87},{&quot;2026-06-19&quot;:1.85},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.85},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.91},{&quot;2026-06-27&quot;:1.91},{&quot;2026-06-28&quot;:1.86},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.84},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:1.84},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.84},{&quot;2026-07-10&quot;:1.84},{&quot;2026-07-11&quot;:1.85},{&quot;2026-07-12&quot;:1.85},{&quot;2026-07-13&quot;:1.85},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.9},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-22&quot;:1.87},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:2.04},{&quot;2026-07-26&quot;:2.16},{&quot;2026-07-27&quot;:2.16},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.16},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.15},{&quot;2026-08-01&quot;:2.22},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:2.22},{&quot;2026-08-04&quot;:2.22},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.29},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.29},{&quot;2026-08-10&quot;:2.29},{&quot;2026-08-11&quot;:2.29},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.54},{&quot;2026-08-15&quot;:2.54},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.5},{&quot;2026-08-20&quot;:2.5},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.5},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.46},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.57},{&quot;2026-08-29&quot;:2.57},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.42},{&quot;2026-09-03&quot;:2.36},{&quot;2026-09-04&quot;:2.36},{&quot;2026-09-05&quot;:2.31},{&quot;2026-09-06&quot;:2.31},{&quot;2026-09-07&quot;:2.25},{&quot;2026-09-08&quot;:2.25},{&quot;2026-09-09&quot;:2.25},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.27},{&quot;2026-09-12&quot;:2.27},{&quot;2026-09-13&quot;:2.27}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.76},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.79},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.85},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.59},{&quot;2026-06-29&quot;:1.58},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.66},{&quot;2026-07-02&quot;:1.8},{&quot;2026-07-03&quot;:1.8},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.86},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.72},{&quot;2026-07-10&quot;:1.73},{&quot;2026-07-11&quot;:1.73},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.71},{&quot;2026-07-19&quot;:1.69},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-22&quot;:1.86},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-24&quot;:1.94},{&quot;2026-07-25&quot;:1.99},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.04},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:1.92},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:1.82},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.73},{&quot;2026-08-10&quot;:1.78},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:2.01},{&quot;2026-08-13&quot;:2.09},{&quot;2026-08-14&quot;:2.14},{&quot;2026-08-15&quot;:2.17},{&quot;2026-08-16&quot;:2.18},{&quot;2026-08-17&quot;:2.17},{&quot;2026-08-18&quot;:2.19},{&quot;2026-08-19&quot;:2.16},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:2.16},{&quot;2026-08-22&quot;:2.18},{&quot;2026-08-23&quot;:2.26},{&quot;2026-08-24&quot;:2.25},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.29},{&quot;2026-08-29&quot;:2.29},{&quot;2026-08-30&quot;:2.28},{&quot;2026-08-31&quot;:2.23},{&quot;2026-09-01&quot;:2.23},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.19},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.17},{&quot;2026-09-07&quot;:2.15},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.1},{&quot;2026-09-10&quot;:2.05},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.84}]}"
        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="52980"
  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">
            Arcane Lighthouse
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Arcane Lighthouse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/5/75cb2ae4-bb22-4c59-b3ee-f898b1cd0157.jpg?1783910588" />

        <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">
            Arcane Lighthouse
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Lighthouse" src="https://cards.scryfall.io/large/front/7/5/75cb2ae4-bb22-4c59-b3ee-f898b1cd0157.jpg?1783910588" />
    </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">
                $1.84
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:3.83},{&quot;2026-06-16&quot;:3.75},{&quot;2026-06-17&quot;:3.79},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.73},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.79},{&quot;2026-06-23&quot;:3.79},{&quot;2026-06-24&quot;:3.77},{&quot;2026-06-25&quot;:3.71},{&quot;2026-06-26&quot;:3.63},{&quot;2026-06-27&quot;:3.62},{&quot;2026-06-28&quot;:3.66},{&quot;2026-06-29&quot;:3.39},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.44},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.3},{&quot;2026-07-04&quot;:3.32},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.04},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.08},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:3.02},{&quot;2026-07-12&quot;:3.02},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.73},{&quot;2026-07-17&quot;:2.73},{&quot;2026-07-18&quot;:2.71},{&quot;2026-07-19&quot;:2.71},{&quot;2026-07-20&quot;:2.7},{&quot;2026-07-21&quot;:2.85},{&quot;2026-07-22&quot;:2.85},{&quot;2026-07-23&quot;:2.84},{&quot;2026-07-24&quot;:2.83},{&quot;2026-07-25&quot;:2.72},{&quot;2026-07-26&quot;:2.72},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-28&quot;:2.71},{&quot;2026-07-29&quot;:2.68},{&quot;2026-07-30&quot;:2.63},{&quot;2026-07-31&quot;:2.63},{&quot;2026-08-01&quot;:2.59},{&quot;2026-08-02&quot;:2.56},{&quot;2026-08-03&quot;:2.5},{&quot;2026-08-04&quot;:2.54},{&quot;2026-08-05&quot;:2.5},{&quot;2026-08-07&quot;:2.24},{&quot;2026-08-08&quot;:2.24},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.23},{&quot;2026-08-11&quot;:2.19},{&quot;2026-08-12&quot;:2.15},{&quot;2026-08-13&quot;:2.15},{&quot;2026-08-14&quot;:2.15},{&quot;2026-08-15&quot;:2.16},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.04},{&quot;2026-08-19&quot;:2.03},{&quot;2026-08-20&quot;:2.06},{&quot;2026-08-21&quot;:2.11},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.91},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.93},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.89},{&quot;2026-09-02&quot;:1.89},{&quot;2026-09-03&quot;:1.89},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.77},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.84}]}"
        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="77836"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-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">
            Robber of the Rich
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Archer Rogue
      </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">
            $1.84
          </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="Robber of the Rich" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0ecbe097-ba51-42e5-957c-382eb66c08f0.jpg?1783932619" />

        <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">
            Robber of the Rich
        </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 Archer Rogue</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="Robber of the Rich" src="https://cards.scryfall.io/large/front/0/e/0ecbe097-ba51-42e5-957c-382eb66c08f0.jpg?1783932619" />
    </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">
                $1.84
              </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">
                $1.78
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.25</span>
              <span class="text-xs text-grey-text">Credit: $0.33</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-15&quot;:1.56},{&quot;2026-06-16&quot;:1.56},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.56},{&quot;2026-06-19&quot;:1.56},{&quot;2026-06-20&quot;:1.56},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.65},{&quot;2026-06-23&quot;:1.65},{&quot;2026-06-24&quot;:1.65},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.65},{&quot;2026-06-27&quot;:1.65},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.65},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.64},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.65},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.65},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.65},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.7},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.7},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.7},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.7},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.78}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.49},{&quot;2026-06-17&quot;:1.52},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.52},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.51},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.51},{&quot;2026-06-25&quot;:1.49},{&quot;2026-06-26&quot;:1.44},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.44},{&quot;2026-06-29&quot;:1.44},{&quot;2026-06-30&quot;:1.44},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.44},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.43},{&quot;2026-07-08&quot;:1.44},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.44},{&quot;2026-07-12&quot;:1.44},{&quot;2026-07-13&quot;:1.44},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.52},{&quot;2026-07-18&quot;:1.52},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.44},{&quot;2026-07-22&quot;:1.44},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.41},{&quot;2026-07-25&quot;:1.39},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.41},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.41},{&quot;2026-08-07&quot;:1.41},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.35},{&quot;2026-08-10&quot;:1.4},{&quot;2026-08-11&quot;:1.41},{&quot;2026-08-12&quot;:1.41},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.41},{&quot;2026-08-15&quot;:1.41},{&quot;2026-08-16&quot;:1.4},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.4},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.43},{&quot;2026-08-25&quot;:1.43},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.47},{&quot;2026-08-28&quot;:1.64},{&quot;2026-08-29&quot;:1.64},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.73},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.84},{&quot;2026-09-13&quot;:1.84}]}"
        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="92937"
  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-tdm 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">
            Clarion Conqueror
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Clarion Conqueror" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/8/f892d156-371c-4391-8ae6-25513c5032b0.jpg?1761770058" />

        <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">
            Clarion Conqueror
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Clarion Conqueror" src="https://cards.scryfall.io/large/front/f/8/f892d156-371c-4391-8ae6-25513c5032b0.jpg?1761770058" />
    </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">
                $1.84
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.88},{&quot;2026-06-14&quot;:3.86},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.76},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.76},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-23&quot;:3.76},{&quot;2026-06-24&quot;:3.76},{&quot;2026-06-25&quot;:3.76},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:5.51},{&quot;2026-06-29&quot;:5.51},{&quot;2026-06-30&quot;:5.47},{&quot;2026-07-01&quot;:5.5},{&quot;2026-07-02&quot;:5.49},{&quot;2026-07-03&quot;:5.49},{&quot;2026-07-04&quot;:5.49},{&quot;2026-07-05&quot;:5.49},{&quot;2026-07-06&quot;:5.57},{&quot;2026-07-07&quot;:5.55},{&quot;2026-07-08&quot;:5.55},{&quot;2026-07-09&quot;:5.55},{&quot;2026-07-10&quot;:5.55},{&quot;2026-07-11&quot;:5.55},{&quot;2026-07-12&quot;:5.55},{&quot;2026-07-13&quot;:5.55},{&quot;2026-07-14&quot;:5.55},{&quot;2026-07-15&quot;:5.55},{&quot;2026-07-16&quot;:5.55},{&quot;2026-07-17&quot;:5.55},{&quot;2026-07-18&quot;:5.55},{&quot;2026-07-19&quot;:5.44},{&quot;2026-07-20&quot;:5.44},{&quot;2026-07-21&quot;:5.44},{&quot;2026-07-23&quot;:5.44},{&quot;2026-07-25&quot;:5.44},{&quot;2026-07-26&quot;:5.44},{&quot;2026-07-27&quot;:5.31},{&quot;2026-07-28&quot;:5.31},{&quot;2026-07-29&quot;:5.31},{&quot;2026-07-30&quot;:5.31},{&quot;2026-07-31&quot;:5.34},{&quot;2026-08-01&quot;:5.34},{&quot;2026-08-02&quot;:5.34},{&quot;2026-08-03&quot;:5.33},{&quot;2026-08-04&quot;:5.33},{&quot;2026-08-05&quot;:5.08},{&quot;2026-08-07&quot;:5.08},{&quot;2026-08-08&quot;:5.08},{&quot;2026-08-09&quot;:5.08},{&quot;2026-08-10&quot;:5.08},{&quot;2026-08-11&quot;:5.11},{&quot;2026-08-12&quot;:5.04},{&quot;2026-08-13&quot;:4.95},{&quot;2026-08-14&quot;:4.95},{&quot;2026-08-15&quot;:4.95},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.9},{&quot;2026-08-18&quot;:4.99},{&quot;2026-08-19&quot;:5.04},{&quot;2026-08-20&quot;:5.04},{&quot;2026-08-21&quot;:3.14},{&quot;2026-08-22&quot;:2.98},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.56},{&quot;2026-08-27&quot;:2.57},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.35},{&quot;2026-09-01&quot;:2.35},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.29},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.69},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.79},{&quot;2026-09-08&quot;:2.94},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:2.9},{&quot;2026-09-12&quot;:2.97},{&quot;2026-09-13&quot;:2.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.88},{&quot;2026-06-14&quot;:2.81},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.77},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.87},{&quot;2026-06-19&quot;:3.01},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.04},{&quot;2026-06-22&quot;:2.87},{&quot;2026-06-23&quot;:2.77},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.68},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:3.14},{&quot;2026-07-02&quot;:2.99},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.57},{&quot;2026-07-09&quot;:2.38},{&quot;2026-07-10&quot;:2.47},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.56},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.45},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.23},{&quot;2026-07-19&quot;:2.18},{&quot;2026-07-20&quot;:2.06},{&quot;2026-07-21&quot;:2.04},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:2.18},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.08},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.39},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.26},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.31},{&quot;2026-08-08&quot;:1.46},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.74},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.78},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.84},{&quot;2026-08-24&quot;:1.76},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.6},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.87},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.09},{&quot;2026-09-09&quot;:1.97},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.84}]}"
        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="109151"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.84
          </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="Arcane Lighthouse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e2384e42-2442-4b40-9bae-8db470d2fb8c.jpg?1782683105" />

        <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">
            Arcane Lighthouse
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Lighthouse" src="https://cards.scryfall.io/large/front/e/2/e2384e42-2442-4b40-9bae-8db470d2fb8c.jpg?1782683105" />
    </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">
                $1.84
              </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">
                $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">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.17},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.22},{&quot;2026-06-17&quot;:1.21},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.18},{&quot;2026-06-21&quot;:1.14},{&quot;2026-06-22&quot;:1.15},{&quot;2026-06-23&quot;:1.1},{&quot;2026-06-24&quot;:1.1},{&quot;2026-06-25&quot;:1.11},{&quot;2026-06-26&quot;:1.23},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.3},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.17},{&quot;2026-07-08&quot;:1.18},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.29},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.23},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.27},{&quot;2026-07-18&quot;:1.3},{&quot;2026-07-19&quot;:1.35},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.73},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.71},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.83},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.77},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.57},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.52},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.63},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.74},{&quot;2026-08-19&quot;:1.78},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:1.98},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.68},{&quot;2026-08-28&quot;:1.68},{&quot;2026-08-29&quot;:1.68},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.8},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:1.99},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.82},{&quot;2026-09-13&quot;:1.84}]}"
        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="12422"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.83
          </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="Guildless Commons" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c6c8d290-b5d2-412c-8db9-5a6246f430e8.jpg?1783928741" />

        <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">
            Guildless Commons
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Guildless Commons" src="https://cards.scryfall.io/large/front/c/6/c6c8d290-b5d2-412c-8db9-5a6246f430e8.jpg?1783928741" />
    </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">
                $1.83
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:4.83},{&quot;2026-06-16&quot;:4.83},{&quot;2026-06-17&quot;:4.83},{&quot;2026-06-18&quot;:4.78},{&quot;2026-06-19&quot;:4.78},{&quot;2026-06-20&quot;:4.79},{&quot;2026-06-21&quot;:4.83},{&quot;2026-06-22&quot;:4.78},{&quot;2026-06-23&quot;:4.78},{&quot;2026-06-24&quot;:4.78},{&quot;2026-06-25&quot;:4.78},{&quot;2026-06-26&quot;:4.78},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:4.76},{&quot;2026-07-02&quot;:4.76},{&quot;2026-07-03&quot;:4.76},{&quot;2026-07-04&quot;:4.76},{&quot;2026-07-05&quot;:4.76},{&quot;2026-07-06&quot;:4.76},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.75},{&quot;2026-07-10&quot;:4.75},{&quot;2026-07-11&quot;:4.75},{&quot;2026-07-12&quot;:4.75},{&quot;2026-07-13&quot;:4.75},{&quot;2026-07-14&quot;:4.78},{&quot;2026-07-15&quot;:4.78},{&quot;2026-07-16&quot;:4.78},{&quot;2026-07-17&quot;:4.78},{&quot;2026-07-18&quot;:4.78},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.77},{&quot;2026-07-21&quot;:4.77},{&quot;2026-07-22&quot;:4.79},{&quot;2026-07-23&quot;:4.84},{&quot;2026-07-24&quot;:4.84},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.83},{&quot;2026-07-27&quot;:4.83},{&quot;2026-07-28&quot;:4.81},{&quot;2026-07-29&quot;:4.81},{&quot;2026-07-30&quot;:4.81},{&quot;2026-07-31&quot;:4.81},{&quot;2026-08-01&quot;:4.81},{&quot;2026-08-02&quot;:4.81},{&quot;2026-08-03&quot;:4.85},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:4.65},{&quot;2026-08-07&quot;:4.38},{&quot;2026-08-08&quot;:4.38},{&quot;2026-08-09&quot;:4.38},{&quot;2026-08-10&quot;:4.37},{&quot;2026-08-11&quot;:4.27},{&quot;2026-08-12&quot;:4.27},{&quot;2026-08-13&quot;:4.27},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.27},{&quot;2026-08-16&quot;:4.27},{&quot;2026-08-17&quot;:4.27},{&quot;2026-08-18&quot;:4.27},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.42},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.42},{&quot;2026-08-23&quot;:4.42},{&quot;2026-08-24&quot;:4.42},{&quot;2026-08-25&quot;:4.42},{&quot;2026-08-26&quot;:4.42},{&quot;2026-08-27&quot;:4.42},{&quot;2026-08-28&quot;:4.4},{&quot;2026-08-29&quot;:4.4},{&quot;2026-08-30&quot;:4.4},{&quot;2026-08-31&quot;:4.4},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.18},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.15},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.11},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:4.11},{&quot;2026-09-10&quot;:4.09},{&quot;2026-09-11&quot;:4.09},{&quot;2026-09-12&quot;:4.09},{&quot;2026-09-13&quot;:4.09}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.02},{&quot;2026-06-16&quot;:2.05},{&quot;2026-06-17&quot;:1.97},{&quot;2026-06-18&quot;:1.9},{&quot;2026-06-19&quot;:1.89},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:1.96},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.82},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.85},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.82},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.56},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.7},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.66},{&quot;2026-07-22&quot;:1.66},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.7},{&quot;2026-07-25&quot;:1.76},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.83},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.75},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.65},{&quot;2026-08-07&quot;:1.57},{&quot;2026-08-08&quot;:1.5},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.39},{&quot;2026-08-11&quot;:1.32},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.31},{&quot;2026-08-16&quot;:1.31},{&quot;2026-08-17&quot;:1.36},{&quot;2026-08-18&quot;:1.34},{&quot;2026-08-19&quot;:1.35},{&quot;2026-08-20&quot;:1.33},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.37},{&quot;2026-08-23&quot;:1.37},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.42},{&quot;2026-08-26&quot;:1.47},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.63},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.68},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.71},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.77},{&quot;2026-09-11&quot;:1.8},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.83}]}"
        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="18257"
  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">
            Serra Paragon
        </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">
            $1.83
          </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 Paragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce295f1e-fb31-4275-a5d3-8c6f29afff40.jpg?1783921359" />

        <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 Paragon
        </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-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 Paragon" src="https://cards.scryfall.io/large/front/c/e/ce295f1e-fb31-4275-a5d3-8c6f29afff40.jpg?1783921359" />
    </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">
                $1.83
              </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">
                $4.77
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:4.96},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.82},{&quot;2026-06-20&quot;:4.82},{&quot;2026-06-21&quot;:4.84},{&quot;2026-06-22&quot;:4.84},{&quot;2026-06-23&quot;:4.84},{&quot;2026-06-24&quot;:4.84},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.84},{&quot;2026-06-28&quot;:4.84},{&quot;2026-06-29&quot;:4.84},{&quot;2026-06-30&quot;:4.84},{&quot;2026-07-01&quot;:4.84},{&quot;2026-07-02&quot;:4.86},{&quot;2026-07-03&quot;:4.86},{&quot;2026-07-04&quot;:4.86},{&quot;2026-07-05&quot;:4.86},{&quot;2026-07-06&quot;:4.86},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.86},{&quot;2026-07-09&quot;:4.86},{&quot;2026-07-10&quot;:4.86},{&quot;2026-07-11&quot;:4.86},{&quot;2026-07-12&quot;:4.86},{&quot;2026-07-13&quot;:4.86},{&quot;2026-07-14&quot;:4.86},{&quot;2026-07-15&quot;:4.86},{&quot;2026-07-16&quot;:4.86},{&quot;2026-07-17&quot;:4.86},{&quot;2026-07-18&quot;:4.86},{&quot;2026-07-19&quot;:4.86},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.86},{&quot;2026-07-23&quot;:4.87},{&quot;2026-07-25&quot;:4.87},{&quot;2026-07-26&quot;:4.87},{&quot;2026-07-27&quot;:4.87},{&quot;2026-07-28&quot;:4.65},{&quot;2026-07-29&quot;:4.87},{&quot;2026-07-30&quot;:4.87},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.87},{&quot;2026-08-04&quot;:4.71},{&quot;2026-08-05&quot;:4.71},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.71},{&quot;2026-08-09&quot;:4.7},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.7},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.7},{&quot;2026-08-17&quot;:4.7},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.67},{&quot;2026-08-20&quot;:4.67},{&quot;2026-08-21&quot;:4.67},{&quot;2026-08-22&quot;:4.67},{&quot;2026-08-23&quot;:4.67},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.67},{&quot;2026-08-26&quot;:4.67},{&quot;2026-08-27&quot;:4.67},{&quot;2026-08-28&quot;:4.68},{&quot;2026-08-29&quot;:4.68},{&quot;2026-08-30&quot;:4.74},{&quot;2026-08-31&quot;:4.74},{&quot;2026-09-01&quot;:4.74},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.68},{&quot;2026-09-04&quot;:4.74},{&quot;2026-09-05&quot;:4.74},{&quot;2026-09-06&quot;:4.74},{&quot;2026-09-07&quot;:4.74},{&quot;2026-09-08&quot;:4.74},{&quot;2026-09-09&quot;:4.77},{&quot;2026-09-10&quot;:4.77},{&quot;2026-09-11&quot;:4.77},{&quot;2026-09-12&quot;:4.77},{&quot;2026-09-13&quot;:4.77}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.45},{&quot;2026-06-14&quot;:4.43},{&quot;2026-06-15&quot;:4.43},{&quot;2026-06-16&quot;:4.4},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.3},{&quot;2026-06-21&quot;:4.3},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.32},{&quot;2026-06-28&quot;:4.25},{&quot;2026-06-29&quot;:4.25},{&quot;2026-06-30&quot;:4.25},{&quot;2026-07-01&quot;:4.2},{&quot;2026-07-02&quot;:4.2},{&quot;2026-07-03&quot;:4.12},{&quot;2026-07-04&quot;:4.12},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.66},{&quot;2026-07-07&quot;:3.74},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.38},{&quot;2026-07-15&quot;:3.38},{&quot;2026-07-16&quot;:3.38},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.23},{&quot;2026-07-19&quot;:3.01},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-25&quot;:2.77},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.43},{&quot;2026-08-04&quot;:2.43},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.28},{&quot;2026-08-09&quot;:2.3},{&quot;2026-08-10&quot;:2.3},{&quot;2026-08-11&quot;:2.27},{&quot;2026-08-12&quot;:2.27},{&quot;2026-08-13&quot;:2.29},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.26},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.18},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.67},{&quot;2026-09-05&quot;:1.67},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.66},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.83}]}"
        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="73902"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.83
          </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="Deeproot Pilgrimage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/2/e2449311-a705-4a31-a345-a36d436ae561.jpg?1783913797" />

        <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">
            Deeproot Pilgrimage
        </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-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="Deeproot Pilgrimage" src="https://cards.scryfall.io/large/front/e/2/e2449311-a705-4a31-a345-a36d436ae561.jpg?1783913797" />
    </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">
                $1.83
              </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">
                $6.76
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-15&quot;:3.24},{&quot;2026-06-16&quot;:3.24},{&quot;2026-06-17&quot;:3.24},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.24},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.12},{&quot;2026-06-23&quot;:3.21},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:3.12},{&quot;2026-06-26&quot;:3.12},{&quot;2026-06-27&quot;:2.97},{&quot;2026-06-28&quot;:2.97},{&quot;2026-06-29&quot;:2.97},{&quot;2026-06-30&quot;:2.97},{&quot;2026-07-01&quot;:2.97},{&quot;2026-07-02&quot;:2.97},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.07},{&quot;2026-07-06&quot;:3.06},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.77},{&quot;2026-07-09&quot;:3.77},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:4.35},{&quot;2026-07-12&quot;:4.7},{&quot;2026-07-13&quot;:4.76},{&quot;2026-07-14&quot;:4.76},{&quot;2026-07-15&quot;:5.1},{&quot;2026-07-16&quot;:5.05},{&quot;2026-07-17&quot;:5.53},{&quot;2026-07-18&quot;:6.78},{&quot;2026-07-19&quot;:6.87},{&quot;2026-07-20&quot;:7.03},{&quot;2026-07-21&quot;:6.92},{&quot;2026-07-22&quot;:6.92},{&quot;2026-07-23&quot;:7.03},{&quot;2026-07-24&quot;:7.41},{&quot;2026-07-25&quot;:7.41},{&quot;2026-07-26&quot;:7.37},{&quot;2026-07-27&quot;:7.39},{&quot;2026-07-28&quot;:7.85},{&quot;2026-07-29&quot;:7.97},{&quot;2026-07-30&quot;:8.51},{&quot;2026-07-31&quot;:8.51},{&quot;2026-08-01&quot;:8.51},{&quot;2026-08-02&quot;:8.85},{&quot;2026-08-03&quot;:9.42},{&quot;2026-08-04&quot;:9.42},{&quot;2026-08-05&quot;:9.42},{&quot;2026-08-07&quot;:8.45},{&quot;2026-08-08&quot;:8.5},{&quot;2026-08-09&quot;:8.84},{&quot;2026-08-10&quot;:9.55},{&quot;2026-08-11&quot;:9.55},{&quot;2026-08-12&quot;:9.55},{&quot;2026-08-13&quot;:9.83},{&quot;2026-08-14&quot;:9.62},{&quot;2026-08-15&quot;:9.62},{&quot;2026-08-16&quot;:9.62},{&quot;2026-08-17&quot;:10.15},{&quot;2026-08-18&quot;:10.15},{&quot;2026-08-19&quot;:9.77},{&quot;2026-08-20&quot;:9.77},{&quot;2026-08-21&quot;:9.64},{&quot;2026-08-22&quot;:9.71},{&quot;2026-08-23&quot;:10.02},{&quot;2026-08-24&quot;:9.89},{&quot;2026-08-25&quot;:9.89},{&quot;2026-08-26&quot;:8.56},{&quot;2026-08-27&quot;:8.56},{&quot;2026-08-28&quot;:8.17},{&quot;2026-08-29&quot;:8.17},{&quot;2026-08-30&quot;:8.56},{&quot;2026-08-31&quot;:8.56},{&quot;2026-09-01&quot;:7.63},{&quot;2026-09-02&quot;:7.63},{&quot;2026-09-03&quot;:7.63},{&quot;2026-09-04&quot;:7.63},{&quot;2026-09-05&quot;:7.49},{&quot;2026-09-06&quot;:7.49},{&quot;2026-09-07&quot;:7.49},{&quot;2026-09-08&quot;:6.38},{&quot;2026-09-09&quot;:6.64},{&quot;2026-09-10&quot;:6.64},{&quot;2026-09-11&quot;:6.61},{&quot;2026-09-12&quot;:6.61},{&quot;2026-09-13&quot;:6.76}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.92},{&quot;2026-06-21&quot;:1.79},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.98},{&quot;2026-06-24&quot;:1.84},{&quot;2026-06-25&quot;:1.54},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.58},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.96},{&quot;2026-07-04&quot;:2.04},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:1.97},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.63},{&quot;2026-07-11&quot;:1.65},{&quot;2026-07-12&quot;:1.69},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.48},{&quot;2026-07-18&quot;:1.51},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.55},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.59},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.74},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.71},{&quot;2026-08-07&quot;:2.17},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.42},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.35},{&quot;2026-08-16&quot;:2.06},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.72},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.68},{&quot;2026-08-26&quot;:1.58},{&quot;2026-08-27&quot;:1.58},{&quot;2026-08-28&quot;:1.6},{&quot;2026-08-29&quot;:1.6},{&quot;2026-08-30&quot;:1.56},{&quot;2026-08-31&quot;:1.56},{&quot;2026-09-01&quot;:1.56},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.65},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.69},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.79},{&quot;2026-09-13&quot;:1.83}]}"
        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="112530"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.83
          </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="Gollum, Riddle Master" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bbdc7e37-c65a-497a-92b7-a30a6e369c71.jpg?1784376959" />

        <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">
            Gollum, Riddle 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 Creature — Halfling Horror</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>
          </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="Gollum, Riddle Master" src="https://cards.scryfall.io/large/front/b/b/bbdc7e37-c65a-497a-92b7-a30a6e369c71.jpg?1784376959" />
    </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">
                $1.83
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-04&quot;:12.0},{&quot;2026-08-05&quot;:8.94},{&quot;2026-08-07&quot;:5.66},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:4.03},{&quot;2026-08-13&quot;:4.16},{&quot;2026-08-14&quot;:3.9},{&quot;2026-08-15&quot;:3.56},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.11},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.63},{&quot;2026-08-21&quot;:4.06},{&quot;2026-08-22&quot;:3.5},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.19},{&quot;2026-08-27&quot;:3.22},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:4.38},{&quot;2026-08-31&quot;:4.56},{&quot;2026-09-01&quot;:4.56},{&quot;2026-09-02&quot;:3.86},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.68},{&quot;2026-09-07&quot;:3.52},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.47},{&quot;2026-09-11&quot;:3.26},{&quot;2026-09-12&quot;:3.24},{&quot;2026-09-13&quot;:3.08}],&quot;normal&quot;:[{&quot;2026-07-26&quot;:19.76},{&quot;2026-07-27&quot;:19.76},{&quot;2026-07-28&quot;:19.76},{&quot;2026-07-29&quot;:19.76},{&quot;2026-07-30&quot;:19.7},{&quot;2026-07-31&quot;:19.7},{&quot;2026-08-01&quot;:19.7},{&quot;2026-08-02&quot;:18.59},{&quot;2026-08-03&quot;:17.64},{&quot;2026-08-04&quot;:16.34},{&quot;2026-08-05&quot;:14.81},{&quot;2026-08-07&quot;:7.56},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:3.51},{&quot;2026-08-10&quot;:3.93},{&quot;2026-08-11&quot;:3.96},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.29},{&quot;2026-08-14&quot;:4.47},{&quot;2026-08-15&quot;:2.06},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.22},{&quot;2026-08-19&quot;:2.81},{&quot;2026-08-20&quot;:2.81},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.56},{&quot;2026-08-23&quot;:2.52},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.79},{&quot;2026-08-27&quot;:2.74},{&quot;2026-08-28&quot;:2.73},{&quot;2026-08-29&quot;:2.73},{&quot;2026-08-30&quot;:2.8},{&quot;2026-08-31&quot;:2.54},{&quot;2026-09-01&quot;:2.54},{&quot;2026-09-02&quot;:2.41},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.78},{&quot;2026-09-05&quot;:2.43},{&quot;2026-09-06&quot;:2.33},{&quot;2026-09-07&quot;:2.71},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.54},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:1.99},{&quot;2026-09-13&quot;:1.83}]}"
        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="5125"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Iridescent Vinelasher" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b2bc854c-4e72-48e0-a098-e3451d6e511d.jpg?1783910833" />

        <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">
            Iridescent Vinelasher
        </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 — Lizard Assassin</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="Iridescent Vinelasher" src="https://cards.scryfall.io/large/front/b/2/b2bc854c-4e72-48e0-a098-e3451d6e511d.jpg?1783910833" />
    </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">
                $1.82
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.19},{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.19},{&quot;2026-06-16&quot;:1.19},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.19},{&quot;2026-06-20&quot;:1.19},{&quot;2026-06-21&quot;:1.19},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.19},{&quot;2026-06-24&quot;:1.2},{&quot;2026-06-25&quot;:1.2},{&quot;2026-06-26&quot;:1.2},{&quot;2026-06-27&quot;:1.19},{&quot;2026-06-28&quot;:1.2},{&quot;2026-06-29&quot;:1.2},{&quot;2026-06-30&quot;:1.2},{&quot;2026-07-01&quot;:1.18},{&quot;2026-07-02&quot;:1.2},{&quot;2026-07-03&quot;:1.2},{&quot;2026-07-04&quot;:1.2},{&quot;2026-07-05&quot;:1.2},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.21},{&quot;2026-07-09&quot;:1.21},{&quot;2026-07-10&quot;:1.22},{&quot;2026-07-11&quot;:1.22},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.21},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.22},{&quot;2026-07-21&quot;:1.22},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-25&quot;:1.25},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.43},{&quot;2026-07-31&quot;:1.42},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.5},{&quot;2026-08-07&quot;:1.66},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.79},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.8},{&quot;2026-08-20&quot;:1.8},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.84},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:1.96},{&quot;2026-08-28&quot;:1.96},{&quot;2026-08-29&quot;:1.96},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.26},{&quot;2026-09-01&quot;:2.26},{&quot;2026-09-02&quot;:2.22},{&quot;2026-09-03&quot;:2.18},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.33},{&quot;2026-09-06&quot;:2.38},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.71},{&quot;2026-09-12&quot;:2.65},{&quot;2026-09-13&quot;:2.59}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.82},{&quot;2026-06-14&quot;:0.8},{&quot;2026-06-15&quot;:0.77},{&quot;2026-06-16&quot;:0.81},{&quot;2026-06-17&quot;:0.83},{&quot;2026-06-18&quot;:0.8},{&quot;2026-06-19&quot;:0.73},{&quot;2026-06-20&quot;:0.79},{&quot;2026-06-21&quot;:0.73},{&quot;2026-06-22&quot;:0.84},{&quot;2026-06-23&quot;:0.71},{&quot;2026-06-24&quot;:0.76},{&quot;2026-06-25&quot;:0.82},{&quot;2026-06-26&quot;:0.83},{&quot;2026-06-27&quot;:0.79},{&quot;2026-06-28&quot;:0.79},{&quot;2026-06-29&quot;:0.89},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:0.88},{&quot;2026-07-02&quot;:0.81},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.86},{&quot;2026-07-06&quot;:0.76},{&quot;2026-07-07&quot;:0.78},{&quot;2026-07-08&quot;:0.82},{&quot;2026-07-09&quot;:0.82},{&quot;2026-07-10&quot;:0.87},{&quot;2026-07-11&quot;:0.9},{&quot;2026-07-12&quot;:0.9},{&quot;2026-07-13&quot;:0.88},{&quot;2026-07-14&quot;:0.91},{&quot;2026-07-15&quot;:0.88},{&quot;2026-07-16&quot;:0.88},{&quot;2026-07-17&quot;:0.86},{&quot;2026-07-18&quot;:0.89},{&quot;2026-07-19&quot;:1.01},{&quot;2026-07-20&quot;:1.08},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-25&quot;:1.16},{&quot;2026-07-26&quot;:1.19},{&quot;2026-07-27&quot;:1.14},{&quot;2026-07-28&quot;:1.08},{&quot;2026-07-29&quot;:1.04},{&quot;2026-07-30&quot;:1.11},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.23},{&quot;2026-08-03&quot;:1.23},{&quot;2026-08-04&quot;:1.28},{&quot;2026-08-05&quot;:1.33},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.46},{&quot;2026-08-10&quot;:1.49},{&quot;2026-08-11&quot;:1.52},{&quot;2026-08-12&quot;:1.57},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.39},{&quot;2026-08-15&quot;:1.44},{&quot;2026-08-16&quot;:1.26},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.26},{&quot;2026-08-19&quot;:1.14},{&quot;2026-08-20&quot;:1.14},{&quot;2026-08-21&quot;:1.2},{&quot;2026-08-22&quot;:1.11},{&quot;2026-08-23&quot;:1.21},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.17},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.72},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:1.9},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.1},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.67},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.95},{&quot;2026-09-11&quot;:2.05},{&quot;2026-09-12&quot;:1.88},{&quot;2026-09-13&quot;:1.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="14368"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Felisa, Fang of Silverquill" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/18b8abf0-e8c3-4c19-bdf1-18aabe75a3de.jpg?1783922398" />

        <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">
            Felisa, Fang of Silverquill
        </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 — Vampire Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Felisa, Fang of Silverquill" src="https://cards.scryfall.io/large/front/1/8/18b8abf0-e8c3-4c19-bdf1-18aabe75a3de.jpg?1783922398" />
    </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">
                $1.82
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.14},{&quot;2026-06-14&quot;:2.24},{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.24},{&quot;2026-06-17&quot;:2.31},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.28},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.25},{&quot;2026-06-22&quot;:2.18},{&quot;2026-06-23&quot;:2.25},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.21},{&quot;2026-06-27&quot;:2.24},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.32},{&quot;2026-07-01&quot;:2.39},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.07},{&quot;2026-07-06&quot;:1.99},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:1.95},{&quot;2026-07-09&quot;:1.95},{&quot;2026-07-10&quot;:1.98},{&quot;2026-07-11&quot;:1.99},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:2.01},{&quot;2026-07-15&quot;:1.99},{&quot;2026-07-16&quot;:2.22},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.33},{&quot;2026-07-19&quot;:2.33},{&quot;2026-07-20&quot;:2.33},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.22},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.21},{&quot;2026-07-27&quot;:2.21},{&quot;2026-07-28&quot;:2.21},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.28},{&quot;2026-07-31&quot;:2.35},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.35},{&quot;2026-08-03&quot;:2.35},{&quot;2026-08-04&quot;:2.34},{&quot;2026-08-05&quot;:2.35},{&quot;2026-08-07&quot;:2.32},{&quot;2026-08-08&quot;:2.36},{&quot;2026-08-09&quot;:2.39},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.22},{&quot;2026-08-14&quot;:2.21},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.2},{&quot;2026-08-18&quot;:2.13},{&quot;2026-08-19&quot;:2.14},{&quot;2026-08-20&quot;:2.14},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.13},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:1.99},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:1.96},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.97},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.92},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.88},{&quot;2026-09-12&quot;:1.79},{&quot;2026-09-13&quot;:1.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="40532"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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/0/a/0afa0e33-4804-4b00-b625-c2d6b61090fc.jpg?1783928297" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/0/a/0afa0e33-4804-4b00-b625-c2d6b61090fc.jpg?1783928297" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.86},{&quot;2026-06-17&quot;:1.86},{&quot;2026-06-18&quot;:1.86},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.85},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:2.0},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.86},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.73},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.77},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.56},{&quot;2026-07-10&quot;:1.58},{&quot;2026-07-11&quot;:1.63},{&quot;2026-07-12&quot;:1.63},{&quot;2026-07-13&quot;:1.63},{&quot;2026-07-14&quot;:1.66},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.65},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.73},{&quot;2026-07-23&quot;:1.75},{&quot;2026-07-24&quot;:1.72},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.76},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.81},{&quot;2026-07-29&quot;:1.87},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.97},{&quot;2026-08-02&quot;:1.95},{&quot;2026-08-03&quot;:1.96},{&quot;2026-08-04&quot;:1.96},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.95},{&quot;2026-08-08&quot;:1.95},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.96},{&quot;2026-08-11&quot;:1.96},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.94},{&quot;2026-08-14&quot;:1.94},{&quot;2026-08-15&quot;:1.94},{&quot;2026-08-16&quot;:1.96},{&quot;2026-08-17&quot;:1.95},{&quot;2026-08-18&quot;:1.94},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.95},{&quot;2026-08-21&quot;:1.95},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.93},{&quot;2026-08-25&quot;:1.93},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.88},{&quot;2026-09-01&quot;:1.88},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.75},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.83},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.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="89549"
  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-znc 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">
            Kodama&#39;s Reach
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/1/d1a6d4f8-31e8-46b1-a0e3-5a0f9da112fd.jpg?1783929466" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery — Arcane</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="Kodama&#39;s Reach" src="https://cards.scryfall.io/large/front/d/1/d1a6d4f8-31e8-46b1-a0e3-5a0f9da112fd.jpg?1783929466" />
    </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">
                $1.82
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.64},{&quot;2026-06-19&quot;:1.65},{&quot;2026-06-20&quot;:1.65},{&quot;2026-06-21&quot;:1.65},{&quot;2026-06-22&quot;:1.68},{&quot;2026-06-23&quot;:1.68},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.8},{&quot;2026-06-29&quot;:1.8},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.68},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.66},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.62},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.61},{&quot;2026-07-11&quot;:1.6},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.65},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.61},{&quot;2026-07-18&quot;:1.61},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.53},{&quot;2026-07-21&quot;:1.51},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-24&quot;:1.55},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.55},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.8},{&quot;2026-07-29&quot;:1.8},{&quot;2026-07-30&quot;:1.8},{&quot;2026-07-31&quot;:1.71},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.73},{&quot;2026-08-04&quot;:1.75},{&quot;2026-08-05&quot;:1.77},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.77},{&quot;2026-08-09&quot;:1.77},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.89},{&quot;2026-08-16&quot;:1.86},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.88},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.88},{&quot;2026-08-21&quot;:1.89},{&quot;2026-08-22&quot;:1.89},{&quot;2026-08-23&quot;:1.89},{&quot;2026-08-24&quot;:1.91},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:1.91},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.05},{&quot;2026-08-31&quot;:2.03},{&quot;2026-09-01&quot;:2.03},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:1.89},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.93},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.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="108372"
  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-tmc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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/1/4/14dbce79-1fcc-4cc9-bf38-7729e44a411e.jpg?1783904155" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/1/4/14dbce79-1fcc-4cc9-bf38-7729e44a411e.jpg?1783904155" />
    </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">
                $1.82
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:4.03},{&quot;2026-08-20&quot;:4.02},{&quot;2026-08-21&quot;:3.93},{&quot;2026-08-22&quot;:3.93},{&quot;2026-08-23&quot;:4.02},{&quot;2026-08-24&quot;:4.03},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.88},{&quot;2026-08-28&quot;:3.91},{&quot;2026-08-29&quot;:3.91},{&quot;2026-08-30&quot;:3.79},{&quot;2026-08-31&quot;:3.79},{&quot;2026-09-01&quot;:3.72},{&quot;2026-09-02&quot;:3.48},{&quot;2026-09-03&quot;:3.48},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.38},{&quot;2026-09-08&quot;:3.38},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.53},{&quot;2026-09-12&quot;:3.53},{&quot;2026-09-13&quot;:3.51}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.62},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.84},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.76},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.77},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.84},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.76},{&quot;2026-07-14&quot;:1.75},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.96},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.83},{&quot;2026-07-22&quot;:1.72},{&quot;2026-07-23&quot;:1.73},{&quot;2026-07-24&quot;:1.7},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.87},{&quot;2026-07-27&quot;:2.02},{&quot;2026-07-28&quot;:2.06},{&quot;2026-07-29&quot;:2.0},{&quot;2026-07-30&quot;:1.99},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.73},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.99},{&quot;2026-08-08&quot;:2.03},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:1.95},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.83},{&quot;2026-08-16&quot;:1.91},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.89},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.77},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:1.96},{&quot;2026-09-01&quot;:2.08},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.84},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:2.07},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.8},{&quot;2026-09-13&quot;:1.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="291"
  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-afr 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">
            Mind Flayer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Mind Flayer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/0/e0a79a8d-6c02-4d56-ba4a-b471d68cf7fe.jpg?1783926080" />

        <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">
            Mind Flayer
        </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 — 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-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="Mind Flayer" src="https://cards.scryfall.io/large/front/e/0/e0a79a8d-6c02-4d56-ba4a-b471d68cf7fe.jpg?1783926080" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</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-02-11&quot;:2.25},{&quot;2026-02-12&quot;:2.25},{&quot;2026-02-13&quot;:2.25},{&quot;2026-02-14&quot;:2.25},{&quot;2026-02-15&quot;:2.25},{&quot;2026-02-16&quot;:2.25},{&quot;2026-02-17&quot;:2.25},{&quot;2026-02-18&quot;:2.25},{&quot;2026-02-19&quot;:2.25},{&quot;2026-02-20&quot;:2.25},{&quot;2026-02-21&quot;:2.25},{&quot;2026-02-22&quot;:2.25},{&quot;2026-02-23&quot;:2.25},{&quot;2026-02-24&quot;:2.25},{&quot;2026-02-25&quot;:2.25},{&quot;2026-02-26&quot;:2.25},{&quot;2026-02-27&quot;:2.25},{&quot;2026-02-28&quot;:2.25},{&quot;2026-03-01&quot;:2.25},{&quot;2026-03-02&quot;:2.25},{&quot;2026-07-05&quot;:2.59},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.59},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.59},{&quot;2026-07-10&quot;:2.59},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.5},{&quot;2026-07-16&quot;:1.5},{&quot;2026-07-17&quot;:1.81},{&quot;2026-07-18&quot;:1.81},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.81},{&quot;2026-07-21&quot;:1.81},{&quot;2026-07-22&quot;:1.81},{&quot;2026-07-23&quot;:1.81},{&quot;2026-07-24&quot;:1.81},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.81},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.81},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.81},{&quot;2026-08-14&quot;:1.81},{&quot;2026-08-15&quot;:1.81},{&quot;2026-08-16&quot;:1.81},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.81},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.81},{&quot;2026-08-25&quot;:1.81},{&quot;2026-08-26&quot;:1.81},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.81},{&quot;2026-08-29&quot;:1.81},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.81},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.81}],&quot;normal&quot;:[{&quot;2026-02-11&quot;:0.98},{&quot;2026-02-12&quot;:0.98},{&quot;2026-02-13&quot;:0.98},{&quot;2026-02-14&quot;:0.98},{&quot;2026-02-15&quot;:0.98},{&quot;2026-02-16&quot;:0.98},{&quot;2026-02-17&quot;:0.98},{&quot;2026-02-18&quot;:0.98},{&quot;2026-02-19&quot;:0.98},{&quot;2026-02-20&quot;:0.98},{&quot;2026-02-21&quot;:0.98},{&quot;2026-02-22&quot;:0.98},{&quot;2026-02-23&quot;:0.98},{&quot;2026-02-24&quot;:0.98},{&quot;2026-02-25&quot;:0.98},{&quot;2026-02-26&quot;:0.98},{&quot;2026-02-27&quot;:0.98},{&quot;2026-02-28&quot;:0.98},{&quot;2026-03-01&quot;:0.98},{&quot;2026-03-02&quot;:0.98},{&quot;2026-07-05&quot;:0.92},{&quot;2026-07-06&quot;:0.92},{&quot;2026-07-07&quot;:0.92},{&quot;2026-07-08&quot;:0.92},{&quot;2026-07-09&quot;:0.92},{&quot;2026-07-10&quot;:0.92},{&quot;2026-07-11&quot;:0.92},{&quot;2026-07-12&quot;:0.92},{&quot;2026-07-13&quot;:0.92},{&quot;2026-07-14&quot;:0.92},{&quot;2026-07-15&quot;:1.18},{&quot;2026-07-16&quot;:1.18},{&quot;2026-07-17&quot;:1.18},{&quot;2026-07-18&quot;:1.18},{&quot;2026-07-19&quot;:1.18},{&quot;2026-07-20&quot;:1.18},{&quot;2026-07-21&quot;:1.18},{&quot;2026-07-22&quot;:1.18},{&quot;2026-07-23&quot;:1.18},{&quot;2026-07-24&quot;:1.18},{&quot;2026-07-25&quot;:1.18},{&quot;2026-07-26&quot;:1.18},{&quot;2026-07-27&quot;:1.18},{&quot;2026-07-28&quot;:1.18},{&quot;2026-07-29&quot;:1.18},{&quot;2026-07-30&quot;:1.18},{&quot;2026-07-31&quot;:1.18},{&quot;2026-08-01&quot;:1.18},{&quot;2026-08-02&quot;:1.18},{&quot;2026-08-03&quot;:1.18},{&quot;2026-08-04&quot;:1.18},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.18},{&quot;2026-08-08&quot;:1.18},{&quot;2026-08-09&quot;:1.18},{&quot;2026-08-10&quot;:1.18},{&quot;2026-08-11&quot;:1.18},{&quot;2026-08-12&quot;:1.18},{&quot;2026-08-13&quot;:1.18},{&quot;2026-08-14&quot;:1.18},{&quot;2026-08-15&quot;:1.18},{&quot;2026-08-16&quot;:1.18},{&quot;2026-08-17&quot;:1.18},{&quot;2026-08-18&quot;:1.18},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.24},{&quot;2026-08-25&quot;:1.24},{&quot;2026-08-26&quot;:1.24},{&quot;2026-08-27&quot;:1.24},{&quot;2026-08-28&quot;:1.24},{&quot;2026-08-29&quot;:1.24},{&quot;2026-08-30&quot;:1.24},{&quot;2026-08-31&quot;:1.24},{&quot;2026-09-01&quot;:1.24},{&quot;2026-09-02&quot;:1.24},{&quot;2026-09-03&quot;:1.24},{&quot;2026-09-04&quot;:1.24},{&quot;2026-09-05&quot;:1.24},{&quot;2026-09-06&quot;:1.24},{&quot;2026-09-07&quot;:1.24},{&quot;2026-09-08&quot;:1.24},{&quot;2026-09-09&quot;:1.24},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.24},{&quot;2026-09-12&quot;:1.24},{&quot;2026-09-13&quot;:1.24}]}"
        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="18384"
  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-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">
            Sulfuric Vortex
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Sulfuric Vortex" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/3253a624-50cc-4a8a-9b0c-9902aa53775f.jpg?1783918451" />

        <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">
            Sulfuric Vortex
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sulfuric Vortex" src="https://cards.scryfall.io/large/front/3/2/3253a624-50cc-4a8a-9b0c-9902aa53775f.jpg?1783918451" />
    </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">
                $1.81
              </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">
                $1.83
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:1.58},{&quot;2026-06-13&quot;:1.58},{&quot;2026-06-14&quot;:1.61},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.6},{&quot;2026-06-17&quot;:1.6},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.61},{&quot;2026-06-23&quot;:1.61},{&quot;2026-06-24&quot;:1.61},{&quot;2026-06-25&quot;:1.6},{&quot;2026-06-26&quot;:1.6},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.57},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.57},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.57},{&quot;2026-07-08&quot;:1.57},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.53},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.53},{&quot;2026-07-15&quot;:1.53},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.53},{&quot;2026-07-18&quot;:1.53},{&quot;2026-07-19&quot;:1.53},{&quot;2026-07-20&quot;:1.5},{&quot;2026-07-21&quot;:1.5},{&quot;2026-07-23&quot;:1.5},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.48},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.48},{&quot;2026-08-01&quot;:1.48},{&quot;2026-08-02&quot;:1.5},{&quot;2026-08-03&quot;:1.5},{&quot;2026-08-04&quot;:1.5},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.61},{&quot;2026-08-11&quot;:1.66},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.7},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.71},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.74},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.72},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.78},{&quot;2026-09-03&quot;:1.78},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.82},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.83},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.83}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.48},{&quot;2026-06-13&quot;:1.5},{&quot;2026-06-14&quot;:1.5},{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.45},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.43},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.4},{&quot;2026-06-22&quot;:1.4},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.36},{&quot;2026-06-29&quot;:1.36},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.19},{&quot;2026-07-04&quot;:1.19},{&quot;2026-07-05&quot;:1.19},{&quot;2026-07-06&quot;:1.21},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.21},{&quot;2026-07-10&quot;:1.21},{&quot;2026-07-11&quot;:1.21},{&quot;2026-07-12&quot;:1.21},{&quot;2026-07-13&quot;:1.22},{&quot;2026-07-14&quot;:1.24},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.23},{&quot;2026-07-19&quot;:1.23},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.23},{&quot;2026-07-23&quot;:1.22},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.37},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.37},{&quot;2026-08-03&quot;:1.35},{&quot;2026-08-04&quot;:1.35},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.34},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.34},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.37},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.41},{&quot;2026-08-16&quot;:1.41},{&quot;2026-08-17&quot;:1.41},{&quot;2026-08-18&quot;:1.45},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.47},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.48},{&quot;2026-08-24&quot;:1.5},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.58},{&quot;2026-08-29&quot;:1.58},{&quot;2026-08-30&quot;:1.6},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.8},{&quot;2026-09-11&quot;:1.8},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.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="18429"
  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">
            The Cruelty of Gix
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Cruelty of Gix" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/d/3d6e5eb3-25ab-4e9e-96e8-655e0ce74675.jpg?1783921334" />

        <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 Cruelty of Gix
        </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 — Saga</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="The Cruelty of Gix" src="https://cards.scryfall.io/large/front/3/d/3d6e5eb3-25ab-4e9e-96e8-655e0ce74675.jpg?1783921334" />
    </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">
                $1.66
              </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">
                $1.81
              </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">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.28},{&quot;2026-06-16&quot;:1.28},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.3},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.28},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.28},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.37},{&quot;2026-06-29&quot;:1.37},{&quot;2026-06-30&quot;:1.36},{&quot;2026-07-01&quot;:1.34},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.42},{&quot;2026-07-05&quot;:1.42},{&quot;2026-07-06&quot;:1.42},{&quot;2026-07-07&quot;:1.45},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.43},{&quot;2026-07-10&quot;:1.44},{&quot;2026-07-11&quot;:1.44},{&quot;2026-07-12&quot;:1.42},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.41},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.43},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.43},{&quot;2026-07-21&quot;:1.39},{&quot;2026-07-22&quot;:1.39},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.4},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.48},{&quot;2026-08-01&quot;:1.48},{&quot;2026-08-02&quot;:1.48},{&quot;2026-08-03&quot;:1.48},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.48},{&quot;2026-08-07&quot;:1.48},{&quot;2026-08-08&quot;:1.48},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.79},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.75},{&quot;2026-08-20&quot;:1.75},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.73},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.73},{&quot;2026-08-29&quot;:1.73},{&quot;2026-08-30&quot;:1.78},{&quot;2026-08-31&quot;:1.79},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.86},{&quot;2026-09-05&quot;:1.86},{&quot;2026-09-06&quot;:1.86},{&quot;2026-09-07&quot;:1.86},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.87},{&quot;2026-09-10&quot;:1.87},{&quot;2026-09-11&quot;:1.87},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.81}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.27},{&quot;2026-06-16&quot;:1.27},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.25},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.25},{&quot;2026-06-21&quot;:1.24},{&quot;2026-06-22&quot;:1.19},{&quot;2026-06-23&quot;:1.24},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.21},{&quot;2026-06-26&quot;:1.22},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.23},{&quot;2026-06-29&quot;:1.23},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.23},{&quot;2026-07-02&quot;:1.23},{&quot;2026-07-03&quot;:1.23},{&quot;2026-07-04&quot;:1.23},{&quot;2026-07-05&quot;:1.23},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.25},{&quot;2026-07-08&quot;:1.23},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.24},{&quot;2026-07-11&quot;:1.23},{&quot;2026-07-12&quot;:1.24},{&quot;2026-07-13&quot;:1.24},{&quot;2026-07-14&quot;:1.27},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.19},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.24},{&quot;2026-07-22&quot;:1.32},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-24&quot;:1.34},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.45},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.45},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.52},{&quot;2026-08-05&quot;:1.58},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.38},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.67},{&quot;2026-08-15&quot;:1.67},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.66},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.87},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.93},{&quot;2026-08-25&quot;:1.93},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:1.97},{&quot;2026-08-28&quot;:1.93},{&quot;2026-08-29&quot;:1.93},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.89},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.92},{&quot;2026-09-04&quot;:1.84},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.61},{&quot;2026-09-08&quot;:1.61},{&quot;2026-09-09&quot;:1.56},{&quot;2026-09-10&quot;:1.59},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.66}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Rancor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/86d6b411-4a31-4bfc-8dd6-e19f553bb29b.jpg?1783921864" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rancor" src="https://cards.scryfall.io/large/front/8/6/86d6b411-4a31-4bfc-8dd6-e19f553bb29b.jpg?1783921864" />
    </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">
                $1.81
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.94},{&quot;2026-06-16&quot;:1.78},{&quot;2026-06-17&quot;:1.78},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.78},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.8},{&quot;2026-06-25&quot;:1.8},{&quot;2026-06-26&quot;:1.8},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:1.87},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.87},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:1.87},{&quot;2026-07-04&quot;:1.87},{&quot;2026-07-05&quot;:1.87},{&quot;2026-07-06&quot;:1.87},{&quot;2026-07-07&quot;:1.86},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.87},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-22&quot;:1.82},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.83},{&quot;2026-07-25&quot;:1.83},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.81},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.73},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.72},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.72},{&quot;2026-08-20&quot;:1.72},{&quot;2026-08-21&quot;:1.72},{&quot;2026-08-22&quot;:1.72},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.75},{&quot;2026-08-29&quot;:1.75},{&quot;2026-08-30&quot;:1.75},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.78},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.67},{&quot;2026-09-12&quot;:1.67},{&quot;2026-09-13&quot;:1.67}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.63},{&quot;2026-06-16&quot;:1.64},{&quot;2026-06-17&quot;:1.64},{&quot;2026-06-18&quot;:1.63},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.64},{&quot;2026-06-24&quot;:1.67},{&quot;2026-06-25&quot;:1.56},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.52},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.59},{&quot;2026-07-01&quot;:1.63},{&quot;2026-07-02&quot;:1.59},{&quot;2026-07-03&quot;:1.55},{&quot;2026-07-04&quot;:1.57},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.5},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.5},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.48},{&quot;2026-07-13&quot;:1.5},{&quot;2026-07-14&quot;:1.5},{&quot;2026-07-15&quot;:1.55},{&quot;2026-07-16&quot;:1.54},{&quot;2026-07-17&quot;:1.54},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.57},{&quot;2026-07-20&quot;:1.61},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.74},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-28&quot;:1.76},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.72},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.7},{&quot;2026-08-04&quot;:1.58},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.58},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.61},{&quot;2026-08-10&quot;:1.53},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.61},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.57},{&quot;2026-08-19&quot;:1.57},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.57},{&quot;2026-08-22&quot;:1.57},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.49},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.53},{&quot;2026-08-28&quot;:1.49},{&quot;2026-08-29&quot;:1.49},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.53},{&quot;2026-09-01&quot;:1.54},{&quot;2026-09-02&quot;:1.51},{&quot;2026-09-03&quot;:1.46},{&quot;2026-09-04&quot;:1.48},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.34},{&quot;2026-09-07&quot;:1.32},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.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="21303"
  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-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Rakdos Carnarium" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/1/e197d420-fc69-4672-90f0-2264f35d1c61.jpg?1783921749" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rakdos Carnarium" src="https://cards.scryfall.io/large/front/e/1/e197d420-fc69-4672-90f0-2264f35d1c61.jpg?1783921749" />
    </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">
                $1.81
              </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">
                $2.72
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.67},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.42},{&quot;2026-06-25&quot;:2.42},{&quot;2026-06-26&quot;:2.42},{&quot;2026-06-27&quot;:2.34},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.34},{&quot;2026-06-30&quot;:2.34},{&quot;2026-07-01&quot;:2.35},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.35},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.33},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:2.25},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.27},{&quot;2026-07-10&quot;:2.26},{&quot;2026-07-11&quot;:2.31},{&quot;2026-07-12&quot;:2.31},{&quot;2026-07-13&quot;:2.31},{&quot;2026-07-14&quot;:2.31},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.38},{&quot;2026-07-18&quot;:2.38},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.41},{&quot;2026-07-22&quot;:2.41},{&quot;2026-07-23&quot;:2.41},{&quot;2026-07-24&quot;:2.41},{&quot;2026-07-25&quot;:2.41},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.37},{&quot;2026-07-29&quot;:2.37},{&quot;2026-07-30&quot;:2.36},{&quot;2026-07-31&quot;:2.28},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.27},{&quot;2026-08-03&quot;:2.31},{&quot;2026-08-04&quot;:2.33},{&quot;2026-08-05&quot;:2.33},{&quot;2026-08-07&quot;:2.35},{&quot;2026-08-08&quot;:2.35},{&quot;2026-08-09&quot;:2.41},{&quot;2026-08-10&quot;:2.49},{&quot;2026-08-11&quot;:2.47},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.49},{&quot;2026-08-15&quot;:2.49},{&quot;2026-08-16&quot;:2.49},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.49},{&quot;2026-08-20&quot;:2.43},{&quot;2026-08-21&quot;:2.42},{&quot;2026-08-22&quot;:2.47},{&quot;2026-08-23&quot;:2.51},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.55},{&quot;2026-08-26&quot;:2.55},{&quot;2026-08-27&quot;:2.55},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.52},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.61},{&quot;2026-09-02&quot;:2.59},{&quot;2026-09-03&quot;:2.59},{&quot;2026-09-04&quot;:2.63},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.73},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.72},{&quot;2026-09-09&quot;:2.72},{&quot;2026-09-10&quot;:2.72},{&quot;2026-09-11&quot;:2.72},{&quot;2026-09-12&quot;:2.72},{&quot;2026-09-13&quot;:2.72}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.73},{&quot;2026-06-17&quot;:1.79},{&quot;2026-06-18&quot;:1.76},{&quot;2026-06-19&quot;:1.76},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.76},{&quot;2026-06-28&quot;:1.76},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.64},{&quot;2026-07-07&quot;:1.64},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.69},{&quot;2026-07-20&quot;:1.72},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-22&quot;:1.68},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.67},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.71},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.68},{&quot;2026-08-02&quot;:1.68},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.77},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.68},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.58},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.65},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.76},{&quot;2026-08-29&quot;:1.76},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.79},{&quot;2026-09-07&quot;:1.79},{&quot;2026-09-08&quot;:1.79},{&quot;2026-09-09&quot;:1.81},{&quot;2026-09-10&quot;:1.83},{&quot;2026-09-11&quot;:1.83},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.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="47505"
  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-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">
            Swords to Plowshares
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12401907-17c5-47cc-8e10-fa917a5f14ea.jpg?1783925349" />

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swords to Plowshares" src="https://cards.scryfall.io/large/front/1/2/12401907-17c5-47cc-8e10-fa917a5f14ea.jpg?1783925349" />
    </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">
                $1.81
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.66},{&quot;2026-06-13&quot;:1.66},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.78},{&quot;2026-06-23&quot;:1.77},{&quot;2026-06-24&quot;:1.77},{&quot;2026-06-25&quot;:1.77},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.79},{&quot;2026-07-01&quot;:1.79},{&quot;2026-07-02&quot;:1.79},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.78},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.8},{&quot;2026-07-09&quot;:1.8},{&quot;2026-07-10&quot;:1.8},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.84},{&quot;2026-07-18&quot;:1.82},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.82},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.79},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.77},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.75},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.73},{&quot;2026-08-13&quot;:1.73},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.67},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:1.96},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.96},{&quot;2026-09-04&quot;:1.95},{&quot;2026-09-05&quot;:1.93},{&quot;2026-09-06&quot;:1.93},{&quot;2026-09-07&quot;:1.93},{&quot;2026-09-08&quot;:1.92},{&quot;2026-09-09&quot;:1.93},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.89},{&quot;2026-09-12&quot;:1.89},{&quot;2026-09-13&quot;:1.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="87098"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-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">
            Swords to Plowshares
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/4/9443c31e-9f36-44ef-bc59-6d1d3a5499bb.jpg?1783914964" />

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swords to Plowshares" src="https://cards.scryfall.io/large/front/9/4/9443c31e-9f36-44ef-bc59-6d1d3a5499bb.jpg?1783914964" />
    </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">
                $1.81
              </span>

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

      </div>

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

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Keen-Eyed Curator
        </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 — Raccoon Scout</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Keen-Eyed Curator" src="https://cards.scryfall.io/large/front/8/c/8cf33d80-0704-4dc4-8e8d-1dcbcbc35add.jpg?1783910807" />
    </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">
                $1.80
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.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">$1.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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-15&quot;:2.39},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.4},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.41},{&quot;2026-06-23&quot;:2.41},{&quot;2026-06-24&quot;:2.41},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.41},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.45},{&quot;2026-07-01&quot;:2.53},{&quot;2026-07-02&quot;:2.47},{&quot;2026-07-03&quot;:2.47},{&quot;2026-07-04&quot;:2.52},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.37},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.09},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.11},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.13},{&quot;2026-07-17&quot;:1.97},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:1.97},{&quot;2026-07-20&quot;:1.96},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-22&quot;:2.0},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.93},{&quot;2026-07-25&quot;:1.93},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-28&quot;:1.99},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.81},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.85},{&quot;2026-08-08&quot;:1.87},{&quot;2026-08-09&quot;:1.87},{&quot;2026-08-10&quot;:1.88},{&quot;2026-08-11&quot;:1.86},{&quot;2026-08-12&quot;:1.86},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.86},{&quot;2026-08-15&quot;:1.9},{&quot;2026-08-16&quot;:1.98},{&quot;2026-08-17&quot;:2.04},{&quot;2026-08-18&quot;:2.18},{&quot;2026-08-19&quot;:2.18},{&quot;2026-08-20&quot;:2.19},{&quot;2026-08-21&quot;:2.19},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.21},{&quot;2026-08-25&quot;:2.18},{&quot;2026-08-26&quot;:2.18},{&quot;2026-08-27&quot;:2.18},{&quot;2026-08-28&quot;:2.17},{&quot;2026-08-29&quot;:2.17},{&quot;2026-08-30&quot;:2.08},{&quot;2026-08-31&quot;:2.08},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.19},{&quot;2026-09-05&quot;:2.19},{&quot;2026-09-06&quot;:2.19},{&quot;2026-09-07&quot;:2.19},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.29},{&quot;2026-09-10&quot;:2.22},{&quot;2026-09-11&quot;:2.19},{&quot;2026-09-12&quot;:2.19},{&quot;2026-09-13&quot;:2.19}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.22},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.28},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.32},{&quot;2026-06-20&quot;:1.37},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.23},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.08},{&quot;2026-06-27&quot;:0.95},{&quot;2026-06-28&quot;:1.09},{&quot;2026-06-29&quot;:1.22},{&quot;2026-06-30&quot;:1.26},{&quot;2026-07-01&quot;:1.33},{&quot;2026-07-02&quot;:1.36},{&quot;2026-07-03&quot;:1.27},{&quot;2026-07-04&quot;:1.35},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.11},{&quot;2026-07-07&quot;:1.21},{&quot;2026-07-08&quot;:1.21},{&quot;2026-07-09&quot;:1.38},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.48},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.69},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.74},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.73},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.65},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-22&quot;:1.53},{&quot;2026-07-23&quot;:1.6},{&quot;2026-07-24&quot;:1.71},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.74},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.46},{&quot;2026-07-31&quot;:1.45},{&quot;2026-08-01&quot;:1.51},{&quot;2026-08-02&quot;:1.42},{&quot;2026-08-03&quot;:1.37},{&quot;2026-08-04&quot;:1.3},{&quot;2026-08-05&quot;:1.27},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.2},{&quot;2026-08-09&quot;:1.09},{&quot;2026-08-10&quot;:1.02},{&quot;2026-08-11&quot;:1.1},{&quot;2026-08-12&quot;:1.23},{&quot;2026-08-13&quot;:1.34},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.42},{&quot;2026-08-20&quot;:1.42},{&quot;2026-08-21&quot;:1.13},{&quot;2026-08-22&quot;:1.04},{&quot;2026-08-23&quot;:0.98},{&quot;2026-08-24&quot;:1.21},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.86},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.48},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.37},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.66},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.66},{&quot;2026-09-12&quot;:1.57},{&quot;2026-09-13&quot;:1.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Sylvan Anthem
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Sylvan Anthem" src="https://cards.scryfall.io/large/front/a/1/a119edc2-9e0f-43d1-a13d-25827f86e3e3.jpg?1783926824" />
    </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">
                $1.80
              </span>

            </div>
          </div>

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.60</span>
              <span class="text-xs text-grey-text">Credit: $0.78</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-14&quot;:1.75},{&quot;2026-06-15&quot;:1.75},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.75},{&quot;2026-06-19&quot;:1.75},{&quot;2026-06-20&quot;:1.75},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.75},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.77},{&quot;2026-06-30&quot;:1.77},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.79},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.79},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.79},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.79},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.79},{&quot;2026-07-17&quot;:1.79},{&quot;2026-07-18&quot;:1.79},{&quot;2026-07-19&quot;:1.79},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.82},{&quot;2026-07-26&quot;:1.82},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.81},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.91},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:2.0},{&quot;2026-08-10&quot;:2.0},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:2.0},{&quot;2026-08-13&quot;:2.04},{&quot;2026-08-14&quot;:2.04},{&quot;2026-08-15&quot;:2.04},{&quot;2026-08-16&quot;:2.04},{&quot;2026-08-17&quot;:2.02},{&quot;2026-08-18&quot;:2.02},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.07},{&quot;2026-08-22&quot;:2.07},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.07},{&quot;2026-08-27&quot;:2.07},{&quot;2026-08-28&quot;:2.07},{&quot;2026-08-29&quot;:2.07},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.07},{&quot;2026-09-01&quot;:2.07},{&quot;2026-09-02&quot;:2.07},{&quot;2026-09-03&quot;:2.07},{&quot;2026-09-04&quot;:2.07},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.16},{&quot;2026-09-09&quot;:2.16},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.16},{&quot;2026-09-12&quot;:2.16},{&quot;2026-09-13&quot;:2.16}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.15},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.23},{&quot;2026-06-17&quot;:1.23},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.42},{&quot;2026-06-20&quot;:1.43},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.14},{&quot;2026-06-25&quot;:1.15},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.25},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.17},{&quot;2026-07-01&quot;:1.23},{&quot;2026-07-02&quot;:1.31},{&quot;2026-07-03&quot;:1.29},{&quot;2026-07-04&quot;:1.33},{&quot;2026-07-05&quot;:1.22},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.31},{&quot;2026-07-09&quot;:1.3},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.46},{&quot;2026-07-14&quot;:1.46},{&quot;2026-07-15&quot;:1.47},{&quot;2026-07-16&quot;:1.52},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.43},{&quot;2026-07-23&quot;:1.44},{&quot;2026-07-24&quot;:1.48},{&quot;2026-07-25&quot;:1.48},{&quot;2026-07-26&quot;:1.55},{&quot;2026-07-27&quot;:1.63},{&quot;2026-07-28&quot;:1.71},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.57},{&quot;2026-08-02&quot;:1.51},{&quot;2026-08-03&quot;:1.49},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.45},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.33},{&quot;2026-08-09&quot;:1.52},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.55},{&quot;2026-08-15&quot;:1.46},{&quot;2026-08-16&quot;:1.49},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.63},{&quot;2026-08-25&quot;:1.53},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.47},{&quot;2026-08-28&quot;:1.49},{&quot;2026-08-29&quot;:1.49},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.34},{&quot;2026-09-01&quot;:1.29},{&quot;2026-09-02&quot;:1.42},{&quot;2026-09-03&quot;:1.56},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.84},{&quot;2026-09-10&quot;:1.76},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Flow State
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Flow State" src="https://cards.scryfall.io/large/front/4/7/47d6093b-b1b6-4956-8bfd-02cce899f832.jpg?1782682998" />
    </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">
                $1.80
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.86},{&quot;2026-06-16&quot;:3.7},{&quot;2026-06-17&quot;:2.86},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.54},{&quot;2026-06-20&quot;:2.71},{&quot;2026-06-21&quot;:2.63},{&quot;2026-06-22&quot;:2.66},{&quot;2026-06-23&quot;:2.69},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.78},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.94},{&quot;2026-06-29&quot;:2.6},{&quot;2026-06-30&quot;:2.44},{&quot;2026-07-01&quot;:2.29},{&quot;2026-07-02&quot;:2.04},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.3},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.45},{&quot;2026-07-07&quot;:3.4},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.85},{&quot;2026-07-10&quot;:3.42},{&quot;2026-07-11&quot;:2.91},{&quot;2026-07-12&quot;:2.91},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:2.85},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.83},{&quot;2026-07-17&quot;:2.75},{&quot;2026-07-18&quot;:2.59},{&quot;2026-07-19&quot;:2.32},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.26},{&quot;2026-07-22&quot;:2.39},{&quot;2026-07-23&quot;:2.42},{&quot;2026-07-24&quot;:2.47},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.18},{&quot;2026-07-27&quot;:2.04},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.24},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.34},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.24},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.56},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.32},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.37},{&quot;2026-08-12&quot;:2.3},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.11},{&quot;2026-08-15&quot;:1.95},{&quot;2026-08-16&quot;:2.1},{&quot;2026-08-17&quot;:2.34},{&quot;2026-08-18&quot;:2.47},{&quot;2026-08-19&quot;:2.3},{&quot;2026-08-20&quot;:2.37},{&quot;2026-08-21&quot;:2.12},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.03},{&quot;2026-08-24&quot;:2.08},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:3.1},{&quot;2026-08-28&quot;:3.11},{&quot;2026-08-29&quot;:3.11},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.43},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:2.37},{&quot;2026-09-05&quot;:2.63},{&quot;2026-09-06&quot;:2.63},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.13},{&quot;2026-09-12&quot;:3.15},{&quot;2026-09-13&quot;:3.11}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.28},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.24},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.48},{&quot;2026-06-23&quot;:1.9},{&quot;2026-06-24&quot;:2.07},{&quot;2026-06-25&quot;:1.84},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:1.84},{&quot;2026-07-01&quot;:1.93},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.98},{&quot;2026-07-06&quot;:2.17},{&quot;2026-07-07&quot;:2.47},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:1.71},{&quot;2026-07-10&quot;:1.92},{&quot;2026-07-11&quot;:1.74},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.46},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-22&quot;:2.02},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.63},{&quot;2026-07-26&quot;:1.79},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.81},{&quot;2026-07-29&quot;:1.72},{&quot;2026-07-30&quot;:1.43},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:1.72},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.55},{&quot;2026-08-09&quot;:1.57},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.59},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.32},{&quot;2026-08-15&quot;:1.61},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.54},{&quot;2026-08-18&quot;:1.58},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.86},{&quot;2026-08-21&quot;:1.5},{&quot;2026-08-22&quot;:1.43},{&quot;2026-08-23&quot;:1.65},{&quot;2026-08-24&quot;:1.84},{&quot;2026-08-25&quot;:1.96},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:2.01},{&quot;2026-08-28&quot;:2.12},{&quot;2026-08-29&quot;:2.12},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.52},{&quot;2026-09-03&quot;:1.63},{&quot;2026-09-04&quot;:1.56},{&quot;2026-09-05&quot;:1.59},{&quot;2026-09-06&quot;:2.25},{&quot;2026-09-07&quot;:1.84},{&quot;2026-09-08&quot;:2.05},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:1.93},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.8},{&quot;2026-09-13&quot;:1.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Tablet of Discovery
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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="Tablet of Discovery" src="https://cards.scryfall.io/large/front/1/3/13059664-a940-4a66-8100-0c90b884bab4.jpg?1783903664" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.52},{&quot;2026-06-18&quot;:2.46},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.36},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.6},{&quot;2026-06-24&quot;:3.75},{&quot;2026-06-25&quot;:3.9},{&quot;2026-06-26&quot;:4.08},{&quot;2026-06-27&quot;:4.51},{&quot;2026-06-28&quot;:4.96},{&quot;2026-06-29&quot;:4.06},{&quot;2026-06-30&quot;:4.03},{&quot;2026-07-01&quot;:3.17},{&quot;2026-07-02&quot;:2.73},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.09},{&quot;2026-07-06&quot;:3.0},{&quot;2026-07-07&quot;:3.11},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.14},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.16},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.26},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.43},{&quot;2026-07-20&quot;:2.35},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-22&quot;:2.18},{&quot;2026-07-23&quot;:2.36},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.44},{&quot;2026-07-28&quot;:2.2},{&quot;2026-07-29&quot;:2.26},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.3},{&quot;2026-08-01&quot;:2.3},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.38},{&quot;2026-08-04&quot;:2.35},{&quot;2026-08-05&quot;:2.32},{&quot;2026-08-07&quot;:2.18},{&quot;2026-08-08&quot;:2.18},{&quot;2026-08-09&quot;:2.19},{&quot;2026-08-10&quot;:2.13},{&quot;2026-08-11&quot;:2.56},{&quot;2026-08-12&quot;:2.99},{&quot;2026-08-13&quot;:3.06},{&quot;2026-08-14&quot;:3.06},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.6},{&quot;2026-08-18&quot;:2.63},{&quot;2026-08-19&quot;:2.8},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.18},{&quot;2026-08-25&quot;:3.05},{&quot;2026-08-26&quot;:2.99},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:2.92},{&quot;2026-08-29&quot;:2.92},{&quot;2026-08-30&quot;:3.01},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:2.98},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:2.97},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.1},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.26},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.21},{&quot;2026-09-11&quot;:3.21},{&quot;2026-09-12&quot;:3.21},{&quot;2026-09-13&quot;:3.21}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.77},{&quot;2026-06-16&quot;:0.59},{&quot;2026-06-17&quot;:0.77},{&quot;2026-06-18&quot;:0.91},{&quot;2026-06-19&quot;:1.03},{&quot;2026-06-20&quot;:1.22},{&quot;2026-06-21&quot;:0.97},{&quot;2026-06-22&quot;:0.77},{&quot;2026-06-23&quot;:0.6},{&quot;2026-06-24&quot;:0.89},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:1.09},{&quot;2026-06-27&quot;:1.47},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.85},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.01},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:2.46},{&quot;2026-07-06&quot;:2.07},{&quot;2026-07-07&quot;:1.97},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.99},{&quot;2026-07-10&quot;:2.4},{&quot;2026-07-11&quot;:2.56},{&quot;2026-07-12&quot;:2.53},{&quot;2026-07-13&quot;:2.11},{&quot;2026-07-14&quot;:2.05},{&quot;2026-07-15&quot;:2.01},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:2.09},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.99},{&quot;2026-07-22&quot;:2.35},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:1.78},{&quot;2026-07-25&quot;:1.89},{&quot;2026-07-26&quot;:2.34},{&quot;2026-07-27&quot;:2.47},{&quot;2026-07-28&quot;:2.07},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:2.0},{&quot;2026-07-31&quot;:2.32},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:2.45},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.18},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.48},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.62},{&quot;2026-08-16&quot;:2.79},{&quot;2026-08-17&quot;:2.5},{&quot;2026-08-18&quot;:2.39},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.34},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.62},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.75},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.74},{&quot;2026-08-31&quot;:2.56},{&quot;2026-09-01&quot;:2.39},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.03},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.96},{&quot;2026-09-06&quot;:2.18},{&quot;2026-09-07&quot;:1.99},{&quot;2026-09-08&quot;:1.88},{&quot;2026-09-09&quot;:1.88},{&quot;2026-09-10&quot;:1.88},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.8}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28728"
  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">
            Alesha, Who Laughs at Fate
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $1.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="Alesha, Who Laughs at Fate" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/9/a93e3406-4e29-4bc0-ae52-cbd2ac1f99a4.jpg?1783909093" />

        <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">
            Alesha, Who Laughs at Fate
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Alesha, Who Laughs at Fate" src="https://cards.scryfall.io/large/front/a/9/a93e3406-4e29-4bc0-ae52-cbd2ac1f99a4.jpg?1783909093" />
    </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">
                $1.79
              </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">
                $1.76
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.7},{&quot;2026-06-14&quot;:1.7},{&quot;2026-06-15&quot;:1.7},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.66},{&quot;2026-06-18&quot;:1.66},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.62},{&quot;2026-06-24&quot;:1.59},{&quot;2026-06-25&quot;:1.62},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.59},{&quot;2026-06-28&quot;:1.49},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.49},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.4},{&quot;2026-07-04&quot;:1.4},{&quot;2026-07-05&quot;:1.4},{&quot;2026-07-06&quot;:1.39},{&quot;2026-07-07&quot;:1.38},{&quot;2026-07-08&quot;:1.36},{&quot;2026-07-09&quot;:1.36},{&quot;2026-07-10&quot;:1.33},{&quot;2026-07-11&quot;:1.36},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.35},{&quot;2026-07-14&quot;:1.35},{&quot;2026-07-15&quot;:1.35},{&quot;2026-07-16&quot;:1.35},{&quot;2026-07-17&quot;:1.37},{&quot;2026-07-18&quot;:1.4},{&quot;2026-07-19&quot;:1.44},{&quot;2026-07-20&quot;:1.48},{&quot;2026-07-21&quot;:1.47},{&quot;2026-07-23&quot;:1.55},{&quot;2026-07-25&quot;:1.58},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.54},{&quot;2026-08-09&quot;:1.53},{&quot;2026-08-10&quot;:1.49},{&quot;2026-08-11&quot;:1.49},{&quot;2026-08-12&quot;:1.52},{&quot;2026-08-13&quot;:1.52},{&quot;2026-08-14&quot;:1.52},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.65},{&quot;2026-08-20&quot;:1.65},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.64},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.55},{&quot;2026-09-03&quot;:1.56},{&quot;2026-09-04&quot;:1.58},{&quot;2026-09-05&quot;:1.58},{&quot;2026-09-06&quot;:1.55},{&quot;2026-09-07&quot;:1.56},{&quot;2026-09-08&quot;:1.59},{&quot;2026-09-09&quot;:1.55},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.76}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.1},{&quot;2026-06-14&quot;:1.14},{&quot;2026-06-15&quot;:0.93},{&quot;2026-06-16&quot;:0.98},{&quot;2026-06-17&quot;:1.02},{&quot;2026-06-18&quot;:1.07},{&quot;2026-06-19&quot;:1.02},{&quot;2026-06-20&quot;:0.93},{&quot;2026-06-21&quot;:0.96},{&quot;2026-06-22&quot;:1.0},{&quot;2026-06-23&quot;:1.0},{&quot;2026-06-24&quot;:1.08},{&quot;2026-06-25&quot;:1.1},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.26},{&quot;2026-06-28&quot;:1.22},{&quot;2026-06-29&quot;:1.06},{&quot;2026-06-30&quot;:1.09},{&quot;2026-07-01&quot;:1.09},{&quot;2026-07-02&quot;:1.16},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.72},{&quot;2026-07-05&quot;:1.97},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:1.83},{&quot;2026-07-08&quot;:1.51},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.53},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.45},{&quot;2026-07-14&quot;:1.38},{&quot;2026-07-15&quot;:1.25},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.77},{&quot;2026-07-18&quot;:1.75},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.73},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.38},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.52},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:2.09},{&quot;2026-08-08&quot;:1.73},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.63},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.75},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:2.05},{&quot;2026-08-22&quot;:1.78},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.49},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.0},{&quot;2026-08-28&quot;:2.06},{&quot;2026-08-29&quot;:2.06},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.15},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.05},{&quot;2026-09-04&quot;:2.09},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.63},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.79},{&quot;2026-09-13&quot;:1.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="28947"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/c/2c52c96d-e20f-4025-b759-674b36cf0db3.jpg?1783926169" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/2/c/2c52c96d-e20f-4025-b759-674b36cf0db3.jpg?1783926169" />
    </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">
                $1.79
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.15},{&quot;2026-06-18&quot;:2.19},{&quot;2026-06-19&quot;:2.21},{&quot;2026-06-20&quot;:2.21},{&quot;2026-06-21&quot;:2.21},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.17},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.17},{&quot;2026-06-29&quot;:2.15},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.16},{&quot;2026-07-02&quot;:2.16},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.88},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.92},{&quot;2026-07-07&quot;:1.92},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.78},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.75},{&quot;2026-07-13&quot;:1.75},{&quot;2026-07-14&quot;:1.72},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.71},{&quot;2026-07-17&quot;:1.65},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.58},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.6},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.57},{&quot;2026-07-24&quot;:1.52},{&quot;2026-07-25&quot;:1.46},{&quot;2026-07-26&quot;:1.47},{&quot;2026-07-27&quot;:1.58},{&quot;2026-07-28&quot;:1.58},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.58},{&quot;2026-07-31&quot;:1.64},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.68},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.68},{&quot;2026-08-09&quot;:1.68},{&quot;2026-08-10&quot;:1.87},{&quot;2026-08-11&quot;:1.87},{&quot;2026-08-12&quot;:2.1},{&quot;2026-08-13&quot;:2.14},{&quot;2026-08-14&quot;:2.07},{&quot;2026-08-15&quot;:1.99},{&quot;2026-08-16&quot;:2.01},{&quot;2026-08-17&quot;:2.01},{&quot;2026-08-18&quot;:2.03},{&quot;2026-08-19&quot;:1.98},{&quot;2026-08-20&quot;:2.1},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.02},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.89},{&quot;2026-08-28&quot;:1.89},{&quot;2026-08-29&quot;:1.89},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.71},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.8},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.82},{&quot;2026-09-10&quot;:1.8},{&quot;2026-09-11&quot;:1.8},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.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="49037"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Persist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/0/90f390c3-af1c-424f-9721-e26e9321e5a3.jpg?1783926857" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Persist" src="https://cards.scryfall.io/large/front/9/0/90f390c3-af1c-424f-9721-e26e9321e5a3.jpg?1783926857" />
    </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">
                $1.79
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.59
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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-15&quot;:3.22},{&quot;2026-06-16&quot;:3.22},{&quot;2026-06-17&quot;:3.22},{&quot;2026-06-18&quot;:3.22},{&quot;2026-06-19&quot;:3.22},{&quot;2026-06-20&quot;:3.22},{&quot;2026-06-21&quot;:3.22},{&quot;2026-06-22&quot;:3.23},{&quot;2026-06-23&quot;:3.23},{&quot;2026-06-24&quot;:3.23},{&quot;2026-06-25&quot;:3.23},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.26},{&quot;2026-06-28&quot;:3.26},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.26},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.26},{&quot;2026-07-03&quot;:3.26},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.26},{&quot;2026-07-06&quot;:3.26},{&quot;2026-07-07&quot;:3.26},{&quot;2026-07-08&quot;:3.26},{&quot;2026-07-09&quot;:3.26},{&quot;2026-07-10&quot;:3.26},{&quot;2026-07-11&quot;:3.26},{&quot;2026-07-12&quot;:3.19},{&quot;2026-07-13&quot;:3.09},{&quot;2026-07-14&quot;:3.09},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:3.09},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.12},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.12},{&quot;2026-07-22&quot;:3.12},{&quot;2026-07-23&quot;:3.12},{&quot;2026-07-24&quot;:3.23},{&quot;2026-07-25&quot;:3.23},{&quot;2026-07-26&quot;:3.23},{&quot;2026-07-27&quot;:3.23},{&quot;2026-07-28&quot;:3.23},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:3.23},{&quot;2026-08-01&quot;:3.23},{&quot;2026-08-02&quot;:3.23},{&quot;2026-08-03&quot;:3.23},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.23},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:3.36},{&quot;2026-08-12&quot;:3.36},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.36},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.36},{&quot;2026-08-19&quot;:3.33},{&quot;2026-08-20&quot;:3.36},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.36},{&quot;2026-08-24&quot;:3.36},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.62},{&quot;2026-08-29&quot;:3.62},{&quot;2026-08-30&quot;:3.62},{&quot;2026-08-31&quot;:3.59},{&quot;2026-09-01&quot;:3.59},{&quot;2026-09-02&quot;:3.59},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.59},{&quot;2026-09-07&quot;:3.59},{&quot;2026-09-08&quot;:3.59},{&quot;2026-09-09&quot;:3.59},{&quot;2026-09-10&quot;:3.59},{&quot;2026-09-11&quot;:3.59},{&quot;2026-09-12&quot;:3.59},{&quot;2026-09-13&quot;:3.59}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.72},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.58},{&quot;2026-06-20&quot;:1.54},{&quot;2026-06-21&quot;:1.56},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.51},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.46},{&quot;2026-06-27&quot;:1.44},{&quot;2026-06-28&quot;:1.42},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.53},{&quot;2026-07-01&quot;:1.34},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.34},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.36},{&quot;2026-07-06&quot;:1.24},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.15},{&quot;2026-07-09&quot;:1.18},{&quot;2026-07-10&quot;:1.43},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.43},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.44},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.5},{&quot;2026-07-19&quot;:1.3},{&quot;2026-07-20&quot;:1.42},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-22&quot;:1.48},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-24&quot;:1.49},{&quot;2026-07-25&quot;:1.54},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.54},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.68},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.87},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.85},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.81},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.76},{&quot;2026-08-13&quot;:1.69},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.67},{&quot;2026-08-17&quot;:1.65},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.57},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.55},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.5},{&quot;2026-08-25&quot;:1.5},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.58},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.62},{&quot;2026-09-02&quot;:1.59},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.78},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.79},{&quot;2026-09-13&quot;:1.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="53434"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Organic Extinction" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1f8761b6-784f-4b64-bbb2-6062f289cf6c.jpg?1783923982" />

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-8'></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="Organic Extinction" src="https://cards.scryfall.io/large/front/1/f/1f8761b6-784f-4b64-bbb2-6062f289cf6c.jpg?1783923982" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.56},{&quot;2026-06-13&quot;:1.56},{&quot;2026-06-14&quot;:1.59},{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.58},{&quot;2026-06-17&quot;:1.58},{&quot;2026-06-18&quot;:1.55},{&quot;2026-06-19&quot;:1.55},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.61},{&quot;2026-06-23&quot;:1.61},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.7},{&quot;2026-06-27&quot;:1.73},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.75},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.75},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.77},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.76},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.8},{&quot;2026-07-11&quot;:1.8},{&quot;2026-07-12&quot;:1.84},{&quot;2026-07-13&quot;:1.84},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.88},{&quot;2026-07-17&quot;:1.88},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.88},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-29&quot;:1.79},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.83},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.78},{&quot;2026-08-08&quot;:1.78},{&quot;2026-08-09&quot;:1.78},{&quot;2026-08-10&quot;:1.77},{&quot;2026-08-11&quot;:1.77},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.72},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.66},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.64},{&quot;2026-08-26&quot;:1.59},{&quot;2026-08-27&quot;:1.59},{&quot;2026-08-28&quot;:1.59},{&quot;2026-08-29&quot;:1.59},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.65},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.67},{&quot;2026-09-13&quot;:1.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="53518"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Plant Hydra
      </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">
            $1.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="Rampant Rejuvenator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/33553e55-be06-4944-9662-268342eae58f.jpg?1783923972" />

        <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">
            Rampant Rejuvenator
        </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 — Plant Hydra</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="Rampant Rejuvenator" src="https://cards.scryfall.io/large/front/3/3/33553e55-be06-4944-9662-268342eae58f.jpg?1783923972" />
    </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">
                $1.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">$0.45</span>
              <span class="text-xs text-grey-text">Credit: $0.59</span>
            </div>
        </div>

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

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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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">
            $1.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="Zacama, Primal Calamity" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/5/05c5a9a8-badd-43ab-8408-a13e75407681.jpg?1783913841" />

        <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">
            Zacama, Primal Calamity
        </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 — Elder Dinosaur</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-6'></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><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="Zacama, Primal Calamity" src="https://cards.scryfall.io/large/front/0/5/05c5a9a8-badd-43ab-8408-a13e75407681.jpg?1783913841" />
    </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">
                $1.79
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.05},{&quot;2026-06-12&quot;:1.06},{&quot;2026-06-13&quot;:1.1},{&quot;2026-06-14&quot;:1.13},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.24},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.32},{&quot;2026-06-21&quot;:1.32},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-24&quot;:1.3},{&quot;2026-06-25&quot;:1.21},{&quot;2026-06-26&quot;:1.24},{&quot;2026-06-27&quot;:1.2},{&quot;2026-06-28&quot;:1.18},{&quot;2026-06-29&quot;:1.18},{&quot;2026-06-30&quot;:1.25},{&quot;2026-07-01&quot;:1.24},{&quot;2026-07-02&quot;:1.25},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.28},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.2},{&quot;2026-07-07&quot;:1.2},{&quot;2026-07-08&quot;:1.19},{&quot;2026-07-09&quot;:1.16},{&quot;2026-07-10&quot;:1.08},{&quot;2026-07-11&quot;:1.05},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.07},{&quot;2026-07-14&quot;:1.08},{&quot;2026-07-15&quot;:1.08},{&quot;2026-07-16&quot;:1.08},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.13},{&quot;2026-07-19&quot;:1.12},{&quot;2026-07-20&quot;:1.12},{&quot;2026-07-21&quot;:1.12},{&quot;2026-07-23&quot;:1.15},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.32},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.24},{&quot;2026-08-02&quot;:1.26},{&quot;2026-08-03&quot;:1.3},{&quot;2026-08-04&quot;:1.28},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.43},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.38},{&quot;2026-08-12&quot;:1.36},{&quot;2026-08-13&quot;:1.3},{&quot;2026-08-14&quot;:1.3},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.28},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.27},{&quot;2026-08-19&quot;:1.24},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.31},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.43},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.62},{&quot;2026-08-27&quot;:1.63},{&quot;2026-08-28&quot;:1.6},{&quot;2026-08-29&quot;:1.6},{&quot;2026-08-30&quot;:1.69},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.71},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.77},{&quot;2026-09-06&quot;:1.78},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.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="5798"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Alania, Divergent Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/9/f9dc7b8e-d381-49a0-a7f8-c8cd9acadc54.jpg?1783910761" />

        <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">
            Alania, Divergent Storm
        </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 — Otter Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></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="Alania, Divergent Storm" src="https://cards.scryfall.io/large/front/f/9/f9dc7b8e-d381-49a0-a7f8-c8cd9acadc54.jpg?1783910761" />
    </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">
                $1.78
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.80</span>
              <span class="text-xs text-grey-text">Credit: $1.04</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-15&quot;:2.16},{&quot;2026-06-16&quot;:2.16},{&quot;2026-06-17&quot;:2.16},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.18},{&quot;2026-06-21&quot;:2.23},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.32},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.36},{&quot;2026-06-27&quot;:2.36},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.26},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.23},{&quot;2026-07-03&quot;:2.22},{&quot;2026-07-04&quot;:2.22},{&quot;2026-07-05&quot;:2.22},{&quot;2026-07-06&quot;:2.21},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.22},{&quot;2026-07-09&quot;:2.22},{&quot;2026-07-10&quot;:2.3},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.32},{&quot;2026-07-13&quot;:2.32},{&quot;2026-07-14&quot;:2.38},{&quot;2026-07-15&quot;:2.38},{&quot;2026-07-16&quot;:2.4},{&quot;2026-07-17&quot;:2.4},{&quot;2026-07-18&quot;:2.4},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.4},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-22&quot;:2.4},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.36},{&quot;2026-07-27&quot;:2.35},{&quot;2026-07-28&quot;:2.33},{&quot;2026-07-29&quot;:2.37},{&quot;2026-07-30&quot;:2.37},{&quot;2026-07-31&quot;:2.37},{&quot;2026-08-01&quot;:2.37},{&quot;2026-08-02&quot;:2.37},{&quot;2026-08-03&quot;:2.37},{&quot;2026-08-04&quot;:2.37},{&quot;2026-08-05&quot;:2.24},{&quot;2026-08-07&quot;:2.25},{&quot;2026-08-08&quot;:2.29},{&quot;2026-08-09&quot;:2.34},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.34},{&quot;2026-08-12&quot;:2.34},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.41},{&quot;2026-08-17&quot;:2.41},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.32},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.39},{&quot;2026-08-22&quot;:2.39},{&quot;2026-08-23&quot;:2.42},{&quot;2026-08-24&quot;:2.55},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.53},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.61},{&quot;2026-09-01&quot;:2.67},{&quot;2026-09-02&quot;:2.66},{&quot;2026-09-03&quot;:2.66},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.78},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.7},{&quot;2026-09-08&quot;:2.7},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:2.76},{&quot;2026-09-12&quot;:2.81},{&quot;2026-09-13&quot;:2.83}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.89},{&quot;2026-06-16&quot;:0.87},{&quot;2026-06-17&quot;:0.87},{&quot;2026-06-18&quot;:0.86},{&quot;2026-06-19&quot;:0.86},{&quot;2026-06-20&quot;:0.85},{&quot;2026-06-21&quot;:0.84},{&quot;2026-06-22&quot;:0.85},{&quot;2026-06-23&quot;:0.83},{&quot;2026-06-24&quot;:0.84},{&quot;2026-06-25&quot;:0.85},{&quot;2026-06-26&quot;:0.85},{&quot;2026-06-27&quot;:0.86},{&quot;2026-06-28&quot;:0.86},{&quot;2026-06-29&quot;:0.87},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:0.86},{&quot;2026-07-02&quot;:0.86},{&quot;2026-07-03&quot;:0.84},{&quot;2026-07-04&quot;:0.85},{&quot;2026-07-05&quot;:0.85},{&quot;2026-07-06&quot;:0.84},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.88},{&quot;2026-07-09&quot;:0.9},{&quot;2026-07-10&quot;:0.93},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.08},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.17},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.25},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-22&quot;:1.31},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-24&quot;:1.31},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.28},{&quot;2026-07-27&quot;:1.26},{&quot;2026-07-28&quot;:1.35},{&quot;2026-07-29&quot;:1.35},{&quot;2026-07-30&quot;:1.35},{&quot;2026-07-31&quot;:1.27},{&quot;2026-08-01&quot;:1.33},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.46},{&quot;2026-08-05&quot;:1.46},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.48},{&quot;2026-08-09&quot;:1.48},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.57},{&quot;2026-08-13&quot;:1.49},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.56},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.52},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.46},{&quot;2026-08-21&quot;:1.46},{&quot;2026-08-22&quot;:1.4},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.44},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.49},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.57},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.9},{&quot;2026-09-04&quot;:1.75},{&quot;2026-09-05&quot;:2.01},{&quot;2026-09-06&quot;:1.99},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.95},{&quot;2026-09-10&quot;:1.86},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Swords to Plowshares" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5ae3067d-768b-40e7-80d6-08cc42f162b6.jpg?1783918392" />

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Swords to Plowshares" src="https://cards.scryfall.io/large/front/5/a/5ae3067d-768b-40e7-80d6-08cc42f162b6.jpg?1783918392" />
    </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">
                $1.78
              </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">
                $11.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.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-15&quot;:12.12},{&quot;2026-06-16&quot;:12.12},{&quot;2026-06-17&quot;:12.12},{&quot;2026-06-18&quot;:12.12},{&quot;2026-06-19&quot;:12.12},{&quot;2026-06-20&quot;:12.12},{&quot;2026-06-21&quot;:12.12},{&quot;2026-06-22&quot;:12.25},{&quot;2026-06-23&quot;:12.22},{&quot;2026-06-24&quot;:12.22},{&quot;2026-06-25&quot;:12.22},{&quot;2026-06-26&quot;:12.22},{&quot;2026-06-27&quot;:12.22},{&quot;2026-06-28&quot;:12.22},{&quot;2026-06-29&quot;:12.22},{&quot;2026-06-30&quot;:12.22},{&quot;2026-07-01&quot;:12.22},{&quot;2026-07-02&quot;:12.22},{&quot;2026-07-03&quot;:12.22},{&quot;2026-07-04&quot;:12.22},{&quot;2026-07-05&quot;:12.22},{&quot;2026-07-06&quot;:12.22},{&quot;2026-07-07&quot;:12.22},{&quot;2026-07-08&quot;:12.22},{&quot;2026-07-09&quot;:12.22},{&quot;2026-07-10&quot;:12.22},{&quot;2026-07-11&quot;:12.22},{&quot;2026-07-12&quot;:12.22},{&quot;2026-07-13&quot;:12.22},{&quot;2026-07-14&quot;:12.22},{&quot;2026-07-15&quot;:12.22},{&quot;2026-07-16&quot;:12.22},{&quot;2026-07-17&quot;:12.22},{&quot;2026-07-18&quot;:12.22},{&quot;2026-07-19&quot;:12.22},{&quot;2026-07-20&quot;:12.22},{&quot;2026-07-21&quot;:12.22},{&quot;2026-07-22&quot;:12.22},{&quot;2026-07-23&quot;:12.22},{&quot;2026-07-24&quot;:12.15},{&quot;2026-07-25&quot;:12.15},{&quot;2026-07-26&quot;:12.15},{&quot;2026-07-27&quot;:12.15},{&quot;2026-07-28&quot;:12.15},{&quot;2026-07-29&quot;:12.15},{&quot;2026-07-30&quot;:12.07},{&quot;2026-07-31&quot;:12.07},{&quot;2026-08-01&quot;:12.07},{&quot;2026-08-02&quot;:12.12},{&quot;2026-08-03&quot;:12.12},{&quot;2026-08-04&quot;:12.23},{&quot;2026-08-05&quot;:12.23},{&quot;2026-08-07&quot;:12.23},{&quot;2026-08-08&quot;:12.23},{&quot;2026-08-09&quot;:12.23},{&quot;2026-08-10&quot;:12.23},{&quot;2026-08-11&quot;:12.2},{&quot;2026-08-12&quot;:12.01},{&quot;2026-08-13&quot;:12.01},{&quot;2026-08-14&quot;:12.01},{&quot;2026-08-15&quot;:12.01},{&quot;2026-08-16&quot;:11.85},{&quot;2026-08-17&quot;:11.85},{&quot;2026-08-18&quot;:11.85},{&quot;2026-08-19&quot;:11.85},{&quot;2026-08-20&quot;:11.85},{&quot;2026-08-21&quot;:11.85},{&quot;2026-08-22&quot;:11.85},{&quot;2026-08-23&quot;:11.87},{&quot;2026-08-24&quot;:11.87},{&quot;2026-08-25&quot;:11.87},{&quot;2026-08-26&quot;:11.87},{&quot;2026-08-27&quot;:11.87},{&quot;2026-08-28&quot;:11.87},{&quot;2026-08-29&quot;:11.87},{&quot;2026-08-30&quot;:11.87},{&quot;2026-08-31&quot;:11.87},{&quot;2026-09-01&quot;:11.87},{&quot;2026-09-02&quot;:11.87},{&quot;2026-09-03&quot;:11.87},{&quot;2026-09-04&quot;:11.87},{&quot;2026-09-05&quot;:11.87},{&quot;2026-09-06&quot;:11.87},{&quot;2026-09-07&quot;:11.74},{&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.74},{&quot;2026-09-12&quot;:11.74},{&quot;2026-09-13&quot;:11.74}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.84},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.84},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.75},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.74},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.74},{&quot;2026-07-04&quot;:1.74},{&quot;2026-07-05&quot;:1.74},{&quot;2026-07-06&quot;:1.74},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.77},{&quot;2026-07-12&quot;:1.77},{&quot;2026-07-13&quot;:1.77},{&quot;2026-07-14&quot;:1.77},{&quot;2026-07-15&quot;:1.79},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.75},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.8},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.8},{&quot;2026-07-22&quot;:1.8},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.75},{&quot;2026-07-28&quot;:1.75},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.73},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.86},{&quot;2026-08-05&quot;:1.86},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.86},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.88},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.79},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.81},{&quot;2026-08-24&quot;:1.79},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.76},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.67},{&quot;2026-09-01&quot;:1.67},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.67},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.77},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Buried Ruin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/a/da65afdc-a994-44cb-83f9-6e7f0f3ab2f1.jpg?1783930087" />

        <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">
            Buried Ruin
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Buried Ruin" src="https://cards.scryfall.io/large/front/d/a/da65afdc-a994-44cb-83f9-6e7f0f3ab2f1.jpg?1783930087" />
    </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">
                $1.78
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.30</span>
              <span class="text-xs text-grey-text">Credit: $0.39</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-15&quot;:2.68},{&quot;2026-06-16&quot;:2.68},{&quot;2026-06-17&quot;:2.71},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.78},{&quot;2026-06-20&quot;:2.78},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.81},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:3.01},{&quot;2026-06-28&quot;:3.02},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:3.04},{&quot;2026-07-01&quot;:3.0},{&quot;2026-07-02&quot;:3.0},{&quot;2026-07-03&quot;:3.06},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.09},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.08},{&quot;2026-07-10&quot;:3.09},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.19},{&quot;2026-07-18&quot;:3.31},{&quot;2026-07-19&quot;:3.31},{&quot;2026-07-20&quot;:3.31},{&quot;2026-07-21&quot;:3.26},{&quot;2026-07-22&quot;:3.31},{&quot;2026-07-23&quot;:3.31},{&quot;2026-07-24&quot;:3.31},{&quot;2026-07-25&quot;:3.31},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-28&quot;:3.33},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.41},{&quot;2026-07-31&quot;:3.41},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.46},{&quot;2026-08-05&quot;:3.46},{&quot;2026-08-07&quot;:3.53},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.63},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.63},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:3.64},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.66},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.66},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.65},{&quot;2026-08-27&quot;:3.65},{&quot;2026-08-28&quot;:3.65},{&quot;2026-08-29&quot;:3.65},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.65},{&quot;2026-09-01&quot;:3.68},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.55},{&quot;2026-09-06&quot;:3.55},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.48},{&quot;2026-09-09&quot;:3.59},{&quot;2026-09-10&quot;:3.59},{&quot;2026-09-11&quot;:3.51},{&quot;2026-09-12&quot;:3.51},{&quot;2026-09-13&quot;:3.51}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.7},{&quot;2026-06-18&quot;:1.67},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.8},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.74},{&quot;2026-06-27&quot;:1.78},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.65},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.64},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.49},{&quot;2026-07-11&quot;:1.49},{&quot;2026-07-12&quot;:1.48},{&quot;2026-07-13&quot;:1.55},{&quot;2026-07-14&quot;:1.48},{&quot;2026-07-15&quot;:1.48},{&quot;2026-07-16&quot;:1.41},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.48},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.46},{&quot;2026-07-21&quot;:1.46},{&quot;2026-07-22&quot;:1.48},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-24&quot;:1.49},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.62},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.76},{&quot;2026-07-29&quot;:1.79},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.82},{&quot;2026-08-04&quot;:1.82},{&quot;2026-08-05&quot;:1.85},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.89},{&quot;2026-08-19&quot;:1.89},{&quot;2026-08-20&quot;:1.89},{&quot;2026-08-21&quot;:1.85},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.95},{&quot;2026-08-24&quot;:1.86},{&quot;2026-08-25&quot;:1.79},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.81},{&quot;2026-08-28&quot;:1.78},{&quot;2026-08-29&quot;:1.78},{&quot;2026-08-30&quot;:1.8},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.74},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.78},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.74},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $1.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="Brilliant Restoration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/4/64f7a506-0aa1-4c2d-b322-e0e9179d05fb.jpg?1783923925" />

        <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">
            Brilliant Restoration
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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><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="Brilliant Restoration" src="https://cards.scryfall.io/large/front/6/4/64f7a506-0aa1-4c2d-b322-e0e9179d05fb.jpg?1783923925" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:1.88},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:1.88},{&quot;2026-06-16&quot;:1.88},{&quot;2026-06-17&quot;:1.88},{&quot;2026-06-18&quot;:1.88},{&quot;2026-06-19&quot;:1.88},{&quot;2026-06-20&quot;:1.88},{&quot;2026-06-21&quot;:1.87},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.91},{&quot;2026-06-25&quot;:1.99},{&quot;2026-06-26&quot;:1.99},{&quot;2026-06-27&quot;:1.99},{&quot;2026-06-28&quot;:1.99},{&quot;2026-06-29&quot;:1.99},{&quot;2026-06-30&quot;:1.99},{&quot;2026-07-01&quot;:1.99},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.18},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.18},{&quot;2026-07-09&quot;:2.1},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.17},{&quot;2026-07-13&quot;:2.16},{&quot;2026-07-14&quot;:2.16},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.19},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.25},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-25&quot;:2.25},{&quot;2026-07-26&quot;:2.25},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:2.21},{&quot;2026-07-31&quot;:2.21},{&quot;2026-08-01&quot;:2.16},{&quot;2026-08-02&quot;:2.16},{&quot;2026-08-03&quot;:2.23},{&quot;2026-08-04&quot;:2.23},{&quot;2026-08-05&quot;:2.23},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.31},{&quot;2026-08-09&quot;:2.31},{&quot;2026-08-10&quot;:2.31},{&quot;2026-08-11&quot;:2.31},{&quot;2026-08-12&quot;:2.31},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.21},{&quot;2026-08-16&quot;:2.21},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.11},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.94},{&quot;2026-08-28&quot;:1.94},{&quot;2026-08-29&quot;:1.94},{&quot;2026-08-30&quot;:1.94},{&quot;2026-08-31&quot;:1.94},{&quot;2026-09-01&quot;:1.94},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:1.94},{&quot;2026-09-04&quot;:1.94},{&quot;2026-09-05&quot;:1.94},{&quot;2026-09-06&quot;:1.82},{&quot;2026-09-07&quot;:1.82},{&quot;2026-09-08&quot;:1.82},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.78},{&quot;2026-09-13&quot;:1.78}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.52},{&quot;2026-06-14&quot;:1.52},{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.54},{&quot;2026-06-17&quot;:1.54},{&quot;2026-06-18&quot;:1.54},{&quot;2026-06-19&quot;:1.6},{&quot;2026-06-20&quot;:1.66},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.85},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.62},{&quot;2026-06-27&quot;:1.61},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.54},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.74},{&quot;2026-07-03&quot;:1.57},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:2.01},{&quot;2026-07-07&quot;:1.98},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.53},{&quot;2026-07-12&quot;:2.5},{&quot;2026-07-13&quot;:2.48},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:2.25},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.2},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:2.38},{&quot;2026-07-20&quot;:2.54},{&quot;2026-07-21&quot;:2.46},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.32},{&quot;2026-07-26&quot;:2.35},{&quot;2026-07-27&quot;:2.43},{&quot;2026-07-28&quot;:2.25},{&quot;2026-07-29&quot;:2.25},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.77},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.81},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.81},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:2.01},{&quot;2026-08-11&quot;:1.98},{&quot;2026-08-12&quot;:2.33},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.39},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.58},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.44},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.28},{&quot;2026-08-22&quot;:1.98},{&quot;2026-08-23&quot;:1.99},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.94},{&quot;2026-08-26&quot;:1.91},{&quot;2026-08-27&quot;:1.9},{&quot;2026-08-28&quot;:1.9},{&quot;2026-08-29&quot;:1.9},{&quot;2026-08-30&quot;:1.7},{&quot;2026-08-31&quot;:1.65},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.46},{&quot;2026-09-03&quot;:1.44},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.44},{&quot;2026-09-07&quot;:1.42},{&quot;2026-09-08&quot;:1.62},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.59},{&quot;2026-09-11&quot;:1.57},{&quot;2026-09-12&quot;:1.59},{&quot;2026-09-13&quot;:1.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="52938"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Minsc &amp; Boo, Timeless Heroes
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Minsc &amp; Boo, Timeless Heroes" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/c/dc01ee03-3817-4fd4-a93d-cd1121e62d95.jpg?1783910593" />

        <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">
            Minsc &amp; Boo, Timeless Heroes
        </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 — Minsc</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Minsc &amp; Boo, Timeless Heroes" src="https://cards.scryfall.io/large/front/d/c/dc01ee03-3817-4fd4-a93d-cd1121e62d95.jpg?1783910593" />
    </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">
                $1.78
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.28},{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.33},{&quot;2026-06-15&quot;:2.33},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.33},{&quot;2026-06-19&quot;:2.33},{&quot;2026-06-20&quot;:2.33},{&quot;2026-06-21&quot;:2.28},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.28},{&quot;2026-06-24&quot;:2.3},{&quot;2026-06-25&quot;:2.3},{&quot;2026-06-26&quot;:2.3},{&quot;2026-06-27&quot;:2.33},{&quot;2026-06-28&quot;:2.32},{&quot;2026-06-29&quot;:2.35},{&quot;2026-06-30&quot;:2.33},{&quot;2026-07-01&quot;:2.33},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.16},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.09},{&quot;2026-07-07&quot;:2.1},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.13},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.05},{&quot;2026-07-12&quot;:2.04},{&quot;2026-07-13&quot;:2.04},{&quot;2026-07-14&quot;:1.96},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.91},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.85},{&quot;2026-07-19&quot;:1.85},{&quot;2026-07-20&quot;:1.84},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.83},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.83},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.8},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.82},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.82},{&quot;2026-08-12&quot;:1.81},{&quot;2026-08-13&quot;:1.76},{&quot;2026-08-14&quot;:1.76},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.68},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.71},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.7},{&quot;2026-08-26&quot;:1.7},{&quot;2026-08-27&quot;:1.68},{&quot;2026-08-28&quot;:1.71},{&quot;2026-08-29&quot;:1.71},{&quot;2026-08-30&quot;:1.77},{&quot;2026-08-31&quot;:1.76},{&quot;2026-09-01&quot;:1.76},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.73},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.82},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

        <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">
            Garruk, Cursed Huntsman
        </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 — Garruk</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-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="Garruk, Cursed Huntsman" src="https://cards.scryfall.io/large/front/a/b/abef512f-8f1d-4257-b16f-c0eed58670ec.jpg?1783932597" />
    </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">
                $1.78
              </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">
                $1.61
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.87},{&quot;2026-06-16&quot;:1.87},{&quot;2026-06-17&quot;:1.87},{&quot;2026-06-18&quot;:1.87},{&quot;2026-06-19&quot;:1.87},{&quot;2026-06-20&quot;:1.87},{&quot;2026-06-21&quot;:1.87},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.83},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.83},{&quot;2026-06-27&quot;:1.83},{&quot;2026-06-28&quot;:1.83},{&quot;2026-06-29&quot;:1.83},{&quot;2026-06-30&quot;:1.83},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:1.83},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.83},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.72},{&quot;2026-07-09&quot;:1.72},{&quot;2026-07-10&quot;:1.7},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.7},{&quot;2026-07-13&quot;:1.7},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.7},{&quot;2026-07-16&quot;:1.7},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.7},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-22&quot;:1.7},{&quot;2026-07-23&quot;:1.69},{&quot;2026-07-24&quot;:1.69},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.69},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.68},{&quot;2026-07-29&quot;:1.68},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.69},{&quot;2026-08-01&quot;:1.69},{&quot;2026-08-02&quot;:1.69},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.75},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.75},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.69},{&quot;2026-08-19&quot;:1.69},{&quot;2026-08-20&quot;:1.69},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.69},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.68},{&quot;2026-08-25&quot;:1.68},{&quot;2026-08-26&quot;:1.68},{&quot;2026-08-27&quot;:1.68},{&quot;2026-08-28&quot;:1.68},{&quot;2026-08-29&quot;:1.68},{&quot;2026-08-30&quot;:1.64},{&quot;2026-08-31&quot;:1.64},{&quot;2026-09-01&quot;:1.64},{&quot;2026-09-02&quot;:1.64},{&quot;2026-09-03&quot;:1.64},{&quot;2026-09-04&quot;:1.64},{&quot;2026-09-05&quot;:1.64},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.64},{&quot;2026-09-10&quot;:1.64},{&quot;2026-09-11&quot;:1.64},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.61}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.42},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.41},{&quot;2026-06-21&quot;:1.4},{&quot;2026-06-22&quot;:1.4},{&quot;2026-06-23&quot;:1.4},{&quot;2026-06-24&quot;:1.4},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.42},{&quot;2026-06-27&quot;:1.42},{&quot;2026-06-28&quot;:1.42},{&quot;2026-06-29&quot;:1.4},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.37},{&quot;2026-07-03&quot;:1.37},{&quot;2026-07-04&quot;:1.37},{&quot;2026-07-05&quot;:1.37},{&quot;2026-07-06&quot;:1.37},{&quot;2026-07-07&quot;:1.37},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.41},{&quot;2026-07-12&quot;:1.37},{&quot;2026-07-13&quot;:1.36},{&quot;2026-07-14&quot;:1.4},{&quot;2026-07-15&quot;:1.4},{&quot;2026-07-16&quot;:1.4},{&quot;2026-07-17&quot;:1.39},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.45},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.42},{&quot;2026-07-22&quot;:1.39},{&quot;2026-07-23&quot;:1.5},{&quot;2026-07-24&quot;:1.5},{&quot;2026-07-25&quot;:1.55},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-28&quot;:1.59},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.64},{&quot;2026-07-31&quot;:1.59},{&quot;2026-08-01&quot;:1.59},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.57},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.57},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.61},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.56},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.62},{&quot;2026-08-19&quot;:1.69},{&quot;2026-08-20&quot;:1.69},{&quot;2026-08-21&quot;:1.77},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.8},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.79},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.62},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.68},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.62},{&quot;2026-09-09&quot;:1.62},{&quot;2026-09-10&quot;:1.65},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/1/6/16fbbd8d-bb18-4a8b-95a4-30ad6d548f72.jpg?1783914943" />
    </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">
                $1.78
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.67},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.67},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.69},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.69},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.67},{&quot;2026-07-08&quot;:1.67},{&quot;2026-07-09&quot;:1.67},{&quot;2026-07-10&quot;:1.67},{&quot;2026-07-11&quot;:1.67},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.68},{&quot;2026-07-14&quot;:1.69},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.62},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-22&quot;:1.61},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.57},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.66},{&quot;2026-08-01&quot;:1.68},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.71},{&quot;2026-08-07&quot;:1.71},{&quot;2026-08-08&quot;:1.71},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.81},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.83},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.85},{&quot;2026-08-19&quot;:1.88},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:1.97},{&quot;2026-08-22&quot;:1.97},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:1.94},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.94},{&quot;2026-08-27&quot;:1.97},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.81},{&quot;2026-09-03&quot;:1.81},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.7},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/0/d/0d38ff41-a60c-4d70-92e4-4d3d3ab073a3.jpg?1782684249" />
    </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">
                $1.78
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.85},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.76},{&quot;2026-06-25&quot;:1.83},{&quot;2026-06-26&quot;:1.88},{&quot;2026-06-27&quot;:1.89},{&quot;2026-06-28&quot;:1.98},{&quot;2026-06-29&quot;:1.98},{&quot;2026-06-30&quot;:2.02},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.05},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.13},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.19},{&quot;2026-07-10&quot;:2.25},{&quot;2026-07-11&quot;:2.32},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.38},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.19},{&quot;2026-07-19&quot;:2.12},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-22&quot;:2.04},{&quot;2026-07-23&quot;:2.03},{&quot;2026-07-24&quot;:2.16},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.17},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.3},{&quot;2026-07-31&quot;:2.36},{&quot;2026-08-01&quot;:2.3},{&quot;2026-08-02&quot;:2.55},{&quot;2026-08-03&quot;:2.92},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.91},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.64},{&quot;2026-08-10&quot;:2.56},{&quot;2026-08-11&quot;:2.59},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.43},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.46},{&quot;2026-08-16&quot;:2.47},{&quot;2026-08-17&quot;:2.49},{&quot;2026-08-18&quot;:2.34},{&quot;2026-08-19&quot;:2.4},{&quot;2026-08-20&quot;:2.32},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.28},{&quot;2026-08-23&quot;:2.25},{&quot;2026-08-24&quot;:2.32},{&quot;2026-08-25&quot;:2.4},{&quot;2026-08-26&quot;:2.32},{&quot;2026-08-27&quot;:2.33},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.29},{&quot;2026-08-31&quot;:2.25},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.26},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.17},{&quot;2026-09-05&quot;:2.17},{&quot;2026-09-06&quot;:2.13},{&quot;2026-09-07&quot;:2.17},{&quot;2026-09-08&quot;:2.13},{&quot;2026-09-09&quot;:2.08},{&quot;2026-09-10&quot;:1.91},{&quot;2026-09-11&quot;:1.91},{&quot;2026-09-12&quot;:1.81},{&quot;2026-09-13&quot;:1.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sol Ring" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/8/58b26011-e103-45c4-a253-900f4e6b2eeb.jpg?1783928686" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/5/8/58b26011-e103-45c4-a253-900f4e6b2eeb.jpg?1783928686" />
    </div>

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.5},{&quot;2026-06-16&quot;:1.5},{&quot;2026-06-17&quot;:1.44},{&quot;2026-06-18&quot;:1.44},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.41},{&quot;2026-06-21&quot;:1.41},{&quot;2026-06-22&quot;:1.44},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.4},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.4},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.44},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.44},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.46},{&quot;2026-07-06&quot;:1.48},{&quot;2026-07-07&quot;:1.55},{&quot;2026-07-08&quot;:1.55},{&quot;2026-07-09&quot;:1.55},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.56},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.53},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.57},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.58},{&quot;2026-07-22&quot;:1.59},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-24&quot;:1.59},{&quot;2026-07-25&quot;:1.56},{&quot;2026-07-26&quot;:1.58},{&quot;2026-07-27&quot;:1.55},{&quot;2026-07-28&quot;:1.55},{&quot;2026-07-29&quot;:1.57},{&quot;2026-07-30&quot;:1.57},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.62},{&quot;2026-08-03&quot;:1.62},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.63},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.7},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.79},{&quot;2026-08-23&quot;:1.75},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.82},{&quot;2026-08-28&quot;:1.82},{&quot;2026-08-29&quot;:1.82},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.74},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21277"
  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-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">
            Boros Garrison
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Boros Garrison
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Boros Garrison" src="https://cards.scryfall.io/large/front/7/1/71cdfa12-e933-4c64-b7d5-c856a6a054ff.jpg?1783921751" />
    </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">
                $1.77
              </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">
                $2.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">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.39},{&quot;2026-06-13&quot;:2.39},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.48},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.61},{&quot;2026-06-21&quot;:2.61},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.63},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.61},{&quot;2026-06-26&quot;:2.3},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.3},{&quot;2026-07-01&quot;:2.26},{&quot;2026-07-02&quot;:2.26},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.27},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.23},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.2},{&quot;2026-07-13&quot;:2.2},{&quot;2026-07-14&quot;:2.19},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.3},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.08},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:2.09},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.17},{&quot;2026-07-25&quot;:2.19},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.06},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:2.15},{&quot;2026-07-31&quot;:2.24},{&quot;2026-08-01&quot;:2.24},{&quot;2026-08-02&quot;:2.39},{&quot;2026-08-03&quot;:2.39},{&quot;2026-08-04&quot;:2.39},{&quot;2026-08-05&quot;:2.39},{&quot;2026-08-07&quot;:2.45},{&quot;2026-08-08&quot;:2.45},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.42},{&quot;2026-08-12&quot;:2.41},{&quot;2026-08-13&quot;:2.46},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.44},{&quot;2026-08-16&quot;:2.45},{&quot;2026-08-17&quot;:2.45},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.45},{&quot;2026-08-20&quot;:2.45},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.29},{&quot;2026-08-23&quot;:2.26},{&quot;2026-08-24&quot;:2.26},{&quot;2026-08-25&quot;:2.26},{&quot;2026-08-26&quot;:2.26},{&quot;2026-08-27&quot;:2.26},{&quot;2026-08-28&quot;:2.28},{&quot;2026-08-29&quot;:2.28},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.19},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.19},{&quot;2026-09-03&quot;:2.21},{&quot;2026-09-04&quot;:2.21},{&quot;2026-09-05&quot;:2.21},{&quot;2026-09-06&quot;:2.21},{&quot;2026-09-07&quot;:2.21},{&quot;2026-09-08&quot;:2.21},{&quot;2026-09-09&quot;:2.21},{&quot;2026-09-10&quot;:2.21},{&quot;2026-09-11&quot;:2.21},{&quot;2026-09-12&quot;:2.21},{&quot;2026-09-13&quot;:2.21}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.73},{&quot;2026-06-13&quot;:1.73},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.58},{&quot;2026-06-16&quot;:1.57},{&quot;2026-06-17&quot;:1.55},{&quot;2026-06-18&quot;:1.52},{&quot;2026-06-19&quot;:1.51},{&quot;2026-06-20&quot;:1.51},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.45},{&quot;2026-06-23&quot;:1.43},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.38},{&quot;2026-06-26&quot;:1.3},{&quot;2026-06-27&quot;:1.28},{&quot;2026-06-28&quot;:1.26},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.19},{&quot;2026-07-02&quot;:1.18},{&quot;2026-07-03&quot;:1.21},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.21},{&quot;2026-07-06&quot;:1.18},{&quot;2026-07-07&quot;:1.21},{&quot;2026-07-08&quot;:1.21},{&quot;2026-07-09&quot;:1.21},{&quot;2026-07-10&quot;:1.23},{&quot;2026-07-11&quot;:1.29},{&quot;2026-07-12&quot;:1.53},{&quot;2026-07-13&quot;:1.59},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.75},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.8},{&quot;2026-07-18&quot;:1.9},{&quot;2026-07-19&quot;:1.9},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:2.09},{&quot;2026-07-23&quot;:2.09},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.07},{&quot;2026-07-27&quot;:2.07},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:1.98},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:2.0},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.93},{&quot;2026-08-05&quot;:1.93},{&quot;2026-08-07&quot;:1.86},{&quot;2026-08-08&quot;:1.93},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.87},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.9},{&quot;2026-08-17&quot;:1.9},{&quot;2026-08-18&quot;:1.9},{&quot;2026-08-19&quot;:1.9},{&quot;2026-08-20&quot;:1.9},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.62},{&quot;2026-08-25&quot;:1.62},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.66},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.69},{&quot;2026-09-01&quot;:1.69},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.66},{&quot;2026-09-05&quot;:1.68},{&quot;2026-09-06&quot;:1.67},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.72},{&quot;2026-09-09&quot;:1.72},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.77},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="23842"
  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">
            Doomsday Excruciator
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Doomsday Excruciator" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/4/542c89b6-48c6-4fcb-8a4c-b5ed2fa1d384.jpg?1783909483" />

        <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">
            Doomsday Excruciator
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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><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="Doomsday Excruciator" src="https://cards.scryfall.io/large/front/5/4/542c89b6-48c6-4fcb-8a4c-b5ed2fa1d384.jpg?1783909483" />
    </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">
                $1.77
              </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">
                $2.18
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.36</span>
              <span class="text-xs text-grey-text">Credit: $0.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-13&quot;:1.44},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.44},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.45},{&quot;2026-06-18&quot;:1.45},{&quot;2026-06-19&quot;:1.44},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.43},{&quot;2026-06-22&quot;:1.43},{&quot;2026-06-23&quot;:1.4},{&quot;2026-06-24&quot;:1.38},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.37},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.35},{&quot;2026-06-30&quot;:1.44},{&quot;2026-07-01&quot;:1.44},{&quot;2026-07-02&quot;:1.52},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.58},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.8},{&quot;2026-07-07&quot;:2.04},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.43},{&quot;2026-07-12&quot;:2.46},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.77},{&quot;2026-07-16&quot;:2.96},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:2.92},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.83},{&quot;2026-07-25&quot;:3.08},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:2.99},{&quot;2026-07-28&quot;:2.95},{&quot;2026-07-29&quot;:2.95},{&quot;2026-07-30&quot;:2.95},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.77},{&quot;2026-08-02&quot;:2.77},{&quot;2026-08-03&quot;:2.77},{&quot;2026-08-04&quot;:2.76},{&quot;2026-08-05&quot;:2.71},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.71},{&quot;2026-08-09&quot;:2.65},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.52},{&quot;2026-08-12&quot;:2.46},{&quot;2026-08-13&quot;:2.4},{&quot;2026-08-14&quot;:2.4},{&quot;2026-08-15&quot;:2.4},{&quot;2026-08-16&quot;:2.4},{&quot;2026-08-17&quot;:2.37},{&quot;2026-08-18&quot;:2.36},{&quot;2026-08-19&quot;:2.36},{&quot;2026-08-20&quot;:2.36},{&quot;2026-08-21&quot;:2.55},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.47},{&quot;2026-08-24&quot;:2.44},{&quot;2026-08-25&quot;:2.44},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.44},{&quot;2026-08-28&quot;:2.34},{&quot;2026-08-29&quot;:2.34},{&quot;2026-08-30&quot;:2.2},{&quot;2026-08-31&quot;:2.21},{&quot;2026-09-01&quot;:2.21},{&quot;2026-09-02&quot;:2.16},{&quot;2026-09-03&quot;:2.16},{&quot;2026-09-04&quot;:2.16},{&quot;2026-09-05&quot;:2.16},{&quot;2026-09-06&quot;:2.16},{&quot;2026-09-07&quot;:2.16},{&quot;2026-09-08&quot;:2.16},{&quot;2026-09-09&quot;:2.16},{&quot;2026-09-10&quot;:2.16},{&quot;2026-09-11&quot;:2.18},{&quot;2026-09-12&quot;:2.18},{&quot;2026-09-13&quot;:2.18}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.71},{&quot;2026-06-14&quot;:0.71},{&quot;2026-06-15&quot;:0.72},{&quot;2026-06-16&quot;:0.75},{&quot;2026-06-17&quot;:0.75},{&quot;2026-06-18&quot;:0.76},{&quot;2026-06-19&quot;:0.71},{&quot;2026-06-20&quot;:0.69},{&quot;2026-06-21&quot;:0.63},{&quot;2026-06-22&quot;:0.63},{&quot;2026-06-23&quot;:0.65},{&quot;2026-06-24&quot;:0.7},{&quot;2026-06-25&quot;:0.7},{&quot;2026-06-26&quot;:0.72},{&quot;2026-06-27&quot;:0.72},{&quot;2026-06-28&quot;:0.66},{&quot;2026-06-29&quot;:0.68},{&quot;2026-06-30&quot;:0.71},{&quot;2026-07-01&quot;:0.71},{&quot;2026-07-02&quot;:0.75},{&quot;2026-07-03&quot;:0.71},{&quot;2026-07-04&quot;:0.71},{&quot;2026-07-05&quot;:0.7},{&quot;2026-07-06&quot;:0.72},{&quot;2026-07-07&quot;:0.7},{&quot;2026-07-08&quot;:0.71},{&quot;2026-07-09&quot;:0.74},{&quot;2026-07-10&quot;:0.82},{&quot;2026-07-11&quot;:0.84},{&quot;2026-07-12&quot;:0.84},{&quot;2026-07-13&quot;:0.9},{&quot;2026-07-14&quot;:0.87},{&quot;2026-07-15&quot;:0.83},{&quot;2026-07-16&quot;:0.8},{&quot;2026-07-17&quot;:0.84},{&quot;2026-07-18&quot;:0.88},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:0.91},{&quot;2026-07-21&quot;:0.92},{&quot;2026-07-23&quot;:1.0},{&quot;2026-07-25&quot;:1.04},{&quot;2026-07-26&quot;:1.02},{&quot;2026-07-27&quot;:1.05},{&quot;2026-07-28&quot;:1.09},{&quot;2026-07-29&quot;:1.15},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.36},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.25},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.33},{&quot;2026-08-08&quot;:1.49},{&quot;2026-08-09&quot;:1.49},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.59},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.43},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.36},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.24},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.24},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.39},{&quot;2026-08-25&quot;:1.39},{&quot;2026-08-26&quot;:1.33},{&quot;2026-08-27&quot;:1.39},{&quot;2026-08-28&quot;:1.41},{&quot;2026-08-29&quot;:1.41},{&quot;2026-08-30&quot;:1.32},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.43},{&quot;2026-09-03&quot;:1.5},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.89},{&quot;2026-09-09&quot;:1.91},{&quot;2026-09-10&quot;:1.9},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ajani&#39;s Welcome" src="https://cards.scryfall.io/large/front/b/7/b7d0793f-0180-41a4-b9e8-1c527d1b978b.jpg?1783910073" />
    </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">
                $1.77
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.17},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.11},{&quot;2026-06-18&quot;:2.12},{&quot;2026-06-19&quot;:2.07},{&quot;2026-06-20&quot;:2.05},{&quot;2026-06-21&quot;:2.05},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-23&quot;:2.06},{&quot;2026-06-24&quot;:2.06},{&quot;2026-06-25&quot;:2.05},{&quot;2026-06-26&quot;:2.05},{&quot;2026-06-27&quot;:2.05},{&quot;2026-06-28&quot;:2.05},{&quot;2026-06-29&quot;:2.05},{&quot;2026-06-30&quot;:2.05},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.0},{&quot;2026-07-03&quot;:1.97},{&quot;2026-07-04&quot;:1.97},{&quot;2026-07-05&quot;:1.94},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.91},{&quot;2026-07-08&quot;:1.92},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.93},{&quot;2026-07-11&quot;:1.89},{&quot;2026-07-12&quot;:1.91},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:1.88},{&quot;2026-07-15&quot;:1.88},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.89},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-22&quot;:1.91},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.86},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-28&quot;:1.87},{&quot;2026-07-29&quot;:1.86},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.81},{&quot;2026-08-01&quot;:1.81},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.75},{&quot;2026-08-07&quot;:1.77},{&quot;2026-08-08&quot;:1.8},{&quot;2026-08-09&quot;:1.79},{&quot;2026-08-10&quot;:1.79},{&quot;2026-08-11&quot;:1.78},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.67},{&quot;2026-08-20&quot;:1.65},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.73},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.7},{&quot;2026-09-01&quot;:1.75},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.74},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="85639"
  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-wth 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">
            Vitalize
        </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">
              ↓
              6%
            </span>

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

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

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

        <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">
            Vitalize
        </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-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="Vitalize" src="https://cards.scryfall.io/large/front/d/6/d6ee4997-4b1a-4e03-88ac-63b451bb7b38.jpg?1783946715" />
    </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">
                $1.77
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.36</span>
              <span class="text-xs text-grey-text">Credit: $0.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;normal&quot;:[{&quot;2026-06-15&quot;:2.26},{&quot;2026-06-16&quot;:2.09},{&quot;2026-06-17&quot;:2.09},{&quot;2026-06-18&quot;:2.09},{&quot;2026-06-19&quot;:2.09},{&quot;2026-06-20&quot;:2.07},{&quot;2026-06-21&quot;:2.07},{&quot;2026-06-22&quot;:2.07},{&quot;2026-06-23&quot;:2.07},{&quot;2026-06-24&quot;:1.92},{&quot;2026-06-25&quot;:1.92},{&quot;2026-06-26&quot;:1.92},{&quot;2026-06-27&quot;:1.8},{&quot;2026-06-28&quot;:1.85},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:2.0},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.06},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:2.06},{&quot;2026-07-05&quot;:2.06},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.94},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.91},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.87},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.86},{&quot;2026-07-15&quot;:1.86},{&quot;2026-07-16&quot;:1.86},{&quot;2026-07-17&quot;:1.82},{&quot;2026-07-18&quot;:1.84},{&quot;2026-07-19&quot;:1.83},{&quot;2026-07-20&quot;:1.83},{&quot;2026-07-21&quot;:1.83},{&quot;2026-07-22&quot;:1.83},{&quot;2026-07-23&quot;:1.83},{&quot;2026-07-24&quot;:1.85},{&quot;2026-07-25&quot;:1.85},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:2.03},{&quot;2026-07-28&quot;:2.03},{&quot;2026-07-29&quot;:2.03},{&quot;2026-07-30&quot;:2.01},{&quot;2026-07-31&quot;:2.01},{&quot;2026-08-01&quot;:2.01},{&quot;2026-08-02&quot;:2.03},{&quot;2026-08-03&quot;:2.03},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.88},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.82},{&quot;2026-08-11&quot;:1.8},{&quot;2026-08-12&quot;:1.82},{&quot;2026-08-13&quot;:1.82},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.8},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.96},{&quot;2026-08-21&quot;:1.88},{&quot;2026-08-22&quot;:1.88},{&quot;2026-08-23&quot;:1.88},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.86},{&quot;2026-08-26&quot;:1.86},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.86},{&quot;2026-08-29&quot;:1.86},{&quot;2026-08-30&quot;:1.89},{&quot;2026-08-31&quot;:1.9},{&quot;2026-09-01&quot;:1.86},{&quot;2026-09-02&quot;:1.87},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.88},{&quot;2026-09-06&quot;:1.88},{&quot;2026-09-07&quot;:1.88},{&quot;2026-09-08&quot;:1.94},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.98},{&quot;2026-09-12&quot;:1.77},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89444"
  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-znc 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">
            Changeling Outcast
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Changeling Outcast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0dc046ef-eeb9-4ef7-8cc5-172b7346355e.jpg?1783929480" />

        <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">
            Changeling Outcast
        </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">Creature — Shapeshifter</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="Changeling Outcast" src="https://cards.scryfall.io/large/front/0/d/0dc046ef-eeb9-4ef7-8cc5-172b7346355e.jpg?1783929480" />
    </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">
                $1.77
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.64},{&quot;2026-06-15&quot;:1.69},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.72},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.72},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.65},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.79},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.89},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:1.86},{&quot;2026-07-10&quot;:1.86},{&quot;2026-07-11&quot;:1.86},{&quot;2026-07-12&quot;:1.86},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-23&quot;:1.92},{&quot;2026-07-24&quot;:1.92},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:1.92},{&quot;2026-07-27&quot;:1.92},{&quot;2026-07-28&quot;:1.92},{&quot;2026-07-29&quot;:1.92},{&quot;2026-07-30&quot;:1.92},{&quot;2026-07-31&quot;:1.94},{&quot;2026-08-01&quot;:1.94},{&quot;2026-08-02&quot;:1.94},{&quot;2026-08-03&quot;:1.97},{&quot;2026-08-04&quot;:1.98},{&quot;2026-08-05&quot;:1.98},{&quot;2026-08-07&quot;:1.91},{&quot;2026-08-08&quot;:1.92},{&quot;2026-08-09&quot;:1.92},{&quot;2026-08-10&quot;:1.92},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.92},{&quot;2026-08-13&quot;:1.92},{&quot;2026-08-14&quot;:1.85},{&quot;2026-08-15&quot;:1.88},{&quot;2026-08-16&quot;:1.86},{&quot;2026-08-17&quot;:1.81},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.87},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.87},{&quot;2026-08-26&quot;:1.84},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.84},{&quot;2026-08-29&quot;:1.84},{&quot;2026-08-30&quot;:1.85},{&quot;2026-08-31&quot;:1.85},{&quot;2026-09-01&quot;:1.85},{&quot;2026-09-02&quot;:1.82},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.78},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.74},{&quot;2026-09-13&quot;:1.77}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108979"
  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-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">
            Arcane Denial
        </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">
              ↓
              2%
            </span>

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

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

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

        <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">
            Arcane Denial
        </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-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="Arcane Denial" src="https://cards.scryfall.io/large/front/4/9/4931aa7c-b77b-4002-bfb1-b75a1bac1deb.jpg?1782683244" />
    </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">
                $1.77
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.43},{&quot;2026-06-16&quot;:1.44},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.43},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.51},{&quot;2026-06-22&quot;:1.5},{&quot;2026-06-23&quot;:1.52},{&quot;2026-06-24&quot;:1.53},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.55},{&quot;2026-06-28&quot;:1.6},{&quot;2026-06-29&quot;:1.6},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.61},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.52},{&quot;2026-07-08&quot;:1.5},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.6},{&quot;2026-07-14&quot;:1.7},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.65},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.69},{&quot;2026-07-20&quot;:1.69},{&quot;2026-07-21&quot;:1.61},{&quot;2026-07-22&quot;:1.6},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-24&quot;:1.66},{&quot;2026-07-25&quot;:1.74},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.73},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.85},{&quot;2026-07-31&quot;:1.98},{&quot;2026-08-01&quot;:1.98},{&quot;2026-08-02&quot;:2.07},{&quot;2026-08-03&quot;:2.07},{&quot;2026-08-04&quot;:2.04},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.05},{&quot;2026-08-08&quot;:1.98},{&quot;2026-08-09&quot;:1.9},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.88},{&quot;2026-08-12&quot;:2.19},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.6},{&quot;2026-08-16&quot;:2.6},{&quot;2026-08-17&quot;:2.55},{&quot;2026-08-18&quot;:2.43},{&quot;2026-08-19&quot;:2.43},{&quot;2026-08-20&quot;:2.49},{&quot;2026-08-21&quot;:2.45},{&quot;2026-08-22&quot;:2.41},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:1.91},{&quot;2026-08-25&quot;:1.85},{&quot;2026-08-26&quot;:1.76},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.83},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.86},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.83},{&quot;2026-09-06&quot;:1.8},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.77},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.77}]}"
        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 2051-2100 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=41&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=41&amp;username=denvermullets" rel="prev">41</a><a role="link" aria-disabled="true" aria-current="page">42</a><a href="/load_collection?direction=asc&amp;page=43&amp;username=denvermullets" rel="next">43</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=43&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="6227"
          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">
              18
            </td>

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mul ss-rare ss-fw ss-2x mr-4"></i>
              Seizan, Perverter of Truth


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112530"
          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-hob ss-mythic ss-fw ss-2x mr-4"></i>
              Gollum, Riddle Master


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-mythic ss-fw ss-2x mr-4"></i>
              Felisa, Fang of Silverquill


            </td>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

                    <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">
                  $1.81

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="109862"
          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-sos ss-uncommon ss-fw ss-2x mr-4"></i>
              Tablet of Discovery


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28728"
          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-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Alesha, Who Laughs at Fate


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28947"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28947" src="/boxset_card/28947?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49037"
          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">
              96
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Persist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.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">
                $1.05
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.35
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49037"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49037" src="/boxset_card/49037?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53434"
          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-nec ss-rare ss-fw ss-2x mr-4"></i>
              Organic Extinction


            </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-8'></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">
                  $1.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      12%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.44
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53434"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53434" src="/boxset_card/53434?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="53518"
          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-nec ss-rare ss-fw ss-2x mr-4"></i>
              Rampant Rejuvenator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Plant Hydra
            </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">
                  $1.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.45
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="53518"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_53518" src="/boxset_card/53518?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75966"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              296
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-mythic ss-fw ss-2x mr-4"></i>
              Zacama, Primal Calamity


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Elder Dinosaur
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-6'></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><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">
                  $1.79

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.65
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75966"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75966" src="/boxset_card/75966?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="5798"
          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">
              327
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-blb ss-rare ss-fw ss-2x mr-4"></i>
              Alania, Divergent Storm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Otter Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></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">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="5798"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_5798" src="/boxset_card/5798?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18807"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              275
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-uncommon ss-fw ss-2x mr-4"></i>
              Swords to Plowshares


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.45
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18807" src="/boxset_card/18807?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20887"
          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">
              312
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x mr-4"></i>
              Buried Ruin


            </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">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20887"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20887" src="/boxset_card/20887?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41097"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              7
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Brilliant Restoration


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Sorcery
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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><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">
                  $1.58

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      11%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <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">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.75
            </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="41097"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41097" src="/boxset_card/41097?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52938"
          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">
              88
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-mythic ss-fw ss-2x mr-4"></i>
              Minsc &amp; Boo, Timeless Heroes


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Minsc
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.54
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52938"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52938" src="/boxset_card/52938?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="77995"
          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">
              191
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-eld ss-mythic ss-fw ss-2x mr-4"></i>
              Garruk, Cursed Huntsman


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Garruk
            </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-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <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.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.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="77995"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_77995" src="/boxset_card/77995?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87306"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              149
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <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">
                $0.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87306"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87306" src="/boxset_card/87306?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="99220"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              58
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecc ss-uncommon ss-fw ss-2x mr-4"></i>
              Sol Ring


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.78

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="99220"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_99220" src="/boxset_card/99220?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12793"
          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">
              472
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-uncommon ss-fw ss-2x mr-4"></i>
              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">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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">
                1.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12793"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12793" src="/boxset_card/12793?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21277"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              401
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Boros Garrison


            </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">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.15
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.08
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21277"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21277" src="/boxset_card/21277?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23842"
          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">
              94
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dsk ss-rare ss-fw ss-2x mr-4"></i>
              Doomsday Excruciator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Demon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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><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">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.36
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.12
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="23842"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_23842" src="/boxset_card/23842?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="83256"
          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">
              M19-6
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Ajani&#39;s Welcome


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.23
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="83256"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_83256" src="/boxset_card/83256?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85639"
          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">
              145
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-wth ss-common ss-fw ss-2x mr-4"></i>
              Vitalize


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.36
            </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="85639"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_85639" src="/boxset_card/85639?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89444"
          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-znc ss-common ss-fw ss-2x mr-4"></i>
              Changeling Outcast


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Shapeshifter
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.90
            </td>

            <td class="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="89444"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89444" src="/boxset_card/89444?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108979"
          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-soc ss-common ss-fw ss-2x mr-4"></i>
              Arcane Denial


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.77

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.46
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108979"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108979" src="/boxset_card/108979?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 2051-2100 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=41&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=41&amp;username=denvermullets" rel="prev">41</a><a role="link" aria-disabled="true" aria-current="page">42</a><a href="/load_collection?direction=asc&amp;page=43&amp;username=denvermullets" rel="next">43</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=43&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>