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

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


      </div>

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

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

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

        <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">
            Saheeli, the Gifted
        </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 — Saheeli</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Saheeli, the Gifted" src="https://cards.scryfall.io/large/front/c/a/ca095559-ac77-4186-8d9b-b75ce0607582.jpg?1783934329" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.76
              </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 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-15&quot;:2.99},{&quot;2026-06-16&quot;:2.99},{&quot;2026-06-17&quot;:2.99},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:2.99},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:2.68},{&quot;2026-06-24&quot;:2.68},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.68},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.57},{&quot;2026-07-01&quot;:2.57},{&quot;2026-07-02&quot;:2.5},{&quot;2026-07-03&quot;:2.38},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.26},{&quot;2026-07-07&quot;:2.26},{&quot;2026-07-08&quot;:2.26},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.24},{&quot;2026-07-11&quot;:2.24},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:2.14},{&quot;2026-07-18&quot;:2.14},{&quot;2026-07-19&quot;:1.95},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:1.86},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.82},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.88},{&quot;2026-07-28&quot;:1.88},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.88},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.85},{&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.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.84},{&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.87},{&quot;2026-08-23&quot;:1.87},{&quot;2026-08-24&quot;:1.85},{&quot;2026-08-25&quot;:1.83},{&quot;2026-08-26&quot;:1.83},{&quot;2026-08-27&quot;:1.83},{&quot;2026-08-28&quot;:1.83},{&quot;2026-08-29&quot;:1.83},{&quot;2026-08-30&quot;:1.82},{&quot;2026-08-31&quot;:1.84},{&quot;2026-09-01&quot;:1.84},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.84},{&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.8},{&quot;2026-09-09&quot;:1.77},{&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.76}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12827"
  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">
            Jungle Basin
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Jungle Basin
        </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="Jungle Basin" src="https://cards.scryfall.io/large/front/d/4/d4929e39-fccc-450b-bb18-f5ad56a397bd.jpg?1783928682" />
    </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.76
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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;normal&quot;:[{&quot;2026-06-15&quot;:0.66},{&quot;2026-06-16&quot;:0.62},{&quot;2026-06-17&quot;:0.62},{&quot;2026-06-18&quot;:0.62},{&quot;2026-06-19&quot;:0.65},{&quot;2026-06-20&quot;:0.65},{&quot;2026-06-21&quot;:0.65},{&quot;2026-06-22&quot;:0.65},{&quot;2026-06-23&quot;:0.65},{&quot;2026-06-24&quot;:0.65},{&quot;2026-06-25&quot;:0.65},{&quot;2026-06-26&quot;:0.65},{&quot;2026-06-27&quot;:0.64},{&quot;2026-06-28&quot;:0.64},{&quot;2026-06-29&quot;:0.66},{&quot;2026-06-30&quot;:0.66},{&quot;2026-07-01&quot;:0.65},{&quot;2026-07-02&quot;:0.65},{&quot;2026-07-03&quot;:0.68},{&quot;2026-07-04&quot;:0.68},{&quot;2026-07-05&quot;:0.68},{&quot;2026-07-06&quot;:0.68},{&quot;2026-07-07&quot;:0.68},{&quot;2026-07-08&quot;:0.68},{&quot;2026-07-09&quot;:0.68},{&quot;2026-07-10&quot;:0.79},{&quot;2026-07-11&quot;:0.79},{&quot;2026-07-12&quot;:0.79},{&quot;2026-07-13&quot;:0.79},{&quot;2026-07-14&quot;:0.79},{&quot;2026-07-15&quot;:0.79},{&quot;2026-07-16&quot;:0.76},{&quot;2026-07-17&quot;:0.76},{&quot;2026-07-18&quot;:0.76},{&quot;2026-07-19&quot;:0.76},{&quot;2026-07-20&quot;:0.78},{&quot;2026-07-21&quot;:0.76},{&quot;2026-07-22&quot;:0.76},{&quot;2026-07-23&quot;:0.77},{&quot;2026-07-24&quot;:0.77},{&quot;2026-07-25&quot;:0.77},{&quot;2026-07-26&quot;:0.77},{&quot;2026-07-27&quot;:0.77},{&quot;2026-07-28&quot;:0.81},{&quot;2026-07-29&quot;:0.82},{&quot;2026-07-30&quot;:0.82},{&quot;2026-07-31&quot;:0.81},{&quot;2026-08-01&quot;:0.81},{&quot;2026-08-02&quot;:0.8},{&quot;2026-08-03&quot;:0.79},{&quot;2026-08-04&quot;:0.83},{&quot;2026-08-05&quot;:0.83},{&quot;2026-08-07&quot;:0.79},{&quot;2026-08-08&quot;:0.79},{&quot;2026-08-09&quot;:0.81},{&quot;2026-08-10&quot;:0.81},{&quot;2026-08-11&quot;:0.89},{&quot;2026-08-12&quot;:0.89},{&quot;2026-08-13&quot;:0.87},{&quot;2026-08-14&quot;:0.85},{&quot;2026-08-15&quot;:0.82},{&quot;2026-08-16&quot;:0.87},{&quot;2026-08-17&quot;:0.87},{&quot;2026-08-18&quot;:0.86},{&quot;2026-08-19&quot;:0.86},{&quot;2026-08-20&quot;:0.91},{&quot;2026-08-21&quot;:0.99},{&quot;2026-08-22&quot;:1.14},{&quot;2026-08-23&quot;:1.2},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.4},{&quot;2026-08-26&quot;:1.4},{&quot;2026-08-27&quot;:1.48},{&quot;2026-08-28&quot;:1.48},{&quot;2026-08-29&quot;:1.48},{&quot;2026-08-30&quot;:1.48},{&quot;2026-08-31&quot;:1.48},{&quot;2026-09-01&quot;:1.45},{&quot;2026-09-02&quot;:1.62},{&quot;2026-09-03&quot;:1.62},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.62},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.8},{&quot;2026-09-09&quot;:1.8},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.77},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20410"
  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">
            Trash for Treasure
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Trash for Treasure
        </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-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="Trash for Treasure" src="https://cards.scryfall.io/large/front/7/5/75993427-fb8d-41cc-9016-323e804a5eb7.jpg?1783930156" />
    </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.44
              </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">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.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;:1.69},{&quot;2026-06-16&quot;:1.69},{&quot;2026-06-17&quot;:1.69},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.69},{&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.68},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.58},{&quot;2026-07-01&quot;:1.58},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.58},{&quot;2026-07-04&quot;:1.62},{&quot;2026-07-05&quot;:1.6},{&quot;2026-07-06&quot;:1.61},{&quot;2026-07-07&quot;:1.6},{&quot;2026-07-08&quot;:1.61},{&quot;2026-07-09&quot;:1.57},{&quot;2026-07-10&quot;:1.57},{&quot;2026-07-11&quot;:1.53},{&quot;2026-07-12&quot;:1.58},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.63},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.66},{&quot;2026-07-17&quot;:1.66},{&quot;2026-07-18&quot;:1.66},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.71},{&quot;2026-07-21&quot;:1.71},{&quot;2026-07-22&quot;:1.74},{&quot;2026-07-23&quot;:1.78},{&quot;2026-07-24&quot;:1.78},{&quot;2026-07-25&quot;:1.78},{&quot;2026-07-26&quot;:1.78},{&quot;2026-07-27&quot;:1.78},{&quot;2026-07-28&quot;:1.78},{&quot;2026-07-29&quot;:1.78},{&quot;2026-07-30&quot;:1.78},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.77},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.79},{&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.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:1.85},{&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.79},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.76},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.76}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.34},{&quot;2026-06-17&quot;:1.33},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.37},{&quot;2026-06-20&quot;:1.38},{&quot;2026-06-21&quot;:1.38},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.43},{&quot;2026-06-24&quot;:1.43},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.37},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.37},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.42},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.36},{&quot;2026-07-07&quot;:1.45},{&quot;2026-07-08&quot;:1.49},{&quot;2026-07-09&quot;:1.45},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.5},{&quot;2026-07-12&quot;:1.5},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.46},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.41},{&quot;2026-07-21&quot;:1.41},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.39},{&quot;2026-07-25&quot;:1.37},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.32},{&quot;2026-07-28&quot;:1.28},{&quot;2026-07-29&quot;:1.29},{&quot;2026-07-30&quot;:1.32},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.37},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.28},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.37},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.39},{&quot;2026-08-10&quot;:1.39},{&quot;2026-08-11&quot;:1.39},{&quot;2026-08-12&quot;:1.43},{&quot;2026-08-13&quot;:1.43},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.51},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.54},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.53},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.51},{&quot;2026-08-26&quot;:1.5},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.49},{&quot;2026-08-29&quot;:1.49},{&quot;2026-08-30&quot;:1.51},{&quot;2026-08-31&quot;:1.44},{&quot;2026-09-01&quot;:1.44},{&quot;2026-09-02&quot;:1.4},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.45},{&quot;2026-09-06&quot;:1.5},{&quot;2026-09-07&quot;:1.46},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.44},{&quot;2026-09-11&quot;:1.44},{&quot;2026-09-12&quot;:1.44},{&quot;2026-09-13&quot;:1.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86008"
  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">
            Gift of Estates
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Gift of Estates
        </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-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="Gift of Estates" src="https://cards.scryfall.io/large/front/b/7/b7daee4c-6b2d-4308-a76a-0326e09a9d1c.jpg?1783931883" />
    </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.76
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:1.81},{&quot;2026-06-16&quot;:1.81},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.89},{&quot;2026-06-25&quot;:1.89},{&quot;2026-06-26&quot;:1.9},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.9},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:1.88},{&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.88},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.88},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.89},{&quot;2026-07-14&quot;:1.89},{&quot;2026-07-15&quot;:1.89},{&quot;2026-07-16&quot;:1.89},{&quot;2026-07-17&quot;:1.91},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-22&quot;:1.95},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-24&quot;:1.91},{&quot;2026-07-25&quot;:1.91},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.91},{&quot;2026-07-28&quot;:1.94},{&quot;2026-07-29&quot;:1.94},{&quot;2026-07-30&quot;:1.94},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.9},{&quot;2026-08-02&quot;:1.9},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.9},{&quot;2026-08-05&quot;:1.9},{&quot;2026-08-07&quot;:1.9},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.89},{&quot;2026-08-12&quot;:1.89},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.84},{&quot;2026-08-15&quot;:1.84},{&quot;2026-08-16&quot;:1.82},{&quot;2026-08-17&quot;:1.77},{&quot;2026-08-18&quot;:1.71},{&quot;2026-08-19&quot;:1.71},{&quot;2026-08-20&quot;:1.61},{&quot;2026-08-21&quot;:1.61},{&quot;2026-08-22&quot;:1.66},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.66},{&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.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.67},{&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.72},{&quot;2026-09-09&quot;:1.72},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.76},{&quot;2026-09-13&quot;:1.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108380"
  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-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">
            Fabled Passage
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Fabled Passage
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fabled Passage" src="https://cards.scryfall.io/large/front/7/c/7c787c6b-b6c7-47a0-8f8d-761629f5568e.jpg?1783904151" />
    </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.76
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.84
              </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-08-19&quot;:9.87},{&quot;2026-08-20&quot;:9.87},{&quot;2026-08-21&quot;:9.87},{&quot;2026-08-22&quot;:9.87},{&quot;2026-08-23&quot;:9.87},{&quot;2026-08-24&quot;:9.87},{&quot;2026-08-25&quot;:9.87},{&quot;2026-08-26&quot;:9.87},{&quot;2026-08-27&quot;:9.87},{&quot;2026-08-28&quot;:9.87},{&quot;2026-08-29&quot;:9.87},{&quot;2026-08-30&quot;:9.86},{&quot;2026-08-31&quot;:9.86},{&quot;2026-09-01&quot;:9.86},{&quot;2026-09-02&quot;:9.86},{&quot;2026-09-03&quot;:9.8},{&quot;2026-09-04&quot;:9.8},{&quot;2026-09-05&quot;:9.8},{&quot;2026-09-06&quot;:9.8},{&quot;2026-09-07&quot;:9.8},{&quot;2026-09-08&quot;:9.8},{&quot;2026-09-09&quot;:9.8},{&quot;2026-09-10&quot;:9.8},{&quot;2026-09-11&quot;:9.8},{&quot;2026-09-12&quot;:9.84},{&quot;2026-09-13&quot;:9.84}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.87},{&quot;2026-06-13&quot;:1.86},{&quot;2026-06-14&quot;:1.69},{&quot;2026-06-15&quot;:1.75},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.73},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.71},{&quot;2026-06-26&quot;:1.75},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.8},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.79},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.51},{&quot;2026-07-06&quot;:1.5},{&quot;2026-07-07&quot;:1.61},{&quot;2026-07-08&quot;:1.79},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.77},{&quot;2026-07-11&quot;:1.59},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.58},{&quot;2026-07-14&quot;:1.57},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.48},{&quot;2026-07-17&quot;:1.57},{&quot;2026-07-18&quot;:1.52},{&quot;2026-07-19&quot;:1.5},{&quot;2026-07-20&quot;:1.51},{&quot;2026-07-21&quot;:1.5},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-25&quot;:1.59},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-29&quot;:1.51},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.36},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.46},{&quot;2026-08-03&quot;:1.43},{&quot;2026-08-04&quot;:1.52},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.88},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.79},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.43},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.59},{&quot;2026-08-26&quot;:1.9},{&quot;2026-08-27&quot;:1.87},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:2.61},{&quot;2026-08-31&quot;:2.79},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.19},{&quot;2026-09-04&quot;:1.79},{&quot;2026-09-05&quot;:1.77},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.63},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.86},{&quot;2026-09-13&quot;:1.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Raph &amp; Leo, Sibling Rivals" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/9/397036c0-57e7-40e2-a8cb-06ef54077bb4.jpg?1783904042" />

        <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">
            Raph &amp; Leo, Sibling Rivals
        </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 — Mutant Ninja Turtle</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-rw'></i><i class='no-tailwind ms ms-cost ml-0 ms-rw'></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="Raph &amp; Leo, Sibling Rivals" src="https://cards.scryfall.io/large/front/3/9/397036c0-57e7-40e2-a8cb-06ef54077bb4.jpg?1783904042" />
    </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.76
              </span>

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

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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">$0.72</span>
              <span class="text-xs text-grey-text">Credit: $0.94</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.14},{&quot;2026-06-15&quot;:2.08},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.1},{&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.03},{&quot;2026-06-24&quot;:1.99},{&quot;2026-06-25&quot;:2.01},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.03},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.02},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.07},{&quot;2026-07-03&quot;:1.93},{&quot;2026-07-04&quot;:1.8},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.82},{&quot;2026-07-07&quot;:1.78},{&quot;2026-07-08&quot;:1.76},{&quot;2026-07-09&quot;:1.7},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.72},{&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.6},{&quot;2026-07-16&quot;:1.6},{&quot;2026-07-17&quot;:1.6},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.65},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.64},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.62},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.64},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.64},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.63},{&quot;2026-08-11&quot;:1.66},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.61},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.58},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.49},{&quot;2026-08-19&quot;:1.5},{&quot;2026-08-20&quot;:1.5},{&quot;2026-08-21&quot;:1.58},{&quot;2026-08-22&quot;:1.63},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.65},{&quot;2026-08-25&quot;:1.65},{&quot;2026-08-26&quot;:1.71},{&quot;2026-08-27&quot;:1.74},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:2.02},{&quot;2026-08-31&quot;:2.14},{&quot;2026-09-01&quot;:2.25},{&quot;2026-09-02&quot;:2.35},{&quot;2026-09-03&quot;:2.32},{&quot;2026-09-04&quot;:2.32},{&quot;2026-09-05&quot;:2.32},{&quot;2026-09-06&quot;:2.32},{&quot;2026-09-07&quot;:2.32},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.49},{&quot;2026-09-10&quot;:2.49},{&quot;2026-09-11&quot;:2.49},{&quot;2026-09-12&quot;:2.61},{&quot;2026-09-13&quot;:2.76}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.95},{&quot;2026-06-15&quot;:1.98},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:1.92},{&quot;2026-06-19&quot;:1.72},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.66},{&quot;2026-06-22&quot;:1.62},{&quot;2026-06-23&quot;:1.39},{&quot;2026-06-24&quot;:1.33},{&quot;2026-06-25&quot;:1.25},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.21},{&quot;2026-06-29&quot;:1.19},{&quot;2026-06-30&quot;:1.16},{&quot;2026-07-01&quot;:1.26},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.31},{&quot;2026-07-06&quot;:1.29},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.19},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.22},{&quot;2026-07-13&quot;:1.17},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.19},{&quot;2026-07-16&quot;:1.24},{&quot;2026-07-17&quot;:1.23},{&quot;2026-07-18&quot;:1.25},{&quot;2026-07-19&quot;:1.21},{&quot;2026-07-20&quot;:1.23},{&quot;2026-07-21&quot;:1.17},{&quot;2026-07-23&quot;:1.27},{&quot;2026-07-24&quot;:1.27},{&quot;2026-07-25&quot;:1.27},{&quot;2026-07-26&quot;:1.24},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.23},{&quot;2026-07-30&quot;:1.23},{&quot;2026-07-31&quot;:1.24},{&quot;2026-08-01&quot;:1.26},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.27},{&quot;2026-08-04&quot;:1.26},{&quot;2026-08-05&quot;:1.24},{&quot;2026-08-07&quot;:1.29},{&quot;2026-08-08&quot;:1.29},{&quot;2026-08-09&quot;:1.31},{&quot;2026-08-10&quot;:1.3},{&quot;2026-08-11&quot;:1.31},{&quot;2026-08-12&quot;:1.25},{&quot;2026-08-13&quot;:1.13},{&quot;2026-08-14&quot;:1.14},{&quot;2026-08-15&quot;:1.14},{&quot;2026-08-16&quot;:1.15},{&quot;2026-08-17&quot;:1.14},{&quot;2026-08-18&quot;:1.18},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.39},{&quot;2026-08-23&quot;:1.39},{&quot;2026-08-24&quot;:1.36},{&quot;2026-08-25&quot;:1.36},{&quot;2026-08-26&quot;:1.43},{&quot;2026-08-27&quot;:1.42},{&quot;2026-08-28&quot;:1.4},{&quot;2026-08-29&quot;:1.4},{&quot;2026-08-30&quot;:1.41},{&quot;2026-08-31&quot;:1.42},{&quot;2026-09-01&quot;:1.34},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.35},{&quot;2026-09-04&quot;:1.43},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.66},{&quot;2026-09-07&quot;:1.73},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.96},{&quot;2026-09-10&quot;:1.96},{&quot;2026-09-11&quot;:1.94},{&quot;2026-09-12&quot;:1.85},{&quot;2026-09-13&quot;:1.76}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="242"
  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">
            Grazilaxx, Illithid Scholar
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Grazilaxx, Illithid Scholar
        </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 — 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-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="Grazilaxx, Illithid Scholar" src="https://cards.scryfall.io/large/front/9/8/98cca453-4611-4f3d-85d8-d74d260c7598.jpg?1783926512" />
    </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.75
              </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">
                $1.72
              </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;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.75},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.69},{&quot;2026-06-20&quot;:1.69},{&quot;2026-06-21&quot;:1.68},{&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.68},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.61},{&quot;2026-07-05&quot;:1.61},{&quot;2026-07-06&quot;:1.61},{&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.69},{&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.69},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.57},{&quot;2026-07-22&quot;:1.61},{&quot;2026-07-23&quot;:1.61},{&quot;2026-07-24&quot;:1.61},{&quot;2026-07-25&quot;:1.61},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.61},{&quot;2026-07-28&quot;:1.57},{&quot;2026-07-29&quot;:1.61},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.72},{&quot;2026-08-11&quot;:1.72},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.72},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.73},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.79},{&quot;2026-08-20&quot;:1.79},{&quot;2026-08-21&quot;:1.72},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.75},{&quot;2026-08-25&quot;:1.75},{&quot;2026-08-26&quot;:1.75},{&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.71},{&quot;2026-08-31&quot;:1.63},{&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.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}],&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.78},{&quot;2026-06-19&quot;:1.74},{&quot;2026-06-20&quot;:1.74},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.15},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.2},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.18},{&quot;2026-06-29&quot;:2.23},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.2},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.27},{&quot;2026-07-06&quot;:2.18},{&quot;2026-07-07&quot;:2.18},{&quot;2026-07-08&quot;:2.03},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.65},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.6},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.55},{&quot;2026-07-18&quot;:1.54},{&quot;2026-07-19&quot;:1.48},{&quot;2026-07-20&quot;:1.49},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-22&quot;:1.54},{&quot;2026-07-23&quot;:1.54},{&quot;2026-07-24&quot;:1.49},{&quot;2026-07-25&quot;:1.5},{&quot;2026-07-26&quot;:1.54},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.59},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.52},{&quot;2026-08-02&quot;:1.52},{&quot;2026-08-03&quot;:1.46},{&quot;2026-08-04&quot;:1.4},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.68},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.72},{&quot;2026-08-18&quot;:1.72},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.75},{&quot;2026-08-22&quot;:1.77},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.59},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.71},{&quot;2026-08-28&quot;:1.7},{&quot;2026-08-29&quot;:1.7},{&quot;2026-08-30&quot;:1.76},{&quot;2026-08-31&quot;:1.81},{&quot;2026-09-01&quot;:1.83},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.82},{&quot;2026-09-05&quot;:1.81},{&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.77},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.82},{&quot;2026-09-12&quot;:1.82},{&quot;2026-09-13&quot;:1.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Thousand-Year Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/274e22fb-7afc-43bc-b309-e36ee48d6b03.jpg?1783921800" />

        <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">
            Thousand-Year 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">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Thousand-Year Storm" src="https://cards.scryfall.io/large/front/2/7/274e22fb-7afc-43bc-b309-e36ee48d6b03.jpg?1783921800" />
    </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.75
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:1.25},{&quot;2026-06-13&quot;:1.25},{&quot;2026-06-14&quot;:1.25},{&quot;2026-06-15&quot;:1.25},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.25},{&quot;2026-06-18&quot;:1.25},{&quot;2026-06-19&quot;:1.27},{&quot;2026-06-20&quot;:1.27},{&quot;2026-06-21&quot;:1.27},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.27},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.27},{&quot;2026-06-29&quot;:1.27},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.27},{&quot;2026-07-02&quot;:1.27},{&quot;2026-07-03&quot;:1.27},{&quot;2026-07-04&quot;:1.27},{&quot;2026-07-05&quot;:1.27},{&quot;2026-07-06&quot;:1.27},{&quot;2026-07-07&quot;:1.27},{&quot;2026-07-08&quot;:1.27},{&quot;2026-07-09&quot;:1.27},{&quot;2026-07-10&quot;:1.28},{&quot;2026-07-11&quot;:1.28},{&quot;2026-07-12&quot;:1.28},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.28},{&quot;2026-07-15&quot;:1.28},{&quot;2026-07-16&quot;:1.28},{&quot;2026-07-17&quot;:1.28},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.29},{&quot;2026-07-20&quot;:1.29},{&quot;2026-07-21&quot;:1.29},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-25&quot;:1.29},{&quot;2026-07-26&quot;:1.29},{&quot;2026-07-27&quot;:1.29},{&quot;2026-07-29&quot;:1.29},{&quot;2026-07-30&quot;:1.29},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.29},{&quot;2026-08-03&quot;:1.29},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.29},{&quot;2026-08-07&quot;:1.27},{&quot;2026-08-08&quot;:1.27},{&quot;2026-08-09&quot;:1.27},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.27},{&quot;2026-08-12&quot;:1.27},{&quot;2026-08-13&quot;:1.27},{&quot;2026-08-14&quot;:1.27},{&quot;2026-08-15&quot;:1.27},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.27},{&quot;2026-08-18&quot;:1.27},{&quot;2026-08-19&quot;:1.27},{&quot;2026-08-20&quot;:1.27},{&quot;2026-08-21&quot;:1.25},{&quot;2026-08-22&quot;:1.25},{&quot;2026-08-23&quot;:1.22},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.22},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.36},{&quot;2026-09-01&quot;:1.36},{&quot;2026-09-02&quot;:1.36},{&quot;2026-09-03&quot;:1.36},{&quot;2026-09-04&quot;:1.36},{&quot;2026-09-05&quot;:1.36},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.36},{&quot;2026-09-08&quot;:1.36},{&quot;2026-09-09&quot;:1.36},{&quot;2026-09-10&quot;:1.36},{&quot;2026-09-11&quot;:1.36},{&quot;2026-09-12&quot;:1.36},{&quot;2026-09-13&quot;:1.36}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.77},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.72},{&quot;2026-06-15&quot;:1.72},{&quot;2026-06-16&quot;:1.7},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.61},{&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.55},{&quot;2026-06-25&quot;:1.63},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.64},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.63},{&quot;2026-07-01&quot;:1.67},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.67},{&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.63},{&quot;2026-07-08&quot;:1.54},{&quot;2026-07-09&quot;:1.53},{&quot;2026-07-10&quot;:1.55},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.55},{&quot;2026-07-14&quot;:1.59},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.59},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.74},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-25&quot;:1.81},{&quot;2026-07-26&quot;:1.81},{&quot;2026-07-27&quot;:1.81},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.77},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.74},{&quot;2026-08-03&quot;:1.74},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.83},{&quot;2026-08-10&quot;:1.83},{&quot;2026-08-11&quot;:1.85},{&quot;2026-08-12&quot;:1.85},{&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.96},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.97},{&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.97},{&quot;2026-08-24&quot;:2.0},{&quot;2026-08-25&quot;:2.0},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.08},{&quot;2026-08-28&quot;:2.14},{&quot;2026-08-29&quot;:2.14},{&quot;2026-08-30&quot;:2.04},{&quot;2026-08-31&quot;:2.04},{&quot;2026-09-01&quot;:2.04},{&quot;2026-09-02&quot;:2.04},{&quot;2026-09-03&quot;:2.0},{&quot;2026-09-04&quot;:2.0},{&quot;2026-09-05&quot;:2.0},{&quot;2026-09-06&quot;:2.01},{&quot;2026-09-07&quot;:2.01},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:1.89},{&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.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="21300"
  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">
            Orzhov Basilica
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Orzhov Basilica" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b8ee89c5-5504-4b9b-b70e-4b48e4c66c76.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">
            Orzhov Basilica
        </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="Orzhov Basilica" src="https://cards.scryfall.io/large/front/b/8/b8ee89c5-5504-4b9b-b70e-4b48e4c66c76.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">
            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.75
              </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.48
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.22},{&quot;2026-06-18&quot;:2.22},{&quot;2026-06-19&quot;:2.22},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.22},{&quot;2026-06-22&quot;:2.22},{&quot;2026-06-23&quot;:2.24},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.16},{&quot;2026-06-29&quot;:2.08},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.02},{&quot;2026-07-03&quot;:2.04},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.9},{&quot;2026-07-06&quot;:1.9},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.95},{&quot;2026-07-15&quot;:1.95},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-23&quot;:1.84},{&quot;2026-07-24&quot;:1.84},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.82},{&quot;2026-07-28&quot;:1.82},{&quot;2026-07-29&quot;:1.82},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.76},{&quot;2026-08-01&quot;:1.76},{&quot;2026-08-02&quot;:1.76},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.74},{&quot;2026-08-05&quot;:1.77},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.91},{&quot;2026-08-11&quot;:2.0},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.08},{&quot;2026-08-14&quot;:2.1},{&quot;2026-08-15&quot;:2.05},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.11},{&quot;2026-08-18&quot;:2.14},{&quot;2026-08-19&quot;:2.21},{&quot;2026-08-20&quot;:2.21},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.19},{&quot;2026-08-23&quot;:2.19},{&quot;2026-08-24&quot;:2.19},{&quot;2026-08-25&quot;:2.22},{&quot;2026-08-26&quot;:2.22},{&quot;2026-08-27&quot;:2.22},{&quot;2026-08-28&quot;:2.25},{&quot;2026-08-29&quot;:2.25},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.44},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.5},{&quot;2026-09-08&quot;:2.48},{&quot;2026-09-09&quot;:2.48},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.5},{&quot;2026-09-13&quot;:2.48}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.72},{&quot;2026-06-15&quot;:1.68},{&quot;2026-06-16&quot;:1.68},{&quot;2026-06-17&quot;:1.68},{&quot;2026-06-18&quot;:1.68},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-23&quot;:1.68},{&quot;2026-06-24&quot;:1.72},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.68},{&quot;2026-07-01&quot;:1.68},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.71},{&quot;2026-07-04&quot;:1.71},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.7},{&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.71},{&quot;2026-07-11&quot;:1.75},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.74},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.73},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.73},{&quot;2026-07-21&quot;:1.72},{&quot;2026-07-23&quot;:1.68},{&quot;2026-07-24&quot;:1.68},{&quot;2026-07-25&quot;:1.67},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-28&quot;:1.64},{&quot;2026-07-29&quot;:1.63},{&quot;2026-07-30&quot;:1.61},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.6},{&quot;2026-08-02&quot;:1.6},{&quot;2026-08-03&quot;:1.59},{&quot;2026-08-04&quot;:1.59},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.61},{&quot;2026-08-09&quot;:1.64},{&quot;2026-08-10&quot;:1.64},{&quot;2026-08-11&quot;:1.64},{&quot;2026-08-12&quot;:1.64},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.66},{&quot;2026-08-18&quot;:1.7},{&quot;2026-08-19&quot;:1.66},{&quot;2026-08-20&quot;:1.66},{&quot;2026-08-21&quot;:1.64},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.69},{&quot;2026-08-24&quot;:1.73},{&quot;2026-08-25&quot;:1.73},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.86},{&quot;2026-08-28&quot;:1.87},{&quot;2026-08-29&quot;:1.87},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.92},{&quot;2026-09-03&quot;:1.93},{&quot;2026-09-04&quot;:1.93},{&quot;2026-09-05&quot;:1.9},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:1.9},{&quot;2026-09-09&quot;:1.83},{&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.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="53710"
  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-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">
            Mage Slayer
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Mage Slayer
        </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 — Equipment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Mage Slayer" src="https://cards.scryfall.io/large/front/e/3/e3226808-493e-4df2-9446-cb7cb47aaf2c.jpg?1783923944" />
    </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.75
              </span>

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

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="60891"
  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-rvr 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">
            Yeva, Nature&#39;s Herald
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yeva, Nature&#39;s Herald" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/67ff9ba3-cd2b-4970-b4da-22104b10a4a4.jpg?1783913297" />

        <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">
            Yeva, Nature&#39;s Herald
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Yeva, Nature&#39;s Herald" src="https://cards.scryfall.io/large/front/6/7/67ff9ba3-cd2b-4970-b4da-22104b10a4a4.jpg?1783913297" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $1.75
              </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 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-15&quot;:1.03},{&quot;2026-06-16&quot;:1.03},{&quot;2026-06-17&quot;:1.03},{&quot;2026-06-18&quot;:1.03},{&quot;2026-06-19&quot;:1.04},{&quot;2026-06-20&quot;:1.05},{&quot;2026-06-21&quot;:1.05},{&quot;2026-06-22&quot;:1.05},{&quot;2026-06-23&quot;:1.05},{&quot;2026-06-24&quot;:1.05},{&quot;2026-06-25&quot;:1.05},{&quot;2026-06-26&quot;:1.05},{&quot;2026-06-27&quot;:1.05},{&quot;2026-06-28&quot;:1.1},{&quot;2026-06-29&quot;:1.1},{&quot;2026-06-30&quot;:1.11},{&quot;2026-07-01&quot;:1.11},{&quot;2026-07-02&quot;:1.11},{&quot;2026-07-03&quot;:1.13},{&quot;2026-07-04&quot;:1.12},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.12},{&quot;2026-07-07&quot;:1.12},{&quot;2026-07-08&quot;:1.12},{&quot;2026-07-09&quot;:1.12},{&quot;2026-07-10&quot;:1.12},{&quot;2026-07-11&quot;:1.12},{&quot;2026-07-12&quot;:1.14},{&quot;2026-07-13&quot;:1.14},{&quot;2026-07-14&quot;:1.14},{&quot;2026-07-15&quot;:1.14},{&quot;2026-07-16&quot;:1.13},{&quot;2026-07-17&quot;:1.13},{&quot;2026-07-18&quot;:1.15},{&quot;2026-07-19&quot;:1.22},{&quot;2026-07-20&quot;:1.21},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-22&quot;:1.23},{&quot;2026-07-23&quot;:1.23},{&quot;2026-07-24&quot;:1.23},{&quot;2026-07-25&quot;:1.23},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.23},{&quot;2026-07-28&quot;:1.23},{&quot;2026-07-29&quot;:1.26},{&quot;2026-07-30&quot;:1.29},{&quot;2026-07-31&quot;:1.33},{&quot;2026-08-01&quot;:1.33},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.34},{&quot;2026-08-04&quot;:1.34},{&quot;2026-08-05&quot;:1.34},{&quot;2026-08-07&quot;:1.36},{&quot;2026-08-08&quot;:1.36},{&quot;2026-08-09&quot;:1.36},{&quot;2026-08-10&quot;:1.36},{&quot;2026-08-11&quot;:1.47},{&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.52},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.62},{&quot;2026-08-21&quot;:1.62},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.61},{&quot;2026-08-26&quot;:1.66},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.69},{&quot;2026-08-29&quot;:1.69},{&quot;2026-08-30&quot;:1.68},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.65},{&quot;2026-09-02&quot;:1.67},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.71},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.75}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.32},{&quot;2026-06-16&quot;:1.3},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.26},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-23&quot;:1.27},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.24},{&quot;2026-06-26&quot;:1.27},{&quot;2026-06-27&quot;:1.27},{&quot;2026-06-28&quot;:1.24},{&quot;2026-06-29&quot;:1.25},{&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.24},{&quot;2026-07-05&quot;:1.24},{&quot;2026-07-06&quot;:1.19},{&quot;2026-07-07&quot;:1.13},{&quot;2026-07-08&quot;:1.13},{&quot;2026-07-09&quot;:1.13},{&quot;2026-07-10&quot;:1.13},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.2},{&quot;2026-07-15&quot;:1.27},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.24},{&quot;2026-07-18&quot;:1.24},{&quot;2026-07-19&quot;:1.24},{&quot;2026-07-20&quot;:1.24},{&quot;2026-07-21&quot;:1.3},{&quot;2026-07-22&quot;:1.3},{&quot;2026-07-23&quot;:1.34},{&quot;2026-07-24&quot;:1.34},{&quot;2026-07-25&quot;:1.34},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.33},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.32},{&quot;2026-07-30&quot;:1.33},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.71},{&quot;2026-08-04&quot;:1.68},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.89},{&quot;2026-08-09&quot;:1.89},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:1.9},{&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.84},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.83},{&quot;2026-08-18&quot;:1.8},{&quot;2026-08-19&quot;:1.8},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.82},{&quot;2026-08-23&quot;:1.82},{&quot;2026-08-24&quot;:1.9},{&quot;2026-08-25&quot;:1.92},{&quot;2026-08-26&quot;:1.97},{&quot;2026-08-27&quot;:2.02},{&quot;2026-08-28&quot;:2.02},{&quot;2026-08-29&quot;:2.02},{&quot;2026-08-30&quot;:2.01},{&quot;2026-08-31&quot;:1.97},{&quot;2026-09-01&quot;:1.99},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:2.01},{&quot;2026-09-04&quot;:2.05},{&quot;2026-09-05&quot;:2.05},{&quot;2026-09-06&quot;:2.06},{&quot;2026-09-07&quot;:2.06},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.05},{&quot;2026-09-10&quot;:2.04},{&quot;2026-09-11&quot;:2.03},{&quot;2026-09-12&quot;:2.01},{&quot;2026-09-13&quot;:2.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hornet Nest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/7/c7b3c3de-6e12-4b93-830f-cae5b1b40ac4.jpg?1783931788" />

        <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">
            Hornet Nest
        </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 — Insect</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="Hornet Nest" src="https://cards.scryfall.io/large/front/c/7/c7b3c3de-6e12-4b93-830f-cae5b1b40ac4.jpg?1783931788" />
    </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.75
              </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.52</span>
              <span class="text-xs text-grey-text">Credit: $0.68</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.85},{&quot;2026-06-16&quot;:0.85},{&quot;2026-06-17&quot;:0.85},{&quot;2026-06-18&quot;:0.85},{&quot;2026-06-19&quot;:0.85},{&quot;2026-06-20&quot;:0.85},{&quot;2026-06-21&quot;:0.85},{&quot;2026-06-22&quot;:0.83},{&quot;2026-06-23&quot;:0.83},{&quot;2026-06-24&quot;:0.83},{&quot;2026-06-25&quot;:0.83},{&quot;2026-06-26&quot;:0.83},{&quot;2026-06-27&quot;:0.83},{&quot;2026-06-28&quot;:0.83},{&quot;2026-06-29&quot;:0.9},{&quot;2026-06-30&quot;:0.9},{&quot;2026-07-01&quot;:0.9},{&quot;2026-07-02&quot;:0.9},{&quot;2026-07-03&quot;:0.91},{&quot;2026-07-04&quot;:0.91},{&quot;2026-07-05&quot;:0.93},{&quot;2026-07-06&quot;:0.93},{&quot;2026-07-07&quot;:0.97},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:0.97},{&quot;2026-07-10&quot;:0.97},{&quot;2026-07-11&quot;:1.03},{&quot;2026-07-12&quot;:1.03},{&quot;2026-07-13&quot;:1.03},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.05},{&quot;2026-07-16&quot;:1.03},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.03},{&quot;2026-07-19&quot;:1.03},{&quot;2026-07-20&quot;:1.03},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-22&quot;:1.01},{&quot;2026-07-23&quot;:1.01},{&quot;2026-07-24&quot;:0.93},{&quot;2026-07-25&quot;:0.98},{&quot;2026-07-26&quot;:0.98},{&quot;2026-07-27&quot;:0.98},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.0},{&quot;2026-07-30&quot;:0.98},{&quot;2026-07-31&quot;:1.01},{&quot;2026-08-01&quot;:1.01},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.05},{&quot;2026-08-05&quot;:1.05},{&quot;2026-08-07&quot;:1.07},{&quot;2026-08-08&quot;:1.08},{&quot;2026-08-09&quot;:1.21},{&quot;2026-08-10&quot;:1.21},{&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.22},{&quot;2026-08-15&quot;:1.22},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.16},{&quot;2026-08-18&quot;:1.16},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.16},{&quot;2026-08-21&quot;:1.16},{&quot;2026-08-22&quot;:1.16},{&quot;2026-08-23&quot;:1.14},{&quot;2026-08-24&quot;:1.14},{&quot;2026-08-25&quot;:1.14},{&quot;2026-08-26&quot;:1.13},{&quot;2026-08-27&quot;:1.22},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.36},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.59},{&quot;2026-09-02&quot;:1.59},{&quot;2026-09-03&quot;:1.59},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.68},{&quot;2026-09-07&quot;:1.67},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.75},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.75}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16265"
  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-voc 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">
            Mirage Phalanx
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mirage Phalanx" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e67c7b3b-38c0-43ec-9cee-5605fc402af6.jpg?1783924995" />

        <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">
            Mirage Phalanx
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Mirage Phalanx" src="https://cards.scryfall.io/large/front/e/6/e67c7b3b-38c0-43ec-9cee-5605fc402af6.jpg?1783924995" />
    </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.74
              </span>

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

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.43},{&quot;2026-06-16&quot;:1.43},{&quot;2026-06-17&quot;:1.43},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.41},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.44},{&quot;2026-06-22&quot;:1.44},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.4},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.38},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.38},{&quot;2026-07-02&quot;:1.38},{&quot;2026-07-03&quot;:1.35},{&quot;2026-07-04&quot;:1.34},{&quot;2026-07-05&quot;:1.34},{&quot;2026-07-06&quot;:1.33},{&quot;2026-07-07&quot;:1.34},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.37},{&quot;2026-07-10&quot;:1.37},{&quot;2026-07-11&quot;:1.4},{&quot;2026-07-12&quot;:1.41},{&quot;2026-07-13&quot;:1.42},{&quot;2026-07-14&quot;:1.45},{&quot;2026-07-15&quot;:1.46},{&quot;2026-07-16&quot;:1.44},{&quot;2026-07-17&quot;:1.44},{&quot;2026-07-18&quot;:1.42},{&quot;2026-07-19&quot;:1.4},{&quot;2026-07-20&quot;:1.4},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-22&quot;:1.38},{&quot;2026-07-23&quot;:1.39},{&quot;2026-07-24&quot;:1.38},{&quot;2026-07-25&quot;:1.39},{&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.39},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.37},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.4},{&quot;2026-08-03&quot;:1.41},{&quot;2026-08-04&quot;:1.38},{&quot;2026-08-05&quot;:1.41},{&quot;2026-08-07&quot;:1.4},{&quot;2026-08-08&quot;:1.41},{&quot;2026-08-09&quot;:1.41},{&quot;2026-08-10&quot;:1.41},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.47},{&quot;2026-08-13&quot;:1.5},{&quot;2026-08-14&quot;:1.5},{&quot;2026-08-15&quot;:1.48},{&quot;2026-08-16&quot;:1.48},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.49},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.48},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.48},{&quot;2026-08-24&quot;:1.48},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.54},{&quot;2026-08-28&quot;:1.57},{&quot;2026-08-29&quot;:1.57},{&quot;2026-08-30&quot;:1.65},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.69},{&quot;2026-09-04&quot;:1.69},{&quot;2026-09-05&quot;:1.69},{&quot;2026-09-06&quot;:1.69},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.69},{&quot;2026-09-09&quot;:1.73},{&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.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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/c/4/c46138f0-224a-4ca9-bf03-badb2ae5ee21.jpg?1783925320" />
    </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.74
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

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

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kodama&#39;s Reach" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/29fc8594-931f-4cf6-95b8-9b589d6cbcf9.jpg?1783913858" />

        <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/2/9/29fc8594-931f-4cf6-95b8-9b589d6cbcf9.jpg?1783913858" />
    </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.74
              </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.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-11&quot;:2.37},{&quot;2026-06-12&quot;:2.51},{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:2.67},{&quot;2026-06-17&quot;:2.67},{&quot;2026-06-18&quot;:2.57},{&quot;2026-06-19&quot;:2.49},{&quot;2026-06-20&quot;:2.43},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.22},{&quot;2026-06-26&quot;:2.18},{&quot;2026-06-27&quot;:2.12},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.15},{&quot;2026-07-01&quot;:2.12},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.9},{&quot;2026-07-05&quot;:1.93},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.03},{&quot;2026-07-08&quot;:2.19},{&quot;2026-07-09&quot;:2.26},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.28},{&quot;2026-07-12&quot;:2.28},{&quot;2026-07-13&quot;:2.28},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.26},{&quot;2026-07-16&quot;:2.23},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.05},{&quot;2026-07-21&quot;:2.12},{&quot;2026-07-23&quot;:2.15},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.29},{&quot;2026-07-27&quot;:2.33},{&quot;2026-07-29&quot;:2.28},{&quot;2026-07-30&quot;:2.17},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.12},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.14},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.18},{&quot;2026-08-08&quot;:2.19},{&quot;2026-08-09&quot;:2.2},{&quot;2026-08-10&quot;:2.2},{&quot;2026-08-11&quot;:2.2},{&quot;2026-08-12&quot;:2.17},{&quot;2026-08-13&quot;:2.17},{&quot;2026-08-14&quot;:2.13},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:2.11},{&quot;2026-08-17&quot;:2.11},{&quot;2026-08-18&quot;:2.07},{&quot;2026-08-19&quot;:2.07},{&quot;2026-08-20&quot;:2.07},{&quot;2026-08-21&quot;:2.0},{&quot;2026-08-22&quot;:2.02},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.02},{&quot;2026-08-25&quot;:2.02},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.99},{&quot;2026-08-28&quot;:2.19},{&quot;2026-08-29&quot;:2.19},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.72},{&quot;2026-09-01&quot;:2.72},{&quot;2026-09-02&quot;:2.56},{&quot;2026-09-03&quot;:2.5},{&quot;2026-09-04&quot;:2.26},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.12},{&quot;2026-09-07&quot;:1.69},{&quot;2026-09-08&quot;:1.63},{&quot;2026-09-09&quot;:1.62},{&quot;2026-09-10&quot;:1.63},{&quot;2026-09-11&quot;:1.65},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="89277"
  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-wwk 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">
            Walking Atlas
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Walking Atlas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53515042-e729-4a7c-ac3b-36ef70dbbe8d.jpg?1783942038" />

        <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">
            Walking Atlas
        </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">Artifact Creature — Construct</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Walking Atlas" src="https://cards.scryfall.io/large/front/5/3/53515042-e729-4a7c-ac3b-36ef70dbbe8d.jpg?1783942038" />
    </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.74
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  18%
                </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">
                $26.88
              </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.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-13&quot;:25.38},{&quot;2026-06-14&quot;:25.38},{&quot;2026-06-15&quot;:25.38},{&quot;2026-06-16&quot;:25.38},{&quot;2026-06-17&quot;:25.38},{&quot;2026-06-18&quot;:25.38},{&quot;2026-06-19&quot;:25.38},{&quot;2026-06-20&quot;:25.38},{&quot;2026-06-21&quot;:25.38},{&quot;2026-06-22&quot;:25.38},{&quot;2026-06-23&quot;:25.38},{&quot;2026-06-24&quot;:25.38},{&quot;2026-06-25&quot;:25.38},{&quot;2026-06-26&quot;:25.38},{&quot;2026-06-27&quot;:25.38},{&quot;2026-06-28&quot;:25.38},{&quot;2026-06-29&quot;:25.38},{&quot;2026-06-30&quot;:25.38},{&quot;2026-07-01&quot;:25.38},{&quot;2026-07-02&quot;:26.03},{&quot;2026-07-03&quot;:26.03},{&quot;2026-07-04&quot;:26.03},{&quot;2026-07-05&quot;:26.03},{&quot;2026-07-06&quot;:26.03},{&quot;2026-07-07&quot;:26.03},{&quot;2026-07-08&quot;:26.03},{&quot;2026-07-09&quot;:26.03},{&quot;2026-07-10&quot;:26.03},{&quot;2026-07-11&quot;:26.03},{&quot;2026-07-12&quot;:26.03},{&quot;2026-07-13&quot;:26.03},{&quot;2026-07-14&quot;:25.7},{&quot;2026-07-15&quot;:25.7},{&quot;2026-07-16&quot;:25.7},{&quot;2026-07-17&quot;:25.7},{&quot;2026-07-18&quot;:25.7},{&quot;2026-07-19&quot;:25.7},{&quot;2026-07-20&quot;:25.7},{&quot;2026-07-21&quot;:25.7},{&quot;2026-07-23&quot;:25.7},{&quot;2026-07-25&quot;:25.7},{&quot;2026-07-26&quot;:25.95},{&quot;2026-07-27&quot;:25.95},{&quot;2026-07-28&quot;:25.95},{&quot;2026-07-29&quot;:25.95},{&quot;2026-07-30&quot;:25.95},{&quot;2026-07-31&quot;:25.95},{&quot;2026-08-01&quot;:25.95},{&quot;2026-08-02&quot;:25.95},{&quot;2026-08-03&quot;:25.95},{&quot;2026-08-04&quot;:25.95},{&quot;2026-08-05&quot;:25.91},{&quot;2026-08-07&quot;:25.91},{&quot;2026-08-08&quot;:25.91},{&quot;2026-08-09&quot;:25.91},{&quot;2026-08-10&quot;:25.91},{&quot;2026-08-11&quot;:25.91},{&quot;2026-08-12&quot;:25.91},{&quot;2026-08-13&quot;:25.91},{&quot;2026-08-14&quot;:25.91},{&quot;2026-08-15&quot;:25.91},{&quot;2026-08-16&quot;:25.91},{&quot;2026-08-17&quot;:25.91},{&quot;2026-08-18&quot;:25.91},{&quot;2026-08-19&quot;:25.91},{&quot;2026-08-20&quot;:25.91},{&quot;2026-08-21&quot;:25.91},{&quot;2026-08-22&quot;:25.91},{&quot;2026-08-23&quot;:25.91},{&quot;2026-08-24&quot;:25.91},{&quot;2026-08-25&quot;:25.91},{&quot;2026-08-26&quot;:25.91},{&quot;2026-08-27&quot;:25.91},{&quot;2026-08-28&quot;:25.91},{&quot;2026-08-29&quot;:25.91},{&quot;2026-08-30&quot;:25.91},{&quot;2026-08-31&quot;:25.91},{&quot;2026-09-01&quot;:25.91},{&quot;2026-09-02&quot;:25.91},{&quot;2026-09-03&quot;:25.91},{&quot;2026-09-04&quot;:25.91},{&quot;2026-09-05&quot;:27.4},{&quot;2026-09-06&quot;:27.4},{&quot;2026-09-07&quot;:27.4},{&quot;2026-09-08&quot;:27.4},{&quot;2026-09-09&quot;:27.4},{&quot;2026-09-10&quot;:27.4},{&quot;2026-09-11&quot;:27.4},{&quot;2026-09-12&quot;:27.4},{&quot;2026-09-13&quot;:26.88}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.3},{&quot;2026-06-14&quot;:1.28},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.34},{&quot;2026-06-19&quot;:1.34},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.27},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.29},{&quot;2026-06-27&quot;:1.31},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.25},{&quot;2026-06-30&quot;:1.27},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.32},{&quot;2026-07-03&quot;:1.32},{&quot;2026-07-04&quot;:1.31},{&quot;2026-07-05&quot;:1.29},{&quot;2026-07-06&quot;:1.29},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.39},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.4},{&quot;2026-07-11&quot;:1.42},{&quot;2026-07-12&quot;:1.46},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.64},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.65},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.7},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:1.69},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.65},{&quot;2026-07-28&quot;:1.66},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.67},{&quot;2026-07-31&quot;:1.7},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.8},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.81},{&quot;2026-08-08&quot;:1.75},{&quot;2026-08-09&quot;:1.75},{&quot;2026-08-10&quot;:1.73},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.53},{&quot;2026-08-15&quot;:1.53},{&quot;2026-08-16&quot;:1.5},{&quot;2026-08-17&quot;:1.4},{&quot;2026-08-18&quot;:1.4},{&quot;2026-08-19&quot;:1.44},{&quot;2026-08-20&quot;:1.44},{&quot;2026-08-21&quot;:1.46},{&quot;2026-08-22&quot;:1.47},{&quot;2026-08-23&quot;:1.55},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.83},{&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.73},{&quot;2026-08-31&quot;:1.73},{&quot;2026-09-01&quot;:1.73},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.68},{&quot;2026-09-04&quot;:1.59},{&quot;2026-09-05&quot;:1.42},{&quot;2026-09-06&quot;:1.47},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.6},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.74},{&quot;2026-09-13&quot;:1.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kuja, Genome Sorcerer // Trance Kuja, Fate Defied" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/008782d2-72b0-4554-b1ce-2db99969a4d8.jpg?1783906574" />

        <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">
            Kuja, Genome Sorcerer 
        </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 Mutant 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-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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Kuja, Genome Sorcerer // Trance Kuja, Fate Defied" src="https://cards.scryfall.io/large/front/0/0/008782d2-72b0-4554-b1ce-2db99969a4d8.jpg?1783906574" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Kuja, Genome Sorcerer // Trance Kuja, Fate Defied" src="https://cards.scryfall.io/large/back/0/0/008782d2-72b0-4554-b1ce-2db99969a4d8.jpg?1783906574" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.35},{&quot;2026-06-14&quot;:2.23},{&quot;2026-06-15&quot;:2.23},{&quot;2026-06-16&quot;:2.23},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.3},{&quot;2026-06-24&quot;:2.3},{&quot;2026-06-25&quot;:2.33},{&quot;2026-06-26&quot;:2.37},{&quot;2026-06-27&quot;:2.37},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.41},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.49},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.57},{&quot;2026-07-04&quot;:2.53},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.51},{&quot;2026-07-08&quot;:2.59},{&quot;2026-07-09&quot;:2.54},{&quot;2026-07-10&quot;:2.42},{&quot;2026-07-11&quot;:2.42},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.37},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.39},{&quot;2026-07-23&quot;:2.14},{&quot;2026-07-25&quot;:2.09},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.0},{&quot;2026-07-28&quot;:2.0},{&quot;2026-07-29&quot;:2.12},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.05},{&quot;2026-08-01&quot;:2.03},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.0},{&quot;2026-08-04&quot;:2.0},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.21},{&quot;2026-08-09&quot;:2.21},{&quot;2026-08-10&quot;:2.21},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.45},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.47},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.46},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.5},{&quot;2026-08-19&quot;:2.46},{&quot;2026-08-20&quot;:2.46},{&quot;2026-08-21&quot;:2.48},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.45},{&quot;2026-08-26&quot;:2.47},{&quot;2026-08-27&quot;:2.47},{&quot;2026-08-28&quot;:2.59},{&quot;2026-08-29&quot;:2.59},{&quot;2026-08-30&quot;:2.56},{&quot;2026-08-31&quot;:2.51},{&quot;2026-09-01&quot;:2.51},{&quot;2026-09-02&quot;:2.52},{&quot;2026-09-03&quot;:2.54},{&quot;2026-09-04&quot;:2.47},{&quot;2026-09-05&quot;:2.53},{&quot;2026-09-06&quot;:2.53},{&quot;2026-09-07&quot;:2.33},{&quot;2026-09-08&quot;:2.4},{&quot;2026-09-09&quot;:2.4},{&quot;2026-09-10&quot;:2.44},{&quot;2026-09-11&quot;:2.48},{&quot;2026-09-12&quot;:2.48},{&quot;2026-09-13&quot;:2.46}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.47},{&quot;2026-06-14&quot;:1.4},{&quot;2026-06-15&quot;:1.47},{&quot;2026-06-16&quot;:1.65},{&quot;2026-06-17&quot;:1.73},{&quot;2026-06-18&quot;:1.69},{&quot;2026-06-19&quot;:1.62},{&quot;2026-06-20&quot;:1.62},{&quot;2026-06-21&quot;:1.74},{&quot;2026-06-22&quot;:1.73},{&quot;2026-06-23&quot;:1.68},{&quot;2026-06-24&quot;:1.55},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.36},{&quot;2026-06-28&quot;:1.57},{&quot;2026-06-29&quot;:1.78},{&quot;2026-06-30&quot;:1.67},{&quot;2026-07-01&quot;:1.65},{&quot;2026-07-02&quot;:1.73},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.82},{&quot;2026-07-08&quot;:1.84},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.78},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.45},{&quot;2026-07-16&quot;:1.34},{&quot;2026-07-17&quot;:1.36},{&quot;2026-07-18&quot;:1.39},{&quot;2026-07-19&quot;:1.42},{&quot;2026-07-20&quot;:1.37},{&quot;2026-07-21&quot;:1.4},{&quot;2026-07-23&quot;:1.47},{&quot;2026-07-25&quot;:1.65},{&quot;2026-07-26&quot;:1.66},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-28&quot;:1.49},{&quot;2026-07-29&quot;:1.4},{&quot;2026-07-30&quot;:1.47},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.46},{&quot;2026-08-02&quot;:1.34},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.55},{&quot;2026-08-05&quot;:1.69},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.9},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:1.89},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.53},{&quot;2026-08-14&quot;:1.92},{&quot;2026-08-15&quot;:1.52},{&quot;2026-08-16&quot;:1.3},{&quot;2026-08-17&quot;:1.3},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.7},{&quot;2026-08-20&quot;:1.7},{&quot;2026-08-21&quot;:1.55},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.38},{&quot;2026-08-24&quot;:1.31},{&quot;2026-08-25&quot;:1.31},{&quot;2026-08-26&quot;:1.52},{&quot;2026-08-27&quot;:1.69},{&quot;2026-08-28&quot;:1.8},{&quot;2026-08-29&quot;:1.8},{&quot;2026-08-30&quot;:1.3},{&quot;2026-08-31&quot;:1.41},{&quot;2026-09-01&quot;:1.41},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.75},{&quot;2026-09-05&quot;:1.71},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.52},{&quot;2026-09-08&quot;:1.41},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.54},{&quot;2026-09-11&quot;:1.78},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ravenous Robots" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/b/3b303ea3-9f4d-4c28-9446-285a23f841a0.jpg?1783904091" />

        <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">
            Ravenous Robots
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Robot</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="Ravenous Robots" src="https://cards.scryfall.io/large/front/3/b/3b303ea3-9f4d-4c28-9446-285a23f841a0.jpg?1783904091" />
    </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.74
              </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">
                $1.65
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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-15&quot;:2.48},{&quot;2026-06-16&quot;:2.48},{&quot;2026-06-17&quot;:2.48},{&quot;2026-06-18&quot;:2.44},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.44},{&quot;2026-06-21&quot;:2.44},{&quot;2026-06-22&quot;:2.46},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.12},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:1.94},{&quot;2026-06-30&quot;:2.15},{&quot;2026-07-01&quot;:2.1},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.31},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.2},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.12},{&quot;2026-07-09&quot;:2.08},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.11},{&quot;2026-07-12&quot;:2.11},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.12},{&quot;2026-07-15&quot;:2.16},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.11},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-22&quot;:2.28},{&quot;2026-07-23&quot;:2.3},{&quot;2026-07-24&quot;:2.29},{&quot;2026-07-25&quot;:2.29},{&quot;2026-07-26&quot;:2.08},{&quot;2026-07-27&quot;:2.04},{&quot;2026-07-28&quot;:1.88},{&quot;2026-07-29&quot;:1.88},{&quot;2026-07-30&quot;:1.88},{&quot;2026-07-31&quot;:1.9},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.8},{&quot;2026-08-03&quot;:1.74},{&quot;2026-08-04&quot;:1.63},{&quot;2026-08-05&quot;:1.51},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.6},{&quot;2026-08-10&quot;:1.6},{&quot;2026-08-11&quot;:1.6},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.54},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.67},{&quot;2026-08-16&quot;:1.77},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.83},{&quot;2026-08-21&quot;:1.85},{&quot;2026-08-22&quot;:1.86},{&quot;2026-08-23&quot;:1.86},{&quot;2026-08-24&quot;:1.9},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.91},{&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.81},{&quot;2026-08-31&quot;:1.83},{&quot;2026-09-01&quot;:1.8},{&quot;2026-09-02&quot;:1.84},{&quot;2026-09-03&quot;:1.87},{&quot;2026-09-04&quot;:1.85},{&quot;2026-09-05&quot;:1.81},{&quot;2026-09-06&quot;:1.81},{&quot;2026-09-07&quot;:1.83},{&quot;2026-09-08&quot;:1.83},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.77},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.65}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.38},{&quot;2026-06-17&quot;:1.47},{&quot;2026-06-18&quot;:1.43},{&quot;2026-06-19&quot;:1.26},{&quot;2026-06-20&quot;:1.24},{&quot;2026-06-21&quot;:1.11},{&quot;2026-06-22&quot;:1.0},{&quot;2026-06-23&quot;:0.93},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.83},{&quot;2026-06-26&quot;:0.94},{&quot;2026-06-27&quot;:1.19},{&quot;2026-06-28&quot;:1.32},{&quot;2026-06-29&quot;:1.55},{&quot;2026-06-30&quot;:1.54},{&quot;2026-07-01&quot;:1.37},{&quot;2026-07-02&quot;:1.34},{&quot;2026-07-03&quot;:1.28},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.65},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.62},{&quot;2026-07-09&quot;:1.62},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.54},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.62},{&quot;2026-07-14&quot;:1.6},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.64},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:2.02},{&quot;2026-07-19&quot;:2.12},{&quot;2026-07-20&quot;:2.25},{&quot;2026-07-21&quot;:1.89},{&quot;2026-07-22&quot;:1.88},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-24&quot;:1.58},{&quot;2026-07-25&quot;:1.73},{&quot;2026-07-26&quot;:1.65},{&quot;2026-07-27&quot;:1.64},{&quot;2026-07-28&quot;:1.73},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.48},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.64},{&quot;2026-08-02&quot;:1.53},{&quot;2026-08-03&quot;:1.54},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.37},{&quot;2026-08-07&quot;:1.5},{&quot;2026-08-08&quot;:1.59},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.45},{&quot;2026-08-11&quot;:1.3},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.25},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.63},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.42},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.41},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.46},{&quot;2026-08-22&quot;:1.41},{&quot;2026-08-23&quot;:1.28},{&quot;2026-08-24&quot;:1.19},{&quot;2026-08-25&quot;:1.37},{&quot;2026-08-26&quot;:1.49},{&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.65},{&quot;2026-08-31&quot;:1.64},{&quot;2026-09-01&quot;:1.54},{&quot;2026-09-02&quot;:1.47},{&quot;2026-09-03&quot;:1.57},{&quot;2026-09-04&quot;:1.45},{&quot;2026-09-05&quot;:1.46},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.6},{&quot;2026-09-08&quot;:1.75},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:1.95},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.74}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Etherium Sculptor
        </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">Artifact Creature — Vedalken Artificer</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="Etherium Sculptor" src="https://cards.scryfall.io/large/front/3/d/3d800fe1-4b53-4002-9a0a-1f0b2461b800.jpg?1783934310" />
    </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.73
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-14&quot;:1.48},{&quot;2026-06-15&quot;:1.48},{&quot;2026-06-16&quot;:1.48},{&quot;2026-06-17&quot;:1.48},{&quot;2026-06-18&quot;:1.48},{&quot;2026-06-19&quot;:1.48},{&quot;2026-06-20&quot;:1.48},{&quot;2026-06-21&quot;:1.48},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.45},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.45},{&quot;2026-06-30&quot;:1.6},{&quot;2026-07-01&quot;:1.6},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.76},{&quot;2026-07-04&quot;:1.76},{&quot;2026-07-05&quot;:1.76},{&quot;2026-07-06&quot;:1.76},{&quot;2026-07-07&quot;:1.76},{&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.79},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.82},{&quot;2026-07-14&quot;:1.82},{&quot;2026-07-15&quot;:1.82},{&quot;2026-07-16&quot;:1.82},{&quot;2026-07-17&quot;:1.82},{&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.76},{&quot;2026-07-23&quot;:1.76},{&quot;2026-07-24&quot;:1.76},{&quot;2026-07-25&quot;:1.75},{&quot;2026-07-26&quot;:1.74},{&quot;2026-07-27&quot;:1.76},{&quot;2026-07-28&quot;:1.76},{&quot;2026-07-29&quot;:1.75},{&quot;2026-07-30&quot;:1.75},{&quot;2026-07-31&quot;:1.74},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.73},{&quot;2026-08-03&quot;:1.73},{&quot;2026-08-04&quot;:1.67},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.69},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.64},{&quot;2026-08-17&quot;:1.64},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.64},{&quot;2026-08-21&quot;:1.64},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.62},{&quot;2026-08-24&quot;:1.62},{&quot;2026-08-25&quot;:1.62},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.57},{&quot;2026-08-29&quot;:1.57},{&quot;2026-08-30&quot;:1.57},{&quot;2026-08-31&quot;:1.57},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.66},{&quot;2026-09-04&quot;:1.67},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.71},{&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.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14936"
  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-cmm 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">
            Stonecoil Serpent
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Snake
      </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.73
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Stonecoil Serpent
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i>
          </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="Stonecoil Serpent" src="https://cards.scryfall.io/large/front/3/5/354456dc-81da-4cd1-b7b1-7ea1ce1bcc9f.jpg?1783915398" />
    </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.73
              </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.33</span>
              <span class="text-xs text-grey-text">Credit: $0.43</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.6},{&quot;2026-06-15&quot;:1.62},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.63},{&quot;2026-06-20&quot;:1.59},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.63},{&quot;2026-06-23&quot;:1.69},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.67},{&quot;2026-06-26&quot;:1.67},{&quot;2026-06-27&quot;:1.67},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.75},{&quot;2026-07-01&quot;:1.77},{&quot;2026-07-02&quot;:1.77},{&quot;2026-07-03&quot;:1.78},{&quot;2026-07-04&quot;:1.78},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.81},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.83},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.86},{&quot;2026-07-19&quot;:1.86},{&quot;2026-07-20&quot;:1.87},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-24&quot;:1.9},{&quot;2026-07-25&quot;:1.9},{&quot;2026-07-26&quot;:1.9},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:1.9},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.9},{&quot;2026-07-31&quot;:1.91},{&quot;2026-08-01&quot;:1.91},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.9},{&quot;2026-08-04&quot;:1.84},{&quot;2026-08-05&quot;:1.8},{&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.83},{&quot;2026-08-11&quot;:1.83},{&quot;2026-08-12&quot;:1.83},{&quot;2026-08-13&quot;:1.84},{&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.84},{&quot;2026-08-18&quot;:1.84},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.79},{&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.79},{&quot;2026-08-27&quot;:1.79},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.79},{&quot;2026-09-01&quot;:1.79},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.79},{&quot;2026-09-05&quot;:1.79},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.74},{&quot;2026-09-11&quot;:1.74},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Control Magic
        </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Control Magic" src="https://cards.scryfall.io/large/front/1/b/1bb371e5-424e-42dd-9966-732c22e8ece8.jpg?1783947861" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.73
              </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.52</span>
              <span class="text-xs text-grey-text">Credit: $0.68</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.74},{&quot;2026-06-12&quot;:0.74},{&quot;2026-06-13&quot;:0.74},{&quot;2026-06-14&quot;:0.74},{&quot;2026-06-15&quot;:0.74},{&quot;2026-06-16&quot;:0.74},{&quot;2026-06-17&quot;:0.73},{&quot;2026-06-18&quot;:0.73},{&quot;2026-06-19&quot;:0.73},{&quot;2026-06-20&quot;:0.73},{&quot;2026-06-21&quot;:0.73},{&quot;2026-06-22&quot;:0.73},{&quot;2026-06-24&quot;:0.73},{&quot;2026-06-25&quot;:0.73},{&quot;2026-06-26&quot;:0.73},{&quot;2026-06-27&quot;:0.73},{&quot;2026-06-28&quot;:0.71},{&quot;2026-06-29&quot;:0.69},{&quot;2026-06-30&quot;:0.69},{&quot;2026-07-01&quot;:0.69},{&quot;2026-07-02&quot;:0.69},{&quot;2026-07-03&quot;:0.69},{&quot;2026-07-04&quot;:0.69},{&quot;2026-07-05&quot;:0.69},{&quot;2026-07-06&quot;:0.69},{&quot;2026-07-07&quot;:0.68},{&quot;2026-07-08&quot;:0.68},{&quot;2026-07-09&quot;:0.68},{&quot;2026-07-10&quot;:0.68},{&quot;2026-07-11&quot;:0.68},{&quot;2026-07-12&quot;:0.68},{&quot;2026-07-13&quot;:0.68},{&quot;2026-07-14&quot;:0.68},{&quot;2026-07-15&quot;:0.68},{&quot;2026-07-16&quot;:0.68},{&quot;2026-07-17&quot;:0.68},{&quot;2026-07-18&quot;:0.68},{&quot;2026-07-19&quot;:0.68},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.72},{&quot;2026-07-23&quot;:0.71},{&quot;2026-07-25&quot;:0.71},{&quot;2026-07-26&quot;:0.71},{&quot;2026-07-27&quot;:0.71},{&quot;2026-07-29&quot;:0.71},{&quot;2026-07-30&quot;:0.71},{&quot;2026-07-31&quot;:0.85},{&quot;2026-08-01&quot;:0.85},{&quot;2026-08-02&quot;:0.85},{&quot;2026-08-03&quot;:0.85},{&quot;2026-08-04&quot;:0.85},{&quot;2026-08-05&quot;:0.85},{&quot;2026-08-07&quot;:0.85},{&quot;2026-08-08&quot;:0.85},{&quot;2026-08-09&quot;:0.85},{&quot;2026-08-10&quot;:0.85},{&quot;2026-08-11&quot;:0.85},{&quot;2026-08-12&quot;:1.2},{&quot;2026-08-13&quot;:1.2},{&quot;2026-08-14&quot;:1.2},{&quot;2026-08-15&quot;:1.2},{&quot;2026-08-16&quot;:1.2},{&quot;2026-08-17&quot;:1.19},{&quot;2026-08-18&quot;:1.19},{&quot;2026-08-19&quot;:1.19},{&quot;2026-08-20&quot;:1.19},{&quot;2026-08-21&quot;:1.19},{&quot;2026-08-22&quot;:1.19},{&quot;2026-08-23&quot;:1.19},{&quot;2026-08-24&quot;:1.2},{&quot;2026-08-25&quot;:1.2},{&quot;2026-08-26&quot;:1.19},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.19},{&quot;2026-08-29&quot;:1.19},{&quot;2026-08-30&quot;:1.37},{&quot;2026-08-31&quot;:1.37},{&quot;2026-09-01&quot;:1.37},{&quot;2026-09-02&quot;:1.37},{&quot;2026-09-03&quot;:1.37},{&quot;2026-09-04&quot;:1.37},{&quot;2026-09-05&quot;:1.37},{&quot;2026-09-06&quot;:1.37},{&quot;2026-09-07&quot;:1.55},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.72},{&quot;2026-09-10&quot;:1.73},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="67271"
  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-spg 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">
            Bridge from Below
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bridge from Below" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5feaed81-008e-4ec1-852d-907c0897dff6.jpg?1783913622" />

        <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">
            Bridge from Below
        </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-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="Bridge from Below" src="https://cards.scryfall.io/large/front/5/f/5feaed81-008e-4ec1-852d-907c0897dff6.jpg?1783913622" />
    </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.73
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.94
              </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-14&quot;:2.97},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.93},{&quot;2026-06-17&quot;:2.93},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.97},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.97},{&quot;2026-06-23&quot;:2.97},{&quot;2026-06-24&quot;:2.97},{&quot;2026-06-25&quot;:2.97},{&quot;2026-06-26&quot;:2.97},{&quot;2026-06-27&quot;:2.97},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:2.89},{&quot;2026-06-30&quot;:2.89},{&quot;2026-07-01&quot;:2.89},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.89},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.89},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.89},{&quot;2026-07-11&quot;:2.89},{&quot;2026-07-12&quot;:2.89},{&quot;2026-07-13&quot;:2.89},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.89},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:2.89},{&quot;2026-07-18&quot;:2.89},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:2.89},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:2.96},{&quot;2026-07-28&quot;:2.96},{&quot;2026-07-29&quot;:2.96},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.96},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.96},{&quot;2026-08-08&quot;:2.96},{&quot;2026-08-09&quot;:2.96},{&quot;2026-08-10&quot;:2.96},{&quot;2026-08-11&quot;:2.96},{&quot;2026-08-12&quot;:2.96},{&quot;2026-08-13&quot;:2.96},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:2.95},{&quot;2026-08-16&quot;:2.95},{&quot;2026-08-17&quot;:2.95},{&quot;2026-08-18&quot;:2.95},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:2.95},{&quot;2026-08-22&quot;:2.95},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:2.95},{&quot;2026-08-28&quot;:2.95},{&quot;2026-08-29&quot;:2.95},{&quot;2026-08-30&quot;:2.95},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.99},{&quot;2026-09-07&quot;:2.94},{&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.94},{&quot;2026-09-12&quot;:2.94},{&quot;2026-09-13&quot;:2.94}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.29},{&quot;2026-06-15&quot;:1.29},{&quot;2026-06-16&quot;:1.29},{&quot;2026-06-17&quot;:1.29},{&quot;2026-06-18&quot;:1.29},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.29},{&quot;2026-06-21&quot;:1.29},{&quot;2026-06-22&quot;:1.29},{&quot;2026-06-23&quot;:1.37},{&quot;2026-06-24&quot;:1.37},{&quot;2026-06-25&quot;:1.37},{&quot;2026-06-26&quot;:1.41},{&quot;2026-06-27&quot;:1.41},{&quot;2026-06-28&quot;:1.41},{&quot;2026-06-29&quot;:1.41},{&quot;2026-06-30&quot;:1.41},{&quot;2026-07-01&quot;:1.41},{&quot;2026-07-02&quot;:1.6},{&quot;2026-07-03&quot;:1.6},{&quot;2026-07-04&quot;:1.6},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.57},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.68},{&quot;2026-07-12&quot;:1.68},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.67},{&quot;2026-07-15&quot;:1.67},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:1.67},{&quot;2026-07-18&quot;:1.67},{&quot;2026-07-19&quot;:1.67},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.67},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-24&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.77},{&quot;2026-07-28&quot;:1.77},{&quot;2026-07-29&quot;:1.77},{&quot;2026-07-30&quot;:1.77},{&quot;2026-07-31&quot;:1.77},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.84},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.88},{&quot;2026-08-09&quot;:1.88},{&quot;2026-08-10&quot;:1.9},{&quot;2026-08-11&quot;:1.9},{&quot;2026-08-12&quot;:1.9},{&quot;2026-08-13&quot;:1.9},{&quot;2026-08-14&quot;:1.9},{&quot;2026-08-15&quot;:1.91},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.85},{&quot;2026-08-18&quot;:1.85},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.84},{&quot;2026-08-21&quot;:1.84},{&quot;2026-08-22&quot;:1.84},{&quot;2026-08-23&quot;:1.69},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.69},{&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.7},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.7},{&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.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Midgar, City of Mako // Reactor Raid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/a/8a837256-6bb4-4a60-962d-d2793548d26c.jpg?1783906547" />

        <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">
            Midgar, City of Mako 
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Midgar, City of Mako // Reactor Raid" src="https://cards.scryfall.io/large/front/8/a/8a837256-6bb4-4a60-962d-d2793548d26c.jpg?1783906547" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Midgar, City of Mako // Reactor Raid" src="https://cards.scryfall.io/large/front/8/a/8a837256-6bb4-4a60-962d-d2793548d26c.jpg?1783906547" />
              </div>
            </div>
          </div>

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

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

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

          <span class="text-lg font-medium text-nine-white">
            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.73
              </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">
                $2.52
              </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.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-12&quot;:2.58},{&quot;2026-06-13&quot;:2.58},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.62},{&quot;2026-06-16&quot;:2.62},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.64},{&quot;2026-06-22&quot;:2.74},{&quot;2026-06-23&quot;:2.79},{&quot;2026-06-24&quot;:2.75},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.82},{&quot;2026-06-28&quot;:2.85},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.89},{&quot;2026-07-01&quot;:2.89},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.93},{&quot;2026-07-04&quot;:2.84},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.84},{&quot;2026-07-07&quot;:2.79},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.79},{&quot;2026-07-10&quot;:2.8},{&quot;2026-07-11&quot;:2.74},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.71},{&quot;2026-07-14&quot;:2.71},{&quot;2026-07-15&quot;:2.73},{&quot;2026-07-16&quot;:2.74},{&quot;2026-07-17&quot;:2.78},{&quot;2026-07-18&quot;:2.78},{&quot;2026-07-19&quot;:2.78},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.84},{&quot;2026-07-23&quot;:2.89},{&quot;2026-07-25&quot;:2.95},{&quot;2026-07-26&quot;:2.95},{&quot;2026-07-27&quot;:2.98},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.86},{&quot;2026-07-31&quot;:2.89},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:2.81},{&quot;2026-08-03&quot;:2.78},{&quot;2026-08-04&quot;:2.78},{&quot;2026-08-05&quot;:2.83},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.69},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.74},{&quot;2026-08-11&quot;:2.69},{&quot;2026-08-12&quot;:2.69},{&quot;2026-08-13&quot;:2.66},{&quot;2026-08-14&quot;:2.65},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:2.47},{&quot;2026-08-18&quot;:2.46},{&quot;2026-08-19&quot;:2.48},{&quot;2026-08-20&quot;:2.48},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.44},{&quot;2026-08-23&quot;:2.44},{&quot;2026-08-24&quot;:2.53},{&quot;2026-08-25&quot;:2.53},{&quot;2026-08-26&quot;:2.49},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.52},{&quot;2026-08-29&quot;:2.52},{&quot;2026-08-30&quot;:2.54},{&quot;2026-08-31&quot;:2.52},{&quot;2026-09-01&quot;:2.52},{&quot;2026-09-02&quot;:2.54},{&quot;2026-09-03&quot;:2.53},{&quot;2026-09-04&quot;:2.52},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.45},{&quot;2026-09-07&quot;:2.41},{&quot;2026-09-08&quot;:2.46},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.5},{&quot;2026-09-11&quot;:2.5},{&quot;2026-09-12&quot;:2.5},{&quot;2026-09-13&quot;:2.52}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.53},{&quot;2026-06-13&quot;:2.94},{&quot;2026-06-14&quot;:3.08},{&quot;2026-06-15&quot;:3.08},{&quot;2026-06-16&quot;:3.05},{&quot;2026-06-17&quot;:3.09},{&quot;2026-06-18&quot;:3.15},{&quot;2026-06-19&quot;:3.13},{&quot;2026-06-20&quot;:3.23},{&quot;2026-06-21&quot;:2.97},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:2.87},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.29},{&quot;2026-06-28&quot;:2.51},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.78},{&quot;2026-07-01&quot;:2.71},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.28},{&quot;2026-07-04&quot;:2.05},{&quot;2026-07-05&quot;:2.0},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.64},{&quot;2026-07-09&quot;:1.52},{&quot;2026-07-10&quot;:1.54},{&quot;2026-07-11&quot;:1.55},{&quot;2026-07-12&quot;:1.49},{&quot;2026-07-13&quot;:1.57},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:2.09},{&quot;2026-07-17&quot;:2.03},{&quot;2026-07-18&quot;:1.99},{&quot;2026-07-19&quot;:1.7},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.55},{&quot;2026-07-23&quot;:1.52},{&quot;2026-07-25&quot;:1.67},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-29&quot;:1.92},{&quot;2026-07-30&quot;:1.82},{&quot;2026-07-31&quot;:1.83},{&quot;2026-08-01&quot;:1.85},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.91},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.82},{&quot;2026-08-08&quot;:1.82},{&quot;2026-08-09&quot;:1.95},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:2.09},{&quot;2026-08-12&quot;:1.84},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.82},{&quot;2026-08-15&quot;:1.58},{&quot;2026-08-16&quot;:1.62},{&quot;2026-08-17&quot;:1.51},{&quot;2026-08-18&quot;:1.65},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.69},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.96},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:1.93},{&quot;2026-08-27&quot;:1.93},{&quot;2026-08-28&quot;:2.0},{&quot;2026-08-29&quot;:2.0},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.24},{&quot;2026-09-02&quot;:2.13},{&quot;2026-09-03&quot;:1.91},{&quot;2026-09-04&quot;:1.92},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.76},{&quot;2026-09-08&quot;:1.84},{&quot;2026-09-09&quot;:1.85},{&quot;2026-09-10&quot;:1.84},{&quot;2026-09-11&quot;:1.84},{&quot;2026-09-12&quot;:1.87},{&quot;2026-09-13&quot;:1.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="96523"
  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-eoc 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">
            Cyberdrive Awakener
        </span>


      </div>

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

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

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

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

        <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">
            Cyberdrive Awakener
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Cyberdrive Awakener" src="https://cards.scryfall.io/large/front/1/9/19bf6b74-b236-42eb-8c88-d715cece6357.jpg?1783906045" />
    </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.73
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:1.8},{&quot;2026-06-13&quot;:1.79},{&quot;2026-06-14&quot;:1.79},{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.79},{&quot;2026-06-17&quot;:1.77},{&quot;2026-06-18&quot;:1.83},{&quot;2026-06-19&quot;:1.84},{&quot;2026-06-20&quot;:1.86},{&quot;2026-06-21&quot;:1.84},{&quot;2026-06-22&quot;:1.8},{&quot;2026-06-23&quot;:1.8},{&quot;2026-06-24&quot;:1.97},{&quot;2026-06-25&quot;:2.04},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:1.87},{&quot;2026-06-28&quot;:1.88},{&quot;2026-06-29&quot;:1.89},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.89},{&quot;2026-07-03&quot;:1.86},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.85},{&quot;2026-07-07&quot;:1.87},{&quot;2026-07-08&quot;:1.89},{&quot;2026-07-09&quot;:1.87},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.88},{&quot;2026-07-12&quot;:1.89},{&quot;2026-07-13&quot;:1.87},{&quot;2026-07-14&quot;:2.13},{&quot;2026-07-15&quot;:2.19},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:2.02},{&quot;2026-07-18&quot;:1.98},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:1.95},{&quot;2026-07-23&quot;:1.97},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.86},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.04},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.81},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.84},{&quot;2026-08-08&quot;:1.88},{&quot;2026-08-09&quot;:1.85},{&quot;2026-08-10&quot;:1.86},{&quot;2026-08-11&quot;:1.92},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.93},{&quot;2026-08-14&quot;:1.87},{&quot;2026-08-15&quot;:1.87},{&quot;2026-08-16&quot;:1.85},{&quot;2026-08-17&quot;:1.86},{&quot;2026-08-18&quot;:1.82},{&quot;2026-08-19&quot;:1.81},{&quot;2026-08-20&quot;:1.81},{&quot;2026-08-21&quot;:1.85},{&quot;2026-08-22&quot;:1.9},{&quot;2026-08-23&quot;:1.97},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.89},{&quot;2026-08-27&quot;:1.88},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.79},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.74},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.76},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.75},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.73}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dimir Signet" src="https://cards.scryfall.io/large/front/c/f/cf671e9e-333e-4c9d-b9f3-0e61822634b0.jpg?1783934266" />
    </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.72
              </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.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;normal&quot;:[{&quot;2026-06-14&quot;:1.17},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.2},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.21},{&quot;2026-06-22&quot;:1.21},{&quot;2026-06-23&quot;:1.21},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.21},{&quot;2026-06-26&quot;:1.21},{&quot;2026-06-27&quot;:1.21},{&quot;2026-06-28&quot;:1.21},{&quot;2026-06-29&quot;:1.21},{&quot;2026-06-30&quot;:1.21},{&quot;2026-07-01&quot;:1.21},{&quot;2026-07-02&quot;:1.19},{&quot;2026-07-03&quot;:1.21},{&quot;2026-07-04&quot;:1.21},{&quot;2026-07-05&quot;:1.22},{&quot;2026-07-06&quot;:1.26},{&quot;2026-07-07&quot;:1.26},{&quot;2026-07-08&quot;:1.26},{&quot;2026-07-09&quot;:1.26},{&quot;2026-07-10&quot;:1.26},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.26},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.26},{&quot;2026-07-16&quot;:1.26},{&quot;2026-07-17&quot;:1.26},{&quot;2026-07-18&quot;:1.31},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-23&quot;:1.43},{&quot;2026-07-24&quot;:1.43},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.52},{&quot;2026-07-27&quot;:1.52},{&quot;2026-07-28&quot;:1.52},{&quot;2026-07-29&quot;:1.52},{&quot;2026-07-30&quot;:1.52},{&quot;2026-07-31&quot;:1.54},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.47},{&quot;2026-08-04&quot;:1.5},{&quot;2026-08-05&quot;:1.5},{&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.48},{&quot;2026-08-12&quot;:1.48},{&quot;2026-08-13&quot;:1.48},{&quot;2026-08-14&quot;:1.48},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.47},{&quot;2026-08-18&quot;:1.47},{&quot;2026-08-19&quot;:1.52},{&quot;2026-08-20&quot;:1.52},{&quot;2026-08-21&quot;:1.52},{&quot;2026-08-22&quot;:1.52},{&quot;2026-08-23&quot;:1.52},{&quot;2026-08-24&quot;:1.52},{&quot;2026-08-25&quot;:1.57},{&quot;2026-08-26&quot;:1.57},{&quot;2026-08-27&quot;:1.57},{&quot;2026-08-28&quot;:1.61},{&quot;2026-08-29&quot;:1.61},{&quot;2026-08-30&quot;:1.71},{&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.73},{&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.73},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14914"
  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-cmm 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">
            Phyrexian Triniform
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Phyrexian Golem
      </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.72
          </span>
        </div>
      </div>
    </div>

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Phyrexian Triniform" src="https://cards.scryfall.io/large/front/b/5/b55fcddd-e7c8-4f57-8f49-dd86e2d5fe49.jpg?1783915399" />
    </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.72
              </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.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.55},{&quot;2026-06-13&quot;:1.6},{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.7},{&quot;2026-06-16&quot;:1.71},{&quot;2026-06-17&quot;:1.71},{&quot;2026-06-18&quot;:1.71},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.67},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.68},{&quot;2026-06-25&quot;:1.66},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.72},{&quot;2026-06-29&quot;:1.73},{&quot;2026-06-30&quot;:1.73},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.72},{&quot;2026-07-03&quot;:1.72},{&quot;2026-07-04&quot;:1.68},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.65},{&quot;2026-07-07&quot;:1.66},{&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.64},{&quot;2026-07-14&quot;:1.64},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.63},{&quot;2026-07-19&quot;:1.63},{&quot;2026-07-20&quot;:1.6},{&quot;2026-07-21&quot;:1.54},{&quot;2026-07-23&quot;:1.49},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.49},{&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.46},{&quot;2026-08-04&quot;:1.41},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.46},{&quot;2026-08-08&quot;:1.47},{&quot;2026-08-09&quot;:1.47},{&quot;2026-08-10&quot;:1.48},{&quot;2026-08-11&quot;:1.51},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.47},{&quot;2026-08-15&quot;:1.47},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.48},{&quot;2026-08-19&quot;:1.47},{&quot;2026-08-20&quot;:1.47},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.49},{&quot;2026-08-23&quot;:1.5},{&quot;2026-08-24&quot;:1.55},{&quot;2026-08-25&quot;:1.55},{&quot;2026-08-26&quot;:1.55},{&quot;2026-08-27&quot;:1.52},{&quot;2026-08-28&quot;:1.52},{&quot;2026-08-29&quot;:1.52},{&quot;2026-08-30&quot;:1.54},{&quot;2026-08-31&quot;:1.6},{&quot;2026-09-01&quot;:1.6},{&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.76},{&quot;2026-09-07&quot;:1.77},{&quot;2026-09-08&quot;:1.77},{&quot;2026-09-09&quot;:1.79},{&quot;2026-09-10&quot;:1.79},{&quot;2026-09-11&quot;:1.79},{&quot;2026-09-12&quot;:1.75},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

        <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/1/d/1d446b8b-1b09-4fef-8454-95ad272503c0.jpg?1783918367" />
    </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.08
              </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.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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.63</span>
              <span class="text-xs text-grey-text">Credit: $0.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.61},{&quot;2026-06-19&quot;:1.61},{&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.61},{&quot;2026-06-25&quot;:1.61},{&quot;2026-06-26&quot;:1.61},{&quot;2026-06-27&quot;:1.61},{&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.59},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.59},{&quot;2026-07-08&quot;:1.59},{&quot;2026-07-09&quot;:1.59},{&quot;2026-07-10&quot;:1.59},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.62},{&quot;2026-07-13&quot;:1.62},{&quot;2026-07-14&quot;:1.62},{&quot;2026-07-15&quot;:1.62},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.64},{&quot;2026-07-20&quot;:1.57},{&quot;2026-07-21&quot;:1.57},{&quot;2026-07-22&quot;:1.56},{&quot;2026-07-23&quot;:1.56},{&quot;2026-07-24&quot;:1.54},{&quot;2026-07-25&quot;:1.51},{&quot;2026-07-26&quot;:1.51},{&quot;2026-07-27&quot;:1.51},{&quot;2026-07-28&quot;:1.56},{&quot;2026-07-29&quot;:1.56},{&quot;2026-07-30&quot;:1.56},{&quot;2026-07-31&quot;:1.56},{&quot;2026-08-01&quot;:1.56},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.56},{&quot;2026-08-13&quot;:1.56},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.57},{&quot;2026-08-16&quot;:1.57},{&quot;2026-08-17&quot;:1.68},{&quot;2026-08-18&quot;:1.68},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.68},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.68},{&quot;2026-08-23&quot;:1.68},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.76},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.71},{&quot;2026-08-29&quot;:1.71},{&quot;2026-08-30&quot;:1.68},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.72},{&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.72},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.87},{&quot;2026-06-16&quot;:0.89},{&quot;2026-06-17&quot;:0.9},{&quot;2026-06-18&quot;:0.87},{&quot;2026-06-19&quot;:0.87},{&quot;2026-06-20&quot;:0.9},{&quot;2026-06-21&quot;:0.9},{&quot;2026-06-22&quot;:0.88},{&quot;2026-06-23&quot;:0.88},{&quot;2026-06-24&quot;:0.88},{&quot;2026-06-25&quot;:0.88},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.88},{&quot;2026-06-28&quot;:0.88},{&quot;2026-06-29&quot;:0.88},{&quot;2026-06-30&quot;:0.88},{&quot;2026-07-01&quot;:0.89},{&quot;2026-07-02&quot;:0.87},{&quot;2026-07-03&quot;:0.9},{&quot;2026-07-04&quot;:0.9},{&quot;2026-07-05&quot;:0.9},{&quot;2026-07-06&quot;:0.87},{&quot;2026-07-07&quot;:0.87},{&quot;2026-07-08&quot;:0.88},{&quot;2026-07-09&quot;:0.88},{&quot;2026-07-10&quot;:0.93},{&quot;2026-07-11&quot;:0.97},{&quot;2026-07-12&quot;:1.12},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.12},{&quot;2026-07-16&quot;:1.12},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.11},{&quot;2026-07-19&quot;:1.11},{&quot;2026-07-20&quot;:1.11},{&quot;2026-07-21&quot;:1.11},{&quot;2026-07-22&quot;:1.12},{&quot;2026-07-23&quot;:1.12},{&quot;2026-07-24&quot;:1.12},{&quot;2026-07-25&quot;:1.12},{&quot;2026-07-26&quot;:1.12},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.14},{&quot;2026-07-29&quot;:1.14},{&quot;2026-07-30&quot;:1.14},{&quot;2026-07-31&quot;:1.14},{&quot;2026-08-01&quot;:1.14},{&quot;2026-08-02&quot;:1.15},{&quot;2026-08-03&quot;:1.15},{&quot;2026-08-04&quot;:1.15},{&quot;2026-08-05&quot;:1.18},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.19},{&quot;2026-08-09&quot;:1.19},{&quot;2026-08-10&quot;:1.19},{&quot;2026-08-11&quot;:1.21},{&quot;2026-08-12&quot;:1.21},{&quot;2026-08-13&quot;:1.21},{&quot;2026-08-14&quot;:1.21},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.22},{&quot;2026-08-20&quot;:1.23},{&quot;2026-08-21&quot;:1.17},{&quot;2026-08-22&quot;:1.11},{&quot;2026-08-23&quot;:1.11},{&quot;2026-08-24&quot;:1.11},{&quot;2026-08-25&quot;:1.11},{&quot;2026-08-26&quot;:1.11},{&quot;2026-08-27&quot;:1.11},{&quot;2026-08-28&quot;:1.11},{&quot;2026-08-29&quot;:1.11},{&quot;2026-08-30&quot;:1.11},{&quot;2026-08-31&quot;:1.08},{&quot;2026-09-01&quot;:1.08},{&quot;2026-09-02&quot;:1.08},{&quot;2026-09-03&quot;:1.08},{&quot;2026-09-04&quot;:1.08},{&quot;2026-09-05&quot;:1.08},{&quot;2026-09-06&quot;:1.08},{&quot;2026-09-07&quot;:1.08},{&quot;2026-09-08&quot;:1.08},{&quot;2026-09-09&quot;:1.08},{&quot;2026-09-10&quot;:1.08},{&quot;2026-09-11&quot;:1.08},{&quot;2026-09-12&quot;:1.08},{&quot;2026-09-13&quot;:1.08}]}"
        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="28492"
  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">
            Ebony Fly
        </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">
              ↑
              4%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ebony Fly" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7f11245d-9e80-42b0-b371-21e990a2e6ef.jpg?1783926235" />

        <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">
            Ebony Fly
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Ebony Fly" src="https://cards.scryfall.io/large/front/7/f/7f11245d-9e80-42b0-b371-21e990a2e6ef.jpg?1783926235" />
    </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.72
              </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;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.11},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.31},{&quot;2026-06-20&quot;:2.35},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.3},{&quot;2026-06-24&quot;:2.38},{&quot;2026-06-25&quot;:2.32},{&quot;2026-06-26&quot;:2.32},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.29},{&quot;2026-07-01&quot;:2.14},{&quot;2026-07-02&quot;:2.1},{&quot;2026-07-03&quot;:2.07},{&quot;2026-07-04&quot;:2.07},{&quot;2026-07-05&quot;:1.96},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.91},{&quot;2026-07-08&quot;:1.91},{&quot;2026-07-09&quot;:1.9},{&quot;2026-07-10&quot;:1.88},{&quot;2026-07-11&quot;:1.93},{&quot;2026-07-12&quot;:1.87},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.87},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.85},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.77},{&quot;2026-07-19&quot;:1.73},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.61},{&quot;2026-07-22&quot;:1.69},{&quot;2026-07-23&quot;:1.77},{&quot;2026-07-24&quot;:1.77},{&quot;2026-07-25&quot;:1.77},{&quot;2026-07-26&quot;:1.72},{&quot;2026-07-27&quot;:1.69},{&quot;2026-07-28&quot;:1.69},{&quot;2026-07-29&quot;:1.69},{&quot;2026-07-30&quot;:1.7},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.75},{&quot;2026-08-03&quot;:1.86},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:1.82},{&quot;2026-08-07&quot;:1.68},{&quot;2026-08-08&quot;:1.7},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.58},{&quot;2026-08-11&quot;:1.55},{&quot;2026-08-12&quot;:1.55},{&quot;2026-08-13&quot;:1.59},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.61},{&quot;2026-08-19&quot;:1.61},{&quot;2026-08-20&quot;:1.49},{&quot;2026-08-21&quot;:1.33},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.24},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.36},{&quot;2026-08-28&quot;:1.38},{&quot;2026-08-29&quot;:1.38},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.39},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.45},{&quot;2026-09-03&quot;:1.49},{&quot;2026-09-04&quot;:1.61},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.63},{&quot;2026-09-07&quot;:1.65},{&quot;2026-09-08&quot;:1.67},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.68},{&quot;2026-09-12&quot;:1.68},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28579"
  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">
            Homunculus Horde
        </span>


      </div>

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

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

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

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

        <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">
            Homunculus Horde
        </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 — Homunculus</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Homunculus Horde" src="https://cards.scryfall.io/large/front/4/7/470c4d03-340a-4e0e-a59f-f19d05497785.jpg?1783909117" />
    </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.36
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  33%
                </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.72
              </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.95</span>
              <span class="text-xs text-grey-text">Credit: $1.24</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-15&quot;:0.59},{&quot;2026-06-16&quot;:0.59},{&quot;2026-06-17&quot;:0.59},{&quot;2026-06-18&quot;:0.58},{&quot;2026-06-19&quot;:0.59},{&quot;2026-06-20&quot;:0.59},{&quot;2026-06-21&quot;:0.57},{&quot;2026-06-22&quot;:0.63},{&quot;2026-06-23&quot;:0.63},{&quot;2026-06-24&quot;:0.63},{&quot;2026-06-25&quot;:0.62},{&quot;2026-06-26&quot;:0.62},{&quot;2026-06-27&quot;:0.63},{&quot;2026-06-28&quot;:0.63},{&quot;2026-06-29&quot;:0.68},{&quot;2026-06-30&quot;:0.69},{&quot;2026-07-01&quot;:0.7},{&quot;2026-07-02&quot;:0.69},{&quot;2026-07-03&quot;:0.69},{&quot;2026-07-04&quot;:0.69},{&quot;2026-07-05&quot;:0.68},{&quot;2026-07-06&quot;:0.68},{&quot;2026-07-07&quot;:0.68},{&quot;2026-07-08&quot;:0.76},{&quot;2026-07-09&quot;:0.81},{&quot;2026-07-10&quot;:0.84},{&quot;2026-07-11&quot;:0.87},{&quot;2026-07-12&quot;:0.87},{&quot;2026-07-13&quot;:1.0},{&quot;2026-07-14&quot;:1.05},{&quot;2026-07-15&quot;:1.24},{&quot;2026-07-16&quot;:1.27},{&quot;2026-07-17&quot;:1.29},{&quot;2026-07-18&quot;:1.29},{&quot;2026-07-19&quot;:1.35},{&quot;2026-07-20&quot;:1.31},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-22&quot;:1.33},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-24&quot;:1.32},{&quot;2026-07-25&quot;:1.31},{&quot;2026-07-26&quot;:1.27},{&quot;2026-07-27&quot;:1.27},{&quot;2026-07-28&quot;:1.41},{&quot;2026-07-29&quot;:1.41},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.52},{&quot;2026-08-01&quot;:1.52},{&quot;2026-08-02&quot;:1.33},{&quot;2026-08-03&quot;:1.31},{&quot;2026-08-04&quot;:1.29},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.63},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.5},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.3},{&quot;2026-08-12&quot;:1.34},{&quot;2026-08-13&quot;:1.44},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.69},{&quot;2026-08-17&quot;:1.7},{&quot;2026-08-18&quot;:1.95},{&quot;2026-08-19&quot;:2.02},{&quot;2026-08-20&quot;:2.02},{&quot;2026-08-21&quot;:1.79},{&quot;2026-08-22&quot;:1.64},{&quot;2026-08-23&quot;:1.64},{&quot;2026-08-24&quot;:1.56},{&quot;2026-08-25&quot;:1.56},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.89},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.07},{&quot;2026-08-31&quot;:2.01},{&quot;2026-09-01&quot;:1.87},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.88},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.4},{&quot;2026-09-09&quot;:1.4},{&quot;2026-09-10&quot;:1.66},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:0.54},{&quot;2026-06-16&quot;:0.56},{&quot;2026-06-17&quot;:0.55},{&quot;2026-06-18&quot;:0.53},{&quot;2026-06-19&quot;:0.5},{&quot;2026-06-20&quot;:0.46},{&quot;2026-06-21&quot;:0.48},{&quot;2026-06-22&quot;:0.5},{&quot;2026-06-23&quot;:0.52},{&quot;2026-06-24&quot;:0.51},{&quot;2026-06-25&quot;:0.53},{&quot;2026-06-26&quot;:0.52},{&quot;2026-06-27&quot;:0.51},{&quot;2026-06-28&quot;:0.5},{&quot;2026-06-29&quot;:0.48},{&quot;2026-06-30&quot;:0.54},{&quot;2026-07-01&quot;:0.54},{&quot;2026-07-02&quot;:0.57},{&quot;2026-07-03&quot;:0.61},{&quot;2026-07-04&quot;:0.6},{&quot;2026-07-05&quot;:0.66},{&quot;2026-07-06&quot;:0.68},{&quot;2026-07-07&quot;:0.65},{&quot;2026-07-08&quot;:0.67},{&quot;2026-07-09&quot;:0.64},{&quot;2026-07-10&quot;:0.64},{&quot;2026-07-11&quot;:0.61},{&quot;2026-07-12&quot;:0.75},{&quot;2026-07-13&quot;:0.71},{&quot;2026-07-14&quot;:0.98},{&quot;2026-07-15&quot;:1.04},{&quot;2026-07-16&quot;:1.06},{&quot;2026-07-17&quot;:1.03},{&quot;2026-07-18&quot;:1.02},{&quot;2026-07-19&quot;:0.87},{&quot;2026-07-20&quot;:0.76},{&quot;2026-07-21&quot;:0.71},{&quot;2026-07-22&quot;:0.73},{&quot;2026-07-23&quot;:0.78},{&quot;2026-07-24&quot;:0.9},{&quot;2026-07-25&quot;:0.94},{&quot;2026-07-26&quot;:0.93},{&quot;2026-07-27&quot;:1.34},{&quot;2026-07-28&quot;:1.5},{&quot;2026-07-29&quot;:1.48},{&quot;2026-07-30&quot;:1.37},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.35},{&quot;2026-08-03&quot;:1.12},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.43},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.34},{&quot;2026-08-09&quot;:1.08},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:0.97},{&quot;2026-08-12&quot;:1.05},{&quot;2026-08-13&quot;:0.87},{&quot;2026-08-14&quot;:1.06},{&quot;2026-08-15&quot;:0.94},{&quot;2026-08-16&quot;:0.91},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.6},{&quot;2026-08-19&quot;:1.79},{&quot;2026-08-20&quot;:2.15},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.64},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:2.03},{&quot;2026-08-27&quot;:2.3},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.93},{&quot;2026-09-02&quot;:2.6},{&quot;2026-09-03&quot;:2.52},{&quot;2026-09-04&quot;:2.22},{&quot;2026-09-05&quot;:1.84},{&quot;2026-09-06&quot;:1.95},{&quot;2026-09-07&quot;:2.02},{&quot;2026-09-08&quot;:2.1},{&quot;2026-09-09&quot;:2.09},{&quot;2026-09-10&quot;:2.01},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.64},{&quot;2026-09-13&quot;:1.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="40488"
  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">
            Poison-Tip Archer
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Poison-Tip Archer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/1677d49e-3d63-45bd-9849-01b1bdd95ad8.jpg?1783928303" />

        <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">
            Poison-Tip Archer
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><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="Poison-Tip Archer" src="https://cards.scryfall.io/large/front/1/6/1677d49e-3d63-45bd-9849-01b1bdd95ad8.jpg?1783928303" />
    </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.72
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-15&quot;:1.01},{&quot;2026-06-16&quot;:0.97},{&quot;2026-06-17&quot;:0.95},{&quot;2026-06-18&quot;:0.92},{&quot;2026-06-19&quot;:0.92},{&quot;2026-06-20&quot;:0.92},{&quot;2026-06-21&quot;:0.92},{&quot;2026-06-22&quot;:0.92},{&quot;2026-06-23&quot;:0.9},{&quot;2026-06-24&quot;:0.88},{&quot;2026-06-25&quot;:0.88},{&quot;2026-06-26&quot;:0.88},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.87},{&quot;2026-06-29&quot;:0.87},{&quot;2026-06-30&quot;:0.87},{&quot;2026-07-01&quot;:0.91},{&quot;2026-07-02&quot;:0.95},{&quot;2026-07-03&quot;:0.98},{&quot;2026-07-04&quot;:0.95},{&quot;2026-07-05&quot;:0.95},{&quot;2026-07-06&quot;:0.95},{&quot;2026-07-07&quot;:0.95},{&quot;2026-07-08&quot;:0.97},{&quot;2026-07-09&quot;:0.97},{&quot;2026-07-10&quot;:0.98},{&quot;2026-07-11&quot;:0.99},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:1.12},{&quot;2026-07-14&quot;:1.16},{&quot;2026-07-15&quot;:1.23},{&quot;2026-07-16&quot;:1.78},{&quot;2026-07-17&quot;:1.78},{&quot;2026-07-18&quot;:1.78},{&quot;2026-07-19&quot;:1.75},{&quot;2026-07-20&quot;:1.75},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-22&quot;:1.71},{&quot;2026-07-23&quot;:1.71},{&quot;2026-07-24&quot;:1.72},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-28&quot;:1.84},{&quot;2026-07-29&quot;:1.87},{&quot;2026-07-30&quot;:1.87},{&quot;2026-07-31&quot;:1.78},{&quot;2026-08-01&quot;:1.84},{&quot;2026-08-02&quot;:1.85},{&quot;2026-08-03&quot;:1.95},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.97},{&quot;2026-08-07&quot;:1.97},{&quot;2026-08-08&quot;:1.91},{&quot;2026-08-09&quot;:1.91},{&quot;2026-08-10&quot;:1.33},{&quot;2026-08-11&quot;:1.42},{&quot;2026-08-12&quot;:1.45},{&quot;2026-08-13&quot;:1.45},{&quot;2026-08-14&quot;:1.46},{&quot;2026-08-15&quot;:1.45},{&quot;2026-08-16&quot;:1.46},{&quot;2026-08-17&quot;:1.53},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.54},{&quot;2026-08-20&quot;:1.54},{&quot;2026-08-21&quot;:1.54},{&quot;2026-08-22&quot;:1.56},{&quot;2026-08-23&quot;:1.56},{&quot;2026-08-24&quot;:1.51},{&quot;2026-08-25&quot;:1.49},{&quot;2026-08-26&quot;:1.49},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.51},{&quot;2026-08-29&quot;:1.51},{&quot;2026-08-30&quot;:1.54},{&quot;2026-08-31&quot;:1.54},{&quot;2026-09-01&quot;:1.52},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.42},{&quot;2026-09-04&quot;:1.42},{&quot;2026-09-05&quot;:1.4},{&quot;2026-09-06&quot;:1.35},{&quot;2026-09-07&quot;:1.35},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.3},{&quot;2026-09-10&quot;:1.81},{&quot;2026-09-11&quot;:1.81},{&quot;2026-09-12&quot;:1.83},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="47489"
  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-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">
            Knight of the White Orchid
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Knight of the White Orchid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/7/27234c73-c725-4157-9d01-762e584bcc71.jpg?1783925351" />

        <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">
            Knight of the White Orchid
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Knight of the White Orchid" src="https://cards.scryfall.io/large/front/2/7/27234c73-c725-4157-9d01-762e584bcc71.jpg?1783925351" />
    </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.72
              </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-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:2.0},{&quot;2026-06-18&quot;:2.0},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:1.94},{&quot;2026-06-21&quot;:1.94},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.94},{&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.93},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.92},{&quot;2026-07-01&quot;:1.93},{&quot;2026-07-02&quot;:1.95},{&quot;2026-07-03&quot;:1.94},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.94},{&quot;2026-07-06&quot;:1.94},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.93},{&quot;2026-07-09&quot;:1.93},{&quot;2026-07-10&quot;:1.91},{&quot;2026-07-11&quot;:1.95},{&quot;2026-07-12&quot;:1.95},{&quot;2026-07-13&quot;:1.95},{&quot;2026-07-14&quot;:1.95},{&quot;2026-07-15&quot;:1.96},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.95},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.94},{&quot;2026-07-20&quot;:1.92},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.88},{&quot;2026-07-24&quot;:1.88},{&quot;2026-07-25&quot;:1.88},{&quot;2026-07-26&quot;:1.87},{&quot;2026-07-27&quot;:1.87},{&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.8},{&quot;2026-08-03&quot;:1.78},{&quot;2026-08-04&quot;:1.77},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.75},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.74},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.71},{&quot;2026-08-15&quot;:1.73},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.78},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.77},{&quot;2026-08-24&quot;:1.77},{&quot;2026-08-25&quot;:1.77},{&quot;2026-08-26&quot;:1.77},{&quot;2026-08-27&quot;:1.77},{&quot;2026-08-28&quot;:1.77},{&quot;2026-08-29&quot;:1.77},{&quot;2026-08-30&quot;:1.79},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.77},{&quot;2026-09-02&quot;:1.77},{&quot;2026-09-03&quot;:1.77},{&quot;2026-09-04&quot;:1.77},{&quot;2026-09-05&quot;:1.77},{&quot;2026-09-06&quot;:1.77},{&quot;2026-09-07&quot;:1.71},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Basic Land — Plains
      </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.01
          </span>
        </div>
      </div>
    </div>

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/3/6/36ccde39-98bd-4a67-bfcf-a66d9fbd9417.jpg?1783917976" />
    </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">
            3
          </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.01
              </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.72
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.40</span>
              <span class="text-xs text-grey-text">Credit: $0.52</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-11&quot;:2.3},{&quot;2026-06-12&quot;:2.45},{&quot;2026-06-13&quot;:2.35},{&quot;2026-06-14&quot;:2.3},{&quot;2026-06-15&quot;:2.25},{&quot;2026-06-16&quot;:2.25},{&quot;2026-06-17&quot;:2.19},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.27},{&quot;2026-06-20&quot;:2.27},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.34},{&quot;2026-06-24&quot;:2.33},{&quot;2026-06-25&quot;:2.31},{&quot;2026-06-26&quot;:2.25},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.16},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.09},{&quot;2026-07-01&quot;:1.97},{&quot;2026-07-02&quot;:1.75},{&quot;2026-07-03&quot;:1.73},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.91},{&quot;2026-07-07&quot;:1.91},{&quot;2026-07-08&quot;:1.86},{&quot;2026-07-09&quot;:1.85},{&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.62},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.69},{&quot;2026-07-17&quot;:1.69},{&quot;2026-07-18&quot;:1.64},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.67},{&quot;2026-07-21&quot;:1.66},{&quot;2026-07-23&quot;:1.67},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.64},{&quot;2026-07-27&quot;:1.59},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.65},{&quot;2026-07-31&quot;:1.63},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.64},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.6},{&quot;2026-08-07&quot;:1.49},{&quot;2026-08-08&quot;:1.45},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.38},{&quot;2026-08-11&quot;:1.36},{&quot;2026-08-12&quot;:1.35},{&quot;2026-08-13&quot;:1.41},{&quot;2026-08-14&quot;:1.78},{&quot;2026-08-15&quot;:1.75},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.81},{&quot;2026-08-19&quot;:1.85},{&quot;2026-08-20&quot;:1.85},{&quot;2026-08-21&quot;:1.98},{&quot;2026-08-22&quot;:1.96},{&quot;2026-08-23&quot;:2.03},{&quot;2026-08-24&quot;:1.95},{&quot;2026-08-25&quot;:1.95},{&quot;2026-08-26&quot;:1.99},{&quot;2026-08-27&quot;:2.05},{&quot;2026-08-28&quot;:2.03},{&quot;2026-08-29&quot;:2.03},{&quot;2026-08-30&quot;:1.81},{&quot;2026-08-31&quot;:1.71},{&quot;2026-09-01&quot;:1.71},{&quot;2026-09-02&quot;:1.66},{&quot;2026-09-03&quot;:1.6},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.63},{&quot;2026-09-06&quot;:1.6},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.73},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.76},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.45},{&quot;2026-06-12&quot;:1.33},{&quot;2026-06-13&quot;:1.33},{&quot;2026-06-14&quot;:1.36},{&quot;2026-06-15&quot;:1.35},{&quot;2026-06-16&quot;:1.35},{&quot;2026-06-17&quot;:1.35},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.29},{&quot;2026-06-20&quot;:1.31},{&quot;2026-06-21&quot;:1.28},{&quot;2026-06-22&quot;:1.27},{&quot;2026-06-24&quot;:1.24},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.15},{&quot;2026-06-27&quot;:1.17},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.17},{&quot;2026-06-30&quot;:1.15},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:1.15},{&quot;2026-07-03&quot;:1.15},{&quot;2026-07-04&quot;:1.14},{&quot;2026-07-05&quot;:1.12},{&quot;2026-07-06&quot;:1.15},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.11},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.11},{&quot;2026-07-11&quot;:1.13},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.17},{&quot;2026-07-14&quot;:1.12},{&quot;2026-07-15&quot;:1.13},{&quot;2026-07-16&quot;:1.16},{&quot;2026-07-17&quot;:1.12},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.08},{&quot;2026-07-20&quot;:1.09},{&quot;2026-07-21&quot;:1.14},{&quot;2026-07-23&quot;:1.3},{&quot;2026-07-25&quot;:1.36},{&quot;2026-07-26&quot;:1.36},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-29&quot;:1.39},{&quot;2026-07-30&quot;:1.4},{&quot;2026-07-31&quot;:1.39},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.38},{&quot;2026-08-03&quot;:1.4},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.36},{&quot;2026-08-07&quot;:1.43},{&quot;2026-08-08&quot;:1.43},{&quot;2026-08-09&quot;:1.44},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.4},{&quot;2026-08-13&quot;:1.37},{&quot;2026-08-14&quot;:1.38},{&quot;2026-08-15&quot;:1.35},{&quot;2026-08-16&quot;:1.22},{&quot;2026-08-17&quot;:1.15},{&quot;2026-08-18&quot;:1.15},{&quot;2026-08-19&quot;:1.17},{&quot;2026-08-20&quot;:1.17},{&quot;2026-08-21&quot;:1.11},{&quot;2026-08-22&quot;:1.17},{&quot;2026-08-23&quot;:1.15},{&quot;2026-08-24&quot;:1.17},{&quot;2026-08-25&quot;:1.17},{&quot;2026-08-26&quot;:1.2},{&quot;2026-08-27&quot;:1.19},{&quot;2026-08-28&quot;:1.22},{&quot;2026-08-29&quot;:1.22},{&quot;2026-08-30&quot;:1.39},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.29},{&quot;2026-09-03&quot;:1.31},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:0.98},{&quot;2026-09-07&quot;:0.98},{&quot;2026-09-08&quot;:0.97},{&quot;2026-09-09&quot;:0.9},{&quot;2026-09-10&quot;:0.93},{&quot;2026-09-11&quot;:0.95},{&quot;2026-09-12&quot;:0.96},{&quot;2026-09-13&quot;:1.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kenrith&#39;s Transformation" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/3/a34add4e-5d5e-489c-a3b4-daef05a2bb0f.jpg?1783914950" />

        <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">
            Kenrith&#39;s Transformation
        </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-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="Kenrith&#39;s Transformation" src="https://cards.scryfall.io/large/front/a/3/a34add4e-5d5e-489c-a3b4-daef05a2bb0f.jpg?1783914950" />
    </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.72
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.41},{&quot;2026-06-16&quot;:1.41},{&quot;2026-06-17&quot;:1.41},{&quot;2026-06-18&quot;:1.41},{&quot;2026-06-19&quot;:1.42},{&quot;2026-06-20&quot;:1.4},{&quot;2026-06-21&quot;:1.42},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-23&quot;:1.42},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.39},{&quot;2026-06-29&quot;:1.37},{&quot;2026-06-30&quot;:1.35},{&quot;2026-07-01&quot;:1.32},{&quot;2026-07-02&quot;:1.29},{&quot;2026-07-03&quot;:1.27},{&quot;2026-07-04&quot;:1.27},{&quot;2026-07-05&quot;:1.26},{&quot;2026-07-06&quot;:1.25},{&quot;2026-07-07&quot;:1.24},{&quot;2026-07-08&quot;:1.24},{&quot;2026-07-09&quot;:1.23},{&quot;2026-07-10&quot;:1.2},{&quot;2026-07-11&quot;:1.2},{&quot;2026-07-12&quot;:1.2},{&quot;2026-07-13&quot;:1.21},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.22},{&quot;2026-07-16&quot;:1.21},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.2},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.2},{&quot;2026-07-21&quot;:1.21},{&quot;2026-07-22&quot;:1.21},{&quot;2026-07-23&quot;:1.21},{&quot;2026-07-24&quot;:1.21},{&quot;2026-07-25&quot;:1.21},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.21},{&quot;2026-07-28&quot;:1.21},{&quot;2026-07-29&quot;:1.21},{&quot;2026-07-30&quot;:1.21},{&quot;2026-07-31&quot;:1.21},{&quot;2026-08-01&quot;:1.21},{&quot;2026-08-02&quot;:1.21},{&quot;2026-08-03&quot;:1.21},{&quot;2026-08-04&quot;:1.21},{&quot;2026-08-05&quot;:1.21},{&quot;2026-08-07&quot;:1.2},{&quot;2026-08-08&quot;:1.22},{&quot;2026-08-09&quot;:1.22},{&quot;2026-08-10&quot;:1.22},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.25},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.23},{&quot;2026-08-17&quot;:1.23},{&quot;2026-08-18&quot;:1.23},{&quot;2026-08-19&quot;:1.23},{&quot;2026-08-20&quot;:1.24},{&quot;2026-08-21&quot;:1.24},{&quot;2026-08-22&quot;:1.27},{&quot;2026-08-23&quot;:1.27},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.31},{&quot;2026-08-27&quot;:1.4},{&quot;2026-08-28&quot;:1.44},{&quot;2026-08-29&quot;:1.44},{&quot;2026-08-30&quot;:1.45},{&quot;2026-08-31&quot;:1.49},{&quot;2026-09-01&quot;:1.54},{&quot;2026-09-02&quot;:1.54},{&quot;2026-09-03&quot;:1.54},{&quot;2026-09-04&quot;:1.54},{&quot;2026-09-05&quot;:1.54},{&quot;2026-09-06&quot;:1.62},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Underground River" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/2/c219a41a-d5f4-42f3-841c-2518be583198.jpg?1783906202" />

        <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">
            Underground River
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Underground River" src="https://cards.scryfall.io/large/front/c/2/c219a41a-d5f4-42f3-841c-2518be583198.jpg?1783906202" />
    </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.72
              </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">
                $5.22
              </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-08-19&quot;:4.87},{&quot;2026-08-20&quot;:4.89},{&quot;2026-08-21&quot;:4.89},{&quot;2026-08-22&quot;:4.88},{&quot;2026-08-23&quot;:4.88},{&quot;2026-08-24&quot;:4.95},{&quot;2026-08-25&quot;:4.94},{&quot;2026-08-26&quot;:4.92},{&quot;2026-08-27&quot;:4.92},{&quot;2026-08-28&quot;:4.92},{&quot;2026-08-29&quot;:4.92},{&quot;2026-08-30&quot;:5.27},{&quot;2026-08-31&quot;:5.27},{&quot;2026-09-01&quot;:5.26},{&quot;2026-09-02&quot;:5.28},{&quot;2026-09-03&quot;:5.29},{&quot;2026-09-04&quot;:5.29},{&quot;2026-09-05&quot;:5.29},{&quot;2026-09-06&quot;:5.29},{&quot;2026-09-07&quot;:5.3},{&quot;2026-09-08&quot;:5.28},{&quot;2026-09-09&quot;:5.28},{&quot;2026-09-10&quot;:5.28},{&quot;2026-09-11&quot;:5.2},{&quot;2026-09-12&quot;:5.2},{&quot;2026-09-13&quot;:5.22}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.61},{&quot;2026-06-16&quot;:1.59},{&quot;2026-06-17&quot;:1.56},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.61},{&quot;2026-06-20&quot;:1.63},{&quot;2026-06-21&quot;:1.63},{&quot;2026-06-22&quot;:1.59},{&quot;2026-06-23&quot;:1.58},{&quot;2026-06-24&quot;:1.54},{&quot;2026-06-25&quot;:1.53},{&quot;2026-06-26&quot;:1.58},{&quot;2026-06-27&quot;:1.62},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.58},{&quot;2026-07-02&quot;:1.53},{&quot;2026-07-03&quot;:1.51},{&quot;2026-07-04&quot;:1.5},{&quot;2026-07-05&quot;:1.45},{&quot;2026-07-06&quot;:1.53},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.7},{&quot;2026-07-09&quot;:1.76},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.76},{&quot;2026-07-12&quot;:1.78},{&quot;2026-07-13&quot;:1.64},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.61},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.58},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.62},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.66},{&quot;2026-07-22&quot;:1.67},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-24&quot;:1.62},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.61},{&quot;2026-07-27&quot;:1.57},{&quot;2026-07-28&quot;:1.52},{&quot;2026-07-29&quot;:1.62},{&quot;2026-07-30&quot;:1.69},{&quot;2026-07-31&quot;:1.68},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.55},{&quot;2026-08-03&quot;:1.57},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.7},{&quot;2026-08-08&quot;:1.72},{&quot;2026-08-09&quot;:1.7},{&quot;2026-08-10&quot;:1.68},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.68},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.66},{&quot;2026-08-16&quot;:1.8},{&quot;2026-08-17&quot;:1.91},{&quot;2026-08-18&quot;:1.78},{&quot;2026-08-19&quot;:1.68},{&quot;2026-08-20&quot;:1.67},{&quot;2026-08-21&quot;:1.68},{&quot;2026-08-22&quot;:1.7},{&quot;2026-08-23&quot;:1.72},{&quot;2026-08-24&quot;:1.72},{&quot;2026-08-25&quot;:1.74},{&quot;2026-08-26&quot;:1.8},{&quot;2026-08-27&quot;:1.8},{&quot;2026-08-28&quot;:1.8},{&quot;2026-08-29&quot;:1.8},{&quot;2026-08-30&quot;:1.8},{&quot;2026-08-31&quot;:1.82},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.8},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.78},{&quot;2026-09-06&quot;:1.75},{&quot;2026-09-07&quot;:1.75},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.69},{&quot;2026-09-10&quot;:1.7},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Technodrome" src="https://cards.scryfall.io/large/front/2/8/287f5ab0-b15b-4507-8a24-585f9a9841ad.jpg?1783904066" />
    </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.72
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.93},{&quot;2026-06-14&quot;:4.88},{&quot;2026-06-15&quot;:4.88},{&quot;2026-06-16&quot;:4.94},{&quot;2026-06-17&quot;:4.82},{&quot;2026-06-18&quot;:4.82},{&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.79},{&quot;2026-06-24&quot;:4.79},{&quot;2026-06-25&quot;:4.62},{&quot;2026-06-26&quot;:4.62},{&quot;2026-06-27&quot;:4.62},{&quot;2026-06-28&quot;:4.48},{&quot;2026-06-29&quot;:4.39},{&quot;2026-06-30&quot;:4.36},{&quot;2026-07-01&quot;:4.36},{&quot;2026-07-02&quot;:4.36},{&quot;2026-07-03&quot;:4.15},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.0},{&quot;2026-07-07&quot;:3.99},{&quot;2026-07-08&quot;:3.99},{&quot;2026-07-09&quot;:3.9},{&quot;2026-07-10&quot;:3.9},{&quot;2026-07-11&quot;:3.9},{&quot;2026-07-12&quot;:3.84},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.77},{&quot;2026-07-15&quot;:3.78},{&quot;2026-07-16&quot;:3.78},{&quot;2026-07-17&quot;:3.89},{&quot;2026-07-18&quot;:3.83},{&quot;2026-07-19&quot;:3.83},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.69},{&quot;2026-07-23&quot;:3.74},{&quot;2026-07-25&quot;:3.74},{&quot;2026-07-26&quot;:3.71},{&quot;2026-07-27&quot;:3.63},{&quot;2026-07-28&quot;:3.63},{&quot;2026-07-29&quot;:3.54},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.66},{&quot;2026-08-01&quot;:3.66},{&quot;2026-08-02&quot;:3.66},{&quot;2026-08-03&quot;:3.76},{&quot;2026-08-04&quot;:3.76},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.47},{&quot;2026-08-08&quot;:3.38},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.34},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.14},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.1},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.08},{&quot;2026-08-23&quot;:2.92},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.78},{&quot;2026-08-26&quot;:2.78},{&quot;2026-08-27&quot;:2.78},{&quot;2026-08-28&quot;:2.79},{&quot;2026-08-29&quot;:2.79},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.79},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.74},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.81},{&quot;2026-09-08&quot;:2.79},{&quot;2026-09-09&quot;:2.72},{&quot;2026-09-10&quot;:2.72},{&quot;2026-09-11&quot;:2.66},{&quot;2026-09-12&quot;:2.66},{&quot;2026-09-13&quot;:2.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.33},{&quot;2026-06-14&quot;:2.34},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.17},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.87},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.83},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.81},{&quot;2026-06-27&quot;:1.74},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.43},{&quot;2026-07-01&quot;:1.47},{&quot;2026-07-02&quot;:1.57},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.86},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.39},{&quot;2026-07-08&quot;:1.32},{&quot;2026-07-09&quot;:1.24},{&quot;2026-07-10&quot;:1.18},{&quot;2026-07-11&quot;:1.32},{&quot;2026-07-12&quot;:1.3},{&quot;2026-07-13&quot;:1.48},{&quot;2026-07-14&quot;:1.71},{&quot;2026-07-15&quot;:1.78},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:1.95},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.66},{&quot;2026-07-28&quot;:1.72},{&quot;2026-07-29&quot;:1.85},{&quot;2026-07-30&quot;:1.93},{&quot;2026-07-31&quot;:2.03},{&quot;2026-08-01&quot;:1.96},{&quot;2026-08-02&quot;:2.19},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:2.07},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.31},{&quot;2026-08-08&quot;:2.25},{&quot;2026-08-09&quot;:2.13},{&quot;2026-08-10&quot;:2.19},{&quot;2026-08-11&quot;:2.26},{&quot;2026-08-12&quot;:2.26},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.15},{&quot;2026-08-16&quot;:2.3},{&quot;2026-08-17&quot;:2.25},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:1.99},{&quot;2026-08-20&quot;:1.99},{&quot;2026-08-21&quot;:2.08},{&quot;2026-08-22&quot;:1.95},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.12},{&quot;2026-08-25&quot;:2.05},{&quot;2026-08-26&quot;:2.01},{&quot;2026-08-27&quot;:2.01},{&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.83},{&quot;2026-09-01&quot;:1.91},{&quot;2026-09-02&quot;:1.94},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.91},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.89},{&quot;2026-09-07&quot;:1.9},{&quot;2026-09-08&quot;:2.04},{&quot;2026-09-09&quot;:1.97},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.97},{&quot;2026-09-12&quot;:1.93},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Madame Null, Power Broker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/4/b4676f98-2b9d-4a1b-9847-2a7ff9dc2676.jpg?1783904036" />

        <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">
            Madame Null, Power Broker
        </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 Advisor</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Madame Null, Power Broker" src="https://cards.scryfall.io/large/front/b/4/b4676f98-2b9d-4a1b-9847-2a7ff9dc2676.jpg?1783904036" />
    </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.25
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-14&quot;:1.64},{&quot;2026-06-15&quot;:1.64},{&quot;2026-06-16&quot;:1.61},{&quot;2026-06-17&quot;:1.61},{&quot;2026-06-18&quot;:1.6},{&quot;2026-06-19&quot;:1.57},{&quot;2026-06-20&quot;:1.57},{&quot;2026-06-21&quot;:1.75},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.7},{&quot;2026-06-25&quot;:1.7},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.67},{&quot;2026-06-29&quot;:1.67},{&quot;2026-06-30&quot;:1.66},{&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.69},{&quot;2026-07-05&quot;:1.67},{&quot;2026-07-06&quot;:1.67},{&quot;2026-07-07&quot;:1.68},{&quot;2026-07-08&quot;:1.68},{&quot;2026-07-09&quot;:1.68},{&quot;2026-07-10&quot;:1.68},{&quot;2026-07-11&quot;:1.64},{&quot;2026-07-12&quot;:1.65},{&quot;2026-07-13&quot;:1.53},{&quot;2026-07-14&quot;:1.54},{&quot;2026-07-15&quot;:1.54},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.63},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.59},{&quot;2026-07-20&quot;:1.63},{&quot;2026-07-21&quot;:1.63},{&quot;2026-07-23&quot;:1.58},{&quot;2026-07-24&quot;:1.54},{&quot;2026-07-25&quot;:1.49},{&quot;2026-07-26&quot;:1.49},{&quot;2026-07-27&quot;:1.49},{&quot;2026-07-28&quot;:1.48},{&quot;2026-07-29&quot;:1.47},{&quot;2026-07-30&quot;:1.47},{&quot;2026-07-31&quot;:1.5},{&quot;2026-08-01&quot;:1.5},{&quot;2026-08-02&quot;:1.56},{&quot;2026-08-03&quot;:1.56},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.56},{&quot;2026-08-07&quot;:1.56},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.56},{&quot;2026-08-10&quot;:1.56},{&quot;2026-08-11&quot;:1.56},{&quot;2026-08-12&quot;:1.58},{&quot;2026-08-13&quot;:1.58},{&quot;2026-08-14&quot;:1.59},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.59},{&quot;2026-08-19&quot;:1.6},{&quot;2026-08-20&quot;:1.6},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.6},{&quot;2026-08-23&quot;:1.6},{&quot;2026-08-24&quot;:1.6},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.61},{&quot;2026-08-27&quot;:1.61},{&quot;2026-08-28&quot;:1.62},{&quot;2026-08-29&quot;:1.62},{&quot;2026-08-30&quot;:1.61},{&quot;2026-08-31&quot;:1.63},{&quot;2026-09-01&quot;:1.63},{&quot;2026-09-02&quot;:1.63},{&quot;2026-09-03&quot;:1.63},{&quot;2026-09-04&quot;:1.63},{&quot;2026-09-05&quot;:1.62},{&quot;2026-09-06&quot;:1.64},{&quot;2026-09-07&quot;:1.64},{&quot;2026-09-08&quot;:1.71},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.72},{&quot;2026-09-12&quot;:1.72},{&quot;2026-09-13&quot;:1.72}],&quot;normal&quot;:[{&quot;2026-06-14&quot;:1.54},{&quot;2026-06-15&quot;:1.54},{&quot;2026-06-16&quot;:1.53},{&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.52},{&quot;2026-06-22&quot;:1.48},{&quot;2026-06-23&quot;:1.48},{&quot;2026-06-24&quot;:1.48},{&quot;2026-06-25&quot;:1.48},{&quot;2026-06-26&quot;:1.49},{&quot;2026-06-27&quot;:1.53},{&quot;2026-06-28&quot;:1.53},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.46},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.46},{&quot;2026-07-03&quot;:1.47},{&quot;2026-07-04&quot;:1.47},{&quot;2026-07-05&quot;:1.47},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.45},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.41},{&quot;2026-07-10&quot;:1.38},{&quot;2026-07-11&quot;:1.46},{&quot;2026-07-12&quot;:1.48},{&quot;2026-07-13&quot;:1.54},{&quot;2026-07-14&quot;:1.49},{&quot;2026-07-15&quot;:1.49},{&quot;2026-07-16&quot;:1.49},{&quot;2026-07-17&quot;:1.49},{&quot;2026-07-18&quot;:1.49},{&quot;2026-07-19&quot;:1.49},{&quot;2026-07-20&quot;:1.52},{&quot;2026-07-21&quot;:1.48},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-24&quot;:1.29},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.37},{&quot;2026-07-28&quot;:1.37},{&quot;2026-07-29&quot;:1.36},{&quot;2026-07-30&quot;:1.39},{&quot;2026-07-31&quot;:1.34},{&quot;2026-08-01&quot;:1.34},{&quot;2026-08-02&quot;:1.36},{&quot;2026-08-03&quot;:1.36},{&quot;2026-08-04&quot;:1.36},{&quot;2026-08-05&quot;:1.26},{&quot;2026-08-07&quot;:1.23},{&quot;2026-08-08&quot;:1.23},{&quot;2026-08-09&quot;:1.23},{&quot;2026-08-10&quot;:1.21},{&quot;2026-08-11&quot;:1.23},{&quot;2026-08-12&quot;:1.24},{&quot;2026-08-13&quot;:1.24},{&quot;2026-08-14&quot;:1.23},{&quot;2026-08-15&quot;:1.23},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.29},{&quot;2026-08-18&quot;:1.29},{&quot;2026-08-19&quot;:1.29},{&quot;2026-08-20&quot;:1.29},{&quot;2026-08-21&quot;:1.29},{&quot;2026-08-22&quot;:1.29},{&quot;2026-08-23&quot;:1.29},{&quot;2026-08-24&quot;:1.27},{&quot;2026-08-25&quot;:1.27},{&quot;2026-08-26&quot;:1.26},{&quot;2026-08-27&quot;:1.26},{&quot;2026-08-28&quot;:1.26},{&quot;2026-08-29&quot;:1.26},{&quot;2026-08-30&quot;:1.21},{&quot;2026-08-31&quot;:1.21},{&quot;2026-09-01&quot;:1.21},{&quot;2026-09-02&quot;:1.21},{&quot;2026-09-03&quot;:1.21},{&quot;2026-09-04&quot;:1.21},{&quot;2026-09-05&quot;:1.21},{&quot;2026-09-06&quot;:1.21},{&quot;2026-09-07&quot;:1.23},{&quot;2026-09-08&quot;:1.23},{&quot;2026-09-09&quot;:1.23},{&quot;2026-09-10&quot;:1.24},{&quot;2026-09-11&quot;:1.25},{&quot;2026-09-12&quot;:1.25},{&quot;2026-09-13&quot;:1.25}]}"
        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="109074"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

        <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">
            Primordial Hydra
        </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 — Hydra</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Primordial Hydra" src="https://cards.scryfall.io/large/front/2/9/29515c55-3b48-4c1d-a10b-b27fd1eb7a93.jpg?1782683169" />
    </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.72
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $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.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;:1.78},{&quot;2026-06-16&quot;:1.47},{&quot;2026-06-17&quot;:1.45},{&quot;2026-06-18&quot;:1.39},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.34},{&quot;2026-06-23&quot;:1.34},{&quot;2026-06-24&quot;:1.34},{&quot;2026-06-25&quot;:1.34},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.33},{&quot;2026-06-28&quot;:1.31},{&quot;2026-06-29&quot;:1.61},{&quot;2026-06-30&quot;:1.64},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.45},{&quot;2026-07-05&quot;:1.43},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.44},{&quot;2026-07-08&quot;:1.43},{&quot;2026-07-09&quot;:1.42},{&quot;2026-07-10&quot;:1.34},{&quot;2026-07-11&quot;:1.26},{&quot;2026-07-12&quot;:1.26},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.36},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.38},{&quot;2026-07-17&quot;:1.43},{&quot;2026-07-18&quot;:1.41},{&quot;2026-07-19&quot;:1.41},{&quot;2026-07-20&quot;:1.33},{&quot;2026-07-21&quot;:1.31},{&quot;2026-07-22&quot;:1.28},{&quot;2026-07-23&quot;:1.29},{&quot;2026-07-24&quot;:1.29},{&quot;2026-07-25&quot;:1.33},{&quot;2026-07-26&quot;:1.39},{&quot;2026-07-27&quot;:1.42},{&quot;2026-07-28&quot;:1.42},{&quot;2026-07-29&quot;:1.58},{&quot;2026-07-30&quot;:1.42},{&quot;2026-07-31&quot;:1.4},{&quot;2026-08-01&quot;:1.4},{&quot;2026-08-02&quot;:1.39},{&quot;2026-08-03&quot;:1.39},{&quot;2026-08-04&quot;:1.39},{&quot;2026-08-05&quot;:1.42},{&quot;2026-08-07&quot;:1.74},{&quot;2026-08-08&quot;:1.74},{&quot;2026-08-09&quot;:1.76},{&quot;2026-08-10&quot;:1.75},{&quot;2026-08-11&quot;:1.43},{&quot;2026-08-12&quot;:1.72},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.7},{&quot;2026-08-15&quot;:1.69},{&quot;2026-08-16&quot;:1.47},{&quot;2026-08-17&quot;:1.48},{&quot;2026-08-18&quot;:1.47},{&quot;2026-08-19&quot;:1.43},{&quot;2026-08-20&quot;:1.4},{&quot;2026-08-21&quot;:1.41},{&quot;2026-08-22&quot;:1.48},{&quot;2026-08-23&quot;:1.49},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.72},{&quot;2026-08-27&quot;:1.71},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.47},{&quot;2026-08-31&quot;:1.46},{&quot;2026-09-01&quot;:1.48},{&quot;2026-09-02&quot;:1.44},{&quot;2026-09-03&quot;:1.43},{&quot;2026-09-04&quot;:1.39},{&quot;2026-09-05&quot;:1.4},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.48},{&quot;2026-09-08&quot;:1.48},{&quot;2026-09-09&quot;:1.48},{&quot;2026-09-10&quot;:1.48},{&quot;2026-09-11&quot;:1.58},{&quot;2026-09-12&quot;:1.66},{&quot;2026-09-13&quot;:1.72}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="33860"
  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-iko 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">
            Luminous Broodmoth
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Luminous Broodmoth
        </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 — Insect</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="Luminous Broodmoth" src="https://cards.scryfall.io/large/front/b/b/bb65df55-d6a6-4a57-a903-e5eb17637982.jpg?1783931087" />
    </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.71
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $5.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.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;:4.92},{&quot;2026-06-16&quot;:4.92},{&quot;2026-06-17&quot;:4.92},{&quot;2026-06-18&quot;:4.92},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.98},{&quot;2026-06-21&quot;:5.03},{&quot;2026-06-22&quot;:5.03},{&quot;2026-06-23&quot;:5.03},{&quot;2026-06-24&quot;:4.99},{&quot;2026-06-25&quot;:4.94},{&quot;2026-06-26&quot;:4.94},{&quot;2026-06-27&quot;:4.99},{&quot;2026-06-28&quot;:4.99},{&quot;2026-06-29&quot;:4.99},{&quot;2026-06-30&quot;:4.99},{&quot;2026-07-01&quot;:4.99},{&quot;2026-07-02&quot;:4.99},{&quot;2026-07-03&quot;:4.99},{&quot;2026-07-04&quot;:4.99},{&quot;2026-07-05&quot;:4.99},{&quot;2026-07-06&quot;:4.99},{&quot;2026-07-07&quot;:4.99},{&quot;2026-07-08&quot;:4.99},{&quot;2026-07-09&quot;:4.99},{&quot;2026-07-10&quot;:4.99},{&quot;2026-07-11&quot;:4.99},{&quot;2026-07-12&quot;:4.99},{&quot;2026-07-13&quot;:4.99},{&quot;2026-07-14&quot;:4.99},{&quot;2026-07-15&quot;:4.99},{&quot;2026-07-16&quot;:4.99},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:4.99},{&quot;2026-07-19&quot;:4.98},{&quot;2026-07-20&quot;:4.98},{&quot;2026-07-21&quot;:4.98},{&quot;2026-07-22&quot;:4.98},{&quot;2026-07-23&quot;:4.96},{&quot;2026-07-24&quot;:4.96},{&quot;2026-07-25&quot;:4.96},{&quot;2026-07-26&quot;:4.96},{&quot;2026-07-27&quot;:4.96},{&quot;2026-07-28&quot;:4.96},{&quot;2026-07-29&quot;:4.96},{&quot;2026-07-30&quot;:4.96},{&quot;2026-07-31&quot;:4.95},{&quot;2026-08-01&quot;:4.95},{&quot;2026-08-02&quot;:4.95},{&quot;2026-08-03&quot;:4.95},{&quot;2026-08-04&quot;:4.95},{&quot;2026-08-05&quot;:4.95},{&quot;2026-08-07&quot;:4.95},{&quot;2026-08-08&quot;:4.95},{&quot;2026-08-09&quot;:5.0},{&quot;2026-08-10&quot;:5.0},{&quot;2026-08-11&quot;:5.0},{&quot;2026-08-12&quot;:5.0},{&quot;2026-08-13&quot;:5.0},{&quot;2026-08-14&quot;:5.0},{&quot;2026-08-15&quot;:5.0},{&quot;2026-08-16&quot;:5.0},{&quot;2026-08-17&quot;:4.97},{&quot;2026-08-18&quot;:4.97},{&quot;2026-08-19&quot;:4.97},{&quot;2026-08-20&quot;:4.97},{&quot;2026-08-21&quot;:5.03},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.03},{&quot;2026-08-24&quot;:5.03},{&quot;2026-08-25&quot;:5.03},{&quot;2026-08-26&quot;:5.03},{&quot;2026-08-27&quot;:5.03},{&quot;2026-08-28&quot;:5.03},{&quot;2026-08-29&quot;:5.03},{&quot;2026-08-30&quot;:5.09},{&quot;2026-08-31&quot;:5.09},{&quot;2026-09-01&quot;:5.09},{&quot;2026-09-02&quot;:5.09},{&quot;2026-09-03&quot;:5.09},{&quot;2026-09-04&quot;:5.09},{&quot;2026-09-05&quot;:5.09},{&quot;2026-09-06&quot;:5.09},{&quot;2026-09-07&quot;:5.09},{&quot;2026-09-08&quot;:5.09},{&quot;2026-09-09&quot;:5.09},{&quot;2026-09-10&quot;:5.09},{&quot;2026-09-11&quot;:5.09},{&quot;2026-09-12&quot;:5.09},{&quot;2026-09-13&quot;:5.09}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:2.03},{&quot;2026-06-16&quot;:2.03},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:2.0},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.99},{&quot;2026-06-23&quot;:1.99},{&quot;2026-06-24&quot;:1.95},{&quot;2026-06-25&quot;:1.95},{&quot;2026-06-26&quot;:1.95},{&quot;2026-06-27&quot;:1.97},{&quot;2026-06-28&quot;:1.94},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.93},{&quot;2026-07-01&quot;:1.92},{&quot;2026-07-02&quot;:1.91},{&quot;2026-07-03&quot;:1.91},{&quot;2026-07-04&quot;:1.89},{&quot;2026-07-05&quot;:1.88},{&quot;2026-07-06&quot;:1.88},{&quot;2026-07-07&quot;:1.88},{&quot;2026-07-08&quot;:1.85},{&quot;2026-07-09&quot;:1.85},{&quot;2026-07-10&quot;:1.82},{&quot;2026-07-11&quot;:1.8},{&quot;2026-07-12&quot;:1.8},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.84},{&quot;2026-07-15&quot;:1.84},{&quot;2026-07-16&quot;:1.84},{&quot;2026-07-17&quot;:1.81},{&quot;2026-07-18&quot;:1.83},{&quot;2026-07-19&quot;:1.81},{&quot;2026-07-20&quot;:1.79},{&quot;2026-07-21&quot;:1.79},{&quot;2026-07-22&quot;:1.79},{&quot;2026-07-23&quot;:1.79},{&quot;2026-07-24&quot;:1.79},{&quot;2026-07-25&quot;:1.79},{&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.79},{&quot;2026-08-01&quot;:1.78},{&quot;2026-08-02&quot;:1.78},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.73},{&quot;2026-08-05&quot;:1.78},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.69},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.66},{&quot;2026-08-16&quot;:1.66},{&quot;2026-08-17&quot;:1.64},{&quot;2026-08-18&quot;:1.64},{&quot;2026-08-19&quot;:1.64},{&quot;2026-08-20&quot;:1.61},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&quot;2026-08-24&quot;:1.61},{&quot;2026-08-25&quot;:1.6},{&quot;2026-08-26&quot;:1.56},{&quot;2026-08-27&quot;:1.56},{&quot;2026-08-28&quot;:1.56},{&quot;2026-08-29&quot;:1.56},{&quot;2026-08-30&quot;:1.56},{&quot;2026-08-31&quot;:1.58},{&quot;2026-09-01&quot;:1.6},{&quot;2026-09-02&quot;:1.6},{&quot;2026-09-03&quot;:1.6},{&quot;2026-09-04&quot;:1.6},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.61},{&quot;2026-09-07&quot;:1.61},{&quot;2026-09-08&quot;:1.64},{&quot;2026-09-09&quot;:1.67},{&quot;2026-09-10&quot;:1.67},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="59962"
  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-pcy 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">
            Avatar of Fury
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Avatar of Fury" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/528293b4-ce3b-4623-8ced-496701d7265b.jpg?1783945780" />

        <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">
            Avatar of Fury
        </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 — Avatar</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-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="Avatar of Fury" src="https://cards.scryfall.io/large/front/5/2/528293b4-ce3b-4623-8ced-496701d7265b.jpg?1783945780" />
    </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.71
              </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">
                $41.69
              </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-12&quot;:41.69},{&quot;2026-06-13&quot;:41.69},{&quot;2026-06-14&quot;:41.69},{&quot;2026-06-15&quot;:41.69},{&quot;2026-06-16&quot;:41.69},{&quot;2026-06-17&quot;:41.69},{&quot;2026-06-18&quot;:41.69},{&quot;2026-06-19&quot;:41.69},{&quot;2026-06-20&quot;:41.69},{&quot;2026-06-21&quot;:41.69},{&quot;2026-06-22&quot;:41.69},{&quot;2026-06-23&quot;:41.69},{&quot;2026-06-24&quot;:41.69},{&quot;2026-06-25&quot;:41.69},{&quot;2026-06-26&quot;:41.69},{&quot;2026-06-27&quot;:41.69},{&quot;2026-06-28&quot;:41.69},{&quot;2026-06-29&quot;:41.69},{&quot;2026-06-30&quot;:41.69},{&quot;2026-07-01&quot;:41.69},{&quot;2026-07-02&quot;:41.69},{&quot;2026-07-03&quot;:42.88},{&quot;2026-07-04&quot;:41.69},{&quot;2026-07-05&quot;:41.69},{&quot;2026-07-06&quot;:41.69},{&quot;2026-07-07&quot;:41.69},{&quot;2026-07-08&quot;:41.69},{&quot;2026-07-09&quot;:41.69},{&quot;2026-07-10&quot;:41.69},{&quot;2026-07-11&quot;:41.69},{&quot;2026-07-12&quot;:41.69},{&quot;2026-07-13&quot;:41.69},{&quot;2026-07-14&quot;:41.69},{&quot;2026-07-15&quot;:41.69},{&quot;2026-07-16&quot;:41.69},{&quot;2026-07-17&quot;:41.69},{&quot;2026-07-18&quot;:41.69},{&quot;2026-07-19&quot;:41.69},{&quot;2026-07-20&quot;:41.69},{&quot;2026-07-21&quot;:41.69},{&quot;2026-07-23&quot;:41.69},{&quot;2026-07-25&quot;:41.69},{&quot;2026-07-26&quot;:41.69},{&quot;2026-07-27&quot;:41.69},{&quot;2026-07-29&quot;:41.69},{&quot;2026-07-30&quot;:41.69},{&quot;2026-07-31&quot;:41.69},{&quot;2026-08-01&quot;:41.69},{&quot;2026-08-02&quot;:41.69},{&quot;2026-08-03&quot;:41.69},{&quot;2026-08-04&quot;:41.69},{&quot;2026-08-05&quot;:41.69},{&quot;2026-08-07&quot;:41.69},{&quot;2026-08-08&quot;:41.69},{&quot;2026-08-09&quot;:41.69},{&quot;2026-08-10&quot;:41.69},{&quot;2026-08-11&quot;:41.69},{&quot;2026-08-12&quot;:41.69},{&quot;2026-08-13&quot;:41.69},{&quot;2026-08-14&quot;:41.69},{&quot;2026-08-15&quot;:41.69},{&quot;2026-08-16&quot;:41.69},{&quot;2026-08-17&quot;:41.69},{&quot;2026-08-18&quot;:41.69},{&quot;2026-08-19&quot;:41.69},{&quot;2026-08-20&quot;:41.69},{&quot;2026-08-21&quot;:41.69},{&quot;2026-08-22&quot;:41.69},{&quot;2026-08-23&quot;:41.69},{&quot;2026-08-24&quot;:41.69},{&quot;2026-08-25&quot;:41.69},{&quot;2026-08-26&quot;:41.69},{&quot;2026-08-27&quot;:41.69},{&quot;2026-08-28&quot;:41.69},{&quot;2026-08-29&quot;:41.69},{&quot;2026-08-30&quot;:41.69},{&quot;2026-08-31&quot;:41.69},{&quot;2026-09-01&quot;:41.69},{&quot;2026-09-02&quot;:41.69},{&quot;2026-09-03&quot;:41.69},{&quot;2026-09-04&quot;:41.69},{&quot;2026-09-05&quot;:41.69},{&quot;2026-09-06&quot;:41.69},{&quot;2026-09-07&quot;:41.69},{&quot;2026-09-08&quot;:41.69},{&quot;2026-09-09&quot;:41.69},{&quot;2026-09-10&quot;:41.69},{&quot;2026-09-11&quot;:41.69},{&quot;2026-09-12&quot;:41.69},{&quot;2026-09-13&quot;:41.69}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.81},{&quot;2026-06-13&quot;:1.81},{&quot;2026-06-14&quot;:1.81},{&quot;2026-06-15&quot;:1.8},{&quot;2026-06-16&quot;:1.8},{&quot;2026-06-17&quot;:1.8},{&quot;2026-06-18&quot;:1.78},{&quot;2026-06-19&quot;:1.78},{&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.78},{&quot;2026-06-25&quot;:1.78},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.77},{&quot;2026-06-28&quot;:1.77},{&quot;2026-06-29&quot;:1.75},{&quot;2026-06-30&quot;:1.75},{&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.74},{&quot;2026-07-08&quot;:1.75},{&quot;2026-07-09&quot;:1.75},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.75},{&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.76},{&quot;2026-07-16&quot;:1.76},{&quot;2026-07-17&quot;:1.76},{&quot;2026-07-18&quot;:1.76},{&quot;2026-07-19&quot;:1.76},{&quot;2026-07-20&quot;:1.76},{&quot;2026-07-21&quot;:1.76},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-25&quot;:1.72},{&quot;2026-07-26&quot;:1.72},{&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.77},{&quot;2026-08-01&quot;:1.77},{&quot;2026-08-02&quot;:1.77},{&quot;2026-08-03&quot;:1.77},{&quot;2026-08-04&quot;:1.77},{&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.76},{&quot;2026-08-10&quot;:1.76},{&quot;2026-08-11&quot;:1.76},{&quot;2026-08-12&quot;:1.76},{&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.79},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.79},{&quot;2026-08-20&quot;:1.79},{&quot;2026-08-21&quot;:1.78},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.74},{&quot;2026-08-25&quot;:1.74},{&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.72},{&quot;2026-09-01&quot;:1.72},{&quot;2026-09-02&quot;:1.72},{&quot;2026-09-03&quot;:1.7},{&quot;2026-09-04&quot;:1.7},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.7},{&quot;2026-09-09&quot;:1.71},{&quot;2026-09-10&quot;:1.71},{&quot;2026-09-11&quot;:1.71},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="67498"
  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-spg 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">
            Unholy Heat
        </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">
              ↓
              1%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Unholy Heat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/8288ca17-88b2-4ad4-9918-5624543e9048.jpg?1783909278" />

        <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">
            Unholy Heat
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Unholy Heat" src="https://cards.scryfall.io/large/front/8/2/8288ca17-88b2-4ad4-9918-5624543e9048.jpg?1783909278" />
    </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.71
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:6.43},{&quot;2026-06-16&quot;:6.43},{&quot;2026-06-17&quot;:6.43},{&quot;2026-06-18&quot;:6.43},{&quot;2026-06-19&quot;:6.56},{&quot;2026-06-20&quot;:6.63},{&quot;2026-06-21&quot;:6.63},{&quot;2026-06-22&quot;:6.63},{&quot;2026-06-23&quot;:6.63},{&quot;2026-06-24&quot;:6.63},{&quot;2026-06-25&quot;:6.63},{&quot;2026-06-26&quot;:6.63},{&quot;2026-06-27&quot;:6.63},{&quot;2026-06-28&quot;:6.63},{&quot;2026-06-29&quot;:6.63},{&quot;2026-06-30&quot;:6.63},{&quot;2026-07-01&quot;:6.63},{&quot;2026-07-02&quot;:6.63},{&quot;2026-07-03&quot;:6.63},{&quot;2026-07-04&quot;:6.63},{&quot;2026-07-05&quot;:6.63},{&quot;2026-07-06&quot;:6.63},{&quot;2026-07-07&quot;:6.63},{&quot;2026-07-08&quot;:6.63},{&quot;2026-07-09&quot;:6.63},{&quot;2026-07-10&quot;:6.79},{&quot;2026-07-11&quot;:6.79},{&quot;2026-07-12&quot;:6.79},{&quot;2026-07-13&quot;:6.79},{&quot;2026-07-14&quot;:6.78},{&quot;2026-07-15&quot;:6.78},{&quot;2026-07-16&quot;:6.78},{&quot;2026-07-17&quot;:6.84},{&quot;2026-07-18&quot;:6.84},{&quot;2026-07-19&quot;:6.84},{&quot;2026-07-20&quot;:6.84},{&quot;2026-07-21&quot;:6.84},{&quot;2026-07-22&quot;:6.84},{&quot;2026-07-23&quot;:6.84},{&quot;2026-07-24&quot;:6.84},{&quot;2026-07-25&quot;:6.84},{&quot;2026-07-26&quot;:6.84},{&quot;2026-07-27&quot;:6.84},{&quot;2026-07-28&quot;:6.87},{&quot;2026-07-29&quot;:6.87},{&quot;2026-07-30&quot;:6.87},{&quot;2026-07-31&quot;:6.87},{&quot;2026-08-01&quot;:6.87},{&quot;2026-08-02&quot;:6.87},{&quot;2026-08-03&quot;:6.87},{&quot;2026-08-04&quot;:6.87},{&quot;2026-08-05&quot;:6.87},{&quot;2026-08-07&quot;:6.81},{&quot;2026-08-08&quot;:6.81},{&quot;2026-08-09&quot;:6.75},{&quot;2026-08-10&quot;:6.89},{&quot;2026-08-11&quot;:6.89},{&quot;2026-08-12&quot;:6.89},{&quot;2026-08-13&quot;:6.89},{&quot;2026-08-14&quot;:6.89},{&quot;2026-08-15&quot;:6.89},{&quot;2026-08-16&quot;:6.94},{&quot;2026-08-17&quot;:6.94},{&quot;2026-08-18&quot;:6.94},{&quot;2026-08-19&quot;:6.86},{&quot;2026-08-20&quot;:6.86},{&quot;2026-08-21&quot;:6.86},{&quot;2026-08-22&quot;:6.86},{&quot;2026-08-23&quot;:6.86},{&quot;2026-08-24&quot;:6.86},{&quot;2026-08-25&quot;:6.86},{&quot;2026-08-26&quot;:6.86},{&quot;2026-08-27&quot;:6.86},{&quot;2026-08-28&quot;:6.96},{&quot;2026-08-29&quot;:6.96},{&quot;2026-08-30&quot;:7.32},{&quot;2026-08-31&quot;:7.32},{&quot;2026-09-01&quot;:7.32},{&quot;2026-09-02&quot;:7.32},{&quot;2026-09-03&quot;:7.32},{&quot;2026-09-04&quot;:7.79},{&quot;2026-09-05&quot;:7.79},{&quot;2026-09-06&quot;:7.79},{&quot;2026-09-07&quot;:7.79},{&quot;2026-09-08&quot;:7.79},{&quot;2026-09-09&quot;:7.79},{&quot;2026-09-10&quot;:7.79},{&quot;2026-09-11&quot;:7.79},{&quot;2026-09-12&quot;:7.79},{&quot;2026-09-13&quot;:7.85}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.89},{&quot;2026-06-16&quot;:1.91},{&quot;2026-06-17&quot;:1.91},{&quot;2026-06-18&quot;:2.06},{&quot;2026-06-19&quot;:2.07},{&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;:2.07},{&quot;2026-06-25&quot;:2.07},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.07},{&quot;2026-06-29&quot;:2.07},{&quot;2026-06-30&quot;:2.07},{&quot;2026-07-01&quot;:2.07},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:2.12},{&quot;2026-07-10&quot;:2.12},{&quot;2026-07-11&quot;:2.1},{&quot;2026-07-12&quot;:2.1},{&quot;2026-07-13&quot;:2.08},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.1},{&quot;2026-07-16&quot;:2.1},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.11},{&quot;2026-07-19&quot;:1.98},{&quot;2026-07-20&quot;:1.98},{&quot;2026-07-21&quot;:1.98},{&quot;2026-07-22&quot;:1.98},{&quot;2026-07-23&quot;:1.98},{&quot;2026-07-24&quot;:1.98},{&quot;2026-07-25&quot;:1.95},{&quot;2026-07-26&quot;:1.95},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-28&quot;:1.97},{&quot;2026-07-29&quot;:1.91},{&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.94},{&quot;2026-08-04&quot;:1.94},{&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.8},{&quot;2026-08-12&quot;:1.8},{&quot;2026-08-13&quot;:1.86},{&quot;2026-08-14&quot;:1.86},{&quot;2026-08-15&quot;:1.78},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.78},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.76},{&quot;2026-08-22&quot;:1.76},{&quot;2026-08-23&quot;:1.76},{&quot;2026-08-24&quot;:1.77},{&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.79},{&quot;2026-08-31&quot;:1.78},{&quot;2026-09-01&quot;:1.78},{&quot;2026-09-02&quot;:1.78},{&quot;2026-09-03&quot;:1.78},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.72},{&quot;2026-09-08&quot;:1.76},{&quot;2026-09-09&quot;:1.76},{&quot;2026-09-10&quot;:1.76},{&quot;2026-09-11&quot;:1.71},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Radagast the Brown" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/3/b3988120-ebbe-4d24-9bb4-8c5331a14034.jpg?1783916261" />

        <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">
            Radagast the Brown
        </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 — Avatar 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-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="Radagast the Brown" src="https://cards.scryfall.io/large/front/b/3/b3988120-ebbe-4d24-9bb4-8c5331a14034.jpg?1783916261" />
    </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.71
              </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.32
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:1.37},{&quot;2026-06-14&quot;:1.37},{&quot;2026-06-15&quot;:1.37},{&quot;2026-06-16&quot;:1.37},{&quot;2026-06-17&quot;:1.37},{&quot;2026-06-18&quot;:1.37},{&quot;2026-06-19&quot;:1.39},{&quot;2026-06-20&quot;:1.39},{&quot;2026-06-21&quot;:1.39},{&quot;2026-06-22&quot;:1.39},{&quot;2026-06-23&quot;:1.39},{&quot;2026-06-24&quot;:1.39},{&quot;2026-06-25&quot;:1.39},{&quot;2026-06-26&quot;:1.39},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.39},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.43},{&quot;2026-07-01&quot;:1.42},{&quot;2026-07-02&quot;:1.42},{&quot;2026-07-03&quot;:1.42},{&quot;2026-07-04&quot;:1.41},{&quot;2026-07-05&quot;:1.41},{&quot;2026-07-06&quot;:1.41},{&quot;2026-07-07&quot;:1.39},{&quot;2026-07-08&quot;:1.39},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.39},{&quot;2026-07-11&quot;:1.39},{&quot;2026-07-12&quot;:1.39},{&quot;2026-07-13&quot;:1.41},{&quot;2026-07-14&quot;:1.39},{&quot;2026-07-15&quot;:1.39},{&quot;2026-07-16&quot;:1.39},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.43},{&quot;2026-07-19&quot;:1.43},{&quot;2026-07-20&quot;:1.45},{&quot;2026-07-21&quot;:1.45},{&quot;2026-07-23&quot;:1.42},{&quot;2026-07-25&quot;:1.42},{&quot;2026-07-26&quot;:1.42},{&quot;2026-07-27&quot;:1.39},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.43},{&quot;2026-07-30&quot;:1.43},{&quot;2026-07-31&quot;:1.43},{&quot;2026-08-01&quot;:1.43},{&quot;2026-08-02&quot;:1.44},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.44},{&quot;2026-08-07&quot;:1.44},{&quot;2026-08-08&quot;:1.44},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.6},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&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;:2.01},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.53},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.94},{&quot;2026-08-26&quot;:2.88},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.93},{&quot;2026-08-29&quot;:2.93},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.05},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.13},{&quot;2026-09-10&quot;:3.13},{&quot;2026-09-11&quot;:3.13},{&quot;2026-09-12&quot;:3.32},{&quot;2026-09-13&quot;:3.32}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.22},{&quot;2026-06-14&quot;:1.24},{&quot;2026-06-15&quot;:1.18},{&quot;2026-06-16&quot;:1.18},{&quot;2026-06-17&quot;:1.22},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.12},{&quot;2026-06-20&quot;:1.08},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:0.94},{&quot;2026-06-23&quot;:0.91},{&quot;2026-06-24&quot;:0.91},{&quot;2026-06-25&quot;:0.88},{&quot;2026-06-26&quot;:0.84},{&quot;2026-06-27&quot;:0.84},{&quot;2026-06-28&quot;:0.9},{&quot;2026-06-29&quot;:0.92},{&quot;2026-06-30&quot;:0.91},{&quot;2026-07-01&quot;:0.96},{&quot;2026-07-02&quot;:0.96},{&quot;2026-07-03&quot;:0.99},{&quot;2026-07-04&quot;:1.02},{&quot;2026-07-05&quot;:1.02},{&quot;2026-07-06&quot;:1.01},{&quot;2026-07-07&quot;:1.01},{&quot;2026-07-08&quot;:1.01},{&quot;2026-07-09&quot;:1.02},{&quot;2026-07-10&quot;:1.0},{&quot;2026-07-11&quot;:1.0},{&quot;2026-07-12&quot;:1.0},{&quot;2026-07-13&quot;:0.93},{&quot;2026-07-14&quot;:0.94},{&quot;2026-07-15&quot;:0.92},{&quot;2026-07-16&quot;:0.9},{&quot;2026-07-17&quot;:0.91},{&quot;2026-07-18&quot;:0.89},{&quot;2026-07-19&quot;:0.9},{&quot;2026-07-20&quot;:0.9},{&quot;2026-07-21&quot;:0.88},{&quot;2026-07-23&quot;:0.88},{&quot;2026-07-25&quot;:0.88},{&quot;2026-07-26&quot;:0.87},{&quot;2026-07-27&quot;:0.88},{&quot;2026-07-28&quot;:0.88},{&quot;2026-07-29&quot;:0.9},{&quot;2026-07-30&quot;:0.92},{&quot;2026-07-31&quot;:0.92},{&quot;2026-08-01&quot;:0.93},{&quot;2026-08-02&quot;:0.92},{&quot;2026-08-03&quot;:0.93},{&quot;2026-08-04&quot;:0.93},{&quot;2026-08-05&quot;:0.93},{&quot;2026-08-07&quot;:0.93},{&quot;2026-08-08&quot;:0.93},{&quot;2026-08-09&quot;:0.93},{&quot;2026-08-10&quot;:0.93},{&quot;2026-08-11&quot;:1.03},{&quot;2026-08-12&quot;:1.06},{&quot;2026-08-13&quot;:1.08},{&quot;2026-08-14&quot;:1.17},{&quot;2026-08-15&quot;:1.21},{&quot;2026-08-16&quot;:1.27},{&quot;2026-08-17&quot;:1.21},{&quot;2026-08-18&quot;:1.17},{&quot;2026-08-19&quot;:1.16},{&quot;2026-08-20&quot;:1.16},{&quot;2026-08-21&quot;:1.06},{&quot;2026-08-22&quot;:1.01},{&quot;2026-08-23&quot;:1.06},{&quot;2026-08-24&quot;:1.22},{&quot;2026-08-25&quot;:1.22},{&quot;2026-08-26&quot;:1.38},{&quot;2026-08-27&quot;:1.34},{&quot;2026-08-28&quot;:1.36},{&quot;2026-08-29&quot;:1.36},{&quot;2026-08-30&quot;:1.55},{&quot;2026-08-31&quot;:1.61},{&quot;2026-09-01&quot;:1.61},{&quot;2026-09-02&quot;:1.69},{&quot;2026-09-03&quot;:1.76},{&quot;2026-09-04&quot;:1.9},{&quot;2026-09-05&quot;:1.89},{&quot;2026-09-06&quot;:1.9},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.93},{&quot;2026-09-09&quot;:1.89},{&quot;2026-09-10&quot;:1.98},{&quot;2026-09-11&quot;:1.8},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79797"
  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">
            Storm-Kiln Artist
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Storm-Kiln Artist" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cd489ca6-1a43-4305-9940-fa9dbcd58a89.jpg?1783913657" />

        <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">
            Storm-Kiln Artist
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Storm-Kiln Artist" src="https://cards.scryfall.io/large/front/c/d/cd489ca6-1a43-4305-9940-fa9dbcd58a89.jpg?1783913657" />
    </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.71
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:2.06},{&quot;2026-06-13&quot;:2.06},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.93},{&quot;2026-06-18&quot;:1.93},{&quot;2026-06-19&quot;:1.93},{&quot;2026-06-20&quot;:1.9},{&quot;2026-06-21&quot;:1.9},{&quot;2026-06-22&quot;:1.92},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:1.91},{&quot;2026-06-25&quot;:1.91},{&quot;2026-06-26&quot;:1.91},{&quot;2026-06-27&quot;:1.91},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:1.91},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:1.9},{&quot;2026-07-02&quot;:1.84},{&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.94},{&quot;2026-07-09&quot;:1.94},{&quot;2026-07-10&quot;:1.94},{&quot;2026-07-11&quot;:1.89},{&quot;2026-07-12&quot;:1.88},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.06},{&quot;2026-07-18&quot;:2.02},{&quot;2026-07-19&quot;:2.13},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.19},{&quot;2026-07-23&quot;:2.19},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.96},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.82},{&quot;2026-08-03&quot;:1.79},{&quot;2026-08-04&quot;:1.79},{&quot;2026-08-05&quot;:2.03},{&quot;2026-08-07&quot;:1.87},{&quot;2026-08-08&quot;:2.02},{&quot;2026-08-09&quot;:2.02},{&quot;2026-08-10&quot;:2.04},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:2.23},{&quot;2026-08-13&quot;:2.26},{&quot;2026-08-14&quot;:2.16},{&quot;2026-08-15&quot;:2.14},{&quot;2026-08-16&quot;:1.87},{&quot;2026-08-17&quot;:1.87},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.6},{&quot;2026-08-22&quot;:1.59},{&quot;2026-08-23&quot;:1.47},{&quot;2026-08-24&quot;:1.67},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.78},{&quot;2026-08-28&quot;:1.79},{&quot;2026-08-29&quot;:1.79},{&quot;2026-08-30&quot;:1.92},{&quot;2026-08-31&quot;:1.92},{&quot;2026-09-01&quot;:1.92},{&quot;2026-09-02&quot;:1.86},{&quot;2026-09-03&quot;:1.84},{&quot;2026-09-04&quot;:1.88},{&quot;2026-09-05&quot;:1.85},{&quot;2026-09-06&quot;:1.85},{&quot;2026-09-07&quot;:1.85},{&quot;2026-09-08&quot;:1.95},{&quot;2026-09-09&quot;:1.78},{&quot;2026-09-10&quot;:1.78},{&quot;2026-09-11&quot;:1.79},{&quot;2026-09-12&quot;:1.71},{&quot;2026-09-13&quot;:1.71}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Farseek
        </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="Farseek" src="https://cards.scryfall.io/large/front/0/6/061f0032-eb14-4c63-8231-aa61472396c2.jpg?1783932747" />
    </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.70
              </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">$0.38</span>
              <span class="text-xs text-grey-text">Credit: $0.49</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.17},{&quot;2026-06-14&quot;:1.2},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.15},{&quot;2026-06-17&quot;:1.16},{&quot;2026-06-18&quot;:1.16},{&quot;2026-06-19&quot;:1.18},{&quot;2026-06-20&quot;:1.2},{&quot;2026-06-21&quot;:1.22},{&quot;2026-06-22&quot;:1.28},{&quot;2026-06-23&quot;:1.25},{&quot;2026-06-24&quot;:1.21},{&quot;2026-06-25&quot;:1.31},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.39},{&quot;2026-06-28&quot;:1.54},{&quot;2026-06-29&quot;:1.71},{&quot;2026-06-30&quot;:1.71},{&quot;2026-07-01&quot;:1.72},{&quot;2026-07-02&quot;:1.65},{&quot;2026-07-03&quot;:1.65},{&quot;2026-07-04&quot;:1.64},{&quot;2026-07-05&quot;:1.8},{&quot;2026-07-06&quot;:1.86},{&quot;2026-07-07&quot;:1.7},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.78},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.75},{&quot;2026-07-12&quot;:1.63},{&quot;2026-07-13&quot;:1.49},{&quot;2026-07-14&quot;:1.13},{&quot;2026-07-15&quot;:1.15},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.06},{&quot;2026-07-20&quot;:1.1},{&quot;2026-07-21&quot;:1.01},{&quot;2026-07-23&quot;:1.08},{&quot;2026-07-25&quot;:1.08},{&quot;2026-07-26&quot;:1.44},{&quot;2026-07-27&quot;:1.48},{&quot;2026-07-28&quot;:1.51},{&quot;2026-07-29&quot;:1.54},{&quot;2026-07-30&quot;:1.51},{&quot;2026-07-31&quot;:1.46},{&quot;2026-08-01&quot;:1.54},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.65},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.64},{&quot;2026-08-07&quot;:1.61},{&quot;2026-08-08&quot;:1.62},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.27},{&quot;2026-08-11&quot;:1.22},{&quot;2026-08-12&quot;:1.22},{&quot;2026-08-13&quot;:1.26},{&quot;2026-08-14&quot;:1.27},{&quot;2026-08-15&quot;:1.25},{&quot;2026-08-16&quot;:1.29},{&quot;2026-08-17&quot;:1.33},{&quot;2026-08-18&quot;:1.38},{&quot;2026-08-19&quot;:1.45},{&quot;2026-08-20&quot;:1.45},{&quot;2026-08-21&quot;:1.59},{&quot;2026-08-22&quot;:1.61},{&quot;2026-08-23&quot;:1.61},{&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.67},{&quot;2026-08-29&quot;:1.67},{&quot;2026-08-30&quot;:1.71},{&quot;2026-08-31&quot;:1.68},{&quot;2026-09-01&quot;:1.68},{&quot;2026-09-02&quot;:1.62},{&quot;2026-09-03&quot;:1.59},{&quot;2026-09-04&quot;:1.62},{&quot;2026-09-05&quot;:1.6},{&quot;2026-09-06&quot;:1.51},{&quot;2026-09-07&quot;:1.51},{&quot;2026-09-08&quot;:1.51},{&quot;2026-09-09&quot;:1.41},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.68},{&quot;2026-09-12&quot;:1.68},{&quot;2026-09-13&quot;:1.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Merfolk Pirate
      </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.70
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Hullbreacher
        </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 — Merfolk Pirate</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Hullbreacher" src="https://cards.scryfall.io/large/front/4/d/4df8aabc-7fcb-4b7b-980b-18f499e6c170.jpg?1783928862" />
    </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.70
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-13&quot;:3.34},{&quot;2026-06-14&quot;:3.34},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.34},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.34},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.4},{&quot;2026-06-22&quot;:3.4},{&quot;2026-06-23&quot;:3.4},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.4},{&quot;2026-06-29&quot;:3.45},{&quot;2026-06-30&quot;:3.45},{&quot;2026-07-01&quot;:3.45},{&quot;2026-07-02&quot;:3.45},{&quot;2026-07-03&quot;:3.45},{&quot;2026-07-04&quot;:3.45},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.45},{&quot;2026-07-07&quot;:3.45},{&quot;2026-07-08&quot;:3.45},{&quot;2026-07-09&quot;:3.45},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.45},{&quot;2026-07-14&quot;:3.45},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.45},{&quot;2026-07-18&quot;:3.43},{&quot;2026-07-19&quot;:3.43},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-23&quot;:3.43},{&quot;2026-07-25&quot;:3.43},{&quot;2026-07-26&quot;:3.29},{&quot;2026-07-27&quot;:3.29},{&quot;2026-07-28&quot;:3.29},{&quot;2026-07-29&quot;:3.29},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.29},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.3},{&quot;2026-08-12&quot;:3.3},{&quot;2026-08-13&quot;:3.3},{&quot;2026-08-14&quot;:3.3},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.3},{&quot;2026-08-17&quot;:3.27},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.34},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.34},{&quot;2026-08-31&quot;:3.34},{&quot;2026-09-01&quot;:3.34},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.34},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.34},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.3},{&quot;2026-09-10&quot;:3.3},{&quot;2026-09-11&quot;:3.3},{&quot;2026-09-12&quot;:3.31},{&quot;2026-09-13&quot;:3.31}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.85},{&quot;2026-06-14&quot;:1.89},{&quot;2026-06-15&quot;:1.85},{&quot;2026-06-16&quot;:1.84},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.82},{&quot;2026-06-19&quot;:1.82},{&quot;2026-06-20&quot;:1.82},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.72},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.65},{&quot;2026-06-26&quot;:1.63},{&quot;2026-06-27&quot;:1.58},{&quot;2026-06-28&quot;:1.55},{&quot;2026-06-29&quot;:1.51},{&quot;2026-06-30&quot;:1.57},{&quot;2026-07-01&quot;:1.54},{&quot;2026-07-02&quot;:1.54},{&quot;2026-07-03&quot;:1.53},{&quot;2026-07-04&quot;:1.55},{&quot;2026-07-05&quot;:1.58},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.56},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.69},{&quot;2026-07-11&quot;:1.7},{&quot;2026-07-12&quot;:1.64},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.74},{&quot;2026-07-15&quot;:1.69},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.7},{&quot;2026-07-18&quot;:1.7},{&quot;2026-07-19&quot;:1.66},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.75},{&quot;2026-07-23&quot;:1.79},{&quot;2026-07-25&quot;:1.76},{&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.78},{&quot;2026-07-30&quot;:1.86},{&quot;2026-07-31&quot;:1.86},{&quot;2026-08-01&quot;:1.86},{&quot;2026-08-02&quot;:1.91},{&quot;2026-08-03&quot;:1.89},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.8},{&quot;2026-08-07&quot;:1.69},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.69},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.57},{&quot;2026-08-14&quot;:1.57},{&quot;2026-08-15&quot;:1.54},{&quot;2026-08-16&quot;:1.51},{&quot;2026-08-17&quot;:1.5},{&quot;2026-08-18&quot;:1.53},{&quot;2026-08-19&quot;:1.58},{&quot;2026-08-20&quot;:1.58},{&quot;2026-08-21&quot;:1.67},{&quot;2026-08-22&quot;:1.66},{&quot;2026-08-23&quot;:1.66},{&quot;2026-08-24&quot;:1.66},{&quot;2026-08-25&quot;:1.66},{&quot;2026-08-26&quot;:1.69},{&quot;2026-08-27&quot;:1.84},{&quot;2026-08-28&quot;:1.88},{&quot;2026-08-29&quot;:1.88},{&quot;2026-08-30&quot;:1.9},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.74},{&quot;2026-09-02&quot;:1.74},{&quot;2026-09-03&quot;:1.72},{&quot;2026-09-04&quot;:1.68},{&quot;2026-09-05&quot;:1.65},{&quot;2026-09-06&quot;:1.63},{&quot;2026-09-07&quot;:1.67},{&quot;2026-09-08&quot;:1.67},{&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.73},{&quot;2026-09-13&quot;:1.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19089"
  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">
            Rith, Liberated Primeval
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Rith, Liberated Primeval" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/a/ca9d804a-09ea-4339-aa89-0ff2a5f5d4eb.jpg?1783921232" />

        <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">
            Rith, Liberated Primeval
        </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 — 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-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="Rith, Liberated Primeval" src="https://cards.scryfall.io/large/front/c/a/ca9d804a-09ea-4339-aa89-0ff2a5f5d4eb.jpg?1783921232" />
    </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.70
              </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.38
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.15</span>
              <span class="text-xs text-grey-text">Credit: $1.50</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-11&quot;:1.35},{&quot;2026-06-12&quot;:1.35},{&quot;2026-06-13&quot;:1.35},{&quot;2026-06-14&quot;:1.35},{&quot;2026-06-15&quot;:1.36},{&quot;2026-06-16&quot;:1.36},{&quot;2026-06-17&quot;:1.36},{&quot;2026-06-18&quot;:1.36},{&quot;2026-06-19&quot;:1.35},{&quot;2026-06-20&quot;:1.35},{&quot;2026-06-21&quot;:1.35},{&quot;2026-06-22&quot;:1.35},{&quot;2026-06-24&quot;:1.35},{&quot;2026-06-25&quot;:1.35},{&quot;2026-06-26&quot;:1.34},{&quot;2026-06-27&quot;:1.34},{&quot;2026-06-28&quot;:1.34},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.34},{&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.34},{&quot;2026-07-06&quot;:1.35},{&quot;2026-07-07&quot;:1.35},{&quot;2026-07-08&quot;:1.35},{&quot;2026-07-09&quot;:1.35},{&quot;2026-07-10&quot;:1.35},{&quot;2026-07-11&quot;:1.35},{&quot;2026-07-12&quot;:1.35},{&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.35},{&quot;2026-07-18&quot;:1.35},{&quot;2026-07-19&quot;:1.35},{&quot;2026-07-20&quot;:1.35},{&quot;2026-07-21&quot;:1.35},{&quot;2026-07-23&quot;:1.38},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.38},{&quot;2026-07-29&quot;:1.34},{&quot;2026-07-30&quot;:1.34},{&quot;2026-07-31&quot;:1.32},{&quot;2026-08-01&quot;:1.32},{&quot;2026-08-02&quot;:1.32},{&quot;2026-08-03&quot;:1.32},{&quot;2026-08-04&quot;:1.32},{&quot;2026-08-05&quot;:1.32},{&quot;2026-08-07&quot;:1.32},{&quot;2026-08-08&quot;:1.32},{&quot;2026-08-09&quot;:1.32},{&quot;2026-08-10&quot;:1.32},{&quot;2026-08-11&quot;:1.33},{&quot;2026-08-12&quot;:1.33},{&quot;2026-08-13&quot;:1.33},{&quot;2026-08-14&quot;:1.34},{&quot;2026-08-15&quot;:1.34},{&quot;2026-08-16&quot;:1.34},{&quot;2026-08-17&quot;:1.32},{&quot;2026-08-18&quot;:1.32},{&quot;2026-08-19&quot;:1.32},{&quot;2026-08-20&quot;:1.32},{&quot;2026-08-21&quot;:1.32},{&quot;2026-08-22&quot;:1.32},{&quot;2026-08-23&quot;:1.32},{&quot;2026-08-24&quot;:1.32},{&quot;2026-08-25&quot;:1.32},{&quot;2026-08-26&quot;:1.32},{&quot;2026-08-27&quot;:1.32},{&quot;2026-08-28&quot;:1.32},{&quot;2026-08-29&quot;:1.32},{&quot;2026-08-30&quot;:1.38},{&quot;2026-08-31&quot;:1.38},{&quot;2026-09-01&quot;:1.38},{&quot;2026-09-02&quot;:1.38},{&quot;2026-09-03&quot;:1.38},{&quot;2026-09-04&quot;:1.38},{&quot;2026-09-05&quot;:1.39},{&quot;2026-09-06&quot;:1.39},{&quot;2026-09-07&quot;:1.39},{&quot;2026-09-08&quot;:1.38},{&quot;2026-09-09&quot;:1.38},{&quot;2026-09-10&quot;:1.38},{&quot;2026-09-11&quot;:1.4},{&quot;2026-09-12&quot;:1.38},{&quot;2026-09-13&quot;:1.38}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.4},{&quot;2026-06-12&quot;:1.41},{&quot;2026-06-13&quot;:1.44},{&quot;2026-06-14&quot;:1.44},{&quot;2026-06-15&quot;:1.42},{&quot;2026-06-16&quot;:1.42},{&quot;2026-06-17&quot;:1.42},{&quot;2026-06-18&quot;:1.39},{&quot;2026-06-19&quot;:1.4},{&quot;2026-06-20&quot;:1.44},{&quot;2026-06-21&quot;:1.45},{&quot;2026-06-22&quot;:1.42},{&quot;2026-06-24&quot;:1.45},{&quot;2026-06-25&quot;:1.42},{&quot;2026-06-26&quot;:1.45},{&quot;2026-06-27&quot;:1.49},{&quot;2026-06-28&quot;:1.49},{&quot;2026-06-29&quot;:1.49},{&quot;2026-06-30&quot;:1.69},{&quot;2026-07-01&quot;:1.69},{&quot;2026-07-02&quot;:1.71},{&quot;2026-07-03&quot;:1.67},{&quot;2026-07-04&quot;:1.67},{&quot;2026-07-05&quot;:1.71},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.71},{&quot;2026-07-08&quot;:1.74},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.64},{&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.66},{&quot;2026-07-21&quot;:1.66},{&quot;2026-07-23&quot;:1.72},{&quot;2026-07-25&quot;:1.8},{&quot;2026-07-26&quot;:1.8},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-29&quot;:1.76},{&quot;2026-07-30&quot;:1.76},{&quot;2026-07-31&quot;:1.72},{&quot;2026-08-01&quot;:1.72},{&quot;2026-08-02&quot;:1.69},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.69},{&quot;2026-08-05&quot;:1.7},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.65},{&quot;2026-08-12&quot;:1.65},{&quot;2026-08-13&quot;:1.65},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.7},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.71},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.76},{&quot;2026-08-20&quot;:1.76},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.73},{&quot;2026-08-23&quot;:1.69},{&quot;2026-08-24&quot;:1.69},{&quot;2026-08-25&quot;:1.69},{&quot;2026-08-26&quot;:1.73},{&quot;2026-08-27&quot;:1.66},{&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.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.63},{&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.7},{&quot;2026-09-07&quot;:1.7},{&quot;2026-09-08&quot;:1.73},{&quot;2026-09-09&quot;:1.73},{&quot;2026-09-10&quot;:1.69},{&quot;2026-09-11&quot;:1.7},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="51601"
  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">
            Lathiel, the Bounteous Dawn
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Lathiel, the Bounteous Dawn" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/b/fb721716-1027-4c2c-a156-30fb6a939e82.jpg?1783916860" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Lathiel, the Bounteous Dawn
        </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 — Unicorn</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Lathiel, the Bounteous Dawn" src="https://cards.scryfall.io/large/front/f/b/fb721716-1027-4c2c-a156-30fb6a939e82.jpg?1783916860" />
    </div>

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

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

          <span class="text-lg font-medium text-nine-white">
            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.70
              </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.71
              </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.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-15&quot;:2.39},{&quot;2026-06-16&quot;:2.38},{&quot;2026-06-17&quot;:2.38},{&quot;2026-06-18&quot;:2.38},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.38},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.38},{&quot;2026-06-24&quot;:2.36},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.35},{&quot;2026-06-27&quot;:2.41},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.06},{&quot;2026-06-30&quot;:2.06},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.08},{&quot;2026-07-05&quot;:2.08},{&quot;2026-07-06&quot;:2.08},{&quot;2026-07-07&quot;:2.08},{&quot;2026-07-08&quot;:2.08},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.18},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.28},{&quot;2026-07-20&quot;:2.28},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-22&quot;:2.37},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-24&quot;:2.36},{&quot;2026-07-25&quot;:2.36},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-28&quot;:2.45},{&quot;2026-07-29&quot;:2.45},{&quot;2026-07-30&quot;:2.45},{&quot;2026-07-31&quot;:2.45},{&quot;2026-08-01&quot;:2.45},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.47},{&quot;2026-08-04&quot;:2.47},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.47},{&quot;2026-08-08&quot;:2.47},{&quot;2026-08-09&quot;:2.48},{&quot;2026-08-10&quot;:2.48},{&quot;2026-08-11&quot;:2.48},{&quot;2026-08-12&quot;:2.48},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.52},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:2.55},{&quot;2026-08-18&quot;:2.55},{&quot;2026-08-19&quot;:2.51},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.55},{&quot;2026-08-23&quot;:2.55},{&quot;2026-08-24&quot;:2.54},{&quot;2026-08-25&quot;:2.54},{&quot;2026-08-26&quot;:2.66},{&quot;2026-08-27&quot;:2.62},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.69},{&quot;2026-09-01&quot;:2.69},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.75},{&quot;2026-09-05&quot;:2.75},{&quot;2026-09-06&quot;:2.75},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.78},{&quot;2026-09-09&quot;:2.78},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.77},{&quot;2026-09-12&quot;:2.77},{&quot;2026-09-13&quot;:2.71}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.7},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.84},{&quot;2026-06-18&quot;:1.91},{&quot;2026-06-19&quot;:1.83},{&quot;2026-06-20&quot;:1.61},{&quot;2026-06-21&quot;:1.61},{&quot;2026-06-22&quot;:1.55},{&quot;2026-06-23&quot;:1.37},{&quot;2026-06-24&quot;:1.32},{&quot;2026-06-25&quot;:1.23},{&quot;2026-06-26&quot;:1.12},{&quot;2026-06-27&quot;:1.07},{&quot;2026-06-28&quot;:1.06},{&quot;2026-06-29&quot;:1.15},{&quot;2026-06-30&quot;:1.24},{&quot;2026-07-01&quot;:1.43},{&quot;2026-07-02&quot;:1.49},{&quot;2026-07-03&quot;:1.45},{&quot;2026-07-04&quot;:1.51},{&quot;2026-07-05&quot;:1.49},{&quot;2026-07-06&quot;:1.43},{&quot;2026-07-07&quot;:1.48},{&quot;2026-07-08&quot;:1.48},{&quot;2026-07-09&quot;:1.48},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.42},{&quot;2026-07-12&quot;:1.32},{&quot;2026-07-13&quot;:1.28},{&quot;2026-07-14&quot;:1.26},{&quot;2026-07-15&quot;:1.33},{&quot;2026-07-16&quot;:1.3},{&quot;2026-07-17&quot;:1.31},{&quot;2026-07-18&quot;:1.26},{&quot;2026-07-19&quot;:1.31},{&quot;2026-07-20&quot;:1.32},{&quot;2026-07-21&quot;:1.38},{&quot;2026-07-22&quot;:1.41},{&quot;2026-07-23&quot;:1.41},{&quot;2026-07-24&quot;:1.26},{&quot;2026-07-25&quot;:1.19},{&quot;2026-07-26&quot;:1.21},{&quot;2026-07-27&quot;:1.3},{&quot;2026-07-28&quot;:1.4},{&quot;2026-07-29&quot;:1.45},{&quot;2026-07-30&quot;:1.45},{&quot;2026-07-31&quot;:1.57},{&quot;2026-08-01&quot;:1.62},{&quot;2026-08-02&quot;:1.68},{&quot;2026-08-03&quot;:1.69},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.62},{&quot;2026-08-07&quot;:1.59},{&quot;2026-08-08&quot;:1.64},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.7},{&quot;2026-08-11&quot;:1.68},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.65},{&quot;2026-08-15&quot;:1.65},{&quot;2026-08-16&quot;:1.75},{&quot;2026-08-17&quot;:1.8},{&quot;2026-08-18&quot;:1.75},{&quot;2026-08-19&quot;:1.82},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.92},{&quot;2026-08-24&quot;:1.87},{&quot;2026-08-25&quot;:1.91},{&quot;2026-08-26&quot;:1.96},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:1.97},{&quot;2026-08-29&quot;:1.97},{&quot;2026-08-30&quot;:1.87},{&quot;2026-08-31&quot;:1.87},{&quot;2026-09-01&quot;:1.81},{&quot;2026-09-02&quot;:1.85},{&quot;2026-09-03&quot;:1.82},{&quot;2026-09-04&quot;:1.8},{&quot;2026-09-05&quot;:1.7},{&quot;2026-09-06&quot;:1.7},{&quot;2026-09-07&quot;:1.68},{&quot;2026-09-08&quot;:1.68},{&quot;2026-09-09&quot;:1.74},{&quot;2026-09-10&quot;:1.75},{&quot;2026-09-11&quot;:1.73},{&quot;2026-09-12&quot;:1.73},{&quot;2026-09-13&quot;:1.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Golem
      </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.70
          </span>
        </div>
      </div>
    </div>

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Golem</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>
          </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="Sundering Titan" src="https://cards.scryfall.io/large/front/e/5/e57d74ba-0ce6-4cad-b4da-fa4a401410cd.jpg?1783919730" />
    </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.70
              </span>

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

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

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

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


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-15&quot;:3.46},{&quot;2026-06-16&quot;:3.46},{&quot;2026-06-17&quot;:3.46},{&quot;2026-06-18&quot;:3.46},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.46},{&quot;2026-06-21&quot;:3.46},{&quot;2026-06-22&quot;:3.49},{&quot;2026-06-23&quot;:3.49},{&quot;2026-06-24&quot;:3.49},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.49},{&quot;2026-06-27&quot;:3.49},{&quot;2026-06-28&quot;:3.49},{&quot;2026-06-29&quot;:3.53},{&quot;2026-06-30&quot;:3.57},{&quot;2026-07-01&quot;:3.57},{&quot;2026-07-02&quot;:3.57},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.8},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:3.8},{&quot;2026-07-11&quot;:3.8},{&quot;2026-07-12&quot;:3.8},{&quot;2026-07-13&quot;:3.8},{&quot;2026-07-14&quot;:3.8},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.8},{&quot;2026-07-18&quot;:3.8},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.8},{&quot;2026-07-22&quot;:3.8},{&quot;2026-07-23&quot;:3.8},{&quot;2026-07-24&quot;:3.8},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:3.8},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.8},{&quot;2026-08-05&quot;:3.8},{&quot;2026-08-07&quot;:3.8},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.8},{&quot;2026-08-11&quot;:3.8},{&quot;2026-08-12&quot;:3.8},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.87},{&quot;2026-08-16&quot;:3.87},{&quot;2026-08-17&quot;:3.87},{&quot;2026-08-18&quot;:3.87},{&quot;2026-08-19&quot;:3.87},{&quot;2026-08-20&quot;:3.87},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.87},{&quot;2026-08-23&quot;:3.87},{&quot;2026-08-24&quot;:3.87},{&quot;2026-08-25&quot;:3.87},{&quot;2026-08-26&quot;:3.87},{&quot;2026-08-27&quot;:3.87},{&quot;2026-08-28&quot;:3.87},{&quot;2026-08-29&quot;:3.87},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.87},{&quot;2026-09-01&quot;:3.87},{&quot;2026-09-02&quot;:3.87},{&quot;2026-09-03&quot;:3.87},{&quot;2026-09-04&quot;:3.87},{&quot;2026-09-05&quot;:3.87},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.87},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87},{&quot;2026-09-12&quot;:3.87},{&quot;2026-09-13&quot;:3.87}],&quot;normal&quot;:[{&quot;2026-06-15&quot;:1.79},{&quot;2026-06-16&quot;:1.79},{&quot;2026-06-17&quot;:1.77},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.77},{&quot;2026-06-20&quot;:1.77},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.82},{&quot;2026-06-24&quot;:1.82},{&quot;2026-06-25&quot;:1.82},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:1.81},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.81},{&quot;2026-07-01&quot;:1.81},{&quot;2026-07-02&quot;:1.81},{&quot;2026-07-03&quot;:1.81},{&quot;2026-07-04&quot;:1.81},{&quot;2026-07-05&quot;:1.81},{&quot;2026-07-06&quot;:1.86},{&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.87},{&quot;2026-07-15&quot;:1.87},{&quot;2026-07-16&quot;:1.87},{&quot;2026-07-17&quot;:1.87},{&quot;2026-07-18&quot;:1.74},{&quot;2026-07-19&quot;:1.74},{&quot;2026-07-20&quot;:1.74},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-22&quot;:1.74},{&quot;2026-07-23&quot;:1.74},{&quot;2026-07-24&quot;:1.74},{&quot;2026-07-25&quot;:1.74},{&quot;2026-07-26&quot;:1.74},{&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.75},{&quot;2026-08-01&quot;:1.75},{&quot;2026-08-02&quot;:1.75},{&quot;2026-08-03&quot;:1.76},{&quot;2026-08-04&quot;:1.76},{&quot;2026-08-05&quot;:1.76},{&quot;2026-08-07&quot;:1.79},{&quot;2026-08-08&quot;:1.79},{&quot;2026-08-09&quot;:1.8},{&quot;2026-08-10&quot;:1.8},{&quot;2026-08-11&quot;:1.8},{&quot;2026-08-12&quot;:1.78},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.77},{&quot;2026-08-15&quot;:1.77},{&quot;2026-08-16&quot;:1.74},{&quot;2026-08-17&quot;:1.74},{&quot;2026-08-18&quot;:1.74},{&quot;2026-08-19&quot;:1.74},{&quot;2026-08-20&quot;:1.74},{&quot;2026-08-21&quot;:1.74},{&quot;2026-08-22&quot;:1.74},{&quot;2026-08-23&quot;:1.74},{&quot;2026-08-24&quot;:1.74},{&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.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.72},{&quot;2026-09-04&quot;:1.72},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.72},{&quot;2026-09-07&quot;:1.72},{&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.7},{&quot;2026-09-12&quot;:1.7},{&quot;2026-09-13&quot;:1.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="86265"
  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">
            Archetype of Imagination
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Archetype of Imagination
        </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 Creature — Human Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Archetype of Imagination" src="https://cards.scryfall.io/large/front/d/f/dfb5ee32-d9bc-4278-9c34-ee29bb0c7702.jpg?1783931864" />
    </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.70
              </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.32</span>
              <span class="text-xs text-grey-text">Credit: $0.42</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.65},{&quot;2026-06-13&quot;:1.65},{&quot;2026-06-14&quot;:1.65},{&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.65},{&quot;2026-06-19&quot;:1.71},{&quot;2026-06-20&quot;:1.71},{&quot;2026-06-21&quot;:1.71},{&quot;2026-06-22&quot;:1.71},{&quot;2026-06-23&quot;:1.71},{&quot;2026-06-24&quot;:1.74},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.76},{&quot;2026-06-27&quot;:1.7},{&quot;2026-06-28&quot;:1.7},{&quot;2026-06-29&quot;:1.7},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.7},{&quot;2026-07-02&quot;:1.7},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.7},{&quot;2026-07-05&quot;:1.7},{&quot;2026-07-06&quot;:1.68},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.63},{&quot;2026-07-09&quot;:1.63},{&quot;2026-07-10&quot;:1.65},{&quot;2026-07-11&quot;:1.66},{&quot;2026-07-12&quot;:1.66},{&quot;2026-07-13&quot;:1.66},{&quot;2026-07-14&quot;:1.68},{&quot;2026-07-15&quot;:1.68},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.68},{&quot;2026-07-18&quot;:1.68},{&quot;2026-07-19&quot;:1.68},{&quot;2026-07-20&quot;:1.68},{&quot;2026-07-21&quot;:1.68},{&quot;2026-07-23&quot;:1.64},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.59},{&quot;2026-07-27&quot;:1.56},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.6},{&quot;2026-08-01&quot;:1.63},{&quot;2026-08-02&quot;:1.63},{&quot;2026-08-03&quot;:1.58},{&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;:1.93},{&quot;2026-08-10&quot;:1.93},{&quot;2026-08-11&quot;:1.93},{&quot;2026-08-12&quot;:1.93},{&quot;2026-08-13&quot;:1.93},{&quot;2026-08-14&quot;:1.93},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.93},{&quot;2026-08-17&quot;:1.88},{&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.88},{&quot;2026-08-22&quot;:1.85},{&quot;2026-08-23&quot;:1.89},{&quot;2026-08-24&quot;:1.89},{&quot;2026-08-25&quot;:1.89},{&quot;2026-08-26&quot;:1.91},{&quot;2026-08-27&quot;:1.91},{&quot;2026-08-28&quot;:1.91},{&quot;2026-08-29&quot;:1.91},{&quot;2026-08-30&quot;:1.93},{&quot;2026-08-31&quot;:1.93},{&quot;2026-09-01&quot;:1.93},{&quot;2026-09-02&quot;:1.9},{&quot;2026-09-03&quot;:1.85},{&quot;2026-09-04&quot;:1.81},{&quot;2026-09-05&quot;:1.76},{&quot;2026-09-06&quot;:1.74},{&quot;2026-09-07&quot;:1.74},{&quot;2026-09-08&quot;:1.7},{&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.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Army of the Damned" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9aae1c1b-96f0-4529-995d-a53874a74c75.jpg?1783934302" />

        <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">
            Army of the Damned
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></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="Army of the Damned" src="https://cards.scryfall.io/large/front/9/a/9aae1c1b-96f0-4529-995d-a53874a74c75.jpg?1783934302" />
    </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.69
              </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.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;normal&quot;:[{&quot;2026-06-15&quot;:1.25},{&quot;2026-06-16&quot;:1.25},{&quot;2026-06-17&quot;:1.31},{&quot;2026-06-18&quot;:1.31},{&quot;2026-06-19&quot;:1.36},{&quot;2026-06-20&quot;:1.36},{&quot;2026-06-21&quot;:1.36},{&quot;2026-06-22&quot;:1.36},{&quot;2026-06-23&quot;:1.36},{&quot;2026-06-24&quot;:1.36},{&quot;2026-06-25&quot;:1.36},{&quot;2026-06-26&quot;:1.38},{&quot;2026-06-27&quot;:1.38},{&quot;2026-06-28&quot;:1.38},{&quot;2026-06-29&quot;:1.39},{&quot;2026-06-30&quot;:1.39},{&quot;2026-07-01&quot;:1.39},{&quot;2026-07-02&quot;:1.39},{&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.42},{&quot;2026-07-08&quot;:1.42},{&quot;2026-07-09&quot;:1.44},{&quot;2026-07-10&quot;:1.5},{&quot;2026-07-11&quot;:1.52},{&quot;2026-07-12&quot;:1.55},{&quot;2026-07-13&quot;:1.55},{&quot;2026-07-14&quot;:1.55},{&quot;2026-07-15&quot;:1.56},{&quot;2026-07-16&quot;:1.56},{&quot;2026-07-17&quot;:1.56},{&quot;2026-07-18&quot;:1.56},{&quot;2026-07-19&quot;:1.56},{&quot;2026-07-20&quot;:1.56},{&quot;2026-07-21&quot;:1.56},{&quot;2026-07-22&quot;:1.56},{&quot;2026-07-23&quot;:1.53},{&quot;2026-07-24&quot;:1.53},{&quot;2026-07-25&quot;:1.6},{&quot;2026-07-26&quot;:1.6},{&quot;2026-07-27&quot;:1.6},{&quot;2026-07-28&quot;:1.6},{&quot;2026-07-29&quot;:1.6},{&quot;2026-07-30&quot;:1.6},{&quot;2026-07-31&quot;:1.61},{&quot;2026-08-01&quot;:1.61},{&quot;2026-08-02&quot;:1.61},{&quot;2026-08-03&quot;:1.61},{&quot;2026-08-04&quot;:1.61},{&quot;2026-08-05&quot;:1.61},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.6},{&quot;2026-08-09&quot;:1.62},{&quot;2026-08-10&quot;:1.62},{&quot;2026-08-11&quot;:1.62},{&quot;2026-08-12&quot;:1.62},{&quot;2026-08-13&quot;:1.6},{&quot;2026-08-14&quot;:1.6},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.6},{&quot;2026-08-17&quot;:1.63},{&quot;2026-08-18&quot;:1.63},{&quot;2026-08-19&quot;:1.63},{&quot;2026-08-20&quot;:1.63},{&quot;2026-08-21&quot;:1.63},{&quot;2026-08-22&quot;:1.63},{&quot;2026-08-23&quot;:1.63},{&quot;2026-08-24&quot;:1.63},{&quot;2026-08-25&quot;:1.63},{&quot;2026-08-26&quot;:1.65},{&quot;2026-08-27&quot;:1.65},{&quot;2026-08-28&quot;:1.65},{&quot;2026-08-29&quot;:1.65},{&quot;2026-08-30&quot;:1.66},{&quot;2026-08-31&quot;:1.66},{&quot;2026-09-01&quot;:1.66},{&quot;2026-09-02&quot;:1.66},{&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.68},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.69}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sardian Avenger" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/593b4a4f-5644-44be-9bfe-752732ffe59e.jpg?1783919715" />

        <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">
            Sardian Avenger
        </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 — Goblin 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-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="Sardian Avenger" src="https://cards.scryfall.io/large/front/5/9/593b4a4f-5644-44be-9bfe-752732ffe59e.jpg?1783919715" />
    </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.69
              </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">
                $2.00
              </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.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-12&quot;:1.88},{&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.89},{&quot;2026-06-21&quot;:1.89},{&quot;2026-06-22&quot;:1.89},{&quot;2026-06-23&quot;:1.89},{&quot;2026-06-24&quot;:1.89},{&quot;2026-06-25&quot;:1.89},{&quot;2026-06-26&quot;:1.89},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.9},{&quot;2026-06-29&quot;:1.9},{&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.87},{&quot;2026-07-08&quot;:1.87},{&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.89},{&quot;2026-07-13&quot;:1.9},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.91},{&quot;2026-07-16&quot;:1.93},{&quot;2026-07-17&quot;:1.93},{&quot;2026-07-18&quot;:1.93},{&quot;2026-07-19&quot;:1.93},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.93},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-25&quot;:1.93},{&quot;2026-07-26&quot;:1.91},{&quot;2026-07-27&quot;:1.94},{&quot;2026-07-29&quot;:1.94},{&quot;2026-07-30&quot;:1.94},{&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.94},{&quot;2026-08-04&quot;:1.94},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.96},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:1.97},{&quot;2026-08-10&quot;:1.97},{&quot;2026-08-11&quot;:1.97},{&quot;2026-08-12&quot;:1.97},{&quot;2026-08-13&quot;:1.97},{&quot;2026-08-14&quot;:1.97},{&quot;2026-08-15&quot;:1.97},{&quot;2026-08-16&quot;:1.97},{&quot;2026-08-17&quot;:1.97},{&quot;2026-08-18&quot;:1.97},{&quot;2026-08-19&quot;:1.97},{&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.97},{&quot;2026-08-24&quot;:1.97},{&quot;2026-08-25&quot;:1.97},{&quot;2026-08-26&quot;:1.95},{&quot;2026-08-27&quot;:1.95},{&quot;2026-08-28&quot;:1.95},{&quot;2026-08-29&quot;:1.95},{&quot;2026-08-30&quot;:1.98},{&quot;2026-08-31&quot;:1.98},{&quot;2026-09-01&quot;:1.98},{&quot;2026-09-02&quot;:1.98},{&quot;2026-09-03&quot;:1.98},{&quot;2026-09-04&quot;:1.98},{&quot;2026-09-05&quot;:1.98},{&quot;2026-09-06&quot;:1.98},{&quot;2026-09-07&quot;:1.98},{&quot;2026-09-08&quot;:1.98},{&quot;2026-09-09&quot;:1.99},{&quot;2026-09-10&quot;:2.0},{&quot;2026-09-11&quot;:2.0},{&quot;2026-09-12&quot;:2.0},{&quot;2026-09-13&quot;:2.0}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.77},{&quot;2026-06-13&quot;:1.76},{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.76},{&quot;2026-06-16&quot;:1.76},{&quot;2026-06-17&quot;:1.72},{&quot;2026-06-18&quot;:1.72},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.73},{&quot;2026-06-21&quot;:1.7},{&quot;2026-06-22&quot;:1.7},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.68},{&quot;2026-06-27&quot;:1.68},{&quot;2026-06-28&quot;:1.64},{&quot;2026-06-29&quot;:1.62},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.59},{&quot;2026-07-02&quot;:1.58},{&quot;2026-07-03&quot;:1.59},{&quot;2026-07-04&quot;:1.59},{&quot;2026-07-05&quot;:1.59},{&quot;2026-07-06&quot;:1.59},{&quot;2026-07-07&quot;:1.59},{&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.6},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.61},{&quot;2026-07-14&quot;:1.61},{&quot;2026-07-15&quot;:1.59},{&quot;2026-07-16&quot;:1.58},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.64},{&quot;2026-07-21&quot;:1.64},{&quot;2026-07-23&quot;:1.7},{&quot;2026-07-25&quot;:1.7},{&quot;2026-07-26&quot;:1.7},{&quot;2026-07-27&quot;:1.7},{&quot;2026-07-29&quot;:1.66},{&quot;2026-07-30&quot;:1.66},{&quot;2026-07-31&quot;:1.66},{&quot;2026-08-01&quot;:1.66},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.66},{&quot;2026-08-07&quot;:1.66},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.66},{&quot;2026-08-10&quot;:1.66},{&quot;2026-08-11&quot;:1.66},{&quot;2026-08-12&quot;:1.66},{&quot;2026-08-13&quot;:1.66},{&quot;2026-08-14&quot;:1.66},{&quot;2026-08-15&quot;:1.71},{&quot;2026-08-16&quot;:1.71},{&quot;2026-08-17&quot;:1.69},{&quot;2026-08-18&quot;:1.73},{&quot;2026-08-19&quot;:1.73},{&quot;2026-08-20&quot;:1.73},{&quot;2026-08-21&quot;:1.73},{&quot;2026-08-22&quot;:1.75},{&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.75},{&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.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.73},{&quot;2026-09-04&quot;:1.73},{&quot;2026-09-05&quot;:1.73},{&quot;2026-09-06&quot;:1.73},{&quot;2026-09-07&quot;:1.73},{&quot;2026-09-08&quot;:1.74},{&quot;2026-09-09&quot;:1.77},{&quot;2026-09-10&quot;:1.72},{&quot;2026-09-11&quot;:1.69},{&quot;2026-09-12&quot;:1.69},{&quot;2026-09-13&quot;:1.69}]}"
        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 2101-2150 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=42&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=42&amp;username=denvermullets" rel="prev">42</a><a role="link" aria-disabled="true" aria-current="page">43</a><a href="/load_collection?direction=asc&amp;page=44&amp;username=denvermullets" rel="next">44</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=44&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="9316"
          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">
              44
            </td>

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12827"
          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">
              484
            </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>
              Jungle Basin


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20410"
          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">
              148
            </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>
              Trash for Treasure


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86008"
          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">
              C14-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Gift of Estates


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tmt ss-rare ss-fw ss-2x mr-4"></i>
              Raph &amp; Leo, Sibling Rivals


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21300"
          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">
              409
            </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>
              Orzhov Basilica


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47706"
          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">
              162
            </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>
              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.74

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75825"
          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">
              245
            </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-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.74

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-rare ss-fw ss-2x mr-4"></i>
              Kuja, Genome Sorcerer // Trance Kuja, Fate Defied


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

                </div>
            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28579"
          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">
              41
            </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>
              Homunculus Horde


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47489"
          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-mic ss-rare ss-fw ss-2x mr-4"></i>
              Knight of the White Orchid


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87247"
          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">
              128
            </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>
              Kenrith&#39;s Transformation


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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="67498"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_67498" src="/boxset_card/67498?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74188"
          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">
              184
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-mythic ss-fw ss-2x mr-4"></i>
              Radagast the Brown


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Avatar 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-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.71

                    <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.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="74188"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_74188" src="/boxset_card/74188?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79797"
          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">
              STX-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-mb1 ss-uncommon ss-fw ss-2x mr-4"></i>
              Storm-Kiln Artist


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dwarf Shaman
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.71

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.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.70
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79797"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79797" src="/boxset_card/79797?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="10308"
          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">
              165
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-common ss-fw ss-2x mr-4"></i>
              Farseek


            </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.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      13%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.38
            </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="10308"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_10308" src="/boxset_card/10308?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11605"
          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">
              74
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Hullbreacher


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Merfolk Pirate
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.70

                    <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">
                $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">
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11605"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11605" src="/boxset_card/11605?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19089"
          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">
              313
            </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>
              Rith, Liberated Primeval


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary 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-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.70

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.38

                    <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">
                $1.15
            </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.53
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19089"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19089" src="/boxset_card/19089?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="51601"
          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">
              50
            </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>
              Lathiel, the Bounteous Dawn


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Unicorn
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.70

                    <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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="51601"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_51601" src="/boxset_card/51601?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73407"
          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">
              120
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-mythic ss-fw ss-2x mr-4"></i>
              Sundering Titan


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Golem
            </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>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73407"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73407" src="/boxset_card/73407?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86265"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              C18-81
            </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>
              Archetype of Imagination


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.70

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.59
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86265"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86265" src="/boxset_card/86265?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9526"
          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">
              113
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c18 ss-mythic ss-fw ss-2x mr-4"></i>
              Army of the Damned


            </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-5'></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.69

                    <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.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.14
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9526"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9526" src="/boxset_card/9526?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72348"
          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">
              23
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brc ss-rare ss-fw ss-2x mr-4"></i>
              Sardian Avenger


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin 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-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $1.69

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.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.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72348"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72348" src="/boxset_card/72348?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 2101-2150 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=42&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=42&amp;username=denvermullets" rel="prev">42</a><a role="link" aria-disabled="true" aria-current="page">43</a><a href="/load_collection?direction=asc&amp;page=44&amp;username=denvermullets" rel="next">44</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=44&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>