<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="19282"
  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">
            Ajani, Sleeper Agent
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ajani, Sleeper Agent" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/6894a44e-ac13-453f-b45a-ab6bec574197.jpg?1783921201" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Ajani, Sleeper Agent
        </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 — Ajani</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-gwp'></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="Ajani, Sleeper Agent" src="https://cards.scryfall.io/large/front/6/8/6894a44e-ac13-453f-b45a-ab6bec574197.jpg?1783921201" />
    </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">
                $5.25
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:7.09},{&quot;2026-06-13&quot;:7.09},{&quot;2026-06-14&quot;:7.09},{&quot;2026-06-15&quot;:7.09},{&quot;2026-06-16&quot;:7.09},{&quot;2026-06-17&quot;:7.09},{&quot;2026-06-18&quot;:7.09},{&quot;2026-06-19&quot;:7.09},{&quot;2026-06-20&quot;:7.09},{&quot;2026-06-21&quot;:7.09},{&quot;2026-06-22&quot;:7.1},{&quot;2026-06-23&quot;:6.99},{&quot;2026-06-24&quot;:6.99},{&quot;2026-06-25&quot;:6.99},{&quot;2026-06-26&quot;:6.99},{&quot;2026-06-27&quot;:6.99},{&quot;2026-06-28&quot;:6.99},{&quot;2026-06-29&quot;:6.99},{&quot;2026-06-30&quot;:6.99},{&quot;2026-07-01&quot;:6.99},{&quot;2026-07-02&quot;:6.99},{&quot;2026-07-03&quot;:6.99},{&quot;2026-07-04&quot;:6.99},{&quot;2026-07-05&quot;:6.99},{&quot;2026-07-06&quot;:6.99},{&quot;2026-07-07&quot;:6.99},{&quot;2026-07-08&quot;:6.99},{&quot;2026-07-09&quot;:6.93},{&quot;2026-07-10&quot;:6.93},{&quot;2026-07-11&quot;:6.97},{&quot;2026-07-12&quot;:6.97},{&quot;2026-07-13&quot;:6.97},{&quot;2026-07-14&quot;:6.97},{&quot;2026-07-15&quot;:6.97},{&quot;2026-07-16&quot;:6.97},{&quot;2026-07-17&quot;:6.97},{&quot;2026-07-18&quot;:6.97},{&quot;2026-07-19&quot;:6.83},{&quot;2026-07-20&quot;:6.83},{&quot;2026-07-21&quot;:7.23},{&quot;2026-07-23&quot;:7.29},{&quot;2026-07-24&quot;:7.29},{&quot;2026-07-25&quot;:7.29},{&quot;2026-07-26&quot;:7.29},{&quot;2026-07-27&quot;:7.33},{&quot;2026-07-28&quot;:7.33},{&quot;2026-07-29&quot;:7.36},{&quot;2026-07-30&quot;:7.36},{&quot;2026-07-31&quot;:7.36},{&quot;2026-08-01&quot;:7.36},{&quot;2026-08-02&quot;:7.36},{&quot;2026-08-03&quot;:7.36},{&quot;2026-08-04&quot;:7.36},{&quot;2026-08-05&quot;:7.36},{&quot;2026-08-07&quot;:7.36},{&quot;2026-08-08&quot;:7.36},{&quot;2026-08-09&quot;:7.36},{&quot;2026-08-10&quot;:7.36},{&quot;2026-08-11&quot;:7.66},{&quot;2026-08-12&quot;:7.66},{&quot;2026-08-13&quot;:7.66},{&quot;2026-08-14&quot;:7.66},{&quot;2026-08-15&quot;:7.66},{&quot;2026-08-16&quot;:7.66},{&quot;2026-08-17&quot;:7.66},{&quot;2026-08-18&quot;:7.66},{&quot;2026-08-19&quot;:7.66},{&quot;2026-08-20&quot;:7.66},{&quot;2026-08-21&quot;:8.53},{&quot;2026-08-22&quot;:8.61},{&quot;2026-08-23&quot;:8.61},{&quot;2026-08-24&quot;:8.61},{&quot;2026-08-25&quot;:8.61},{&quot;2026-08-26&quot;:8.61},{&quot;2026-08-27&quot;:8.61},{&quot;2026-08-28&quot;:8.61},{&quot;2026-08-29&quot;:8.61},{&quot;2026-08-30&quot;:8.61},{&quot;2026-08-31&quot;:8.61},{&quot;2026-09-01&quot;:8.61},{&quot;2026-09-02&quot;:8.61},{&quot;2026-09-03&quot;:8.61},{&quot;2026-09-04&quot;:8.61},{&quot;2026-09-05&quot;:8.59},{&quot;2026-09-06&quot;:8.59},{&quot;2026-09-07&quot;:8.59},{&quot;2026-09-08&quot;:8.59},{&quot;2026-09-09&quot;:8.59},{&quot;2026-09-10&quot;:8.59},{&quot;2026-09-11&quot;:8.59}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:5.63},{&quot;2026-06-13&quot;:5.63},{&quot;2026-06-14&quot;:5.63},{&quot;2026-06-15&quot;:5.69},{&quot;2026-06-16&quot;:5.69},{&quot;2026-06-17&quot;:5.32},{&quot;2026-06-18&quot;:5.56},{&quot;2026-06-19&quot;:5.56},{&quot;2026-06-20&quot;:5.56},{&quot;2026-06-21&quot;:5.56},{&quot;2026-06-22&quot;:5.56},{&quot;2026-06-23&quot;:5.56},{&quot;2026-06-24&quot;:5.56},{&quot;2026-06-25&quot;:5.28},{&quot;2026-06-26&quot;:5.28},{&quot;2026-06-27&quot;:5.28},{&quot;2026-06-28&quot;:5.28},{&quot;2026-06-29&quot;:5.28},{&quot;2026-06-30&quot;:5.28},{&quot;2026-07-01&quot;:5.28},{&quot;2026-07-02&quot;:5.28},{&quot;2026-07-03&quot;:5.28},{&quot;2026-07-04&quot;:5.28},{&quot;2026-07-05&quot;:5.28},{&quot;2026-07-06&quot;:4.99},{&quot;2026-07-07&quot;:4.99},{&quot;2026-07-08&quot;:4.82},{&quot;2026-07-09&quot;:4.82},{&quot;2026-07-10&quot;:4.82},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.9},{&quot;2026-07-13&quot;:4.9},{&quot;2026-07-14&quot;:4.87},{&quot;2026-07-15&quot;:4.87},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.71},{&quot;2026-07-19&quot;:4.81},{&quot;2026-07-20&quot;:4.81},{&quot;2026-07-21&quot;:4.73},{&quot;2026-07-23&quot;:4.62},{&quot;2026-07-24&quot;:4.67},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.89},{&quot;2026-07-28&quot;:4.83},{&quot;2026-07-29&quot;:4.78},{&quot;2026-07-30&quot;:5.01},{&quot;2026-07-31&quot;:4.99},{&quot;2026-08-01&quot;:4.99},{&quot;2026-08-02&quot;:4.99},{&quot;2026-08-03&quot;:5.16},{&quot;2026-08-04&quot;:5.16},{&quot;2026-08-05&quot;:5.07},{&quot;2026-08-07&quot;:5.13},{&quot;2026-08-08&quot;:5.37},{&quot;2026-08-09&quot;:5.37},{&quot;2026-08-10&quot;:5.37},{&quot;2026-08-11&quot;:5.37},{&quot;2026-08-12&quot;:5.29},{&quot;2026-08-13&quot;:5.37},{&quot;2026-08-14&quot;:5.37},{&quot;2026-08-15&quot;:5.4},{&quot;2026-08-16&quot;:5.4},{&quot;2026-08-17&quot;:5.28},{&quot;2026-08-18&quot;:5.25},{&quot;2026-08-19&quot;:5.25},{&quot;2026-08-20&quot;:5.25},{&quot;2026-08-21&quot;:5.25},{&quot;2026-08-22&quot;:5.25},{&quot;2026-08-23&quot;:5.25},{&quot;2026-08-24&quot;:5.25},{&quot;2026-08-25&quot;:5.25},{&quot;2026-08-26&quot;:5.25},{&quot;2026-08-27&quot;:5.25},{&quot;2026-08-28&quot;:5.25},{&quot;2026-08-29&quot;:5.25},{&quot;2026-08-30&quot;:5.25},{&quot;2026-08-31&quot;:5.25},{&quot;2026-09-01&quot;:5.25},{&quot;2026-09-02&quot;:5.25},{&quot;2026-09-03&quot;:5.25},{&quot;2026-09-04&quot;:5.25},{&quot;2026-09-05&quot;:5.25},{&quot;2026-09-06&quot;:5.25},{&quot;2026-09-07&quot;:5.25},{&quot;2026-09-08&quot;:5.25},{&quot;2026-09-09&quot;:5.25},{&quot;2026-09-10&quot;:5.25},{&quot;2026-09-11&quot;:5.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="36427"
  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-mid 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">
            Haunted Ridge
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.59
          </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="Haunted Ridge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/2/b200e822-be36-4e59-bd0e-9d0188a68df8.jpg?1783925543" />

        <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">
            Haunted Ridge
        </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="Haunted Ridge" src="https://cards.scryfall.io/large/front/b/2/b200e822-be36-4e59-bd0e-9d0188a68df8.jpg?1783925543" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.75},{&quot;2026-06-12&quot;:7.84},{&quot;2026-06-13&quot;:7.84},{&quot;2026-06-14&quot;:8.02},{&quot;2026-06-15&quot;:8.07},{&quot;2026-06-16&quot;:8.02},{&quot;2026-06-17&quot;:8.18},{&quot;2026-06-18&quot;:8.18},{&quot;2026-06-19&quot;:8.21},{&quot;2026-06-20&quot;:8.21},{&quot;2026-06-21&quot;:8.24},{&quot;2026-06-22&quot;:8.24},{&quot;2026-06-23&quot;:8.24},{&quot;2026-06-24&quot;:8.28},{&quot;2026-06-25&quot;:8.28},{&quot;2026-06-26&quot;:8.33},{&quot;2026-06-27&quot;:8.51},{&quot;2026-06-28&quot;:8.51},{&quot;2026-06-29&quot;:8.51},{&quot;2026-06-30&quot;:8.51},{&quot;2026-07-01&quot;:8.51},{&quot;2026-07-02&quot;:8.51},{&quot;2026-07-03&quot;:8.51},{&quot;2026-07-04&quot;:8.28},{&quot;2026-07-05&quot;:8.28},{&quot;2026-07-06&quot;:8.28},{&quot;2026-07-07&quot;:8.28},{&quot;2026-07-08&quot;:8.28},{&quot;2026-07-09&quot;:8.28},{&quot;2026-07-10&quot;:8.28},{&quot;2026-07-11&quot;:8.31},{&quot;2026-07-12&quot;:8.33},{&quot;2026-07-13&quot;:8.33},{&quot;2026-07-14&quot;:8.33},{&quot;2026-07-15&quot;:8.33},{&quot;2026-07-16&quot;:8.3},{&quot;2026-07-17&quot;:8.3},{&quot;2026-07-18&quot;:8.3},{&quot;2026-07-19&quot;:8.25},{&quot;2026-07-20&quot;:8.25},{&quot;2026-07-21&quot;:8.25},{&quot;2026-07-23&quot;:8.25},{&quot;2026-07-25&quot;:8.25},{&quot;2026-07-26&quot;:8.25},{&quot;2026-07-27&quot;:8.3},{&quot;2026-07-28&quot;:8.3},{&quot;2026-07-29&quot;:8.3},{&quot;2026-07-30&quot;:8.41},{&quot;2026-07-31&quot;:8.41},{&quot;2026-08-01&quot;:8.41},{&quot;2026-08-02&quot;:8.41},{&quot;2026-08-03&quot;:8.41},{&quot;2026-08-04&quot;:8.52},{&quot;2026-08-05&quot;:8.52},{&quot;2026-08-07&quot;:8.62},{&quot;2026-08-08&quot;:8.62},{&quot;2026-08-09&quot;:8.62},{&quot;2026-08-10&quot;:8.72},{&quot;2026-08-11&quot;:8.72},{&quot;2026-08-12&quot;:8.72},{&quot;2026-08-13&quot;:8.72},{&quot;2026-08-14&quot;:8.72},{&quot;2026-08-15&quot;:8.39},{&quot;2026-08-16&quot;:8.39},{&quot;2026-08-17&quot;:8.39},{&quot;2026-08-18&quot;:8.39},{&quot;2026-08-19&quot;:8.39},{&quot;2026-08-20&quot;:8.39},{&quot;2026-08-21&quot;:8.36},{&quot;2026-08-22&quot;:8.34},{&quot;2026-08-23&quot;:8.34},{&quot;2026-08-24&quot;:8.34},{&quot;2026-08-25&quot;:8.34},{&quot;2026-08-26&quot;:8.37},{&quot;2026-08-27&quot;:8.37},{&quot;2026-08-28&quot;:8.37},{&quot;2026-08-29&quot;:8.37},{&quot;2026-08-30&quot;:8.43},{&quot;2026-08-31&quot;:8.47},{&quot;2026-09-01&quot;:8.47},{&quot;2026-09-02&quot;:8.47},{&quot;2026-09-03&quot;:8.47},{&quot;2026-09-04&quot;:8.47},{&quot;2026-09-05&quot;:8.47},{&quot;2026-09-06&quot;:8.49},{&quot;2026-09-07&quot;:8.49},{&quot;2026-09-08&quot;:8.49},{&quot;2026-09-09&quot;:8.49},{&quot;2026-09-10&quot;:8.49},{&quot;2026-09-11&quot;:8.49}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.02},{&quot;2026-06-12&quot;:7.96},{&quot;2026-06-13&quot;:8.25},{&quot;2026-06-14&quot;:8.29},{&quot;2026-06-15&quot;:8.54},{&quot;2026-06-16&quot;:8.57},{&quot;2026-06-17&quot;:8.58},{&quot;2026-06-18&quot;:8.68},{&quot;2026-06-19&quot;:8.7},{&quot;2026-06-20&quot;:8.71},{&quot;2026-06-21&quot;:8.56},{&quot;2026-06-22&quot;:8.56},{&quot;2026-06-23&quot;:8.56},{&quot;2026-06-24&quot;:8.56},{&quot;2026-06-25&quot;:8.65},{&quot;2026-06-26&quot;:8.59},{&quot;2026-06-27&quot;:8.45},{&quot;2026-06-28&quot;:8.13},{&quot;2026-06-29&quot;:8.15},{&quot;2026-06-30&quot;:7.99},{&quot;2026-07-01&quot;:8.02},{&quot;2026-07-02&quot;:8.08},{&quot;2026-07-03&quot;:8.06},{&quot;2026-07-04&quot;:8.12},{&quot;2026-07-05&quot;:7.88},{&quot;2026-07-06&quot;:7.97},{&quot;2026-07-07&quot;:7.83},{&quot;2026-07-08&quot;:7.88},{&quot;2026-07-09&quot;:7.92},{&quot;2026-07-10&quot;:7.9},{&quot;2026-07-11&quot;:7.85},{&quot;2026-07-12&quot;:7.93},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.33},{&quot;2026-07-15&quot;:8.39},{&quot;2026-07-16&quot;:8.43},{&quot;2026-07-17&quot;:8.39},{&quot;2026-07-18&quot;:8.53},{&quot;2026-07-19&quot;:8.65},{&quot;2026-07-20&quot;:8.85},{&quot;2026-07-21&quot;:8.68},{&quot;2026-07-23&quot;:8.32},{&quot;2026-07-25&quot;:8.35},{&quot;2026-07-26&quot;:8.31},{&quot;2026-07-27&quot;:8.34},{&quot;2026-07-28&quot;:8.32},{&quot;2026-07-29&quot;:8.33},{&quot;2026-07-30&quot;:8.18},{&quot;2026-07-31&quot;:8.11},{&quot;2026-08-01&quot;:8.06},{&quot;2026-08-02&quot;:7.95},{&quot;2026-08-03&quot;:7.83},{&quot;2026-08-04&quot;:7.84},{&quot;2026-08-05&quot;:7.6},{&quot;2026-08-07&quot;:7.63},{&quot;2026-08-08&quot;:7.71},{&quot;2026-08-09&quot;:7.72},{&quot;2026-08-10&quot;:7.72},{&quot;2026-08-11&quot;:7.6},{&quot;2026-08-12&quot;:7.63},{&quot;2026-08-13&quot;:7.87},{&quot;2026-08-14&quot;:8.08},{&quot;2026-08-15&quot;:8.42},{&quot;2026-08-16&quot;:8.44},{&quot;2026-08-17&quot;:8.41},{&quot;2026-08-18&quot;:8.46},{&quot;2026-08-19&quot;:8.39},{&quot;2026-08-20&quot;:8.39},{&quot;2026-08-21&quot;:8.57},{&quot;2026-08-22&quot;:8.64},{&quot;2026-08-23&quot;:8.66},{&quot;2026-08-24&quot;:8.72},{&quot;2026-08-25&quot;:8.72},{&quot;2026-08-26&quot;:8.39},{&quot;2026-08-27&quot;:8.5},{&quot;2026-08-28&quot;:8.45},{&quot;2026-08-29&quot;:8.45},{&quot;2026-08-30&quot;:8.22},{&quot;2026-08-31&quot;:8.05},{&quot;2026-09-01&quot;:8.05},{&quot;2026-09-02&quot;:8.16},{&quot;2026-09-03&quot;:8.32},{&quot;2026-09-04&quot;:8.29},{&quot;2026-09-05&quot;:8.19},{&quot;2026-09-06&quot;:8.25},{&quot;2026-09-07&quot;:8.41},{&quot;2026-09-08&quot;:8.64},{&quot;2026-09-09&quot;:8.67},{&quot;2026-09-10&quot;:8.56},{&quot;2026-09-11&quot;:8.59}]}"
        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="49596"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span
            class="
              px-1.5 py-0.5 text-xs rounded bg-purple-900/30 text-purple-400
              border border-purple-500/30 flex-shrink-0
            "
            title="Etched"
          >
            E
          </span>

      </div>

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

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

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

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

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

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

        <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">
            Sterling Grove
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sterling Grove" src="https://cards.scryfall.io/large/front/b/a/ba03e105-a76c-4769-a35a-d780448890ec.jpg?1783926777" />
    </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">
                $4.31
              </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">
                $8.58
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.1},{&quot;2026-06-14&quot;:8.1},{&quot;2026-06-15&quot;:8.1},{&quot;2026-06-16&quot;:8.1},{&quot;2026-06-17&quot;:8.1},{&quot;2026-06-18&quot;:8.1},{&quot;2026-06-19&quot;:8.1},{&quot;2026-06-20&quot;:8.1},{&quot;2026-06-21&quot;:8.1},{&quot;2026-06-22&quot;:8.1},{&quot;2026-06-23&quot;:8.1},{&quot;2026-06-24&quot;:8.1},{&quot;2026-06-25&quot;:8.1},{&quot;2026-06-26&quot;:8.1},{&quot;2026-06-27&quot;:8.1},{&quot;2026-06-28&quot;:8.1},{&quot;2026-06-29&quot;:8.1},{&quot;2026-06-30&quot;:8.1},{&quot;2026-07-01&quot;:8.1},{&quot;2026-07-02&quot;:8.1},{&quot;2026-07-03&quot;:8.1},{&quot;2026-07-04&quot;:8.1},{&quot;2026-07-05&quot;:8.1},{&quot;2026-07-06&quot;:8.1},{&quot;2026-07-07&quot;:8.1},{&quot;2026-07-08&quot;:8.1},{&quot;2026-07-09&quot;:8.1},{&quot;2026-07-10&quot;:8.1},{&quot;2026-07-11&quot;:8.1},{&quot;2026-07-12&quot;:8.18},{&quot;2026-07-13&quot;:8.18},{&quot;2026-07-14&quot;:8.18},{&quot;2026-07-15&quot;:8.18},{&quot;2026-07-16&quot;:8.18},{&quot;2026-07-17&quot;:8.18},{&quot;2026-07-18&quot;:8.18},{&quot;2026-07-19&quot;:8.18},{&quot;2026-07-20&quot;:8.18},{&quot;2026-07-21&quot;:8.18},{&quot;2026-07-22&quot;:8.18},{&quot;2026-07-23&quot;:8.18},{&quot;2026-07-24&quot;:8.18},{&quot;2026-07-25&quot;:8.18},{&quot;2026-07-26&quot;:8.18},{&quot;2026-07-27&quot;:8.18},{&quot;2026-07-28&quot;:8.18},{&quot;2026-07-29&quot;:8.05},{&quot;2026-07-30&quot;:8.05},{&quot;2026-07-31&quot;:8.05},{&quot;2026-08-01&quot;:8.05},{&quot;2026-08-02&quot;:8.05},{&quot;2026-08-03&quot;:8.05},{&quot;2026-08-04&quot;:8.05},{&quot;2026-08-05&quot;:8.05},{&quot;2026-08-07&quot;:8.05},{&quot;2026-08-08&quot;:8.05},{&quot;2026-08-09&quot;:8.18},{&quot;2026-08-10&quot;:8.18},{&quot;2026-08-11&quot;:8.25},{&quot;2026-08-12&quot;:8.25},{&quot;2026-08-13&quot;:8.18},{&quot;2026-08-14&quot;:8.18},{&quot;2026-08-15&quot;:8.26},{&quot;2026-08-16&quot;:8.26},{&quot;2026-08-17&quot;:8.26},{&quot;2026-08-18&quot;:8.36},{&quot;2026-08-19&quot;:8.36},{&quot;2026-08-20&quot;:8.43},{&quot;2026-08-21&quot;:8.43},{&quot;2026-08-22&quot;:8.42},{&quot;2026-08-23&quot;:8.43},{&quot;2026-08-24&quot;:8.43},{&quot;2026-08-25&quot;:8.43},{&quot;2026-08-26&quot;:8.18},{&quot;2026-08-27&quot;:8.18},{&quot;2026-08-28&quot;:8.65},{&quot;2026-08-29&quot;:8.65},{&quot;2026-08-30&quot;:8.65},{&quot;2026-08-31&quot;:8.65},{&quot;2026-09-01&quot;:8.65},{&quot;2026-09-02&quot;:8.51},{&quot;2026-09-03&quot;:8.51},{&quot;2026-09-04&quot;:8.51},{&quot;2026-09-05&quot;:8.51},{&quot;2026-09-06&quot;:8.51},{&quot;2026-09-07&quot;:8.51},{&quot;2026-09-08&quot;:8.5},{&quot;2026-09-09&quot;:8.58},{&quot;2026-09-10&quot;:8.58},{&quot;2026-09-11&quot;:8.58}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.55},{&quot;2026-06-14&quot;:4.44},{&quot;2026-06-15&quot;:4.53},{&quot;2026-06-16&quot;:4.75},{&quot;2026-06-17&quot;:5.02},{&quot;2026-06-18&quot;:4.94},{&quot;2026-06-19&quot;:4.5},{&quot;2026-06-20&quot;:4.39},{&quot;2026-06-21&quot;:4.34},{&quot;2026-06-22&quot;:4.15},{&quot;2026-06-23&quot;:3.95},{&quot;2026-06-24&quot;:3.81},{&quot;2026-06-25&quot;:3.77},{&quot;2026-06-26&quot;:3.9},{&quot;2026-06-27&quot;:3.88},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.7},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.74},{&quot;2026-07-02&quot;:3.74},{&quot;2026-07-03&quot;:3.77},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.97},{&quot;2026-07-07&quot;:3.98},{&quot;2026-07-08&quot;:4.01},{&quot;2026-07-09&quot;:3.97},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.84},{&quot;2026-07-12&quot;:3.77},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.83},{&quot;2026-07-15&quot;:3.82},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.78},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.69},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-22&quot;:3.66},{&quot;2026-07-23&quot;:3.69},{&quot;2026-07-24&quot;:3.66},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.63},{&quot;2026-07-27&quot;:3.55},{&quot;2026-07-28&quot;:3.48},{&quot;2026-07-29&quot;:3.31},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.09},{&quot;2026-08-01&quot;:3.06},{&quot;2026-08-02&quot;:3.16},{&quot;2026-08-03&quot;:3.18},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:3.07},{&quot;2026-08-08&quot;:3.06},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.08},{&quot;2026-08-13&quot;:3.06},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.25},{&quot;2026-08-16&quot;:3.2},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.1},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.34},{&quot;2026-08-21&quot;:3.4},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.47},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.58},{&quot;2026-08-26&quot;:3.7},{&quot;2026-08-27&quot;:3.69},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&quot;2026-08-30&quot;:3.85},{&quot;2026-08-31&quot;:3.96},{&quot;2026-09-01&quot;:3.9},{&quot;2026-09-02&quot;:3.72},{&quot;2026-09-03&quot;:3.66},{&quot;2026-09-04&quot;:3.58},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.82},{&quot;2026-09-07&quot;:3.86},{&quot;2026-09-08&quot;:3.97},{&quot;2026-09-09&quot;:4.34},{&quot;2026-09-10&quot;:4.34},{&quot;2026-09-11&quot;:4.31}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jin-Gitaxias, Progress Tyrant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c57b4876-5387-4f73-b8e2-8e7bdca8b0bc.jpg?1783923901" />

        <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">
            Jin-Gitaxias, Progress Tyrant
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jin-Gitaxias, Progress Tyrant" src="https://cards.scryfall.io/large/front/c/5/c57b4876-5387-4f73-b8e2-8e7bdca8b0bc.jpg?1783923901" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:10.7},{&quot;2026-06-12&quot;:10.7},{&quot;2026-06-13&quot;:10.7},{&quot;2026-06-14&quot;:10.7},{&quot;2026-06-15&quot;:10.7},{&quot;2026-06-16&quot;:10.7},{&quot;2026-06-17&quot;:10.7},{&quot;2026-06-18&quot;:10.7},{&quot;2026-06-19&quot;:10.7},{&quot;2026-06-20&quot;:10.7},{&quot;2026-06-21&quot;:10.7},{&quot;2026-06-22&quot;:10.7},{&quot;2026-06-23&quot;:10.7},{&quot;2026-06-24&quot;:10.7},{&quot;2026-06-25&quot;:10.7},{&quot;2026-06-26&quot;:10.7},{&quot;2026-06-27&quot;:10.7},{&quot;2026-06-28&quot;:10.7},{&quot;2026-06-29&quot;:10.7},{&quot;2026-06-30&quot;:10.7},{&quot;2026-07-01&quot;:10.7},{&quot;2026-07-02&quot;:10.7},{&quot;2026-07-03&quot;:10.7},{&quot;2026-07-04&quot;:10.7},{&quot;2026-07-05&quot;:10.7},{&quot;2026-07-06&quot;:10.7},{&quot;2026-07-07&quot;:10.65},{&quot;2026-07-08&quot;:10.6},{&quot;2026-07-09&quot;:10.6},{&quot;2026-07-10&quot;:10.6},{&quot;2026-07-11&quot;:10.6},{&quot;2026-07-12&quot;:10.6},{&quot;2026-07-13&quot;:10.48},{&quot;2026-07-14&quot;:10.48},{&quot;2026-07-15&quot;:10.48},{&quot;2026-07-16&quot;:10.48},{&quot;2026-07-17&quot;:10.59},{&quot;2026-07-18&quot;:10.61},{&quot;2026-07-19&quot;:10.46},{&quot;2026-07-20&quot;:10.5},{&quot;2026-07-21&quot;:10.6},{&quot;2026-07-23&quot;:10.64},{&quot;2026-07-25&quot;:10.69},{&quot;2026-07-26&quot;:10.69},{&quot;2026-07-27&quot;:10.69},{&quot;2026-07-28&quot;:10.67},{&quot;2026-07-29&quot;:10.67},{&quot;2026-07-30&quot;:10.67},{&quot;2026-07-31&quot;:10.67},{&quot;2026-08-01&quot;:10.21},{&quot;2026-08-02&quot;:10.21},{&quot;2026-08-03&quot;:10.27},{&quot;2026-08-04&quot;:10.27},{&quot;2026-08-05&quot;:10.27},{&quot;2026-08-07&quot;:10.27},{&quot;2026-08-08&quot;:10.27},{&quot;2026-08-09&quot;:10.27},{&quot;2026-08-10&quot;:10.27},{&quot;2026-08-11&quot;:10.27},{&quot;2026-08-12&quot;:10.27},{&quot;2026-08-13&quot;:10.27},{&quot;2026-08-14&quot;:10.27},{&quot;2026-08-15&quot;:10.31},{&quot;2026-08-16&quot;:10.26},{&quot;2026-08-17&quot;:10.23},{&quot;2026-08-18&quot;:10.23},{&quot;2026-08-19&quot;:10.23},{&quot;2026-08-20&quot;:10.23},{&quot;2026-08-21&quot;:10.23},{&quot;2026-08-22&quot;:10.33},{&quot;2026-08-23&quot;:10.33},{&quot;2026-08-24&quot;:10.33},{&quot;2026-08-25&quot;:10.33},{&quot;2026-08-26&quot;:10.33},{&quot;2026-08-27&quot;:10.33},{&quot;2026-08-28&quot;:10.3},{&quot;2026-08-29&quot;:10.3},{&quot;2026-08-30&quot;:10.3},{&quot;2026-08-31&quot;:10.3},{&quot;2026-09-01&quot;:10.3},{&quot;2026-09-02&quot;:10.19},{&quot;2026-09-03&quot;:9.97},{&quot;2026-09-04&quot;:9.97},{&quot;2026-09-05&quot;:9.97},{&quot;2026-09-06&quot;:9.97},{&quot;2026-09-07&quot;:10.06},{&quot;2026-09-08&quot;:10.02},{&quot;2026-09-09&quot;:10.02},{&quot;2026-09-10&quot;:10.02},{&quot;2026-09-11&quot;:10.02}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:9.88},{&quot;2026-06-12&quot;:10.1},{&quot;2026-06-13&quot;:10.27},{&quot;2026-06-14&quot;:10.34},{&quot;2026-06-15&quot;:10.45},{&quot;2026-06-16&quot;:10.32},{&quot;2026-06-17&quot;:10.08},{&quot;2026-06-18&quot;:10.22},{&quot;2026-06-19&quot;:10.22},{&quot;2026-06-20&quot;:10.31},{&quot;2026-06-21&quot;:10.22},{&quot;2026-06-22&quot;:10.07},{&quot;2026-06-23&quot;:10.12},{&quot;2026-06-24&quot;:10.14},{&quot;2026-06-25&quot;:10.07},{&quot;2026-06-26&quot;:9.26},{&quot;2026-06-27&quot;:9.81},{&quot;2026-06-28&quot;:9.8},{&quot;2026-06-29&quot;:9.8},{&quot;2026-06-30&quot;:9.84},{&quot;2026-07-01&quot;:9.66},{&quot;2026-07-02&quot;:9.66},{&quot;2026-07-03&quot;:9.45},{&quot;2026-07-04&quot;:9.45},{&quot;2026-07-05&quot;:9.28},{&quot;2026-07-06&quot;:8.99},{&quot;2026-07-07&quot;:8.99},{&quot;2026-07-08&quot;:9.0},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:9.2},{&quot;2026-07-11&quot;:9.34},{&quot;2026-07-12&quot;:9.4},{&quot;2026-07-13&quot;:9.32},{&quot;2026-07-14&quot;:9.32},{&quot;2026-07-15&quot;:9.26},{&quot;2026-07-16&quot;:9.31},{&quot;2026-07-17&quot;:9.58},{&quot;2026-07-18&quot;:9.53},{&quot;2026-07-19&quot;:9.52},{&quot;2026-07-20&quot;:9.61},{&quot;2026-07-21&quot;:9.72},{&quot;2026-07-23&quot;:9.72},{&quot;2026-07-25&quot;:9.75},{&quot;2026-07-26&quot;:9.7},{&quot;2026-07-27&quot;:9.63},{&quot;2026-07-28&quot;:9.57},{&quot;2026-07-29&quot;:9.57},{&quot;2026-07-30&quot;:9.65},{&quot;2026-07-31&quot;:9.72},{&quot;2026-08-01&quot;:9.71},{&quot;2026-08-02&quot;:9.81},{&quot;2026-08-03&quot;:9.81},{&quot;2026-08-04&quot;:9.71},{&quot;2026-08-05&quot;:9.38},{&quot;2026-08-07&quot;:9.32},{&quot;2026-08-08&quot;:9.25},{&quot;2026-08-09&quot;:9.18},{&quot;2026-08-10&quot;:8.87},{&quot;2026-08-11&quot;:8.85},{&quot;2026-08-12&quot;:8.98},{&quot;2026-08-13&quot;:9.22},{&quot;2026-08-14&quot;:9.22},{&quot;2026-08-15&quot;:9.1},{&quot;2026-08-16&quot;:9.02},{&quot;2026-08-17&quot;:9.02},{&quot;2026-08-18&quot;:9.08},{&quot;2026-08-19&quot;:9.08},{&quot;2026-08-20&quot;:9.08},{&quot;2026-08-21&quot;:9.15},{&quot;2026-08-22&quot;:9.19},{&quot;2026-08-23&quot;:9.22},{&quot;2026-08-24&quot;:9.29},{&quot;2026-08-25&quot;:9.29},{&quot;2026-08-26&quot;:9.12},{&quot;2026-08-27&quot;:9.01},{&quot;2026-08-28&quot;:9.07},{&quot;2026-08-29&quot;:9.07},{&quot;2026-08-30&quot;:9.02},{&quot;2026-08-31&quot;:8.99},{&quot;2026-09-01&quot;:8.99},{&quot;2026-09-02&quot;:8.96},{&quot;2026-09-03&quot;:8.83},{&quot;2026-09-04&quot;:8.66},{&quot;2026-09-05&quot;:8.48},{&quot;2026-09-06&quot;:8.48},{&quot;2026-09-07&quot;:8.51},{&quot;2026-09-08&quot;:8.72},{&quot;2026-09-09&quot;:8.6},{&quot;2026-09-10&quot;:8.64},{&quot;2026-09-11&quot;:8.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

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

        <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">
            Unbound Flourishing
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Unbound Flourishing" src="https://cards.scryfall.io/large/front/6/f/6f594d07-932e-4fe6-832d-d0a0be3530aa.jpg?1783933087" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:19.75},{&quot;2026-06-12&quot;:19.75},{&quot;2026-06-13&quot;:19.75},{&quot;2026-06-14&quot;:19.75},{&quot;2026-06-15&quot;:19.75},{&quot;2026-06-16&quot;:19.75},{&quot;2026-06-17&quot;:19.9},{&quot;2026-06-18&quot;:20.07},{&quot;2026-06-19&quot;:20.07},{&quot;2026-06-20&quot;:20.27},{&quot;2026-06-21&quot;:20.8},{&quot;2026-06-22&quot;:20.8},{&quot;2026-06-23&quot;:20.8},{&quot;2026-06-24&quot;:20.8},{&quot;2026-06-25&quot;:20.8},{&quot;2026-06-26&quot;:20.8},{&quot;2026-06-27&quot;:20.8},{&quot;2026-06-28&quot;:20.8},{&quot;2026-06-29&quot;:20.8},{&quot;2026-06-30&quot;:20.8},{&quot;2026-07-01&quot;:20.8},{&quot;2026-07-02&quot;:20.8},{&quot;2026-07-03&quot;:20.8},{&quot;2026-07-04&quot;:20.88},{&quot;2026-07-05&quot;:21.16},{&quot;2026-07-06&quot;:21.22},{&quot;2026-07-07&quot;:21.22},{&quot;2026-07-08&quot;:21.22},{&quot;2026-07-09&quot;:21.31},{&quot;2026-07-10&quot;:21.31},{&quot;2026-07-11&quot;:21.31},{&quot;2026-07-12&quot;:21.31},{&quot;2026-07-13&quot;:21.31},{&quot;2026-07-14&quot;:21.31},{&quot;2026-07-15&quot;:21.6},{&quot;2026-07-16&quot;:21.6},{&quot;2026-07-17&quot;:21.6},{&quot;2026-07-18&quot;:21.94},{&quot;2026-07-19&quot;:21.94},{&quot;2026-07-20&quot;:21.94},{&quot;2026-07-21&quot;:21.94},{&quot;2026-07-23&quot;:21.94},{&quot;2026-07-25&quot;:21.94},{&quot;2026-07-26&quot;:21.94},{&quot;2026-07-27&quot;:21.94},{&quot;2026-07-28&quot;:21.94},{&quot;2026-07-29&quot;:21.94},{&quot;2026-07-30&quot;:21.94},{&quot;2026-07-31&quot;:21.94},{&quot;2026-08-01&quot;:21.94},{&quot;2026-08-02&quot;:21.94},{&quot;2026-08-03&quot;:22.85},{&quot;2026-08-04&quot;:23.36},{&quot;2026-08-05&quot;:23.08},{&quot;2026-08-07&quot;:22.99},{&quot;2026-08-08&quot;:22.99},{&quot;2026-08-09&quot;:22.99},{&quot;2026-08-10&quot;:22.99},{&quot;2026-08-11&quot;:22.99},{&quot;2026-08-12&quot;:22.99},{&quot;2026-08-13&quot;:22.99},{&quot;2026-08-14&quot;:22.45},{&quot;2026-08-15&quot;:22.45},{&quot;2026-08-16&quot;:22.45},{&quot;2026-08-17&quot;:22.45},{&quot;2026-08-18&quot;:22.45},{&quot;2026-08-19&quot;:22.45},{&quot;2026-08-20&quot;:22.45},{&quot;2026-08-21&quot;:22.45},{&quot;2026-08-22&quot;:22.45},{&quot;2026-08-23&quot;:22.45},{&quot;2026-08-24&quot;:22.45},{&quot;2026-08-25&quot;:22.45},{&quot;2026-08-26&quot;:22.45},{&quot;2026-08-27&quot;:22.45},{&quot;2026-08-28&quot;:22.45},{&quot;2026-08-29&quot;:22.45},{&quot;2026-08-30&quot;:22.34},{&quot;2026-08-31&quot;:22.34},{&quot;2026-09-01&quot;:22.34},{&quot;2026-09-02&quot;:22.34},{&quot;2026-09-03&quot;:22.34},{&quot;2026-09-04&quot;:21.81},{&quot;2026-09-05&quot;:21.81},{&quot;2026-09-06&quot;:21.81},{&quot;2026-09-07&quot;:21.81},{&quot;2026-09-08&quot;:21.81},{&quot;2026-09-09&quot;:21.81},{&quot;2026-09-10&quot;:21.81},{&quot;2026-09-11&quot;:21.81}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:13.29},{&quot;2026-06-12&quot;:13.29},{&quot;2026-06-13&quot;:13.29},{&quot;2026-06-14&quot;:12.43},{&quot;2026-06-15&quot;:12.0},{&quot;2026-06-16&quot;:11.9},{&quot;2026-06-17&quot;:11.9},{&quot;2026-06-18&quot;:11.9},{&quot;2026-06-19&quot;:11.9},{&quot;2026-06-20&quot;:11.82},{&quot;2026-06-21&quot;:11.39},{&quot;2026-06-22&quot;:11.17},{&quot;2026-06-23&quot;:11.03},{&quot;2026-06-24&quot;:10.5},{&quot;2026-06-25&quot;:10.57},{&quot;2026-06-26&quot;:9.35},{&quot;2026-06-27&quot;:10.63},{&quot;2026-06-28&quot;:10.05},{&quot;2026-06-29&quot;:10.02},{&quot;2026-06-30&quot;:10.02},{&quot;2026-07-01&quot;:10.13},{&quot;2026-07-02&quot;:10.13},{&quot;2026-07-03&quot;:10.13},{&quot;2026-07-04&quot;:10.13},{&quot;2026-07-05&quot;:10.13},{&quot;2026-07-06&quot;:10.11},{&quot;2026-07-07&quot;:10.11},{&quot;2026-07-08&quot;:10.09},{&quot;2026-07-09&quot;:10.09},{&quot;2026-07-10&quot;:10.15},{&quot;2026-07-11&quot;:10.18},{&quot;2026-07-12&quot;:10.18},{&quot;2026-07-13&quot;:10.18},{&quot;2026-07-14&quot;:10.18},{&quot;2026-07-15&quot;:10.18},{&quot;2026-07-16&quot;:10.28},{&quot;2026-07-17&quot;:10.4},{&quot;2026-07-18&quot;:10.15},{&quot;2026-07-19&quot;:10.15},{&quot;2026-07-20&quot;:10.15},{&quot;2026-07-21&quot;:10.17},{&quot;2026-07-23&quot;:10.17},{&quot;2026-07-25&quot;:10.11},{&quot;2026-07-26&quot;:10.07},{&quot;2026-07-27&quot;:10.07},{&quot;2026-07-28&quot;:10.07},{&quot;2026-07-29&quot;:10.07},{&quot;2026-07-30&quot;:10.01},{&quot;2026-07-31&quot;:10.01},{&quot;2026-08-01&quot;:9.89},{&quot;2026-08-02&quot;:9.89},{&quot;2026-08-03&quot;:9.74},{&quot;2026-08-04&quot;:9.63},{&quot;2026-08-05&quot;:9.37},{&quot;2026-08-07&quot;:9.37},{&quot;2026-08-08&quot;:9.37},{&quot;2026-08-09&quot;:9.37},{&quot;2026-08-10&quot;:9.23},{&quot;2026-08-11&quot;:9.23},{&quot;2026-08-12&quot;:9.09},{&quot;2026-08-13&quot;:9.09},{&quot;2026-08-14&quot;:9.09},{&quot;2026-08-15&quot;:9.09},{&quot;2026-08-16&quot;:9.02},{&quot;2026-08-17&quot;:8.72},{&quot;2026-08-18&quot;:8.72},{&quot;2026-08-19&quot;:8.72},{&quot;2026-08-20&quot;:8.72},{&quot;2026-08-21&quot;:8.72},{&quot;2026-08-22&quot;:8.72},{&quot;2026-08-23&quot;:8.72},{&quot;2026-08-24&quot;:8.72},{&quot;2026-08-25&quot;:8.72},{&quot;2026-08-26&quot;:8.72},{&quot;2026-08-27&quot;:8.72},{&quot;2026-08-28&quot;:8.72},{&quot;2026-08-29&quot;:8.72},{&quot;2026-08-30&quot;:8.72},{&quot;2026-08-31&quot;:8.72},{&quot;2026-09-01&quot;:8.72},{&quot;2026-09-02&quot;:8.72},{&quot;2026-09-03&quot;:8.72},{&quot;2026-09-04&quot;:8.72},{&quot;2026-09-05&quot;:8.72},{&quot;2026-09-06&quot;:8.72},{&quot;2026-09-07&quot;:8.72},{&quot;2026-09-08&quot;:8.72},{&quot;2026-09-09&quot;:8.72},{&quot;2026-09-10&quot;:8.57},{&quot;2026-09-11&quot;:8.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mistrise Village
        </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="Mistrise Village" src="https://cards.scryfall.io/large/front/d/4/d44bccbf-6fab-46e4-8ddb-6577e27ec6e8.jpg?1743205033" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:9.89},{&quot;2026-06-13&quot;:11.05},{&quot;2026-06-14&quot;:11.05},{&quot;2026-06-15&quot;:11.05},{&quot;2026-06-16&quot;:11.05},{&quot;2026-06-17&quot;:11.05},{&quot;2026-06-18&quot;:11.05},{&quot;2026-06-19&quot;:11.19},{&quot;2026-06-20&quot;:11.19},{&quot;2026-06-21&quot;:11.07},{&quot;2026-06-22&quot;:11.02},{&quot;2026-06-23&quot;:11.02},{&quot;2026-06-24&quot;:11.09},{&quot;2026-06-25&quot;:11.19},{&quot;2026-06-26&quot;:11.25},{&quot;2026-06-27&quot;:11.25},{&quot;2026-06-28&quot;:11.25},{&quot;2026-06-29&quot;:11.25},{&quot;2026-06-30&quot;:11.39},{&quot;2026-07-01&quot;:11.35},{&quot;2026-07-02&quot;:11.68},{&quot;2026-07-03&quot;:11.68},{&quot;2026-07-04&quot;:11.68},{&quot;2026-07-05&quot;:11.68},{&quot;2026-07-06&quot;:11.68},{&quot;2026-07-07&quot;:11.09},{&quot;2026-07-08&quot;:10.71},{&quot;2026-07-09&quot;:9.62},{&quot;2026-07-10&quot;:9.65},{&quot;2026-07-11&quot;:9.65},{&quot;2026-07-12&quot;:9.73},{&quot;2026-07-13&quot;:9.46},{&quot;2026-07-14&quot;:9.46},{&quot;2026-07-15&quot;:9.46},{&quot;2026-07-16&quot;:9.46},{&quot;2026-07-17&quot;:9.35},{&quot;2026-07-18&quot;:9.29},{&quot;2026-07-19&quot;:9.28},{&quot;2026-07-20&quot;:9.45},{&quot;2026-07-21&quot;:9.47},{&quot;2026-07-23&quot;:9.22},{&quot;2026-07-24&quot;:9.11},{&quot;2026-07-25&quot;:9.4},{&quot;2026-07-26&quot;:9.4},{&quot;2026-07-27&quot;:9.5},{&quot;2026-07-28&quot;:9.57},{&quot;2026-07-29&quot;:9.52},{&quot;2026-07-30&quot;:9.52},{&quot;2026-07-31&quot;:9.74},{&quot;2026-08-01&quot;:9.72},{&quot;2026-08-02&quot;:9.72},{&quot;2026-08-03&quot;:9.72},{&quot;2026-08-04&quot;:9.77},{&quot;2026-08-05&quot;:9.77},{&quot;2026-08-07&quot;:9.68},{&quot;2026-08-08&quot;:9.77},{&quot;2026-08-09&quot;:9.77},{&quot;2026-08-10&quot;:10.03},{&quot;2026-08-11&quot;:10.03},{&quot;2026-08-12&quot;:10.03},{&quot;2026-08-13&quot;:10.15},{&quot;2026-08-14&quot;:10.15},{&quot;2026-08-15&quot;:10.02},{&quot;2026-08-16&quot;:10.06},{&quot;2026-08-17&quot;:10.09},{&quot;2026-08-18&quot;:10.06},{&quot;2026-08-19&quot;:10.06},{&quot;2026-08-20&quot;:10.06},{&quot;2026-08-21&quot;:9.91},{&quot;2026-08-22&quot;:9.91},{&quot;2026-08-23&quot;:9.92},{&quot;2026-08-24&quot;:9.92},{&quot;2026-08-25&quot;:9.86},{&quot;2026-08-26&quot;:9.71},{&quot;2026-08-27&quot;:9.71},{&quot;2026-08-28&quot;:9.71},{&quot;2026-08-29&quot;:9.71},{&quot;2026-08-30&quot;:9.47},{&quot;2026-08-31&quot;:9.54},{&quot;2026-09-01&quot;:9.55},{&quot;2026-09-02&quot;:9.55},{&quot;2026-09-03&quot;:9.58},{&quot;2026-09-04&quot;:9.58},{&quot;2026-09-05&quot;:9.54},{&quot;2026-09-06&quot;:9.66},{&quot;2026-09-07&quot;:9.57},{&quot;2026-09-08&quot;:9.57},{&quot;2026-09-09&quot;:9.57},{&quot;2026-09-10&quot;:9.57},{&quot;2026-09-11&quot;:9.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.71},{&quot;2026-06-13&quot;:9.55},{&quot;2026-06-14&quot;:9.55},{&quot;2026-06-15&quot;:10.0},{&quot;2026-06-16&quot;:9.85},{&quot;2026-06-17&quot;:10.17},{&quot;2026-06-18&quot;:10.22},{&quot;2026-06-19&quot;:10.63},{&quot;2026-06-20&quot;:10.8},{&quot;2026-06-21&quot;:11.27},{&quot;2026-06-22&quot;:11.02},{&quot;2026-06-23&quot;:10.64},{&quot;2026-06-24&quot;:10.78},{&quot;2026-06-25&quot;:10.78},{&quot;2026-06-26&quot;:10.32},{&quot;2026-06-27&quot;:7.46},{&quot;2026-06-28&quot;:7.09},{&quot;2026-06-29&quot;:7.71},{&quot;2026-06-30&quot;:8.3},{&quot;2026-07-01&quot;:7.81},{&quot;2026-07-02&quot;:7.76},{&quot;2026-07-03&quot;:8.0},{&quot;2026-07-04&quot;:8.57},{&quot;2026-07-05&quot;:8.77},{&quot;2026-07-06&quot;:8.62},{&quot;2026-07-07&quot;:8.44},{&quot;2026-07-08&quot;:8.19},{&quot;2026-07-09&quot;:8.24},{&quot;2026-07-10&quot;:8.25},{&quot;2026-07-11&quot;:8.42},{&quot;2026-07-12&quot;:8.54},{&quot;2026-07-13&quot;:8.43},{&quot;2026-07-14&quot;:8.3},{&quot;2026-07-15&quot;:8.26},{&quot;2026-07-16&quot;:7.91},{&quot;2026-07-17&quot;:7.86},{&quot;2026-07-18&quot;:7.8},{&quot;2026-07-19&quot;:7.87},{&quot;2026-07-20&quot;:8.07},{&quot;2026-07-21&quot;:8.53},{&quot;2026-07-23&quot;:9.08},{&quot;2026-07-24&quot;:8.81},{&quot;2026-07-25&quot;:8.8},{&quot;2026-07-26&quot;:8.71},{&quot;2026-07-27&quot;:9.12},{&quot;2026-07-28&quot;:9.29},{&quot;2026-07-29&quot;:9.52},{&quot;2026-07-30&quot;:9.09},{&quot;2026-07-31&quot;:8.97},{&quot;2026-08-01&quot;:8.83},{&quot;2026-08-02&quot;:8.89},{&quot;2026-08-03&quot;:8.71},{&quot;2026-08-04&quot;:8.31},{&quot;2026-08-05&quot;:8.42},{&quot;2026-08-07&quot;:8.36},{&quot;2026-08-08&quot;:8.38},{&quot;2026-08-09&quot;:9.06},{&quot;2026-08-10&quot;:8.66},{&quot;2026-08-11&quot;:8.81},{&quot;2026-08-12&quot;:8.27},{&quot;2026-08-13&quot;:9.17},{&quot;2026-08-14&quot;:9.4},{&quot;2026-08-15&quot;:9.15},{&quot;2026-08-16&quot;:8.7},{&quot;2026-08-17&quot;:8.52},{&quot;2026-08-18&quot;:8.66},{&quot;2026-08-19&quot;:8.84},{&quot;2026-08-20&quot;:8.84},{&quot;2026-08-21&quot;:8.78},{&quot;2026-08-22&quot;:8.61},{&quot;2026-08-23&quot;:8.62},{&quot;2026-08-24&quot;:8.66},{&quot;2026-08-25&quot;:8.61},{&quot;2026-08-26&quot;:8.41},{&quot;2026-08-27&quot;:7.97},{&quot;2026-08-28&quot;:7.82},{&quot;2026-08-29&quot;:7.82},{&quot;2026-08-30&quot;:7.54},{&quot;2026-08-31&quot;:7.47},{&quot;2026-09-01&quot;:7.66},{&quot;2026-09-02&quot;:7.8},{&quot;2026-09-03&quot;:7.76},{&quot;2026-09-04&quot;:7.78},{&quot;2026-09-05&quot;:7.67},{&quot;2026-09-06&quot;:7.76},{&quot;2026-09-07&quot;:7.91},{&quot;2026-09-08&quot;:8.44},{&quot;2026-09-09&quot;:8.41},{&quot;2026-09-10&quot;:8.59},{&quot;2026-09-11&quot;:8.57}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="32807"
  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-gtc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Godless Shrine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6fd672bb-18cf-44e3-8dda-5310b1e0fffe.jpg?1783940089" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Godless Shrine" src="https://cards.scryfall.io/large/front/6/f/6fd672bb-18cf-44e3-8dda-5310b1e0fffe.jpg?1783940089" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:20.26},{&quot;2026-06-14&quot;:20.33},{&quot;2026-06-15&quot;:20.33},{&quot;2026-06-16&quot;:20.33},{&quot;2026-06-17&quot;:20.33},{&quot;2026-06-18&quot;:20.33},{&quot;2026-06-19&quot;:20.33},{&quot;2026-06-20&quot;:20.33},{&quot;2026-06-21&quot;:20.33},{&quot;2026-06-22&quot;:20.33},{&quot;2026-06-23&quot;:20.33},{&quot;2026-06-24&quot;:20.33},{&quot;2026-06-25&quot;:20.33},{&quot;2026-06-26&quot;:20.33},{&quot;2026-06-27&quot;:20.33},{&quot;2026-06-28&quot;:20.26},{&quot;2026-06-29&quot;:20.26},{&quot;2026-06-30&quot;:20.26},{&quot;2026-07-01&quot;:20.26},{&quot;2026-07-02&quot;:20.26},{&quot;2026-07-03&quot;:20.26},{&quot;2026-07-04&quot;:20.26},{&quot;2026-07-05&quot;:20.35},{&quot;2026-07-06&quot;:20.35},{&quot;2026-07-07&quot;:20.35},{&quot;2026-07-08&quot;:20.27},{&quot;2026-07-09&quot;:20.27},{&quot;2026-07-10&quot;:20.28},{&quot;2026-07-11&quot;:20.28},{&quot;2026-07-12&quot;:20.28},{&quot;2026-07-13&quot;:20.28},{&quot;2026-07-14&quot;:20.28},{&quot;2026-07-15&quot;:20.28},{&quot;2026-07-16&quot;:20.28},{&quot;2026-07-17&quot;:20.28},{&quot;2026-07-18&quot;:20.28},{&quot;2026-07-19&quot;:20.28},{&quot;2026-07-20&quot;:20.28},{&quot;2026-07-21&quot;:20.28},{&quot;2026-07-22&quot;:20.28},{&quot;2026-07-23&quot;:20.28},{&quot;2026-07-24&quot;:20.28},{&quot;2026-07-25&quot;:20.28},{&quot;2026-07-26&quot;:20.28},{&quot;2026-07-27&quot;:20.28},{&quot;2026-07-28&quot;:20.28},{&quot;2026-07-29&quot;:20.28},{&quot;2026-07-30&quot;:20.28},{&quot;2026-07-31&quot;:20.28},{&quot;2026-08-01&quot;:20.28},{&quot;2026-08-02&quot;:20.28},{&quot;2026-08-03&quot;:20.28},{&quot;2026-08-04&quot;:20.28},{&quot;2026-08-05&quot;:20.28},{&quot;2026-08-07&quot;:20.27},{&quot;2026-08-08&quot;:20.27},{&quot;2026-08-09&quot;:20.17},{&quot;2026-08-10&quot;:20.17},{&quot;2026-08-11&quot;:20.17},{&quot;2026-08-12&quot;:20.17},{&quot;2026-08-13&quot;:20.17},{&quot;2026-08-14&quot;:20.17},{&quot;2026-08-15&quot;:20.17},{&quot;2026-08-16&quot;:20.17},{&quot;2026-08-17&quot;:20.17},{&quot;2026-08-18&quot;:20.15},{&quot;2026-08-19&quot;:20.15},{&quot;2026-08-20&quot;:20.15},{&quot;2026-08-21&quot;:20.15},{&quot;2026-08-22&quot;:20.15},{&quot;2026-08-23&quot;:20.5},{&quot;2026-08-24&quot;:20.5},{&quot;2026-08-25&quot;:20.5},{&quot;2026-08-26&quot;:20.68},{&quot;2026-08-27&quot;:20.68},{&quot;2026-08-28&quot;:20.68},{&quot;2026-08-29&quot;:20.68},{&quot;2026-08-30&quot;:20.66},{&quot;2026-08-31&quot;:20.66},{&quot;2026-09-01&quot;:20.66},{&quot;2026-09-02&quot;:20.66},{&quot;2026-09-03&quot;:20.66},{&quot;2026-09-04&quot;:20.66},{&quot;2026-09-05&quot;:20.66},{&quot;2026-09-06&quot;:20.66},{&quot;2026-09-07&quot;:20.66},{&quot;2026-09-08&quot;:20.66},{&quot;2026-09-09&quot;:20.66},{&quot;2026-09-10&quot;:20.66},{&quot;2026-09-11&quot;:20.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.44},{&quot;2026-06-14&quot;:10.79},{&quot;2026-06-15&quot;:10.79},{&quot;2026-06-16&quot;:10.79},{&quot;2026-06-17&quot;:10.79},{&quot;2026-06-18&quot;:10.87},{&quot;2026-06-19&quot;:10.87},{&quot;2026-06-20&quot;:10.87},{&quot;2026-06-21&quot;:10.87},{&quot;2026-06-22&quot;:10.87},{&quot;2026-06-23&quot;:10.89},{&quot;2026-06-24&quot;:10.91},{&quot;2026-06-25&quot;:10.91},{&quot;2026-06-26&quot;:10.91},{&quot;2026-06-27&quot;:10.87},{&quot;2026-06-28&quot;:10.87},{&quot;2026-06-29&quot;:10.77},{&quot;2026-06-30&quot;:10.77},{&quot;2026-07-01&quot;:10.77},{&quot;2026-07-02&quot;:10.77},{&quot;2026-07-03&quot;:10.79},{&quot;2026-07-04&quot;:10.79},{&quot;2026-07-05&quot;:10.79},{&quot;2026-07-06&quot;:10.4},{&quot;2026-07-07&quot;:10.4},{&quot;2026-07-08&quot;:10.45},{&quot;2026-07-09&quot;:10.47},{&quot;2026-07-10&quot;:10.47},{&quot;2026-07-11&quot;:10.47},{&quot;2026-07-12&quot;:10.4},{&quot;2026-07-13&quot;:10.4},{&quot;2026-07-14&quot;:10.29},{&quot;2026-07-15&quot;:10.29},{&quot;2026-07-16&quot;:10.29},{&quot;2026-07-17&quot;:10.19},{&quot;2026-07-18&quot;:10.19},{&quot;2026-07-19&quot;:10.19},{&quot;2026-07-20&quot;:10.09},{&quot;2026-07-21&quot;:9.99},{&quot;2026-07-22&quot;:9.71},{&quot;2026-07-23&quot;:9.71},{&quot;2026-07-24&quot;:9.71},{&quot;2026-07-25&quot;:9.55},{&quot;2026-07-26&quot;:9.55},{&quot;2026-07-27&quot;:9.37},{&quot;2026-07-28&quot;:9.22},{&quot;2026-07-29&quot;:9.22},{&quot;2026-07-30&quot;:9.22},{&quot;2026-07-31&quot;:9.27},{&quot;2026-08-01&quot;:9.27},{&quot;2026-08-02&quot;:9.08},{&quot;2026-08-03&quot;:8.96},{&quot;2026-08-04&quot;:8.9},{&quot;2026-08-05&quot;:8.9},{&quot;2026-08-07&quot;:8.77},{&quot;2026-08-08&quot;:8.77},{&quot;2026-08-09&quot;:8.7},{&quot;2026-08-10&quot;:8.7},{&quot;2026-08-11&quot;:8.7},{&quot;2026-08-12&quot;:8.61},{&quot;2026-08-13&quot;:8.46},{&quot;2026-08-14&quot;:8.46},{&quot;2026-08-15&quot;:8.34},{&quot;2026-08-16&quot;:8.13},{&quot;2026-08-17&quot;:8.08},{&quot;2026-08-18&quot;:8.08},{&quot;2026-08-19&quot;:8.09},{&quot;2026-08-20&quot;:8.11},{&quot;2026-08-21&quot;:8.05},{&quot;2026-08-22&quot;:8.01},{&quot;2026-08-23&quot;:8.02},{&quot;2026-08-24&quot;:8.12},{&quot;2026-08-25&quot;:8.12},{&quot;2026-08-26&quot;:8.04},{&quot;2026-08-27&quot;:7.98},{&quot;2026-08-28&quot;:7.99},{&quot;2026-08-29&quot;:7.99},{&quot;2026-08-30&quot;:8.47},{&quot;2026-08-31&quot;:8.47},{&quot;2026-09-01&quot;:8.47},{&quot;2026-09-02&quot;:8.54},{&quot;2026-09-03&quot;:8.59},{&quot;2026-09-04&quot;:8.59},{&quot;2026-09-05&quot;:8.59},{&quot;2026-09-06&quot;:8.55},{&quot;2026-09-07&quot;:8.62},{&quot;2026-09-08&quot;:8.59},{&quot;2026-09-09&quot;:8.58},{&quot;2026-09-10&quot;:8.58},{&quot;2026-09-11&quot;:8.56}]}"
        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="42361"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.56
          </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="Eiganjo, Seat of the Empire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7c31c48f-6275-4430-8dc9-05d70c332b7a.jpg?1783923761" />

        <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">
            Eiganjo, Seat of the Empire
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eiganjo, Seat of the Empire" src="https://cards.scryfall.io/large/front/7/c/7c31c48f-6275-4430-8dc9-05d70c332b7a.jpg?1783923761" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:13.8},{&quot;2026-06-11&quot;:13.8},{&quot;2026-06-12&quot;:13.8},{&quot;2026-06-13&quot;:13.8},{&quot;2026-06-14&quot;:13.8},{&quot;2026-06-15&quot;:13.87},{&quot;2026-06-16&quot;:13.87},{&quot;2026-06-17&quot;:14.04},{&quot;2026-06-18&quot;:14.04},{&quot;2026-06-19&quot;:14.04},{&quot;2026-06-20&quot;:13.94},{&quot;2026-06-21&quot;:13.94},{&quot;2026-06-22&quot;:14.24},{&quot;2026-06-23&quot;:14.09},{&quot;2026-06-24&quot;:14.16},{&quot;2026-06-25&quot;:14.01},{&quot;2026-06-26&quot;:13.86},{&quot;2026-06-27&quot;:13.86},{&quot;2026-06-28&quot;:13.89},{&quot;2026-06-29&quot;:13.89},{&quot;2026-06-30&quot;:13.9},{&quot;2026-07-01&quot;:13.9},{&quot;2026-07-02&quot;:13.9},{&quot;2026-07-03&quot;:13.9},{&quot;2026-07-04&quot;:13.81},{&quot;2026-07-05&quot;:13.81},{&quot;2026-07-06&quot;:13.81},{&quot;2026-07-07&quot;:13.7},{&quot;2026-07-08&quot;:13.45},{&quot;2026-07-09&quot;:13.6},{&quot;2026-07-10&quot;:13.7},{&quot;2026-07-11&quot;:13.7},{&quot;2026-07-12&quot;:13.5},{&quot;2026-07-13&quot;:13.6},{&quot;2026-07-14&quot;:13.6},{&quot;2026-07-15&quot;:13.6},{&quot;2026-07-16&quot;:13.44},{&quot;2026-07-17&quot;:13.44},{&quot;2026-07-18&quot;:13.44},{&quot;2026-07-19&quot;:13.44},{&quot;2026-07-20&quot;:13.06},{&quot;2026-07-21&quot;:13.13},{&quot;2026-07-23&quot;:13.29},{&quot;2026-07-25&quot;:13.04},{&quot;2026-07-26&quot;:13.24},{&quot;2026-07-27&quot;:13.24},{&quot;2026-07-29&quot;:13.24},{&quot;2026-07-30&quot;:13.45},{&quot;2026-07-31&quot;:13.57},{&quot;2026-08-01&quot;:13.57},{&quot;2026-08-02&quot;:13.57},{&quot;2026-08-03&quot;:13.56},{&quot;2026-08-04&quot;:13.56},{&quot;2026-08-05&quot;:13.75},{&quot;2026-08-07&quot;:13.69},{&quot;2026-08-08&quot;:13.92},{&quot;2026-08-09&quot;:14.24},{&quot;2026-08-10&quot;:14.3},{&quot;2026-08-11&quot;:14.24},{&quot;2026-08-12&quot;:14.26},{&quot;2026-08-13&quot;:14.26},{&quot;2026-08-14&quot;:14.49},{&quot;2026-08-15&quot;:14.49},{&quot;2026-08-16&quot;:14.49},{&quot;2026-08-17&quot;:14.49},{&quot;2026-08-18&quot;:14.53},{&quot;2026-08-19&quot;:14.53},{&quot;2026-08-20&quot;:14.53},{&quot;2026-08-21&quot;:14.61},{&quot;2026-08-22&quot;:14.28},{&quot;2026-08-23&quot;:14.28},{&quot;2026-08-24&quot;:14.51},{&quot;2026-08-25&quot;:14.51},{&quot;2026-08-26&quot;:14.54},{&quot;2026-08-27&quot;:14.54},{&quot;2026-08-28&quot;:14.56},{&quot;2026-08-29&quot;:14.56},{&quot;2026-08-30&quot;:14.6},{&quot;2026-08-31&quot;:14.53},{&quot;2026-09-01&quot;:14.53},{&quot;2026-09-02&quot;:14.56},{&quot;2026-09-03&quot;:14.56},{&quot;2026-09-04&quot;:14.56},{&quot;2026-09-05&quot;:14.56},{&quot;2026-09-06&quot;:14.68},{&quot;2026-09-07&quot;:14.52},{&quot;2026-09-08&quot;:14.43},{&quot;2026-09-09&quot;:14.43},{&quot;2026-09-10&quot;:14.59},{&quot;2026-09-11&quot;:14.59}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.22},{&quot;2026-06-11&quot;:8.31},{&quot;2026-06-12&quot;:8.31},{&quot;2026-06-13&quot;:8.31},{&quot;2026-06-14&quot;:8.33},{&quot;2026-06-15&quot;:8.35},{&quot;2026-06-16&quot;:8.32},{&quot;2026-06-17&quot;:8.32},{&quot;2026-06-18&quot;:8.31},{&quot;2026-06-19&quot;:8.31},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.29},{&quot;2026-06-22&quot;:8.25},{&quot;2026-06-23&quot;:8.43},{&quot;2026-06-24&quot;:8.43},{&quot;2026-06-25&quot;:8.45},{&quot;2026-06-26&quot;:8.44},{&quot;2026-06-27&quot;:8.49},{&quot;2026-06-28&quot;:8.48},{&quot;2026-06-29&quot;:8.63},{&quot;2026-06-30&quot;:8.63},{&quot;2026-07-01&quot;:8.62},{&quot;2026-07-02&quot;:8.51},{&quot;2026-07-03&quot;:8.45},{&quot;2026-07-04&quot;:8.39},{&quot;2026-07-05&quot;:8.3},{&quot;2026-07-06&quot;:8.21},{&quot;2026-07-07&quot;:8.21},{&quot;2026-07-08&quot;:8.26},{&quot;2026-07-09&quot;:8.28},{&quot;2026-07-10&quot;:8.28},{&quot;2026-07-11&quot;:8.37},{&quot;2026-07-12&quot;:8.39},{&quot;2026-07-13&quot;:8.39},{&quot;2026-07-14&quot;:8.39},{&quot;2026-07-15&quot;:8.29},{&quot;2026-07-16&quot;:8.46},{&quot;2026-07-17&quot;:8.53},{&quot;2026-07-18&quot;:8.72},{&quot;2026-07-19&quot;:8.72},{&quot;2026-07-20&quot;:8.7},{&quot;2026-07-21&quot;:8.71},{&quot;2026-07-23&quot;:8.77},{&quot;2026-07-25&quot;:8.75},{&quot;2026-07-26&quot;:8.75},{&quot;2026-07-27&quot;:8.78},{&quot;2026-07-29&quot;:8.66},{&quot;2026-07-30&quot;:8.82},{&quot;2026-07-31&quot;:8.79},{&quot;2026-08-01&quot;:8.79},{&quot;2026-08-02&quot;:8.74},{&quot;2026-08-03&quot;:8.65},{&quot;2026-08-04&quot;:8.62},{&quot;2026-08-05&quot;:8.62},{&quot;2026-08-07&quot;:8.62},{&quot;2026-08-08&quot;:8.59},{&quot;2026-08-09&quot;:8.62},{&quot;2026-08-10&quot;:8.62},{&quot;2026-08-11&quot;:8.59},{&quot;2026-08-12&quot;:8.59},{&quot;2026-08-13&quot;:8.68},{&quot;2026-08-14&quot;:8.54},{&quot;2026-08-15&quot;:8.42},{&quot;2026-08-16&quot;:8.48},{&quot;2026-08-17&quot;:8.45},{&quot;2026-08-18&quot;:8.45},{&quot;2026-08-19&quot;:8.45},{&quot;2026-08-20&quot;:8.45},{&quot;2026-08-21&quot;:8.61},{&quot;2026-08-22&quot;:8.82},{&quot;2026-08-23&quot;:8.69},{&quot;2026-08-24&quot;:8.49},{&quot;2026-08-25&quot;:8.49},{&quot;2026-08-26&quot;:8.68},{&quot;2026-08-27&quot;:8.68},{&quot;2026-08-28&quot;:8.68},{&quot;2026-08-29&quot;:8.68},{&quot;2026-08-30&quot;:8.68},{&quot;2026-08-31&quot;:8.68},{&quot;2026-09-01&quot;:8.68},{&quot;2026-09-02&quot;:8.83},{&quot;2026-09-03&quot;:8.73},{&quot;2026-09-04&quot;:8.73},{&quot;2026-09-05&quot;:8.57},{&quot;2026-09-06&quot;:8.57},{&quot;2026-09-07&quot;:8.5},{&quot;2026-09-08&quot;:8.56},{&quot;2026-09-09&quot;:8.56},{&quot;2026-09-10&quot;:8.56},{&quot;2026-09-11&quot;:8.56}]}"
        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="21184"
  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">
            Oracle of Mul Daya
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Oracle of Mul Daya" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/8/68dce077-4ecd-406a-9052-05d5485ffa6f.jpg?1783921764" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf 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-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="Oracle of Mul Daya" src="https://cards.scryfall.io/large/front/6/8/68dce077-4ecd-406a-9052-05d5485ffa6f.jpg?1783921764" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.27},{&quot;2026-06-14&quot;:10.35},{&quot;2026-06-15&quot;:10.35},{&quot;2026-06-16&quot;:10.35},{&quot;2026-06-17&quot;:10.35},{&quot;2026-06-18&quot;:10.35},{&quot;2026-06-19&quot;:10.35},{&quot;2026-06-20&quot;:10.44},{&quot;2026-06-21&quot;:10.29},{&quot;2026-06-22&quot;:10.2},{&quot;2026-06-23&quot;:10.2},{&quot;2026-06-24&quot;:10.2},{&quot;2026-06-25&quot;:10.12},{&quot;2026-06-26&quot;:10.22},{&quot;2026-06-27&quot;:10.17},{&quot;2026-06-28&quot;:10.15},{&quot;2026-06-29&quot;:10.08},{&quot;2026-06-30&quot;:10.08},{&quot;2026-07-01&quot;:10.13},{&quot;2026-07-02&quot;:10.08},{&quot;2026-07-03&quot;:10.11},{&quot;2026-07-04&quot;:10.15},{&quot;2026-07-05&quot;:10.15},{&quot;2026-07-06&quot;:10.15},{&quot;2026-07-07&quot;:10.06},{&quot;2026-07-08&quot;:10.03},{&quot;2026-07-09&quot;:10.01},{&quot;2026-07-10&quot;:10.04},{&quot;2026-07-11&quot;:10.05},{&quot;2026-07-12&quot;:10.01},{&quot;2026-07-13&quot;:10.01},{&quot;2026-07-14&quot;:9.9},{&quot;2026-07-15&quot;:9.85},{&quot;2026-07-16&quot;:9.85},{&quot;2026-07-17&quot;:9.85},{&quot;2026-07-18&quot;:9.87},{&quot;2026-07-19&quot;:9.91},{&quot;2026-07-20&quot;:9.91},{&quot;2026-07-21&quot;:9.82},{&quot;2026-07-22&quot;:9.82},{&quot;2026-07-23&quot;:9.75},{&quot;2026-07-24&quot;:9.72},{&quot;2026-07-25&quot;:9.72},{&quot;2026-07-26&quot;:9.87},{&quot;2026-07-27&quot;:9.87},{&quot;2026-07-28&quot;:9.93},{&quot;2026-07-29&quot;:9.93},{&quot;2026-07-30&quot;:9.97},{&quot;2026-07-31&quot;:9.97},{&quot;2026-08-01&quot;:9.97},{&quot;2026-08-02&quot;:9.97},{&quot;2026-08-03&quot;:10.01},{&quot;2026-08-04&quot;:10.05},{&quot;2026-08-05&quot;:10.05},{&quot;2026-08-07&quot;:10.04},{&quot;2026-08-08&quot;:10.04},{&quot;2026-08-09&quot;:10.04},{&quot;2026-08-10&quot;:10.02},{&quot;2026-08-11&quot;:10.02},{&quot;2026-08-12&quot;:10.09},{&quot;2026-08-13&quot;:10.12},{&quot;2026-08-14&quot;:10.09},{&quot;2026-08-15&quot;:10.09},{&quot;2026-08-16&quot;:10.09},{&quot;2026-08-17&quot;:10.09},{&quot;2026-08-18&quot;:10.06},{&quot;2026-08-19&quot;:10.06},{&quot;2026-08-20&quot;:10.23},{&quot;2026-08-21&quot;:10.19},{&quot;2026-08-22&quot;:10.27},{&quot;2026-08-23&quot;:10.3},{&quot;2026-08-24&quot;:10.3},{&quot;2026-08-25&quot;:10.3},{&quot;2026-08-26&quot;:10.3},{&quot;2026-08-27&quot;:10.3},{&quot;2026-08-28&quot;:10.3},{&quot;2026-08-29&quot;:10.3},{&quot;2026-08-30&quot;:10.32},{&quot;2026-08-31&quot;:10.36},{&quot;2026-09-01&quot;:10.37},{&quot;2026-09-02&quot;:10.37},{&quot;2026-09-03&quot;:10.37},{&quot;2026-09-04&quot;:10.37},{&quot;2026-09-05&quot;:10.37},{&quot;2026-09-06&quot;:10.37},{&quot;2026-09-07&quot;:10.53},{&quot;2026-09-08&quot;:10.53},{&quot;2026-09-09&quot;:10.61},{&quot;2026-09-10&quot;:10.61},{&quot;2026-09-11&quot;:10.66}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.83},{&quot;2026-06-14&quot;:9.57},{&quot;2026-06-15&quot;:9.57},{&quot;2026-06-16&quot;:9.57},{&quot;2026-06-17&quot;:9.46},{&quot;2026-06-18&quot;:9.22},{&quot;2026-06-19&quot;:9.22},{&quot;2026-06-20&quot;:9.22},{&quot;2026-06-21&quot;:9.19},{&quot;2026-06-22&quot;:9.19},{&quot;2026-06-23&quot;:9.19},{&quot;2026-06-24&quot;:9.16},{&quot;2026-06-25&quot;:9.16},{&quot;2026-06-26&quot;:9.16},{&quot;2026-06-27&quot;:8.97},{&quot;2026-06-28&quot;:8.87},{&quot;2026-06-29&quot;:8.87},{&quot;2026-06-30&quot;:8.69},{&quot;2026-07-01&quot;:8.69},{&quot;2026-07-02&quot;:8.69},{&quot;2026-07-03&quot;:8.49},{&quot;2026-07-04&quot;:8.49},{&quot;2026-07-05&quot;:8.49},{&quot;2026-07-06&quot;:8.39},{&quot;2026-07-07&quot;:8.39},{&quot;2026-07-08&quot;:8.39},{&quot;2026-07-09&quot;:8.39},{&quot;2026-07-10&quot;:8.38},{&quot;2026-07-11&quot;:8.38},{&quot;2026-07-12&quot;:8.38},{&quot;2026-07-13&quot;:8.4},{&quot;2026-07-14&quot;:8.26},{&quot;2026-07-15&quot;:8.29},{&quot;2026-07-16&quot;:8.19},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.12},{&quot;2026-07-19&quot;:8.02},{&quot;2026-07-20&quot;:7.93},{&quot;2026-07-21&quot;:8.21},{&quot;2026-07-22&quot;:8.37},{&quot;2026-07-23&quot;:8.37},{&quot;2026-07-24&quot;:8.37},{&quot;2026-07-25&quot;:8.57},{&quot;2026-07-26&quot;:8.57},{&quot;2026-07-27&quot;:8.57},{&quot;2026-07-28&quot;:8.57},{&quot;2026-07-29&quot;:8.42},{&quot;2026-07-30&quot;:8.42},{&quot;2026-07-31&quot;:8.15},{&quot;2026-08-01&quot;:8.2},{&quot;2026-08-02&quot;:7.98},{&quot;2026-08-03&quot;:7.78},{&quot;2026-08-04&quot;:7.64},{&quot;2026-08-05&quot;:7.43},{&quot;2026-08-07&quot;:7.47},{&quot;2026-08-08&quot;:7.31},{&quot;2026-08-09&quot;:7.27},{&quot;2026-08-10&quot;:7.2},{&quot;2026-08-11&quot;:7.29},{&quot;2026-08-12&quot;:7.32},{&quot;2026-08-13&quot;:7.34},{&quot;2026-08-14&quot;:7.49},{&quot;2026-08-15&quot;:7.61},{&quot;2026-08-16&quot;:7.61},{&quot;2026-08-17&quot;:7.61},{&quot;2026-08-18&quot;:7.71},{&quot;2026-08-19&quot;:7.71},{&quot;2026-08-20&quot;:7.71},{&quot;2026-08-21&quot;:7.96},{&quot;2026-08-22&quot;:7.96},{&quot;2026-08-23&quot;:7.96},{&quot;2026-08-24&quot;:7.99},{&quot;2026-08-25&quot;:7.99},{&quot;2026-08-26&quot;:7.99},{&quot;2026-08-27&quot;:7.99},{&quot;2026-08-28&quot;:8.02},{&quot;2026-08-29&quot;:8.02},{&quot;2026-08-30&quot;:8.22},{&quot;2026-08-31&quot;:8.37},{&quot;2026-09-01&quot;:8.37},{&quot;2026-09-02&quot;:8.36},{&quot;2026-09-03&quot;:8.3},{&quot;2026-09-04&quot;:8.3},{&quot;2026-09-05&quot;:8.3},{&quot;2026-09-06&quot;:8.33},{&quot;2026-09-07&quot;:8.41},{&quot;2026-09-08&quot;:8.41},{&quot;2026-09-09&quot;:8.41},{&quot;2026-09-10&quot;:8.53},{&quot;2026-09-11&quot;:8.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Cavalier of Night" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1f0a051-325f-4853-9529-7206f02787e3.jpg?1783925015" />

        <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">
            Cavalier of Night
        </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 — Elemental Knight</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-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="Cavalier of Night" src="https://cards.scryfall.io/large/front/a/1/a1f0a051-325f-4853-9529-7206f02787e3.jpg?1783925015" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:12.45},{&quot;2026-06-14&quot;:12.45},{&quot;2026-06-15&quot;:12.45},{&quot;2026-06-16&quot;:12.45},{&quot;2026-06-17&quot;:12.09},{&quot;2026-06-18&quot;:12.09},{&quot;2026-06-19&quot;:12.09},{&quot;2026-06-20&quot;:12.09},{&quot;2026-06-21&quot;:12.09},{&quot;2026-06-22&quot;:12.09},{&quot;2026-06-23&quot;:11.88},{&quot;2026-06-24&quot;:11.88},{&quot;2026-06-25&quot;:11.68},{&quot;2026-06-26&quot;:11.45},{&quot;2026-06-27&quot;:11.45},{&quot;2026-06-28&quot;:11.14},{&quot;2026-06-29&quot;:11.14},{&quot;2026-06-30&quot;:10.82},{&quot;2026-07-01&quot;:10.82},{&quot;2026-07-02&quot;:10.82},{&quot;2026-07-03&quot;:10.82},{&quot;2026-07-04&quot;:10.82},{&quot;2026-07-05&quot;:10.82},{&quot;2026-07-06&quot;:10.82},{&quot;2026-07-07&quot;:10.82},{&quot;2026-07-08&quot;:10.59},{&quot;2026-07-09&quot;:10.59},{&quot;2026-07-10&quot;:10.65},{&quot;2026-07-11&quot;:10.55},{&quot;2026-07-12&quot;:10.55},{&quot;2026-07-13&quot;:10.59},{&quot;2026-07-14&quot;:10.56},{&quot;2026-07-15&quot;:10.62},{&quot;2026-07-16&quot;:10.36},{&quot;2026-07-17&quot;:10.14},{&quot;2026-07-18&quot;:10.14},{&quot;2026-07-19&quot;:9.66},{&quot;2026-07-20&quot;:9.66},{&quot;2026-07-21&quot;:9.66},{&quot;2026-07-22&quot;:9.66},{&quot;2026-07-23&quot;:9.66},{&quot;2026-07-24&quot;:9.45},{&quot;2026-07-25&quot;:9.45},{&quot;2026-07-26&quot;:9.45},{&quot;2026-07-27&quot;:9.45},{&quot;2026-07-28&quot;:9.45},{&quot;2026-07-29&quot;:9.3},{&quot;2026-07-30&quot;:9.17},{&quot;2026-07-31&quot;:8.92},{&quot;2026-08-01&quot;:8.92},{&quot;2026-08-02&quot;:8.92},{&quot;2026-08-03&quot;:8.92},{&quot;2026-08-04&quot;:8.74},{&quot;2026-08-05&quot;:8.74},{&quot;2026-08-07&quot;:8.74},{&quot;2026-08-08&quot;:8.71},{&quot;2026-08-09&quot;:8.71},{&quot;2026-08-10&quot;:8.57},{&quot;2026-08-11&quot;:8.37},{&quot;2026-08-12&quot;:8.28},{&quot;2026-08-13&quot;:8.26},{&quot;2026-08-14&quot;:8.26},{&quot;2026-08-15&quot;:8.26},{&quot;2026-08-16&quot;:8.26},{&quot;2026-08-17&quot;:8.1},{&quot;2026-08-18&quot;:8.14},{&quot;2026-08-19&quot;:8.14},{&quot;2026-08-20&quot;:8.14},{&quot;2026-08-21&quot;:8.18},{&quot;2026-08-22&quot;:8.24},{&quot;2026-08-23&quot;:8.24},{&quot;2026-08-24&quot;:8.24},{&quot;2026-08-25&quot;:8.24},{&quot;2026-08-26&quot;:8.24},{&quot;2026-08-27&quot;:8.24},{&quot;2026-08-28&quot;:8.29},{&quot;2026-08-29&quot;:8.29},{&quot;2026-08-30&quot;:8.37},{&quot;2026-08-31&quot;:8.38},{&quot;2026-09-01&quot;:8.38},{&quot;2026-09-02&quot;:8.48},{&quot;2026-09-03&quot;:8.48},{&quot;2026-09-04&quot;:8.48},{&quot;2026-09-05&quot;:8.48},{&quot;2026-09-06&quot;:8.48},{&quot;2026-09-07&quot;:8.48},{&quot;2026-09-08&quot;:8.46},{&quot;2026-09-09&quot;:8.52},{&quot;2026-09-10&quot;:8.53},{&quot;2026-09-11&quot;:8.53}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Mantle of the Ancients
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mantle of the Ancients" src="https://cards.scryfall.io/large/front/f/f/ff6fe6e4-f7b9-4d5b-9f38-f97a2df00e0c.jpg?1783914968" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:10.77},{&quot;2026-06-13&quot;:10.74},{&quot;2026-06-14&quot;:10.86},{&quot;2026-06-15&quot;:10.86},{&quot;2026-06-16&quot;:10.94},{&quot;2026-06-17&quot;:11.11},{&quot;2026-06-18&quot;:11.08},{&quot;2026-06-19&quot;:11.08},{&quot;2026-06-20&quot;:11.04},{&quot;2026-06-21&quot;:11.04},{&quot;2026-06-22&quot;:11.14},{&quot;2026-06-23&quot;:11.17},{&quot;2026-06-24&quot;:11.13},{&quot;2026-06-25&quot;:10.98},{&quot;2026-06-26&quot;:11.14},{&quot;2026-06-27&quot;:11.17},{&quot;2026-06-28&quot;:11.17},{&quot;2026-06-29&quot;:11.13},{&quot;2026-06-30&quot;:11.04},{&quot;2026-07-01&quot;:11.04},{&quot;2026-07-02&quot;:11.0},{&quot;2026-07-03&quot;:11.0},{&quot;2026-07-04&quot;:11.0},{&quot;2026-07-05&quot;:11.0},{&quot;2026-07-06&quot;:10.96},{&quot;2026-07-07&quot;:10.96},{&quot;2026-07-08&quot;:10.96},{&quot;2026-07-09&quot;:10.96},{&quot;2026-07-10&quot;:10.96},{&quot;2026-07-11&quot;:10.84},{&quot;2026-07-12&quot;:10.55},{&quot;2026-07-13&quot;:10.58},{&quot;2026-07-14&quot;:10.58},{&quot;2026-07-15&quot;:10.5},{&quot;2026-07-16&quot;:10.39},{&quot;2026-07-17&quot;:10.32},{&quot;2026-07-18&quot;:10.0},{&quot;2026-07-19&quot;:9.93},{&quot;2026-07-20&quot;:9.93},{&quot;2026-07-21&quot;:9.93},{&quot;2026-07-23&quot;:9.78},{&quot;2026-07-24&quot;:9.75},{&quot;2026-07-25&quot;:9.64},{&quot;2026-07-26&quot;:9.54},{&quot;2026-07-27&quot;:9.53},{&quot;2026-07-28&quot;:9.53},{&quot;2026-07-29&quot;:9.35},{&quot;2026-07-30&quot;:9.24},{&quot;2026-07-31&quot;:9.1},{&quot;2026-08-01&quot;:9.1},{&quot;2026-08-02&quot;:9.23},{&quot;2026-08-03&quot;:9.14},{&quot;2026-08-04&quot;:9.08},{&quot;2026-08-05&quot;:8.96},{&quot;2026-08-07&quot;:8.95},{&quot;2026-08-08&quot;:8.95},{&quot;2026-08-09&quot;:8.87},{&quot;2026-08-10&quot;:8.63},{&quot;2026-08-11&quot;:8.21},{&quot;2026-08-12&quot;:8.29},{&quot;2026-08-13&quot;:8.31},{&quot;2026-08-14&quot;:8.37},{&quot;2026-08-15&quot;:8.45},{&quot;2026-08-16&quot;:8.5},{&quot;2026-08-17&quot;:8.47},{&quot;2026-08-18&quot;:8.4},{&quot;2026-08-19&quot;:8.57},{&quot;2026-08-20&quot;:8.57},{&quot;2026-08-21&quot;:8.93},{&quot;2026-08-22&quot;:8.8},{&quot;2026-08-23&quot;:8.72},{&quot;2026-08-24&quot;:8.66},{&quot;2026-08-25&quot;:8.76},{&quot;2026-08-26&quot;:8.76},{&quot;2026-08-27&quot;:8.79},{&quot;2026-08-28&quot;:8.85},{&quot;2026-08-29&quot;:8.85},{&quot;2026-08-30&quot;:8.93},{&quot;2026-08-31&quot;:8.89},{&quot;2026-09-01&quot;:8.89},{&quot;2026-09-02&quot;:8.87},{&quot;2026-09-03&quot;:8.78},{&quot;2026-09-04&quot;:8.52},{&quot;2026-09-05&quot;:8.65},{&quot;2026-09-06&quot;:8.65},{&quot;2026-09-07&quot;:8.63},{&quot;2026-09-08&quot;:8.63},{&quot;2026-09-09&quot;:8.59},{&quot;2026-09-10&quot;:8.51},{&quot;2026-09-11&quot;:8.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="18690"
  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">
            Silverback Elder
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.50
          </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="Silverback Elder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/9/b987664f-0b74-4c0a-b306-14767a55559a.jpg?1783921295" />

        <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">
            Silverback Elder
        </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 — Ape 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><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="Silverback Elder" src="https://cards.scryfall.io/large/front/b/9/b987664f-0b74-4c0a-b306-14767a55559a.jpg?1783921295" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.76},{&quot;2026-06-10&quot;:7.76},{&quot;2026-06-11&quot;:7.76},{&quot;2026-06-12&quot;:7.76},{&quot;2026-06-13&quot;:7.76},{&quot;2026-06-14&quot;:7.76},{&quot;2026-06-15&quot;:7.76},{&quot;2026-06-16&quot;:7.76},{&quot;2026-06-17&quot;:7.76},{&quot;2026-06-18&quot;:7.76},{&quot;2026-06-19&quot;:7.76},{&quot;2026-06-20&quot;:7.81},{&quot;2026-06-21&quot;:7.81},{&quot;2026-06-22&quot;:7.81},{&quot;2026-06-24&quot;:7.81},{&quot;2026-06-25&quot;:7.81},{&quot;2026-06-26&quot;:7.87},{&quot;2026-06-27&quot;:7.93},{&quot;2026-06-28&quot;:7.93},{&quot;2026-06-29&quot;:7.85},{&quot;2026-06-30&quot;:7.85},{&quot;2026-07-01&quot;:7.85},{&quot;2026-07-02&quot;:7.85},{&quot;2026-07-03&quot;:7.85},{&quot;2026-07-04&quot;:7.85},{&quot;2026-07-05&quot;:7.85},{&quot;2026-07-06&quot;:7.85},{&quot;2026-07-07&quot;:7.85},{&quot;2026-07-08&quot;:7.81},{&quot;2026-07-09&quot;:7.81},{&quot;2026-07-10&quot;:7.81},{&quot;2026-07-11&quot;:7.93},{&quot;2026-07-12&quot;:7.93},{&quot;2026-07-13&quot;:7.93},{&quot;2026-07-14&quot;:7.93},{&quot;2026-07-15&quot;:7.93},{&quot;2026-07-16&quot;:7.97},{&quot;2026-07-17&quot;:7.97},{&quot;2026-07-18&quot;:7.97},{&quot;2026-07-19&quot;:7.97},{&quot;2026-07-20&quot;:8.01},{&quot;2026-07-21&quot;:8.01},{&quot;2026-07-23&quot;:8.01},{&quot;2026-07-25&quot;:7.92},{&quot;2026-07-26&quot;:7.92},{&quot;2026-07-27&quot;:7.92},{&quot;2026-07-29&quot;:7.92},{&quot;2026-07-30&quot;:7.92},{&quot;2026-07-31&quot;:7.92},{&quot;2026-08-01&quot;:7.92},{&quot;2026-08-02&quot;:7.92},{&quot;2026-08-03&quot;:7.88},{&quot;2026-08-04&quot;:7.88},{&quot;2026-08-05&quot;:7.88},{&quot;2026-08-07&quot;:7.88},{&quot;2026-08-08&quot;:7.88},{&quot;2026-08-09&quot;:7.88},{&quot;2026-08-10&quot;:7.88},{&quot;2026-08-11&quot;:7.84},{&quot;2026-08-12&quot;:7.84},{&quot;2026-08-13&quot;:7.89},{&quot;2026-08-14&quot;:7.89},{&quot;2026-08-15&quot;:7.89},{&quot;2026-08-16&quot;:7.91},{&quot;2026-08-17&quot;:7.91},{&quot;2026-08-18&quot;:7.91},{&quot;2026-08-19&quot;:7.91},{&quot;2026-08-20&quot;:7.91},{&quot;2026-08-21&quot;:7.97},{&quot;2026-08-22&quot;:7.97},{&quot;2026-08-23&quot;:7.94},{&quot;2026-08-24&quot;:7.96},{&quot;2026-08-25&quot;:7.96},{&quot;2026-08-26&quot;:8.07},{&quot;2026-08-27&quot;:8.02},{&quot;2026-08-28&quot;:8.02},{&quot;2026-08-29&quot;:8.02},{&quot;2026-08-30&quot;:8.05},{&quot;2026-08-31&quot;:8.05},{&quot;2026-09-01&quot;:8.05},{&quot;2026-09-02&quot;:8.03},{&quot;2026-09-03&quot;:7.95},{&quot;2026-09-04&quot;:7.95},{&quot;2026-09-05&quot;:7.98},{&quot;2026-09-06&quot;:7.98},{&quot;2026-09-07&quot;:7.98},{&quot;2026-09-08&quot;:7.91},{&quot;2026-09-09&quot;:7.91},{&quot;2026-09-10&quot;:7.91},{&quot;2026-09-11&quot;:7.91}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.15},{&quot;2026-06-10&quot;:7.22},{&quot;2026-06-11&quot;:7.07},{&quot;2026-06-12&quot;:6.99},{&quot;2026-06-13&quot;:7.03},{&quot;2026-06-14&quot;:6.86},{&quot;2026-06-15&quot;:6.87},{&quot;2026-06-16&quot;:6.78},{&quot;2026-06-17&quot;:6.74},{&quot;2026-06-18&quot;:6.62},{&quot;2026-06-19&quot;:6.64},{&quot;2026-06-20&quot;:6.63},{&quot;2026-06-21&quot;:6.74},{&quot;2026-06-22&quot;:6.98},{&quot;2026-06-24&quot;:6.93},{&quot;2026-06-25&quot;:7.01},{&quot;2026-06-26&quot;:6.82},{&quot;2026-06-27&quot;:7.11},{&quot;2026-06-28&quot;:7.19},{&quot;2026-06-29&quot;:7.17},{&quot;2026-06-30&quot;:7.24},{&quot;2026-07-01&quot;:7.32},{&quot;2026-07-02&quot;:7.13},{&quot;2026-07-03&quot;:7.3},{&quot;2026-07-04&quot;:7.23},{&quot;2026-07-05&quot;:7.3},{&quot;2026-07-06&quot;:7.37},{&quot;2026-07-07&quot;:7.25},{&quot;2026-07-08&quot;:7.12},{&quot;2026-07-09&quot;:7.07},{&quot;2026-07-10&quot;:7.24},{&quot;2026-07-11&quot;:7.09},{&quot;2026-07-12&quot;:7.15},{&quot;2026-07-13&quot;:7.15},{&quot;2026-07-14&quot;:7.13},{&quot;2026-07-15&quot;:7.05},{&quot;2026-07-16&quot;:6.92},{&quot;2026-07-17&quot;:7.07},{&quot;2026-07-18&quot;:6.98},{&quot;2026-07-19&quot;:7.18},{&quot;2026-07-20&quot;:7.23},{&quot;2026-07-21&quot;:7.18},{&quot;2026-07-23&quot;:7.3},{&quot;2026-07-25&quot;:7.59},{&quot;2026-07-26&quot;:7.7},{&quot;2026-07-27&quot;:7.79},{&quot;2026-07-29&quot;:7.46},{&quot;2026-07-30&quot;:7.33},{&quot;2026-07-31&quot;:7.25},{&quot;2026-08-01&quot;:7.27},{&quot;2026-08-02&quot;:7.22},{&quot;2026-08-03&quot;:6.96},{&quot;2026-08-04&quot;:6.97},{&quot;2026-08-05&quot;:6.9},{&quot;2026-08-07&quot;:6.78},{&quot;2026-08-08&quot;:6.78},{&quot;2026-08-09&quot;:6.78},{&quot;2026-08-10&quot;:6.8},{&quot;2026-08-11&quot;:6.86},{&quot;2026-08-12&quot;:6.84},{&quot;2026-08-13&quot;:6.85},{&quot;2026-08-14&quot;:6.78},{&quot;2026-08-15&quot;:6.96},{&quot;2026-08-16&quot;:6.92},{&quot;2026-08-17&quot;:7.02},{&quot;2026-08-18&quot;:7.07},{&quot;2026-08-19&quot;:7.05},{&quot;2026-08-20&quot;:7.05},{&quot;2026-08-21&quot;:7.0},{&quot;2026-08-22&quot;:7.09},{&quot;2026-08-23&quot;:7.16},{&quot;2026-08-24&quot;:7.48},{&quot;2026-08-25&quot;:7.48},{&quot;2026-08-26&quot;:7.28},{&quot;2026-08-27&quot;:7.21},{&quot;2026-08-28&quot;:7.18},{&quot;2026-08-29&quot;:7.18},{&quot;2026-08-30&quot;:7.38},{&quot;2026-08-31&quot;:7.48},{&quot;2026-09-01&quot;:7.48},{&quot;2026-09-02&quot;:7.83},{&quot;2026-09-03&quot;:7.83},{&quot;2026-09-04&quot;:7.99},{&quot;2026-09-05&quot;:8.15},{&quot;2026-09-06&quot;:8.2},{&quot;2026-09-07&quot;:8.2},{&quot;2026-09-08&quot;:8.21},{&quot;2026-09-09&quot;:8.23},{&quot;2026-09-10&quot;:8.3},{&quot;2026-09-11&quot;:8.5}]}"
        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="20062"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Giant Warrior
      </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">
            $8.50
          </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="Stonehewer Giant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/e/0efda05d-01ea-4478-b075-00a31d7037f8.jpg?1783930208" />

        <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">
            Stonehewer Giant
        </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 — Giant Warrior</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stonehewer Giant" src="https://cards.scryfall.io/large/front/0/e/0efda05d-01ea-4478-b075-00a31d7037f8.jpg?1783930208" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:8.74},{&quot;2026-06-12&quot;:8.74},{&quot;2026-06-13&quot;:8.74},{&quot;2026-06-14&quot;:8.74},{&quot;2026-06-15&quot;:8.74},{&quot;2026-06-16&quot;:8.76},{&quot;2026-06-17&quot;:8.76},{&quot;2026-06-18&quot;:8.76},{&quot;2026-06-19&quot;:8.76},{&quot;2026-06-20&quot;:8.76},{&quot;2026-06-21&quot;:8.74},{&quot;2026-06-22&quot;:8.74},{&quot;2026-06-23&quot;:8.74},{&quot;2026-06-24&quot;:8.74},{&quot;2026-06-25&quot;:8.74},{&quot;2026-06-26&quot;:8.74},{&quot;2026-06-27&quot;:8.74},{&quot;2026-06-28&quot;:8.74},{&quot;2026-06-29&quot;:8.74},{&quot;2026-06-30&quot;:8.74},{&quot;2026-07-01&quot;:8.74},{&quot;2026-07-02&quot;:8.74},{&quot;2026-07-03&quot;:8.74},{&quot;2026-07-04&quot;:8.74},{&quot;2026-07-05&quot;:8.74},{&quot;2026-07-06&quot;:8.74},{&quot;2026-07-07&quot;:8.74},{&quot;2026-07-08&quot;:8.74},{&quot;2026-07-09&quot;:8.74},{&quot;2026-07-10&quot;:8.74},{&quot;2026-07-11&quot;:8.81},{&quot;2026-07-12&quot;:8.81},{&quot;2026-07-13&quot;:8.74},{&quot;2026-07-14&quot;:8.74},{&quot;2026-07-15&quot;:8.74},{&quot;2026-07-16&quot;:8.74},{&quot;2026-07-17&quot;:8.74},{&quot;2026-07-18&quot;:8.74},{&quot;2026-07-19&quot;:8.74},{&quot;2026-07-20&quot;:8.74},{&quot;2026-07-21&quot;:8.74},{&quot;2026-07-23&quot;:8.74},{&quot;2026-07-25&quot;:8.74},{&quot;2026-07-26&quot;:8.74},{&quot;2026-07-27&quot;:8.74},{&quot;2026-07-28&quot;:8.74},{&quot;2026-07-29&quot;:8.74},{&quot;2026-07-30&quot;:8.74},{&quot;2026-07-31&quot;:8.74},{&quot;2026-08-01&quot;:8.74},{&quot;2026-08-02&quot;:8.74},{&quot;2026-08-03&quot;:8.9},{&quot;2026-08-04&quot;:8.9},{&quot;2026-08-05&quot;:8.9},{&quot;2026-08-07&quot;:8.9},{&quot;2026-08-08&quot;:8.83},{&quot;2026-08-09&quot;:8.83},{&quot;2026-08-10&quot;:8.83},{&quot;2026-08-11&quot;:8.83},{&quot;2026-08-12&quot;:8.83},{&quot;2026-08-13&quot;:8.83},{&quot;2026-08-14&quot;:8.74},{&quot;2026-08-15&quot;:8.61},{&quot;2026-08-16&quot;:8.61},{&quot;2026-08-17&quot;:8.61},{&quot;2026-08-18&quot;:8.61},{&quot;2026-08-19&quot;:8.61},{&quot;2026-08-20&quot;:8.61},{&quot;2026-08-21&quot;:8.55},{&quot;2026-08-22&quot;:8.55},{&quot;2026-08-23&quot;:8.55},{&quot;2026-08-24&quot;:8.55},{&quot;2026-08-25&quot;:8.55},{&quot;2026-08-26&quot;:8.55},{&quot;2026-08-27&quot;:8.55},{&quot;2026-08-28&quot;:8.55},{&quot;2026-08-29&quot;:8.55},{&quot;2026-08-30&quot;:8.56},{&quot;2026-08-31&quot;:8.56},{&quot;2026-09-01&quot;:8.56},{&quot;2026-09-02&quot;:8.6},{&quot;2026-09-03&quot;:8.6},{&quot;2026-09-04&quot;:8.6},{&quot;2026-09-05&quot;:8.6},{&quot;2026-09-06&quot;:8.6},{&quot;2026-09-07&quot;:8.6},{&quot;2026-09-08&quot;:8.6},{&quot;2026-09-09&quot;:8.6},{&quot;2026-09-10&quot;:8.6},{&quot;2026-09-11&quot;:8.6}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.99},{&quot;2026-06-12&quot;:8.17},{&quot;2026-06-13&quot;:8.18},{&quot;2026-06-14&quot;:8.18},{&quot;2026-06-15&quot;:8.17},{&quot;2026-06-16&quot;:8.12},{&quot;2026-06-17&quot;:8.12},{&quot;2026-06-18&quot;:8.14},{&quot;2026-06-19&quot;:8.3},{&quot;2026-06-20&quot;:8.44},{&quot;2026-06-21&quot;:8.56},{&quot;2026-06-22&quot;:8.59},{&quot;2026-06-23&quot;:8.59},{&quot;2026-06-24&quot;:8.72},{&quot;2026-06-25&quot;:8.5},{&quot;2026-06-26&quot;:8.52},{&quot;2026-06-27&quot;:8.52},{&quot;2026-06-28&quot;:8.67},{&quot;2026-06-29&quot;:8.67},{&quot;2026-06-30&quot;:8.35},{&quot;2026-07-01&quot;:8.4},{&quot;2026-07-02&quot;:8.5},{&quot;2026-07-03&quot;:8.42},{&quot;2026-07-04&quot;:8.54},{&quot;2026-07-05&quot;:8.54},{&quot;2026-07-06&quot;:8.61},{&quot;2026-07-07&quot;:8.79},{&quot;2026-07-08&quot;:8.65},{&quot;2026-07-09&quot;:8.75},{&quot;2026-07-10&quot;:8.73},{&quot;2026-07-11&quot;:8.73},{&quot;2026-07-12&quot;:8.56},{&quot;2026-07-13&quot;:8.49},{&quot;2026-07-14&quot;:8.55},{&quot;2026-07-15&quot;:8.62},{&quot;2026-07-16&quot;:8.53},{&quot;2026-07-17&quot;:8.53},{&quot;2026-07-18&quot;:8.56},{&quot;2026-07-19&quot;:8.34},{&quot;2026-07-20&quot;:8.34},{&quot;2026-07-21&quot;:8.4},{&quot;2026-07-23&quot;:8.46},{&quot;2026-07-25&quot;:8.37},{&quot;2026-07-26&quot;:8.37},{&quot;2026-07-27&quot;:8.42},{&quot;2026-07-28&quot;:8.43},{&quot;2026-07-29&quot;:8.36},{&quot;2026-07-30&quot;:8.42},{&quot;2026-07-31&quot;:8.34},{&quot;2026-08-01&quot;:8.21},{&quot;2026-08-02&quot;:8.17},{&quot;2026-08-03&quot;:8.17},{&quot;2026-08-04&quot;:8.1},{&quot;2026-08-05&quot;:8.03},{&quot;2026-08-07&quot;:8.1},{&quot;2026-08-08&quot;:8.13},{&quot;2026-08-09&quot;:8.19},{&quot;2026-08-10&quot;:8.18},{&quot;2026-08-11&quot;:8.12},{&quot;2026-08-12&quot;:8.13},{&quot;2026-08-13&quot;:8.06},{&quot;2026-08-14&quot;:8.19},{&quot;2026-08-15&quot;:8.38},{&quot;2026-08-16&quot;:8.59},{&quot;2026-08-17&quot;:8.59},{&quot;2026-08-18&quot;:8.51},{&quot;2026-08-19&quot;:8.51},{&quot;2026-08-20&quot;:8.51},{&quot;2026-08-21&quot;:8.37},{&quot;2026-08-22&quot;:8.45},{&quot;2026-08-23&quot;:8.45},{&quot;2026-08-24&quot;:8.47},{&quot;2026-08-25&quot;:8.47},{&quot;2026-08-26&quot;:8.43},{&quot;2026-08-27&quot;:8.51},{&quot;2026-08-28&quot;:8.51},{&quot;2026-08-29&quot;:8.51},{&quot;2026-08-30&quot;:8.51},{&quot;2026-08-31&quot;:8.45},{&quot;2026-09-01&quot;:8.45},{&quot;2026-09-02&quot;:8.52},{&quot;2026-09-03&quot;:8.62},{&quot;2026-09-04&quot;:8.62},{&quot;2026-09-05&quot;:8.62},{&quot;2026-09-06&quot;:8.62},{&quot;2026-09-07&quot;:8.56},{&quot;2026-09-08&quot;:8.63},{&quot;2026-09-09&quot;:8.59},{&quot;2026-09-10&quot;:8.5},{&quot;2026-09-11&quot;:8.5}]}"
        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="30168"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.50
          </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="Goblin King" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/2/92dd4aef-6d15-4d74-96cf-1cc51812b541.jpg?1783947830" />

        <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">
            Goblin King
        </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</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="Goblin King" src="https://cards.scryfall.io/large/front/9/2/92dd4aef-6d15-4d74-96cf-1cc51812b541.jpg?1783947830" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.37},{&quot;2026-06-14&quot;:8.37},{&quot;2026-06-15&quot;:8.37},{&quot;2026-06-16&quot;:8.37},{&quot;2026-06-17&quot;:8.37},{&quot;2026-06-18&quot;:8.37},{&quot;2026-06-19&quot;:8.31},{&quot;2026-06-20&quot;:8.31},{&quot;2026-06-21&quot;:8.31},{&quot;2026-06-22&quot;:8.31},{&quot;2026-06-23&quot;:8.31},{&quot;2026-06-24&quot;:8.35},{&quot;2026-06-25&quot;:8.29},{&quot;2026-06-26&quot;:8.42},{&quot;2026-06-27&quot;:8.42},{&quot;2026-06-28&quot;:8.42},{&quot;2026-06-29&quot;:8.98},{&quot;2026-06-30&quot;:8.98},{&quot;2026-07-01&quot;:8.79},{&quot;2026-07-02&quot;:8.79},{&quot;2026-07-03&quot;:9.3},{&quot;2026-07-04&quot;:9.35},{&quot;2026-07-05&quot;:9.35},{&quot;2026-07-06&quot;:9.35},{&quot;2026-07-07&quot;:9.35},{&quot;2026-07-08&quot;:9.37},{&quot;2026-07-09&quot;:9.37},{&quot;2026-07-10&quot;:9.37},{&quot;2026-07-11&quot;:9.37},{&quot;2026-07-12&quot;:9.37},{&quot;2026-07-13&quot;:9.37},{&quot;2026-07-14&quot;:9.38},{&quot;2026-07-15&quot;:9.26},{&quot;2026-07-16&quot;:9.26},{&quot;2026-07-17&quot;:9.15},{&quot;2026-07-18&quot;:8.96},{&quot;2026-07-19&quot;:8.93},{&quot;2026-07-20&quot;:8.93},{&quot;2026-07-21&quot;:8.56},{&quot;2026-07-22&quot;:8.56},{&quot;2026-07-23&quot;:8.93},{&quot;2026-07-24&quot;:8.93},{&quot;2026-07-25&quot;:8.93},{&quot;2026-07-26&quot;:8.46},{&quot;2026-07-27&quot;:8.46},{&quot;2026-07-28&quot;:8.46},{&quot;2026-07-29&quot;:8.48},{&quot;2026-07-30&quot;:8.48},{&quot;2026-07-31&quot;:8.48},{&quot;2026-08-01&quot;:8.48},{&quot;2026-08-02&quot;:8.48},{&quot;2026-08-03&quot;:8.48},{&quot;2026-08-04&quot;:8.5},{&quot;2026-08-05&quot;:8.5},{&quot;2026-08-07&quot;:8.5},{&quot;2026-08-08&quot;:8.64},{&quot;2026-08-09&quot;:8.77},{&quot;2026-08-10&quot;:8.86},{&quot;2026-08-11&quot;:8.86},{&quot;2026-08-12&quot;:8.84},{&quot;2026-08-13&quot;:8.63},{&quot;2026-08-14&quot;:8.63},{&quot;2026-08-15&quot;:8.63},{&quot;2026-08-16&quot;:8.63},{&quot;2026-08-17&quot;:8.63},{&quot;2026-08-18&quot;:8.63},{&quot;2026-08-19&quot;:8.63},{&quot;2026-08-20&quot;:8.5},{&quot;2026-08-21&quot;:8.54},{&quot;2026-08-22&quot;:8.54},{&quot;2026-08-23&quot;:8.54},{&quot;2026-08-24&quot;:8.54},{&quot;2026-08-25&quot;:8.54},{&quot;2026-08-26&quot;:8.54},{&quot;2026-08-27&quot;:8.54},{&quot;2026-08-28&quot;:8.54},{&quot;2026-08-29&quot;:8.54},{&quot;2026-08-30&quot;:8.46},{&quot;2026-08-31&quot;:8.44},{&quot;2026-09-01&quot;:8.44},{&quot;2026-09-02&quot;:8.44},{&quot;2026-09-03&quot;:8.44},{&quot;2026-09-04&quot;:8.44},{&quot;2026-09-05&quot;:8.44},{&quot;2026-09-06&quot;:8.44},{&quot;2026-09-07&quot;:8.44},{&quot;2026-09-08&quot;:8.44},{&quot;2026-09-09&quot;:8.5},{&quot;2026-09-10&quot;:8.5},{&quot;2026-09-11&quot;:8.5}]}"
        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="13790"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.48
          </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="Deep Gnome Terramancer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc75f9f1-5873-450f-a0b2-871b55036954.jpg?1783922514" />

        <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">
            Deep Gnome Terramancer
        </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 — Gnome Wizard</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Deep Gnome Terramancer" src="https://cards.scryfall.io/large/front/c/c/cc75f9f1-5873-450f-a0b2-871b55036954.jpg?1783922514" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:8.81},{&quot;2026-06-12&quot;:9.0},{&quot;2026-06-13&quot;:9.13},{&quot;2026-06-14&quot;:9.12},{&quot;2026-06-15&quot;:9.11},{&quot;2026-06-16&quot;:9.26},{&quot;2026-06-17&quot;:9.29},{&quot;2026-06-18&quot;:9.29},{&quot;2026-06-19&quot;:9.22},{&quot;2026-06-20&quot;:9.22},{&quot;2026-06-21&quot;:9.2},{&quot;2026-06-22&quot;:9.18},{&quot;2026-06-23&quot;:9.18},{&quot;2026-06-24&quot;:9.21},{&quot;2026-06-25&quot;:9.23},{&quot;2026-06-26&quot;:9.21},{&quot;2026-06-27&quot;:9.04},{&quot;2026-06-28&quot;:8.92},{&quot;2026-06-29&quot;:8.85},{&quot;2026-06-30&quot;:8.9},{&quot;2026-07-01&quot;:8.83},{&quot;2026-07-02&quot;:8.83},{&quot;2026-07-03&quot;:8.84},{&quot;2026-07-04&quot;:8.71},{&quot;2026-07-05&quot;:8.63},{&quot;2026-07-06&quot;:8.71},{&quot;2026-07-07&quot;:8.77},{&quot;2026-07-08&quot;:8.8},{&quot;2026-07-09&quot;:8.78},{&quot;2026-07-10&quot;:8.72},{&quot;2026-07-11&quot;:8.68},{&quot;2026-07-12&quot;:8.68},{&quot;2026-07-13&quot;:8.79},{&quot;2026-07-14&quot;:8.84},{&quot;2026-07-15&quot;:8.84},{&quot;2026-07-16&quot;:8.85},{&quot;2026-07-17&quot;:8.9},{&quot;2026-07-18&quot;:8.79},{&quot;2026-07-19&quot;:8.73},{&quot;2026-07-20&quot;:8.73},{&quot;2026-07-21&quot;:8.77},{&quot;2026-07-23&quot;:8.82},{&quot;2026-07-25&quot;:8.85},{&quot;2026-07-26&quot;:8.87},{&quot;2026-07-27&quot;:8.86},{&quot;2026-07-28&quot;:8.86},{&quot;2026-07-29&quot;:8.94},{&quot;2026-07-30&quot;:8.91},{&quot;2026-07-31&quot;:8.76},{&quot;2026-08-01&quot;:8.8},{&quot;2026-08-02&quot;:8.8},{&quot;2026-08-03&quot;:8.86},{&quot;2026-08-04&quot;:8.83},{&quot;2026-08-05&quot;:8.69},{&quot;2026-08-07&quot;:8.62},{&quot;2026-08-08&quot;:8.62},{&quot;2026-08-09&quot;:8.59},{&quot;2026-08-10&quot;:8.59},{&quot;2026-08-11&quot;:8.61},{&quot;2026-08-12&quot;:8.43},{&quot;2026-08-13&quot;:8.51},{&quot;2026-08-14&quot;:8.55},{&quot;2026-08-15&quot;:8.48},{&quot;2026-08-16&quot;:8.41},{&quot;2026-08-17&quot;:8.5},{&quot;2026-08-18&quot;:8.46},{&quot;2026-08-19&quot;:8.4},{&quot;2026-08-20&quot;:8.4},{&quot;2026-08-21&quot;:8.35},{&quot;2026-08-22&quot;:8.36},{&quot;2026-08-23&quot;:8.36},{&quot;2026-08-24&quot;:8.43},{&quot;2026-08-25&quot;:8.43},{&quot;2026-08-26&quot;:8.46},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.55},{&quot;2026-08-29&quot;:8.55},{&quot;2026-08-30&quot;:8.48},{&quot;2026-08-31&quot;:8.43},{&quot;2026-09-01&quot;:8.43},{&quot;2026-09-02&quot;:8.55},{&quot;2026-09-03&quot;:8.58},{&quot;2026-09-04&quot;:8.52},{&quot;2026-09-05&quot;:8.52},{&quot;2026-09-06&quot;:8.54},{&quot;2026-09-07&quot;:8.43},{&quot;2026-09-08&quot;:8.42},{&quot;2026-09-09&quot;:8.42},{&quot;2026-09-10&quot;:8.48},{&quot;2026-09-11&quot;:8.48}]}"
        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="20899"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.48
          </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="Fire-Lit Thicket" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/9/1927d645-ca43-4b8e-9932-7e70acca7aa6.jpg?1783930083" />

        <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">
            Fire-Lit Thicket
        </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="Fire-Lit Thicket" src="https://cards.scryfall.io/large/front/1/9/1927d645-ca43-4b8e-9932-7e70acca7aa6.jpg?1783930083" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:11.55},{&quot;2026-06-11&quot;:11.55},{&quot;2026-06-12&quot;:11.72},{&quot;2026-06-13&quot;:11.72},{&quot;2026-06-14&quot;:11.72},{&quot;2026-06-15&quot;:11.72},{&quot;2026-06-16&quot;:11.72},{&quot;2026-06-17&quot;:11.72},{&quot;2026-06-18&quot;:11.72},{&quot;2026-06-19&quot;:11.71},{&quot;2026-06-20&quot;:11.71},{&quot;2026-06-21&quot;:11.71},{&quot;2026-06-22&quot;:11.71},{&quot;2026-06-23&quot;:11.71},{&quot;2026-06-24&quot;:11.71},{&quot;2026-06-25&quot;:11.71},{&quot;2026-06-26&quot;:11.71},{&quot;2026-06-27&quot;:11.71},{&quot;2026-06-28&quot;:11.71},{&quot;2026-06-29&quot;:11.71},{&quot;2026-06-30&quot;:11.71},{&quot;2026-07-01&quot;:11.71},{&quot;2026-07-02&quot;:11.71},{&quot;2026-07-03&quot;:11.71},{&quot;2026-07-04&quot;:11.71},{&quot;2026-07-05&quot;:11.71},{&quot;2026-07-06&quot;:11.71},{&quot;2026-07-07&quot;:11.71},{&quot;2026-07-08&quot;:11.71},{&quot;2026-07-09&quot;:11.71},{&quot;2026-07-10&quot;:11.79},{&quot;2026-07-11&quot;:11.79},{&quot;2026-07-12&quot;:11.79},{&quot;2026-07-13&quot;:11.79},{&quot;2026-07-14&quot;:11.79},{&quot;2026-07-15&quot;:11.79},{&quot;2026-07-16&quot;:11.79},{&quot;2026-07-17&quot;:11.79},{&quot;2026-07-18&quot;:11.79},{&quot;2026-07-19&quot;:11.79},{&quot;2026-07-20&quot;:11.79},{&quot;2026-07-21&quot;:11.79},{&quot;2026-07-23&quot;:11.79},{&quot;2026-07-25&quot;:11.79},{&quot;2026-07-26&quot;:11.79},{&quot;2026-07-27&quot;:11.79},{&quot;2026-07-29&quot;:11.79},{&quot;2026-07-30&quot;:11.8},{&quot;2026-07-31&quot;:11.82},{&quot;2026-08-01&quot;:11.82},{&quot;2026-08-02&quot;:11.82},{&quot;2026-08-03&quot;:11.82},{&quot;2026-08-04&quot;:11.82},{&quot;2026-08-05&quot;:11.81},{&quot;2026-08-07&quot;:11.82},{&quot;2026-08-08&quot;:11.82},{&quot;2026-08-09&quot;:11.82},{&quot;2026-08-10&quot;:11.82},{&quot;2026-08-11&quot;:11.82},{&quot;2026-08-12&quot;:11.87},{&quot;2026-08-13&quot;:11.87},{&quot;2026-08-14&quot;:11.87},{&quot;2026-08-15&quot;:11.87},{&quot;2026-08-16&quot;:11.87},{&quot;2026-08-17&quot;:11.84},{&quot;2026-08-18&quot;:11.84},{&quot;2026-08-19&quot;:11.84},{&quot;2026-08-20&quot;:11.84},{&quot;2026-08-21&quot;:11.84},{&quot;2026-08-22&quot;:11.84},{&quot;2026-08-23&quot;:11.84},{&quot;2026-08-24&quot;:11.82},{&quot;2026-08-25&quot;:11.82},{&quot;2026-08-26&quot;:11.78},{&quot;2026-08-27&quot;:11.78},{&quot;2026-08-28&quot;:11.78},{&quot;2026-08-29&quot;:11.78},{&quot;2026-08-30&quot;:11.78},{&quot;2026-08-31&quot;:11.78},{&quot;2026-09-01&quot;:11.78},{&quot;2026-09-02&quot;:11.78},{&quot;2026-09-03&quot;:11.78},{&quot;2026-09-04&quot;:11.78},{&quot;2026-09-05&quot;:11.78},{&quot;2026-09-06&quot;:11.78},{&quot;2026-09-07&quot;:11.78},{&quot;2026-09-08&quot;:11.78},{&quot;2026-09-09&quot;:11.78},{&quot;2026-09-10&quot;:11.66},{&quot;2026-09-11&quot;:11.66}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.73},{&quot;2026-06-11&quot;:7.73},{&quot;2026-06-12&quot;:8.42},{&quot;2026-06-13&quot;:8.1},{&quot;2026-06-14&quot;:8.1},{&quot;2026-06-15&quot;:8.1},{&quot;2026-06-16&quot;:8.07},{&quot;2026-06-17&quot;:8.07},{&quot;2026-06-18&quot;:8.07},{&quot;2026-06-19&quot;:8.38},{&quot;2026-06-20&quot;:8.43},{&quot;2026-06-21&quot;:8.91},{&quot;2026-06-22&quot;:8.83},{&quot;2026-06-23&quot;:8.83},{&quot;2026-06-24&quot;:8.83},{&quot;2026-06-25&quot;:8.83},{&quot;2026-06-26&quot;:8.96},{&quot;2026-06-27&quot;:8.96},{&quot;2026-06-28&quot;:8.96},{&quot;2026-06-29&quot;:8.97},{&quot;2026-06-30&quot;:8.43},{&quot;2026-07-01&quot;:8.43},{&quot;2026-07-02&quot;:8.43},{&quot;2026-07-03&quot;:8.53},{&quot;2026-07-04&quot;:8.51},{&quot;2026-07-05&quot;:8.51},{&quot;2026-07-06&quot;:8.66},{&quot;2026-07-07&quot;:8.74},{&quot;2026-07-08&quot;:8.93},{&quot;2026-07-09&quot;:8.93},{&quot;2026-07-10&quot;:8.93},{&quot;2026-07-11&quot;:8.58},{&quot;2026-07-12&quot;:8.58},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.41},{&quot;2026-07-15&quot;:8.67},{&quot;2026-07-16&quot;:8.72},{&quot;2026-07-17&quot;:8.72},{&quot;2026-07-18&quot;:8.72},{&quot;2026-07-19&quot;:8.72},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:8.84},{&quot;2026-07-23&quot;:8.87},{&quot;2026-07-25&quot;:8.87},{&quot;2026-07-26&quot;:8.74},{&quot;2026-07-27&quot;:8.92},{&quot;2026-07-29&quot;:9.1},{&quot;2026-07-30&quot;:9.1},{&quot;2026-07-31&quot;:9.1},{&quot;2026-08-01&quot;:9.1},{&quot;2026-08-02&quot;:9.1},{&quot;2026-08-03&quot;:9.05},{&quot;2026-08-04&quot;:9.1},{&quot;2026-08-05&quot;:9.1},{&quot;2026-08-07&quot;:9.35},{&quot;2026-08-08&quot;:9.34},{&quot;2026-08-09&quot;:9.34},{&quot;2026-08-10&quot;:9.34},{&quot;2026-08-11&quot;:9.4},{&quot;2026-08-12&quot;:9.4},{&quot;2026-08-13&quot;:9.4},{&quot;2026-08-14&quot;:9.26},{&quot;2026-08-15&quot;:9.26},{&quot;2026-08-16&quot;:9.26},{&quot;2026-08-17&quot;:9.45},{&quot;2026-08-18&quot;:9.5},{&quot;2026-08-19&quot;:9.5},{&quot;2026-08-20&quot;:9.5},{&quot;2026-08-21&quot;:9.22},{&quot;2026-08-22&quot;:9.32},{&quot;2026-08-23&quot;:9.32},{&quot;2026-08-24&quot;:9.07},{&quot;2026-08-25&quot;:9.07},{&quot;2026-08-26&quot;:9.07},{&quot;2026-08-27&quot;:9.07},{&quot;2026-08-28&quot;:9.07},{&quot;2026-08-29&quot;:9.07},{&quot;2026-08-30&quot;:9.26},{&quot;2026-08-31&quot;:9.26},{&quot;2026-09-01&quot;:9.26},{&quot;2026-09-02&quot;:9.26},{&quot;2026-09-03&quot;:9.26},{&quot;2026-09-04&quot;:8.89},{&quot;2026-09-05&quot;:8.44},{&quot;2026-09-06&quot;:8.35},{&quot;2026-09-07&quot;:8.39},{&quot;2026-09-08&quot;:8.35},{&quot;2026-09-09&quot;:8.55},{&quot;2026-09-10&quot;:8.39},{&quot;2026-09-11&quot;:8.48}]}"
        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="75663"
  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">
            Fatespinner
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.48
          </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="Fatespinner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/3/33bd5541-0ffb-4e82-ab17-f64ad555ddb6.jpg?1783931278" />

        <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">
            Fatespinner
        </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 Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Fatespinner" src="https://cards.scryfall.io/large/front/3/3/33bd5541-0ffb-4e82-ab17-f64ad555ddb6.jpg?1783931278" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.74},{&quot;2026-06-14&quot;:8.74},{&quot;2026-06-15&quot;:8.81},{&quot;2026-06-16&quot;:8.81},{&quot;2026-06-17&quot;:8.81},{&quot;2026-06-18&quot;:8.81},{&quot;2026-06-19&quot;:8.81},{&quot;2026-06-20&quot;:8.81},{&quot;2026-06-21&quot;:8.81},{&quot;2026-06-22&quot;:8.81},{&quot;2026-06-23&quot;:8.71},{&quot;2026-06-24&quot;:8.71},{&quot;2026-06-25&quot;:8.71},{&quot;2026-06-26&quot;:8.76},{&quot;2026-06-27&quot;:8.76},{&quot;2026-06-28&quot;:8.57},{&quot;2026-06-29&quot;:8.57},{&quot;2026-06-30&quot;:8.57},{&quot;2026-07-01&quot;:8.57},{&quot;2026-07-02&quot;:8.6},{&quot;2026-07-03&quot;:8.6},{&quot;2026-07-04&quot;:8.6},{&quot;2026-07-05&quot;:8.6},{&quot;2026-07-06&quot;:8.8},{&quot;2026-07-07&quot;:8.8},{&quot;2026-07-08&quot;:8.8},{&quot;2026-07-09&quot;:8.46},{&quot;2026-07-10&quot;:8.46},{&quot;2026-07-11&quot;:8.51},{&quot;2026-07-12&quot;:8.51},{&quot;2026-07-13&quot;:8.51},{&quot;2026-07-14&quot;:8.51},{&quot;2026-07-15&quot;:8.51},{&quot;2026-07-16&quot;:8.51},{&quot;2026-07-17&quot;:8.51},{&quot;2026-07-18&quot;:8.51},{&quot;2026-07-19&quot;:8.51},{&quot;2026-07-20&quot;:8.47},{&quot;2026-07-21&quot;:8.46},{&quot;2026-07-22&quot;:8.46},{&quot;2026-07-23&quot;:8.34},{&quot;2026-07-24&quot;:8.34},{&quot;2026-07-25&quot;:8.34},{&quot;2026-07-26&quot;:8.34},{&quot;2026-07-27&quot;:8.34},{&quot;2026-07-28&quot;:8.23},{&quot;2026-07-29&quot;:8.0},{&quot;2026-07-30&quot;:8.0},{&quot;2026-07-31&quot;:8.0},{&quot;2026-08-01&quot;:8.0},{&quot;2026-08-02&quot;:8.0},{&quot;2026-08-03&quot;:8.0},{&quot;2026-08-04&quot;:8.02},{&quot;2026-08-05&quot;:8.02},{&quot;2026-08-07&quot;:8.02},{&quot;2026-08-08&quot;:8.02},{&quot;2026-08-09&quot;:8.02},{&quot;2026-08-10&quot;:8.02},{&quot;2026-08-11&quot;:8.03},{&quot;2026-08-12&quot;:7.98},{&quot;2026-08-13&quot;:7.97},{&quot;2026-08-14&quot;:7.88},{&quot;2026-08-15&quot;:7.42},{&quot;2026-08-16&quot;:7.45},{&quot;2026-08-17&quot;:7.59},{&quot;2026-08-18&quot;:7.59},{&quot;2026-08-19&quot;:7.81},{&quot;2026-08-20&quot;:7.73},{&quot;2026-08-21&quot;:7.73},{&quot;2026-08-22&quot;:7.73},{&quot;2026-08-23&quot;:7.73},{&quot;2026-08-24&quot;:7.73},{&quot;2026-08-25&quot;:7.92},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.26},{&quot;2026-08-28&quot;:8.26},{&quot;2026-08-29&quot;:8.26},{&quot;2026-08-30&quot;:8.26},{&quot;2026-08-31&quot;:8.4},{&quot;2026-09-01&quot;:8.4},{&quot;2026-09-02&quot;:8.4},{&quot;2026-09-03&quot;:8.4},{&quot;2026-09-04&quot;:8.4},{&quot;2026-09-05&quot;:8.4},{&quot;2026-09-06&quot;:8.75},{&quot;2026-09-07&quot;:8.75},{&quot;2026-09-08&quot;:8.75},{&quot;2026-09-09&quot;:8.68},{&quot;2026-09-10&quot;:8.65},{&quot;2026-09-11&quot;:8.48}],&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="29931"
  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">
            Animate Dead
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.47
          </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="Animate Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc1dc456-1f64-4f24-a646-84c57e641b3b.jpg?1783947849" />

        <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">
            Animate Dead
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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-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="Animate Dead" src="https://cards.scryfall.io/large/front/c/c/cc1dc456-1f64-4f24-a646-84c57e641b3b.jpg?1783947849" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:10.58},{&quot;2026-06-14&quot;:10.58},{&quot;2026-06-15&quot;:10.58},{&quot;2026-06-16&quot;:10.58},{&quot;2026-06-17&quot;:10.79},{&quot;2026-06-18&quot;:10.79},{&quot;2026-06-19&quot;:10.56},{&quot;2026-06-20&quot;:10.56},{&quot;2026-06-21&quot;:10.56},{&quot;2026-06-22&quot;:10.56},{&quot;2026-06-23&quot;:10.56},{&quot;2026-06-24&quot;:10.56},{&quot;2026-06-25&quot;:10.56},{&quot;2026-06-26&quot;:10.56},{&quot;2026-06-27&quot;:10.56},{&quot;2026-06-28&quot;:10.45},{&quot;2026-06-29&quot;:9.97},{&quot;2026-06-30&quot;:9.97},{&quot;2026-07-01&quot;:9.97},{&quot;2026-07-02&quot;:9.97},{&quot;2026-07-03&quot;:9.97},{&quot;2026-07-04&quot;:9.97},{&quot;2026-07-05&quot;:9.84},{&quot;2026-07-06&quot;:9.84},{&quot;2026-07-07&quot;:9.31},{&quot;2026-07-08&quot;:9.31},{&quot;2026-07-09&quot;:9.31},{&quot;2026-07-10&quot;:9.31},{&quot;2026-07-11&quot;:9.31},{&quot;2026-07-12&quot;:9.02},{&quot;2026-07-13&quot;:9.02},{&quot;2026-07-14&quot;:8.81},{&quot;2026-07-15&quot;:8.39},{&quot;2026-07-16&quot;:7.99},{&quot;2026-07-17&quot;:8.29},{&quot;2026-07-18&quot;:8.11},{&quot;2026-07-19&quot;:8.03},{&quot;2026-07-20&quot;:8.03},{&quot;2026-07-21&quot;:7.89},{&quot;2026-07-22&quot;:7.89},{&quot;2026-07-23&quot;:7.89},{&quot;2026-07-24&quot;:7.89},{&quot;2026-07-25&quot;:7.89},{&quot;2026-07-26&quot;:7.76},{&quot;2026-07-27&quot;:7.76},{&quot;2026-07-28&quot;:7.6},{&quot;2026-07-29&quot;:7.6},{&quot;2026-07-30&quot;:7.36},{&quot;2026-07-31&quot;:7.08},{&quot;2026-08-01&quot;:7.08},{&quot;2026-08-02&quot;:7.08},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:6.53},{&quot;2026-08-05&quot;:6.64},{&quot;2026-08-07&quot;:6.67},{&quot;2026-08-08&quot;:6.67},{&quot;2026-08-09&quot;:6.87},{&quot;2026-08-10&quot;:6.97},{&quot;2026-08-11&quot;:7.4},{&quot;2026-08-12&quot;:7.4},{&quot;2026-08-13&quot;:7.4},{&quot;2026-08-14&quot;:7.4},{&quot;2026-08-15&quot;:7.4},{&quot;2026-08-16&quot;:7.4},{&quot;2026-08-17&quot;:7.3},{&quot;2026-08-18&quot;:7.36},{&quot;2026-08-19&quot;:7.36},{&quot;2026-08-20&quot;:7.36},{&quot;2026-08-21&quot;:7.36},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.36},{&quot;2026-08-24&quot;:7.36},{&quot;2026-08-25&quot;:7.36},{&quot;2026-08-26&quot;:7.36},{&quot;2026-08-27&quot;:7.36},{&quot;2026-08-28&quot;:7.32},{&quot;2026-08-29&quot;:7.32},{&quot;2026-08-30&quot;:8.01},{&quot;2026-08-31&quot;:8.13},{&quot;2026-09-01&quot;:8.13},{&quot;2026-09-02&quot;:8.13},{&quot;2026-09-03&quot;:8.24},{&quot;2026-09-04&quot;:8.24},{&quot;2026-09-05&quot;:8.24},{&quot;2026-09-06&quot;:8.24},{&quot;2026-09-07&quot;:8.24},{&quot;2026-09-08&quot;:8.24},{&quot;2026-09-09&quot;:8.24},{&quot;2026-09-10&quot;:8.47},{&quot;2026-09-11&quot;:8.47}]}"
        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="20630"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Time Sieve" src="https://cards.scryfall.io/large/front/c/2/c2e8b424-0cec-490e-a571-bd051f952adf.jpg?1783930123" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.85},{&quot;2026-06-14&quot;:8.85},{&quot;2026-06-15&quot;:8.85},{&quot;2026-06-16&quot;:8.85},{&quot;2026-06-17&quot;:8.85},{&quot;2026-06-18&quot;:8.85},{&quot;2026-06-19&quot;:8.85},{&quot;2026-06-20&quot;:8.85},{&quot;2026-06-21&quot;:8.86},{&quot;2026-06-22&quot;:8.86},{&quot;2026-06-23&quot;:8.87},{&quot;2026-06-24&quot;:8.87},{&quot;2026-06-25&quot;:8.81},{&quot;2026-06-26&quot;:8.81},{&quot;2026-06-27&quot;:8.81},{&quot;2026-06-28&quot;:8.81},{&quot;2026-06-29&quot;:8.86},{&quot;2026-06-30&quot;:8.86},{&quot;2026-07-01&quot;:8.92},{&quot;2026-07-02&quot;:8.92},{&quot;2026-07-03&quot;:8.92},{&quot;2026-07-04&quot;:8.93},{&quot;2026-07-05&quot;:8.98},{&quot;2026-07-06&quot;:8.98},{&quot;2026-07-07&quot;:8.98},{&quot;2026-07-08&quot;:8.98},{&quot;2026-07-09&quot;:8.98},{&quot;2026-07-10&quot;:8.98},{&quot;2026-07-11&quot;:8.98},{&quot;2026-07-12&quot;:8.98},{&quot;2026-07-13&quot;:9.05},{&quot;2026-07-14&quot;:9.07},{&quot;2026-07-15&quot;:9.07},{&quot;2026-07-16&quot;:9.07},{&quot;2026-07-17&quot;:9.07},{&quot;2026-07-18&quot;:9.03},{&quot;2026-07-19&quot;:9.03},{&quot;2026-07-20&quot;:9.03},{&quot;2026-07-21&quot;:9.03},{&quot;2026-07-22&quot;:9.03},{&quot;2026-07-23&quot;:9.03},{&quot;2026-07-24&quot;:9.04},{&quot;2026-07-25&quot;:9.04},{&quot;2026-07-26&quot;:9.04},{&quot;2026-07-27&quot;:9.04},{&quot;2026-07-28&quot;:9.04},{&quot;2026-07-29&quot;:9.1},{&quot;2026-07-30&quot;:9.07},{&quot;2026-07-31&quot;:9.07},{&quot;2026-08-01&quot;:9.07},{&quot;2026-08-02&quot;:9.1},{&quot;2026-08-03&quot;:9.1},{&quot;2026-08-04&quot;:9.1},{&quot;2026-08-05&quot;:9.1},{&quot;2026-08-07&quot;:9.09},{&quot;2026-08-08&quot;:9.17},{&quot;2026-08-09&quot;:9.17},{&quot;2026-08-10&quot;:9.17},{&quot;2026-08-11&quot;:9.17},{&quot;2026-08-12&quot;:9.17},{&quot;2026-08-13&quot;:9.2},{&quot;2026-08-14&quot;:9.2},{&quot;2026-08-15&quot;:9.18},{&quot;2026-08-16&quot;:9.18},{&quot;2026-08-17&quot;:9.18},{&quot;2026-08-18&quot;:9.18},{&quot;2026-08-19&quot;:9.18},{&quot;2026-08-20&quot;:9.18},{&quot;2026-08-21&quot;:9.18},{&quot;2026-08-22&quot;:9.24},{&quot;2026-08-23&quot;:9.24},{&quot;2026-08-24&quot;:9.24},{&quot;2026-08-25&quot;:9.24},{&quot;2026-08-26&quot;:9.24},{&quot;2026-08-27&quot;:9.26},{&quot;2026-08-28&quot;:9.26},{&quot;2026-08-29&quot;:9.26},{&quot;2026-08-30&quot;:9.26},{&quot;2026-08-31&quot;:9.26},{&quot;2026-09-01&quot;:9.26},{&quot;2026-09-02&quot;:9.26},{&quot;2026-09-03&quot;:9.26},{&quot;2026-09-04&quot;:9.32},{&quot;2026-09-05&quot;:9.32},{&quot;2026-09-06&quot;:9.34},{&quot;2026-09-07&quot;:9.34},{&quot;2026-09-08&quot;:9.34},{&quot;2026-09-09&quot;:9.34},{&quot;2026-09-10&quot;:9.42},{&quot;2026-09-11&quot;:9.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.52},{&quot;2026-06-14&quot;:8.34},{&quot;2026-06-15&quot;:8.12},{&quot;2026-06-16&quot;:8.07},{&quot;2026-06-17&quot;:8.07},{&quot;2026-06-18&quot;:8.11},{&quot;2026-06-19&quot;:8.11},{&quot;2026-06-20&quot;:8.15},{&quot;2026-06-21&quot;:8.15},{&quot;2026-06-22&quot;:8.15},{&quot;2026-06-23&quot;:8.15},{&quot;2026-06-24&quot;:8.15},{&quot;2026-06-25&quot;:8.1},{&quot;2026-06-26&quot;:8.04},{&quot;2026-06-27&quot;:8.04},{&quot;2026-06-28&quot;:8.04},{&quot;2026-06-29&quot;:8.04},{&quot;2026-06-30&quot;:8.04},{&quot;2026-07-01&quot;:8.04},{&quot;2026-07-02&quot;:8.0},{&quot;2026-07-03&quot;:8.0},{&quot;2026-07-04&quot;:8.0},{&quot;2026-07-05&quot;:8.04},{&quot;2026-07-06&quot;:8.03},{&quot;2026-07-07&quot;:8.03},{&quot;2026-07-08&quot;:7.88},{&quot;2026-07-09&quot;:7.88},{&quot;2026-07-10&quot;:7.88},{&quot;2026-07-11&quot;:7.88},{&quot;2026-07-12&quot;:7.9},{&quot;2026-07-13&quot;:7.9},{&quot;2026-07-14&quot;:8.24},{&quot;2026-07-15&quot;:8.31},{&quot;2026-07-16&quot;:8.09},{&quot;2026-07-17&quot;:8.09},{&quot;2026-07-18&quot;:8.09},{&quot;2026-07-19&quot;:8.19},{&quot;2026-07-20&quot;:8.19},{&quot;2026-07-21&quot;:8.19},{&quot;2026-07-22&quot;:8.19},{&quot;2026-07-23&quot;:7.98},{&quot;2026-07-24&quot;:7.94},{&quot;2026-07-25&quot;:7.99},{&quot;2026-07-26&quot;:8.07},{&quot;2026-07-27&quot;:8.07},{&quot;2026-07-28&quot;:8.07},{&quot;2026-07-29&quot;:8.06},{&quot;2026-07-30&quot;:8.06},{&quot;2026-07-31&quot;:8.04},{&quot;2026-08-01&quot;:8.04},{&quot;2026-08-02&quot;:8.1},{&quot;2026-08-03&quot;:8.1},{&quot;2026-08-04&quot;:8.13},{&quot;2026-08-05&quot;:8.22},{&quot;2026-08-07&quot;:8.12},{&quot;2026-08-08&quot;:8.12},{&quot;2026-08-09&quot;:8.06},{&quot;2026-08-10&quot;:8.06},{&quot;2026-08-11&quot;:8.06},{&quot;2026-08-12&quot;:8.07},{&quot;2026-08-13&quot;:8.26},{&quot;2026-08-14&quot;:8.29},{&quot;2026-08-15&quot;:8.37},{&quot;2026-08-16&quot;:8.37},{&quot;2026-08-17&quot;:8.37},{&quot;2026-08-18&quot;:8.55},{&quot;2026-08-19&quot;:8.55},{&quot;2026-08-20&quot;:8.55},{&quot;2026-08-21&quot;:8.54},{&quot;2026-08-22&quot;:8.54},{&quot;2026-08-23&quot;:8.4},{&quot;2026-08-24&quot;:8.45},{&quot;2026-08-25&quot;:8.46},{&quot;2026-08-26&quot;:8.54},{&quot;2026-08-27&quot;:8.55},{&quot;2026-08-28&quot;:8.58},{&quot;2026-08-29&quot;:8.58},{&quot;2026-08-30&quot;:8.55},{&quot;2026-08-31&quot;:8.55},{&quot;2026-09-01&quot;:8.61},{&quot;2026-09-02&quot;:8.61},{&quot;2026-09-03&quot;:8.61},{&quot;2026-09-04&quot;:8.62},{&quot;2026-09-05&quot;:8.75},{&quot;2026-09-06&quot;:8.77},{&quot;2026-09-07&quot;:8.72},{&quot;2026-09-08&quot;:8.65},{&quot;2026-09-09&quot;:8.65},{&quot;2026-09-10&quot;:8.46},{&quot;2026-09-11&quot;:8.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="16484"
  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">
            Kami of the Crescent Moon
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Kami of the Crescent Moon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd420010-6eaf-4853-8b7b-11de1157416b.jpg?1783924965" />

        <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">
            Kami of the Crescent Moon
        </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 — Spirit</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Kami of the Crescent Moon" src="https://cards.scryfall.io/large/front/d/d/dd420010-6eaf-4853-8b7b-11de1157416b.jpg?1783924965" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$6.75</span>
              <span class="text-xs text-grey-text">Credit: $8.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;normal&quot;:[{&quot;2026-06-13&quot;:8.09},{&quot;2026-06-14&quot;:8.03},{&quot;2026-06-15&quot;:8.03},{&quot;2026-06-16&quot;:8.0},{&quot;2026-06-17&quot;:8.01},{&quot;2026-06-18&quot;:7.99},{&quot;2026-06-19&quot;:8.04},{&quot;2026-06-20&quot;:8.12},{&quot;2026-06-21&quot;:8.12},{&quot;2026-06-22&quot;:8.39},{&quot;2026-06-23&quot;:8.39},{&quot;2026-06-24&quot;:8.42},{&quot;2026-06-25&quot;:8.42},{&quot;2026-06-26&quot;:8.43},{&quot;2026-06-27&quot;:8.43},{&quot;2026-06-28&quot;:8.43},{&quot;2026-06-29&quot;:8.59},{&quot;2026-06-30&quot;:8.59},{&quot;2026-07-01&quot;:8.5},{&quot;2026-07-02&quot;:8.42},{&quot;2026-07-03&quot;:8.17},{&quot;2026-07-04&quot;:8.17},{&quot;2026-07-05&quot;:8.17},{&quot;2026-07-06&quot;:8.17},{&quot;2026-07-07&quot;:8.17},{&quot;2026-07-08&quot;:8.13},{&quot;2026-07-09&quot;:7.89},{&quot;2026-07-10&quot;:7.92},{&quot;2026-07-11&quot;:7.96},{&quot;2026-07-12&quot;:7.8},{&quot;2026-07-13&quot;:7.83},{&quot;2026-07-14&quot;:7.82},{&quot;2026-07-15&quot;:7.8},{&quot;2026-07-16&quot;:7.86},{&quot;2026-07-17&quot;:7.91},{&quot;2026-07-18&quot;:7.99},{&quot;2026-07-19&quot;:8.11},{&quot;2026-07-20&quot;:8.08},{&quot;2026-07-21&quot;:8.12},{&quot;2026-07-22&quot;:8.24},{&quot;2026-07-23&quot;:8.29},{&quot;2026-07-24&quot;:8.29},{&quot;2026-07-25&quot;:8.29},{&quot;2026-07-26&quot;:8.24},{&quot;2026-07-27&quot;:7.86},{&quot;2026-07-28&quot;:7.86},{&quot;2026-07-29&quot;:7.6},{&quot;2026-07-30&quot;:7.44},{&quot;2026-07-31&quot;:7.39},{&quot;2026-08-01&quot;:7.39},{&quot;2026-08-02&quot;:7.58},{&quot;2026-08-03&quot;:7.54},{&quot;2026-08-04&quot;:7.71},{&quot;2026-08-05&quot;:7.94},{&quot;2026-08-07&quot;:8.17},{&quot;2026-08-08&quot;:8.17},{&quot;2026-08-09&quot;:8.17},{&quot;2026-08-10&quot;:8.17},{&quot;2026-08-11&quot;:8.14},{&quot;2026-08-12&quot;:8.35},{&quot;2026-08-13&quot;:8.35},{&quot;2026-08-14&quot;:8.22},{&quot;2026-08-15&quot;:8.22},{&quot;2026-08-16&quot;:8.41},{&quot;2026-08-17&quot;:8.21},{&quot;2026-08-18&quot;:8.1},{&quot;2026-08-19&quot;:8.09},{&quot;2026-08-20&quot;:8.13},{&quot;2026-08-21&quot;:8.29},{&quot;2026-08-22&quot;:8.23},{&quot;2026-08-23&quot;:8.15},{&quot;2026-08-24&quot;:8.27},{&quot;2026-08-25&quot;:8.43},{&quot;2026-08-26&quot;:8.48},{&quot;2026-08-27&quot;:8.36},{&quot;2026-08-28&quot;:8.33},{&quot;2026-08-29&quot;:8.33},{&quot;2026-08-30&quot;:8.27},{&quot;2026-08-31&quot;:8.27},{&quot;2026-09-01&quot;:8.3},{&quot;2026-09-02&quot;:8.25},{&quot;2026-09-03&quot;:8.0},{&quot;2026-09-04&quot;:8.15},{&quot;2026-09-05&quot;:8.27},{&quot;2026-09-06&quot;:8.32},{&quot;2026-09-07&quot;:8.31},{&quot;2026-09-08&quot;:8.45},{&quot;2026-09-09&quot;:8.45},{&quot;2026-09-10&quot;:8.45},{&quot;2026-09-11&quot;:8.45}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19415"
  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">
            Silverback Elder
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Silverback Elder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/f/ff8efd65-65d0-47b9-beb3-dc895993af9a.jpg?1783921184" />

        <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">
            Silverback Elder
        </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 — Ape 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><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="Silverback Elder" src="https://cards.scryfall.io/large/front/f/f/ff8efd65-65d0-47b9-beb3-dc895993af9a.jpg?1783921184" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:9.89},{&quot;2026-06-14&quot;:9.89},{&quot;2026-06-15&quot;:9.89},{&quot;2026-06-16&quot;:9.89},{&quot;2026-06-17&quot;:9.89},{&quot;2026-06-18&quot;:9.77},{&quot;2026-06-19&quot;:9.77},{&quot;2026-06-20&quot;:9.77},{&quot;2026-06-21&quot;:9.77},{&quot;2026-06-22&quot;:9.77},{&quot;2026-06-23&quot;:9.77},{&quot;2026-06-24&quot;:9.77},{&quot;2026-06-25&quot;:9.77},{&quot;2026-06-26&quot;:9.77},{&quot;2026-06-27&quot;:9.68},{&quot;2026-06-28&quot;:9.62},{&quot;2026-06-29&quot;:9.62},{&quot;2026-06-30&quot;:9.62},{&quot;2026-07-01&quot;:9.62},{&quot;2026-07-02&quot;:9.62},{&quot;2026-07-03&quot;:9.62},{&quot;2026-07-04&quot;:9.62},{&quot;2026-07-05&quot;:9.62},{&quot;2026-07-06&quot;:9.58},{&quot;2026-07-07&quot;:9.59},{&quot;2026-07-08&quot;:9.59},{&quot;2026-07-09&quot;:9.59},{&quot;2026-07-10&quot;:9.59},{&quot;2026-07-11&quot;:9.59},{&quot;2026-07-12&quot;:9.59},{&quot;2026-07-13&quot;:9.59},{&quot;2026-07-14&quot;:9.59},{&quot;2026-07-15&quot;:9.59},{&quot;2026-07-16&quot;:9.59},{&quot;2026-07-17&quot;:9.59},{&quot;2026-07-18&quot;:9.75},{&quot;2026-07-19&quot;:9.75},{&quot;2026-07-20&quot;:9.75},{&quot;2026-07-21&quot;:9.75},{&quot;2026-07-22&quot;:9.75},{&quot;2026-07-23&quot;:9.75},{&quot;2026-07-24&quot;:9.75},{&quot;2026-07-25&quot;:9.85},{&quot;2026-07-26&quot;:9.85},{&quot;2026-07-27&quot;:9.85},{&quot;2026-07-28&quot;:9.85},{&quot;2026-07-29&quot;:9.85},{&quot;2026-07-30&quot;:9.85},{&quot;2026-07-31&quot;:9.94},{&quot;2026-08-01&quot;:9.94},{&quot;2026-08-02&quot;:9.93},{&quot;2026-08-03&quot;:9.93},{&quot;2026-08-04&quot;:9.93},{&quot;2026-08-05&quot;:9.93},{&quot;2026-08-07&quot;:9.83},{&quot;2026-08-08&quot;:9.83},{&quot;2026-08-09&quot;:9.83},{&quot;2026-08-10&quot;:9.85},{&quot;2026-08-11&quot;:9.85},{&quot;2026-08-12&quot;:9.85},{&quot;2026-08-13&quot;:9.85},{&quot;2026-08-14&quot;:9.8},{&quot;2026-08-15&quot;:9.8},{&quot;2026-08-16&quot;:9.8},{&quot;2026-08-17&quot;:9.8},{&quot;2026-08-18&quot;:9.9},{&quot;2026-08-19&quot;:9.9},{&quot;2026-08-20&quot;:9.97},{&quot;2026-08-21&quot;:9.98},{&quot;2026-08-22&quot;:9.98},{&quot;2026-08-23&quot;:9.98},{&quot;2026-08-24&quot;:10.11},{&quot;2026-08-25&quot;:10.14},{&quot;2026-08-26&quot;:10.13},{&quot;2026-08-27&quot;:10.14},{&quot;2026-08-28&quot;:10.14},{&quot;2026-08-29&quot;:10.14},{&quot;2026-08-30&quot;:10.17},{&quot;2026-08-31&quot;:10.17},{&quot;2026-09-01&quot;:10.32},{&quot;2026-09-02&quot;:10.32},{&quot;2026-09-03&quot;:10.63},{&quot;2026-09-04&quot;:10.64},{&quot;2026-09-05&quot;:10.64},{&quot;2026-09-06&quot;:10.64},{&quot;2026-09-07&quot;:10.77},{&quot;2026-09-08&quot;:10.71},{&quot;2026-09-09&quot;:10.71},{&quot;2026-09-10&quot;:10.71},{&quot;2026-09-11&quot;:10.71}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.19},{&quot;2026-06-14&quot;:8.19},{&quot;2026-06-15&quot;:8.22},{&quot;2026-06-16&quot;:8.22},{&quot;2026-06-17&quot;:8.23},{&quot;2026-06-18&quot;:8.19},{&quot;2026-06-19&quot;:8.19},{&quot;2026-06-20&quot;:8.19},{&quot;2026-06-21&quot;:8.19},{&quot;2026-06-22&quot;:8.19},{&quot;2026-06-23&quot;:8.19},{&quot;2026-06-24&quot;:8.19},{&quot;2026-06-25&quot;:8.19},{&quot;2026-06-26&quot;:8.19},{&quot;2026-06-27&quot;:8.19},{&quot;2026-06-28&quot;:8.19},{&quot;2026-06-29&quot;:8.19},{&quot;2026-06-30&quot;:8.15},{&quot;2026-07-01&quot;:8.19},{&quot;2026-07-02&quot;:8.19},{&quot;2026-07-03&quot;:8.22},{&quot;2026-07-04&quot;:8.22},{&quot;2026-07-05&quot;:8.22},{&quot;2026-07-06&quot;:8.21},{&quot;2026-07-07&quot;:8.21},{&quot;2026-07-08&quot;:8.31},{&quot;2026-07-09&quot;:8.31},{&quot;2026-07-10&quot;:8.31},{&quot;2026-07-11&quot;:8.36},{&quot;2026-07-12&quot;:8.43},{&quot;2026-07-13&quot;:8.43},{&quot;2026-07-14&quot;:8.43},{&quot;2026-07-15&quot;:8.43},{&quot;2026-07-16&quot;:8.43},{&quot;2026-07-17&quot;:8.43},{&quot;2026-07-18&quot;:8.43},{&quot;2026-07-19&quot;:8.53},{&quot;2026-07-20&quot;:8.53},{&quot;2026-07-21&quot;:8.53},{&quot;2026-07-22&quot;:8.51},{&quot;2026-07-23&quot;:8.56},{&quot;2026-07-24&quot;:8.56},{&quot;2026-07-25&quot;:8.63},{&quot;2026-07-26&quot;:8.63},{&quot;2026-07-27&quot;:8.67},{&quot;2026-07-28&quot;:8.67},{&quot;2026-07-29&quot;:8.67},{&quot;2026-07-30&quot;:8.67},{&quot;2026-07-31&quot;:8.67},{&quot;2026-08-01&quot;:8.66},{&quot;2026-08-02&quot;:8.66},{&quot;2026-08-03&quot;:8.66},{&quot;2026-08-04&quot;:8.58},{&quot;2026-08-05&quot;:8.58},{&quot;2026-08-07&quot;:8.49},{&quot;2026-08-08&quot;:8.43},{&quot;2026-08-09&quot;:8.29},{&quot;2026-08-10&quot;:8.29},{&quot;2026-08-11&quot;:8.39},{&quot;2026-08-12&quot;:8.39},{&quot;2026-08-13&quot;:8.39},{&quot;2026-08-14&quot;:8.39},{&quot;2026-08-15&quot;:8.39},{&quot;2026-08-16&quot;:8.39},{&quot;2026-08-17&quot;:8.39},{&quot;2026-08-18&quot;:8.41},{&quot;2026-08-19&quot;:8.41},{&quot;2026-08-20&quot;:8.41},{&quot;2026-08-21&quot;:8.52},{&quot;2026-08-22&quot;:8.52},{&quot;2026-08-23&quot;:8.52},{&quot;2026-08-24&quot;:8.52},{&quot;2026-08-25&quot;:8.39},{&quot;2026-08-26&quot;:8.39},{&quot;2026-08-27&quot;:8.39},{&quot;2026-08-28&quot;:8.39},{&quot;2026-08-29&quot;:8.39},{&quot;2026-08-30&quot;:8.42},{&quot;2026-08-31&quot;:8.46},{&quot;2026-09-01&quot;:8.46},{&quot;2026-09-02&quot;:8.46},{&quot;2026-09-03&quot;:8.4},{&quot;2026-09-04&quot;:8.4},{&quot;2026-09-05&quot;:8.4},{&quot;2026-09-06&quot;:8.4},{&quot;2026-09-07&quot;:8.38},{&quot;2026-09-08&quot;:8.38},{&quot;2026-09-09&quot;:8.38},{&quot;2026-09-10&quot;:8.45},{&quot;2026-09-11&quot;:8.45}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0b696cd1-0d72-4df5-bacc-dc77e62f9a13.jpg?1783923787" />

        <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">
            Fable of the Mirror-Breaker 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" src="https://cards.scryfall.io/large/front/0/b/0b696cd1-0d72-4df5-bacc-dc77e62f9a13.jpg?1783923787" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Fable of the Mirror-Breaker // Reflection of Kiki-Jiki" src="https://cards.scryfall.io/large/back/0/b/0b696cd1-0d72-4df5-bacc-dc77e62f9a13.jpg?1783923787" />
              </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">
                $8.44
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.71},{&quot;2026-06-14&quot;:11.71},{&quot;2026-06-15&quot;:11.71},{&quot;2026-06-16&quot;:11.71},{&quot;2026-06-17&quot;:11.71},{&quot;2026-06-18&quot;:11.71},{&quot;2026-06-19&quot;:11.73},{&quot;2026-06-20&quot;:11.73},{&quot;2026-06-21&quot;:11.73},{&quot;2026-06-22&quot;:11.73},{&quot;2026-06-23&quot;:11.74},{&quot;2026-06-24&quot;:11.74},{&quot;2026-06-25&quot;:11.74},{&quot;2026-06-26&quot;:11.74},{&quot;2026-06-27&quot;:11.74},{&quot;2026-06-28&quot;:11.74},{&quot;2026-06-29&quot;:11.74},{&quot;2026-06-30&quot;:11.74},{&quot;2026-07-01&quot;:11.82},{&quot;2026-07-02&quot;:11.82},{&quot;2026-07-03&quot;:11.82},{&quot;2026-07-04&quot;:11.82},{&quot;2026-07-05&quot;:11.82},{&quot;2026-07-06&quot;:11.86},{&quot;2026-07-07&quot;:11.86},{&quot;2026-07-08&quot;:11.86},{&quot;2026-07-09&quot;:11.97},{&quot;2026-07-10&quot;:11.97},{&quot;2026-07-11&quot;:11.97},{&quot;2026-07-12&quot;:11.97},{&quot;2026-07-13&quot;:11.97},{&quot;2026-07-14&quot;:11.97},{&quot;2026-07-15&quot;:11.97},{&quot;2026-07-16&quot;:11.97},{&quot;2026-07-17&quot;:11.97},{&quot;2026-07-18&quot;:11.97},{&quot;2026-07-19&quot;:11.97},{&quot;2026-07-20&quot;:11.97},{&quot;2026-07-21&quot;:11.97},{&quot;2026-07-22&quot;:11.97},{&quot;2026-07-23&quot;:11.97},{&quot;2026-07-24&quot;:11.98},{&quot;2026-07-25&quot;:12.0},{&quot;2026-07-26&quot;:12.0},{&quot;2026-07-27&quot;:12.0},{&quot;2026-07-28&quot;:11.98},{&quot;2026-07-29&quot;:11.98},{&quot;2026-07-30&quot;:11.98},{&quot;2026-07-31&quot;:11.98},{&quot;2026-08-01&quot;:11.98},{&quot;2026-08-02&quot;:11.98},{&quot;2026-08-03&quot;:11.98},{&quot;2026-08-04&quot;:11.98},{&quot;2026-08-05&quot;:11.98},{&quot;2026-08-07&quot;:11.89},{&quot;2026-08-08&quot;:11.76},{&quot;2026-08-09&quot;:11.84},{&quot;2026-08-10&quot;:11.84},{&quot;2026-08-11&quot;:11.7},{&quot;2026-08-12&quot;:11.7},{&quot;2026-08-13&quot;:11.7},{&quot;2026-08-14&quot;:11.61},{&quot;2026-08-15&quot;:11.6},{&quot;2026-08-16&quot;:11.63},{&quot;2026-08-17&quot;:11.63},{&quot;2026-08-18&quot;:11.63},{&quot;2026-08-19&quot;:11.63},{&quot;2026-08-20&quot;:11.63},{&quot;2026-08-21&quot;:11.57},{&quot;2026-08-22&quot;:11.61},{&quot;2026-08-23&quot;:11.64},{&quot;2026-08-24&quot;:11.64},{&quot;2026-08-25&quot;:11.64},{&quot;2026-08-26&quot;:11.6},{&quot;2026-08-27&quot;:11.6},{&quot;2026-08-28&quot;:11.6},{&quot;2026-08-29&quot;:11.6},{&quot;2026-08-30&quot;:11.57},{&quot;2026-08-31&quot;:11.57},{&quot;2026-09-01&quot;:11.57},{&quot;2026-09-02&quot;:11.57},{&quot;2026-09-03&quot;:11.57},{&quot;2026-09-04&quot;:11.57},{&quot;2026-09-05&quot;:11.51},{&quot;2026-09-06&quot;:11.51},{&quot;2026-09-07&quot;:11.51},{&quot;2026-09-08&quot;:11.51},{&quot;2026-09-09&quot;:11.51},{&quot;2026-09-10&quot;:11.57},{&quot;2026-09-11&quot;:11.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.58},{&quot;2026-06-14&quot;:9.58},{&quot;2026-06-15&quot;:9.58},{&quot;2026-06-16&quot;:9.58},{&quot;2026-06-17&quot;:9.58},{&quot;2026-06-18&quot;:9.58},{&quot;2026-06-19&quot;:9.47},{&quot;2026-06-20&quot;:9.36},{&quot;2026-06-21&quot;:9.47},{&quot;2026-06-22&quot;:9.36},{&quot;2026-06-23&quot;:9.36},{&quot;2026-06-24&quot;:9.3},{&quot;2026-06-25&quot;:9.3},{&quot;2026-06-26&quot;:9.3},{&quot;2026-06-27&quot;:9.32},{&quot;2026-06-28&quot;:9.32},{&quot;2026-06-29&quot;:9.32},{&quot;2026-06-30&quot;:9.27},{&quot;2026-07-01&quot;:9.34},{&quot;2026-07-02&quot;:9.34},{&quot;2026-07-03&quot;:9.36},{&quot;2026-07-04&quot;:9.36},{&quot;2026-07-05&quot;:9.35},{&quot;2026-07-06&quot;:9.35},{&quot;2026-07-07&quot;:9.35},{&quot;2026-07-08&quot;:9.35},{&quot;2026-07-09&quot;:9.39},{&quot;2026-07-10&quot;:9.47},{&quot;2026-07-11&quot;:9.47},{&quot;2026-07-12&quot;:9.47},{&quot;2026-07-13&quot;:9.55},{&quot;2026-07-14&quot;:9.51},{&quot;2026-07-15&quot;:9.51},{&quot;2026-07-16&quot;:9.51},{&quot;2026-07-17&quot;:9.58},{&quot;2026-07-18&quot;:9.67},{&quot;2026-07-19&quot;:9.67},{&quot;2026-07-20&quot;:9.67},{&quot;2026-07-21&quot;:9.67},{&quot;2026-07-22&quot;:9.67},{&quot;2026-07-23&quot;:9.67},{&quot;2026-07-24&quot;:9.33},{&quot;2026-07-25&quot;:9.42},{&quot;2026-07-26&quot;:9.42},{&quot;2026-07-27&quot;:9.39},{&quot;2026-07-28&quot;:9.39},{&quot;2026-07-29&quot;:9.39},{&quot;2026-07-30&quot;:9.39},{&quot;2026-07-31&quot;:9.45},{&quot;2026-08-01&quot;:9.45},{&quot;2026-08-02&quot;:9.08},{&quot;2026-08-03&quot;:9.08},{&quot;2026-08-04&quot;:9.08},{&quot;2026-08-05&quot;:9.08},{&quot;2026-08-07&quot;:8.98},{&quot;2026-08-08&quot;:8.87},{&quot;2026-08-09&quot;:8.82},{&quot;2026-08-10&quot;:8.82},{&quot;2026-08-11&quot;:8.82},{&quot;2026-08-12&quot;:8.87},{&quot;2026-08-13&quot;:8.88},{&quot;2026-08-14&quot;:8.88},{&quot;2026-08-15&quot;:8.78},{&quot;2026-08-16&quot;:8.78},{&quot;2026-08-17&quot;:9.0},{&quot;2026-08-18&quot;:8.75},{&quot;2026-08-19&quot;:8.38},{&quot;2026-08-20&quot;:8.38},{&quot;2026-08-21&quot;:8.32},{&quot;2026-08-22&quot;:8.34},{&quot;2026-08-23&quot;:8.31},{&quot;2026-08-24&quot;:8.31},{&quot;2026-08-25&quot;:8.22},{&quot;2026-08-26&quot;:8.22},{&quot;2026-08-27&quot;:8.2},{&quot;2026-08-28&quot;:8.17},{&quot;2026-08-29&quot;:8.17},{&quot;2026-08-30&quot;:8.29},{&quot;2026-08-31&quot;:8.29},{&quot;2026-09-01&quot;:8.26},{&quot;2026-09-02&quot;:8.26},{&quot;2026-09-03&quot;:8.26},{&quot;2026-09-04&quot;:8.26},{&quot;2026-09-05&quot;:8.33},{&quot;2026-09-06&quot;:8.44},{&quot;2026-09-07&quot;:8.44},{&quot;2026-09-08&quot;:8.44},{&quot;2026-09-09&quot;:8.44},{&quot;2026-09-10&quot;:8.44},{&quot;2026-09-11&quot;:8.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="98428"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-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">
            White Lotus Tile
        </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">
            $8.43
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="White Lotus Tile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/15efe915-5e38-4e00-b10f-28e76ab51597.jpg?1783904889" />

        <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">
            White Lotus Tile
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="White Lotus Tile" src="https://cards.scryfall.io/large/front/1/5/15efe915-5e38-4e00-b10f-28e76ab51597.jpg?1783904889" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.78},{&quot;2026-06-14&quot;:8.84},{&quot;2026-06-15&quot;:8.84},{&quot;2026-06-16&quot;:8.84},{&quot;2026-06-17&quot;:8.84},{&quot;2026-06-18&quot;:8.84},{&quot;2026-06-19&quot;:8.84},{&quot;2026-06-20&quot;:8.84},{&quot;2026-06-21&quot;:8.84},{&quot;2026-06-22&quot;:8.74},{&quot;2026-06-23&quot;:8.74},{&quot;2026-06-24&quot;:8.74},{&quot;2026-06-25&quot;:8.77},{&quot;2026-06-26&quot;:8.71},{&quot;2026-06-27&quot;:8.71},{&quot;2026-06-28&quot;:8.7},{&quot;2026-06-29&quot;:8.65},{&quot;2026-06-30&quot;:8.7},{&quot;2026-07-01&quot;:8.73},{&quot;2026-07-02&quot;:8.73},{&quot;2026-07-03&quot;:8.81},{&quot;2026-07-04&quot;:8.83},{&quot;2026-07-05&quot;:8.83},{&quot;2026-07-06&quot;:8.83},{&quot;2026-07-07&quot;:8.83},{&quot;2026-07-08&quot;:8.82},{&quot;2026-07-09&quot;:8.82},{&quot;2026-07-10&quot;:8.85},{&quot;2026-07-11&quot;:8.81},{&quot;2026-07-12&quot;:8.81},{&quot;2026-07-13&quot;:8.81},{&quot;2026-07-14&quot;:8.83},{&quot;2026-07-15&quot;:8.88},{&quot;2026-07-16&quot;:8.85},{&quot;2026-07-17&quot;:8.8},{&quot;2026-07-18&quot;:8.8},{&quot;2026-07-19&quot;:8.83},{&quot;2026-07-20&quot;:8.89},{&quot;2026-07-21&quot;:8.89},{&quot;2026-07-22&quot;:8.89},{&quot;2026-07-23&quot;:9.0},{&quot;2026-07-24&quot;:9.0},{&quot;2026-07-25&quot;:9.0},{&quot;2026-07-26&quot;:9.0},{&quot;2026-07-27&quot;:9.0},{&quot;2026-07-28&quot;:8.94},{&quot;2026-07-29&quot;:8.91},{&quot;2026-07-30&quot;:8.91},{&quot;2026-07-31&quot;:8.91},{&quot;2026-08-01&quot;:8.91},{&quot;2026-08-02&quot;:8.91},{&quot;2026-08-03&quot;:8.97},{&quot;2026-08-04&quot;:8.97},{&quot;2026-08-05&quot;:8.97},{&quot;2026-08-07&quot;:8.87},{&quot;2026-08-08&quot;:8.86},{&quot;2026-08-09&quot;:8.86},{&quot;2026-08-10&quot;:8.88},{&quot;2026-08-11&quot;:8.88},{&quot;2026-08-12&quot;:8.85},{&quot;2026-08-13&quot;:8.83},{&quot;2026-08-14&quot;:8.83},{&quot;2026-08-15&quot;:8.83},{&quot;2026-08-16&quot;:8.81},{&quot;2026-08-17&quot;:8.81},{&quot;2026-08-18&quot;:8.65},{&quot;2026-08-19&quot;:8.47},{&quot;2026-08-20&quot;:8.47},{&quot;2026-08-21&quot;:8.4},{&quot;2026-08-22&quot;:8.41},{&quot;2026-08-23&quot;:8.3},{&quot;2026-08-24&quot;:8.3},{&quot;2026-08-25&quot;:8.3},{&quot;2026-08-26&quot;:8.3},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.48},{&quot;2026-08-29&quot;:8.48},{&quot;2026-08-30&quot;:8.44},{&quot;2026-08-31&quot;:8.44},{&quot;2026-09-01&quot;:8.51},{&quot;2026-09-02&quot;:8.45},{&quot;2026-09-03&quot;:8.43},{&quot;2026-09-04&quot;:8.34},{&quot;2026-09-05&quot;:8.38},{&quot;2026-09-06&quot;:8.38},{&quot;2026-09-07&quot;:8.29},{&quot;2026-09-08&quot;:8.29},{&quot;2026-09-09&quot;:8.29},{&quot;2026-09-10&quot;:8.41},{&quot;2026-09-11&quot;:8.43}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.83},{&quot;2026-06-14&quot;:7.88},{&quot;2026-06-15&quot;:7.84},{&quot;2026-06-16&quot;:7.76},{&quot;2026-06-17&quot;:7.76},{&quot;2026-06-18&quot;:7.64},{&quot;2026-06-19&quot;:7.55},{&quot;2026-06-20&quot;:7.53},{&quot;2026-06-21&quot;:7.53},{&quot;2026-06-22&quot;:7.56},{&quot;2026-06-23&quot;:7.66},{&quot;2026-06-24&quot;:7.41},{&quot;2026-06-25&quot;:7.51},{&quot;2026-06-26&quot;:7.51},{&quot;2026-06-27&quot;:7.67},{&quot;2026-06-28&quot;:7.67},{&quot;2026-06-29&quot;:7.59},{&quot;2026-06-30&quot;:7.6},{&quot;2026-07-01&quot;:7.5},{&quot;2026-07-02&quot;:7.55},{&quot;2026-07-03&quot;:7.39},{&quot;2026-07-04&quot;:7.39},{&quot;2026-07-05&quot;:7.36},{&quot;2026-07-06&quot;:7.36},{&quot;2026-07-07&quot;:7.29},{&quot;2026-07-08&quot;:7.23},{&quot;2026-07-09&quot;:7.14},{&quot;2026-07-10&quot;:6.98},{&quot;2026-07-11&quot;:6.94},{&quot;2026-07-12&quot;:6.87},{&quot;2026-07-13&quot;:6.88},{&quot;2026-07-14&quot;:6.9},{&quot;2026-07-15&quot;:6.83},{&quot;2026-07-16&quot;:6.84},{&quot;2026-07-17&quot;:6.76},{&quot;2026-07-18&quot;:6.81},{&quot;2026-07-19&quot;:6.87},{&quot;2026-07-20&quot;:6.87},{&quot;2026-07-21&quot;:6.82},{&quot;2026-07-22&quot;:6.91},{&quot;2026-07-23&quot;:6.99},{&quot;2026-07-24&quot;:6.99},{&quot;2026-07-25&quot;:6.94},{&quot;2026-07-26&quot;:6.95},{&quot;2026-07-27&quot;:7.02},{&quot;2026-07-28&quot;:7.12},{&quot;2026-07-29&quot;:7.07},{&quot;2026-07-30&quot;:7.12},{&quot;2026-07-31&quot;:7.1},{&quot;2026-08-01&quot;:7.1},{&quot;2026-08-02&quot;:7.07},{&quot;2026-08-03&quot;:7.23},{&quot;2026-08-04&quot;:7.23},{&quot;2026-08-05&quot;:7.17},{&quot;2026-08-07&quot;:6.97},{&quot;2026-08-08&quot;:6.91},{&quot;2026-08-09&quot;:6.95},{&quot;2026-08-10&quot;:6.97},{&quot;2026-08-11&quot;:6.93},{&quot;2026-08-12&quot;:7.0},{&quot;2026-08-13&quot;:6.68},{&quot;2026-08-14&quot;:6.66},{&quot;2026-08-15&quot;:6.55},{&quot;2026-08-16&quot;:6.39},{&quot;2026-08-17&quot;:6.48},{&quot;2026-08-18&quot;:6.66},{&quot;2026-08-19&quot;:6.53},{&quot;2026-08-20&quot;:6.53},{&quot;2026-08-21&quot;:6.97},{&quot;2026-08-22&quot;:6.92},{&quot;2026-08-23&quot;:7.01},{&quot;2026-08-24&quot;:7.16},{&quot;2026-08-25&quot;:7.17},{&quot;2026-08-26&quot;:7.27},{&quot;2026-08-27&quot;:7.2},{&quot;2026-08-28&quot;:7.11},{&quot;2026-08-29&quot;:7.11},{&quot;2026-08-30&quot;:7.22},{&quot;2026-08-31&quot;:7.58},{&quot;2026-09-01&quot;:7.58},{&quot;2026-09-02&quot;:7.76},{&quot;2026-09-03&quot;:7.8},{&quot;2026-09-04&quot;:7.8},{&quot;2026-09-05&quot;:7.53},{&quot;2026-09-06&quot;:7.73},{&quot;2026-09-07&quot;:7.84},{&quot;2026-09-08&quot;:7.84},{&quot;2026-09-09&quot;:7.98},{&quot;2026-09-10&quot;:8.02},{&quot;2026-09-11&quot;:8.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mantle of the Ancients" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/6/867124fc-c8e4-4e0e-be41-b74a6bb34e86.jpg?1783926258" />

        <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">
            Mantle of the Ancients
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mantle of the Ancients" src="https://cards.scryfall.io/large/front/8/6/867124fc-c8e4-4e0e-be41-b74a6bb34e86.jpg?1783926258" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:9.4},{&quot;2026-06-10&quot;:8.61},{&quot;2026-06-11&quot;:8.66},{&quot;2026-06-12&quot;:8.44},{&quot;2026-06-13&quot;:8.49},{&quot;2026-06-14&quot;:8.49},{&quot;2026-06-15&quot;:8.31},{&quot;2026-06-16&quot;:8.31},{&quot;2026-06-17&quot;:8.31},{&quot;2026-06-18&quot;:8.62},{&quot;2026-06-19&quot;:8.61},{&quot;2026-06-20&quot;:8.61},{&quot;2026-06-21&quot;:8.9},{&quot;2026-06-22&quot;:9.24},{&quot;2026-06-24&quot;:9.5},{&quot;2026-06-25&quot;:9.56},{&quot;2026-06-26&quot;:9.59},{&quot;2026-06-27&quot;:9.45},{&quot;2026-06-28&quot;:9.31},{&quot;2026-06-29&quot;:9.22},{&quot;2026-06-30&quot;:9.3},{&quot;2026-07-01&quot;:9.51},{&quot;2026-07-02&quot;:9.47},{&quot;2026-07-03&quot;:9.53},{&quot;2026-07-04&quot;:9.53},{&quot;2026-07-05&quot;:9.6},{&quot;2026-07-06&quot;:9.6},{&quot;2026-07-07&quot;:9.56},{&quot;2026-07-08&quot;:9.54},{&quot;2026-07-09&quot;:9.08},{&quot;2026-07-10&quot;:9.33},{&quot;2026-07-11&quot;:9.36},{&quot;2026-07-12&quot;:9.36},{&quot;2026-07-13&quot;:9.38},{&quot;2026-07-14&quot;:9.38},{&quot;2026-07-15&quot;:9.38},{&quot;2026-07-16&quot;:9.34},{&quot;2026-07-17&quot;:9.34},{&quot;2026-07-18&quot;:9.17},{&quot;2026-07-19&quot;:9.17},{&quot;2026-07-20&quot;:9.24},{&quot;2026-07-21&quot;:8.93},{&quot;2026-07-23&quot;:9.0},{&quot;2026-07-25&quot;:8.95},{&quot;2026-07-26&quot;:8.96},{&quot;2026-07-27&quot;:8.97},{&quot;2026-07-29&quot;:9.06},{&quot;2026-07-30&quot;:9.2},{&quot;2026-07-31&quot;:9.38},{&quot;2026-08-01&quot;:9.51},{&quot;2026-08-02&quot;:9.57},{&quot;2026-08-03&quot;:9.57},{&quot;2026-08-04&quot;:9.57},{&quot;2026-08-05&quot;:9.57},{&quot;2026-08-07&quot;:9.55},{&quot;2026-08-08&quot;:9.55},{&quot;2026-08-09&quot;:9.47},{&quot;2026-08-10&quot;:9.49},{&quot;2026-08-11&quot;:9.41},{&quot;2026-08-12&quot;:9.34},{&quot;2026-08-13&quot;:9.26},{&quot;2026-08-14&quot;:9.14},{&quot;2026-08-15&quot;:9.18},{&quot;2026-08-16&quot;:9.07},{&quot;2026-08-17&quot;:9.11},{&quot;2026-08-18&quot;:9.11},{&quot;2026-08-19&quot;:9.06},{&quot;2026-08-20&quot;:9.06},{&quot;2026-08-21&quot;:9.13},{&quot;2026-08-22&quot;:9.1},{&quot;2026-08-23&quot;:9.1},{&quot;2026-08-24&quot;:9.1},{&quot;2026-08-25&quot;:9.1},{&quot;2026-08-26&quot;:9.1},{&quot;2026-08-27&quot;:8.9},{&quot;2026-08-28&quot;:8.94},{&quot;2026-08-29&quot;:8.94},{&quot;2026-08-30&quot;:8.94},{&quot;2026-08-31&quot;:9.0},{&quot;2026-09-01&quot;:9.0},{&quot;2026-09-02&quot;:8.97},{&quot;2026-09-03&quot;:9.01},{&quot;2026-09-04&quot;:9.02},{&quot;2026-09-05&quot;:8.8},{&quot;2026-09-06&quot;:8.77},{&quot;2026-09-07&quot;:8.64},{&quot;2026-09-08&quot;:8.6},{&quot;2026-09-09&quot;:8.6},{&quot;2026-09-10&quot;:8.33},{&quot;2026-09-11&quot;:8.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Shivan Dragon
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Shivan Dragon" src="https://cards.scryfall.io/large/front/7/0/70846483-9c23-42c4-9f9f-1fc5cda17c77.jpg?1783947825" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94783"
  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-fca 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">
            Sram, Senior Edificer
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sram, Senior Edificer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/8/084d7a61-ef18-42e3-8485-76ae9a36ef7b.jpg?1783906394" />

        <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">
            Sram, Senior Edificer
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sram, Senior Edificer" src="https://cards.scryfall.io/large/front/0/8/084d7a61-ef18-42e3-8485-76ae9a36ef7b.jpg?1783906394" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:25.87},{&quot;2026-06-14&quot;:25.87},{&quot;2026-06-15&quot;:25.87},{&quot;2026-06-16&quot;:25.92},{&quot;2026-06-17&quot;:25.92},{&quot;2026-06-18&quot;:25.92},{&quot;2026-06-19&quot;:25.92},{&quot;2026-06-20&quot;:25.92},{&quot;2026-06-21&quot;:25.92},{&quot;2026-06-22&quot;:27.43},{&quot;2026-06-23&quot;:27.43},{&quot;2026-06-24&quot;:27.43},{&quot;2026-06-25&quot;:27.6},{&quot;2026-06-26&quot;:27.6},{&quot;2026-06-27&quot;:27.63},{&quot;2026-06-28&quot;:27.63},{&quot;2026-06-29&quot;:27.63},{&quot;2026-06-30&quot;:27.63},{&quot;2026-07-01&quot;:27.42},{&quot;2026-07-02&quot;:27.42},{&quot;2026-07-03&quot;:27.42},{&quot;2026-07-04&quot;:27.74},{&quot;2026-07-05&quot;:27.74},{&quot;2026-07-06&quot;:27.74},{&quot;2026-07-07&quot;:27.74},{&quot;2026-07-08&quot;:27.74},{&quot;2026-07-09&quot;:27.75},{&quot;2026-07-10&quot;:27.82},{&quot;2026-07-11&quot;:28.13},{&quot;2026-07-12&quot;:28.77},{&quot;2026-07-13&quot;:28.77},{&quot;2026-07-14&quot;:28.93},{&quot;2026-07-15&quot;:29.25},{&quot;2026-07-16&quot;:29.76},{&quot;2026-07-17&quot;:29.76},{&quot;2026-07-18&quot;:29.76},{&quot;2026-07-19&quot;:29.76},{&quot;2026-07-20&quot;:29.75},{&quot;2026-07-21&quot;:29.75},{&quot;2026-07-22&quot;:29.75},{&quot;2026-07-23&quot;:29.75},{&quot;2026-07-24&quot;:29.75},{&quot;2026-07-25&quot;:29.75},{&quot;2026-07-26&quot;:30.08},{&quot;2026-07-27&quot;:30.14},{&quot;2026-07-28&quot;:30.31},{&quot;2026-07-29&quot;:30.43},{&quot;2026-07-30&quot;:29.37},{&quot;2026-07-31&quot;:29.08},{&quot;2026-08-01&quot;:29.08},{&quot;2026-08-02&quot;:30.45},{&quot;2026-08-03&quot;:34.07},{&quot;2026-08-04&quot;:34.07},{&quot;2026-08-05&quot;:33.72},{&quot;2026-08-07&quot;:34.62},{&quot;2026-08-08&quot;:34.46},{&quot;2026-08-09&quot;:36.57},{&quot;2026-08-10&quot;:36.57},{&quot;2026-08-11&quot;:37.81},{&quot;2026-08-12&quot;:38.67},{&quot;2026-08-13&quot;:38.68},{&quot;2026-08-14&quot;:39.53},{&quot;2026-08-15&quot;:40.34},{&quot;2026-08-16&quot;:40.34},{&quot;2026-08-17&quot;:40.34},{&quot;2026-08-18&quot;:40.34},{&quot;2026-08-19&quot;:40.34},{&quot;2026-08-20&quot;:41.51},{&quot;2026-08-21&quot;:42.59},{&quot;2026-08-22&quot;:43.82},{&quot;2026-08-23&quot;:43.82},{&quot;2026-08-24&quot;:44.62},{&quot;2026-08-25&quot;:45.69},{&quot;2026-08-26&quot;:45.69},{&quot;2026-08-27&quot;:47.15},{&quot;2026-08-28&quot;:47.15},{&quot;2026-08-29&quot;:47.15},{&quot;2026-08-30&quot;:48.31},{&quot;2026-08-31&quot;:48.31},{&quot;2026-09-01&quot;:48.31},{&quot;2026-09-02&quot;:48.31},{&quot;2026-09-03&quot;:48.31},{&quot;2026-09-04&quot;:48.99},{&quot;2026-09-05&quot;:50.11},{&quot;2026-09-06&quot;:50.67},{&quot;2026-09-07&quot;:50.67},{&quot;2026-09-08&quot;:51.29},{&quot;2026-09-09&quot;:51.83},{&quot;2026-09-10&quot;:51.83},{&quot;2026-09-11&quot;:51.93}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.8},{&quot;2026-06-14&quot;:5.89},{&quot;2026-06-15&quot;:5.87},{&quot;2026-06-16&quot;:5.86},{&quot;2026-06-17&quot;:5.93},{&quot;2026-06-18&quot;:6.03},{&quot;2026-06-19&quot;:6.06},{&quot;2026-06-20&quot;:6.12},{&quot;2026-06-21&quot;:6.2},{&quot;2026-06-22&quot;:6.14},{&quot;2026-06-23&quot;:6.12},{&quot;2026-06-24&quot;:6.14},{&quot;2026-06-25&quot;:6.15},{&quot;2026-06-26&quot;:7.9},{&quot;2026-06-27&quot;:7.69},{&quot;2026-06-28&quot;:7.78},{&quot;2026-06-29&quot;:7.76},{&quot;2026-06-30&quot;:7.84},{&quot;2026-07-01&quot;:7.73},{&quot;2026-07-02&quot;:7.92},{&quot;2026-07-03&quot;:8.01},{&quot;2026-07-04&quot;:6.33},{&quot;2026-07-05&quot;:6.12},{&quot;2026-07-06&quot;:6.19},{&quot;2026-07-07&quot;:6.29},{&quot;2026-07-08&quot;:6.35},{&quot;2026-07-09&quot;:6.55},{&quot;2026-07-10&quot;:6.97},{&quot;2026-07-11&quot;:7.28},{&quot;2026-07-12&quot;:7.27},{&quot;2026-07-13&quot;:7.57},{&quot;2026-07-14&quot;:7.96},{&quot;2026-07-15&quot;:7.83},{&quot;2026-07-16&quot;:7.71},{&quot;2026-07-17&quot;:7.05},{&quot;2026-07-18&quot;:6.83},{&quot;2026-07-19&quot;:6.09},{&quot;2026-07-20&quot;:6.41},{&quot;2026-07-21&quot;:6.59},{&quot;2026-07-22&quot;:6.54},{&quot;2026-07-23&quot;:6.74},{&quot;2026-07-24&quot;:6.72},{&quot;2026-07-25&quot;:6.69},{&quot;2026-07-26&quot;:6.61},{&quot;2026-07-27&quot;:6.37},{&quot;2026-07-28&quot;:6.17},{&quot;2026-07-29&quot;:6.2},{&quot;2026-07-30&quot;:6.1},{&quot;2026-07-31&quot;:5.88},{&quot;2026-08-01&quot;:5.78},{&quot;2026-08-02&quot;:5.83},{&quot;2026-08-03&quot;:5.79},{&quot;2026-08-04&quot;:5.75},{&quot;2026-08-05&quot;:5.8},{&quot;2026-08-07&quot;:6.1},{&quot;2026-08-08&quot;:6.04},{&quot;2026-08-09&quot;:6.06},{&quot;2026-08-10&quot;:6.07},{&quot;2026-08-11&quot;:6.16},{&quot;2026-08-12&quot;:6.37},{&quot;2026-08-13&quot;:6.48},{&quot;2026-08-14&quot;:6.52},{&quot;2026-08-15&quot;:6.55},{&quot;2026-08-16&quot;:6.4},{&quot;2026-08-17&quot;:6.37},{&quot;2026-08-18&quot;:6.57},{&quot;2026-08-19&quot;:6.82},{&quot;2026-08-20&quot;:6.7},{&quot;2026-08-21&quot;:6.8},{&quot;2026-08-22&quot;:7.29},{&quot;2026-08-23&quot;:7.35},{&quot;2026-08-24&quot;:7.64},{&quot;2026-08-25&quot;:7.73},{&quot;2026-08-26&quot;:7.44},{&quot;2026-08-27&quot;:7.42},{&quot;2026-08-28&quot;:7.36},{&quot;2026-08-29&quot;:7.36},{&quot;2026-08-30&quot;:6.56},{&quot;2026-08-31&quot;:5.89},{&quot;2026-09-01&quot;:7.63},{&quot;2026-09-02&quot;:7.98},{&quot;2026-09-03&quot;:7.98},{&quot;2026-09-04&quot;:8.01},{&quot;2026-09-05&quot;:9.16},{&quot;2026-09-06&quot;:8.22},{&quot;2026-09-07&quot;:8.19},{&quot;2026-09-08&quot;:8.19},{&quot;2026-09-09&quot;:8.1},{&quot;2026-09-10&quot;:8.41},{&quot;2026-09-11&quot;:8.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="80480"
  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">
            Leaf-Crowned Elder
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Leaf-Crowned Elder
        </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 — Treefolk 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="Leaf-Crowned Elder" src="https://cards.scryfall.io/large/front/5/d/5d47a112-9441-4580-9fd8-1a83e35f64b7.jpg?1783916126" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.44},{&quot;2026-06-13&quot;:9.45},{&quot;2026-06-14&quot;:9.13},{&quot;2026-06-15&quot;:9.13},{&quot;2026-06-16&quot;:9.13},{&quot;2026-06-17&quot;:8.9},{&quot;2026-06-18&quot;:8.9},{&quot;2026-06-19&quot;:8.9},{&quot;2026-06-20&quot;:8.9},{&quot;2026-06-21&quot;:8.9},{&quot;2026-06-22&quot;:8.83},{&quot;2026-06-23&quot;:8.83},{&quot;2026-06-24&quot;:8.83},{&quot;2026-06-25&quot;:8.84},{&quot;2026-06-26&quot;:8.84},{&quot;2026-06-27&quot;:8.84},{&quot;2026-06-28&quot;:8.84},{&quot;2026-06-29&quot;:8.76},{&quot;2026-06-30&quot;:8.76},{&quot;2026-07-01&quot;:8.5},{&quot;2026-07-02&quot;:8.5},{&quot;2026-07-03&quot;:8.43},{&quot;2026-07-04&quot;:8.37},{&quot;2026-07-05&quot;:8.37},{&quot;2026-07-06&quot;:8.43},{&quot;2026-07-07&quot;:8.43},{&quot;2026-07-08&quot;:8.46},{&quot;2026-07-09&quot;:8.46},{&quot;2026-07-10&quot;:8.46},{&quot;2026-07-11&quot;:8.41},{&quot;2026-07-12&quot;:8.19},{&quot;2026-07-13&quot;:8.19},{&quot;2026-07-14&quot;:8.19},{&quot;2026-07-15&quot;:8.19},{&quot;2026-07-16&quot;:8.19},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.21},{&quot;2026-07-19&quot;:8.21},{&quot;2026-07-20&quot;:8.19},{&quot;2026-07-21&quot;:8.19},{&quot;2026-07-23&quot;:8.18},{&quot;2026-07-24&quot;:8.18},{&quot;2026-07-25&quot;:8.18},{&quot;2026-07-26&quot;:8.18},{&quot;2026-07-27&quot;:8.18},{&quot;2026-07-28&quot;:8.18},{&quot;2026-07-29&quot;:8.15},{&quot;2026-07-30&quot;:8.16},{&quot;2026-07-31&quot;:8.16},{&quot;2026-08-01&quot;:8.16},{&quot;2026-08-02&quot;:8.16},{&quot;2026-08-03&quot;:8.28},{&quot;2026-08-04&quot;:8.28},{&quot;2026-08-05&quot;:8.34},{&quot;2026-08-07&quot;:8.34},{&quot;2026-08-08&quot;:8.37},{&quot;2026-08-09&quot;:8.44},{&quot;2026-08-10&quot;:8.44},{&quot;2026-08-11&quot;:8.37},{&quot;2026-08-12&quot;:8.38},{&quot;2026-08-13&quot;:8.38},{&quot;2026-08-14&quot;:8.38},{&quot;2026-08-15&quot;:8.41},{&quot;2026-08-16&quot;:8.41},{&quot;2026-08-17&quot;:8.41},{&quot;2026-08-18&quot;:8.53},{&quot;2026-08-19&quot;:8.53},{&quot;2026-08-20&quot;:8.53},{&quot;2026-08-21&quot;:8.53},{&quot;2026-08-22&quot;:8.51},{&quot;2026-08-23&quot;:8.51},{&quot;2026-08-24&quot;:8.51},{&quot;2026-08-25&quot;:8.51},{&quot;2026-08-26&quot;:8.51},{&quot;2026-08-27&quot;:8.51},{&quot;2026-08-28&quot;:8.51},{&quot;2026-08-29&quot;:8.51},{&quot;2026-08-30&quot;:8.57},{&quot;2026-08-31&quot;:8.58},{&quot;2026-09-01&quot;:8.47},{&quot;2026-09-02&quot;:8.47},{&quot;2026-09-03&quot;:8.47},{&quot;2026-09-04&quot;:8.47},{&quot;2026-09-05&quot;:8.47},{&quot;2026-09-06&quot;:8.47},{&quot;2026-09-07&quot;:8.47},{&quot;2026-09-08&quot;:8.41},{&quot;2026-09-09&quot;:8.41},{&quot;2026-09-10&quot;:8.41},{&quot;2026-09-11&quot;:8.41}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jetfire, Ingenious Scientist // Jetfire, Air Guardian" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/4/f4362cd5-5b6a-457f-8d73-71dff9f76335.jpg?1783919894" />

        <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">
            Jetfire, Ingenious Scientist 
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Jetfire, Ingenious Scientist // Jetfire, Air Guardian" src="https://cards.scryfall.io/large/front/f/4/f4362cd5-5b6a-457f-8d73-71dff9f76335.jpg?1783919894" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Jetfire, Ingenious Scientist // Jetfire, Air Guardian" src="https://cards.scryfall.io/large/back/f/4/f4362cd5-5b6a-457f-8d73-71dff9f76335.jpg?1783919894" />
              </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">
                $8.40
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:84.19},{&quot;2026-06-14&quot;:84.19},{&quot;2026-06-15&quot;:84.19},{&quot;2026-06-16&quot;:84.19},{&quot;2026-06-17&quot;:84.19},{&quot;2026-06-18&quot;:84.19},{&quot;2026-06-19&quot;:84.19},{&quot;2026-06-20&quot;:84.19},{&quot;2026-06-21&quot;:84.19},{&quot;2026-06-22&quot;:84.19},{&quot;2026-06-23&quot;:84.19},{&quot;2026-06-24&quot;:84.19},{&quot;2026-06-25&quot;:84.19},{&quot;2026-06-26&quot;:84.19},{&quot;2026-06-27&quot;:84.19},{&quot;2026-06-28&quot;:84.19},{&quot;2026-06-29&quot;:84.19},{&quot;2026-06-30&quot;:84.19},{&quot;2026-07-01&quot;:84.19},{&quot;2026-07-02&quot;:84.19},{&quot;2026-07-03&quot;:84.19},{&quot;2026-07-04&quot;:84.19},{&quot;2026-07-05&quot;:84.19},{&quot;2026-07-06&quot;:84.19},{&quot;2026-07-07&quot;:84.19},{&quot;2026-07-08&quot;:84.19},{&quot;2026-07-09&quot;:84.19},{&quot;2026-07-10&quot;:84.19},{&quot;2026-07-11&quot;:84.19},{&quot;2026-07-12&quot;:84.19},{&quot;2026-07-13&quot;:84.19},{&quot;2026-07-14&quot;:84.19},{&quot;2026-07-15&quot;:84.19},{&quot;2026-07-16&quot;:83.85},{&quot;2026-07-17&quot;:83.85},{&quot;2026-07-18&quot;:83.85},{&quot;2026-07-19&quot;:83.85},{&quot;2026-07-20&quot;:83.85},{&quot;2026-07-21&quot;:83.85},{&quot;2026-07-22&quot;:83.85},{&quot;2026-07-23&quot;:83.85},{&quot;2026-07-24&quot;:83.85},{&quot;2026-07-25&quot;:83.85},{&quot;2026-07-26&quot;:83.85},{&quot;2026-07-27&quot;:83.85},{&quot;2026-07-28&quot;:83.85},{&quot;2026-07-29&quot;:83.85},{&quot;2026-07-30&quot;:83.85},{&quot;2026-07-31&quot;:83.85},{&quot;2026-08-01&quot;:83.85},{&quot;2026-08-02&quot;:83.85},{&quot;2026-08-03&quot;:83.85},{&quot;2026-08-04&quot;:83.85},{&quot;2026-08-05&quot;:83.85},{&quot;2026-08-07&quot;:83.85},{&quot;2026-08-08&quot;:83.85},{&quot;2026-08-09&quot;:83.85},{&quot;2026-08-10&quot;:83.85},{&quot;2026-08-11&quot;:83.85},{&quot;2026-08-12&quot;:83.85},{&quot;2026-08-13&quot;:83.85},{&quot;2026-08-14&quot;:83.85},{&quot;2026-08-15&quot;:83.85},{&quot;2026-08-16&quot;:83.85},{&quot;2026-08-17&quot;:83.85},{&quot;2026-08-18&quot;:83.85},{&quot;2026-08-19&quot;:83.85},{&quot;2026-08-20&quot;:83.85},{&quot;2026-08-21&quot;:83.85},{&quot;2026-08-22&quot;:83.85},{&quot;2026-08-23&quot;:83.85},{&quot;2026-08-24&quot;:83.85},{&quot;2026-08-25&quot;:83.85},{&quot;2026-08-26&quot;:83.85},{&quot;2026-08-27&quot;:83.85},{&quot;2026-08-28&quot;:83.85},{&quot;2026-08-29&quot;:83.85},{&quot;2026-08-30&quot;:83.85},{&quot;2026-08-31&quot;:83.85},{&quot;2026-09-01&quot;:83.85},{&quot;2026-09-02&quot;:83.85},{&quot;2026-09-03&quot;:83.85},{&quot;2026-09-04&quot;:83.85},{&quot;2026-09-05&quot;:83.85},{&quot;2026-09-06&quot;:83.85},{&quot;2026-09-07&quot;:83.85},{&quot;2026-09-08&quot;:83.79},{&quot;2026-09-09&quot;:84.19},{&quot;2026-09-10&quot;:84.19},{&quot;2026-09-11&quot;:84.19}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.34},{&quot;2026-06-14&quot;:7.34},{&quot;2026-06-15&quot;:7.22},{&quot;2026-06-16&quot;:7.22},{&quot;2026-06-17&quot;:7.4},{&quot;2026-06-18&quot;:7.4},{&quot;2026-06-19&quot;:7.37},{&quot;2026-06-20&quot;:7.47},{&quot;2026-06-21&quot;:7.47},{&quot;2026-06-22&quot;:7.29},{&quot;2026-06-23&quot;:7.35},{&quot;2026-06-24&quot;:7.35},{&quot;2026-06-25&quot;:7.39},{&quot;2026-06-26&quot;:7.39},{&quot;2026-06-27&quot;:7.39},{&quot;2026-06-28&quot;:7.39},{&quot;2026-06-29&quot;:7.3},{&quot;2026-06-30&quot;:7.3},{&quot;2026-07-01&quot;:7.3},{&quot;2026-07-02&quot;:7.11},{&quot;2026-07-03&quot;:7.04},{&quot;2026-07-04&quot;:7.04},{&quot;2026-07-05&quot;:6.94},{&quot;2026-07-06&quot;:6.94},{&quot;2026-07-07&quot;:6.94},{&quot;2026-07-08&quot;:6.83},{&quot;2026-07-09&quot;:6.82},{&quot;2026-07-10&quot;:6.82},{&quot;2026-07-11&quot;:6.82},{&quot;2026-07-12&quot;:6.82},{&quot;2026-07-13&quot;:6.82},{&quot;2026-07-14&quot;:6.82},{&quot;2026-07-15&quot;:6.82},{&quot;2026-07-16&quot;:6.82},{&quot;2026-07-17&quot;:6.88},{&quot;2026-07-18&quot;:7.05},{&quot;2026-07-19&quot;:7.03},{&quot;2026-07-20&quot;:7.03},{&quot;2026-07-21&quot;:7.03},{&quot;2026-07-22&quot;:7.17},{&quot;2026-07-23&quot;:7.17},{&quot;2026-07-24&quot;:7.17},{&quot;2026-07-25&quot;:7.17},{&quot;2026-07-26&quot;:7.17},{&quot;2026-07-27&quot;:7.18},{&quot;2026-07-28&quot;:7.18},{&quot;2026-07-29&quot;:7.18},{&quot;2026-07-30&quot;:7.18},{&quot;2026-07-31&quot;:7.18},{&quot;2026-08-01&quot;:7.18},{&quot;2026-08-02&quot;:7.18},{&quot;2026-08-03&quot;:7.31},{&quot;2026-08-04&quot;:7.31},{&quot;2026-08-05&quot;:7.31},{&quot;2026-08-07&quot;:7.31},{&quot;2026-08-08&quot;:7.37},{&quot;2026-08-09&quot;:7.22},{&quot;2026-08-10&quot;:7.22},{&quot;2026-08-11&quot;:7.28},{&quot;2026-08-12&quot;:7.28},{&quot;2026-08-13&quot;:7.35},{&quot;2026-08-14&quot;:7.35},{&quot;2026-08-15&quot;:7.35},{&quot;2026-08-16&quot;:7.35},{&quot;2026-08-17&quot;:7.35},{&quot;2026-08-18&quot;:7.35},{&quot;2026-08-19&quot;:7.35},{&quot;2026-08-20&quot;:7.34},{&quot;2026-08-21&quot;:7.24},{&quot;2026-08-22&quot;:7.23},{&quot;2026-08-23&quot;:7.23},{&quot;2026-08-24&quot;:7.34},{&quot;2026-08-25&quot;:7.34},{&quot;2026-08-26&quot;:7.34},{&quot;2026-08-27&quot;:7.34},{&quot;2026-08-28&quot;:7.43},{&quot;2026-08-29&quot;:7.43},{&quot;2026-08-30&quot;:8.16},{&quot;2026-08-31&quot;:8.02},{&quot;2026-09-01&quot;:7.83},{&quot;2026-09-02&quot;:8.03},{&quot;2026-09-03&quot;:8.07},{&quot;2026-09-04&quot;:8.13},{&quot;2026-09-05&quot;:8.1},{&quot;2026-09-06&quot;:8.1},{&quot;2026-09-07&quot;:8.29},{&quot;2026-09-08&quot;:8.38},{&quot;2026-09-09&quot;:8.42},{&quot;2026-09-10&quot;:8.42},{&quot;2026-09-11&quot;:8.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="94971"
  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-fca 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">
            Command Beacon
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Command Beacon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/6/2670653e-fcaa-46e3-b3bf-cb8e8b981a9c.jpg?1783906374" />

        <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">
            Command Beacon
        </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="Command Beacon" src="https://cards.scryfall.io/large/front/2/6/2670653e-fcaa-46e3-b3bf-cb8e8b981a9c.jpg?1783906374" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:21.33},{&quot;2026-06-12&quot;:21.33},{&quot;2026-06-13&quot;:21.88},{&quot;2026-06-14&quot;:21.88},{&quot;2026-06-15&quot;:21.88},{&quot;2026-06-16&quot;:21.88},{&quot;2026-06-17&quot;:21.88},{&quot;2026-06-18&quot;:21.88},{&quot;2026-06-19&quot;:21.88},{&quot;2026-06-20&quot;:21.88},{&quot;2026-06-21&quot;:22.45},{&quot;2026-06-22&quot;:22.45},{&quot;2026-06-23&quot;:22.45},{&quot;2026-06-24&quot;:22.45},{&quot;2026-06-25&quot;:22.35},{&quot;2026-06-26&quot;:22.35},{&quot;2026-06-27&quot;:22.35},{&quot;2026-06-28&quot;:22.35},{&quot;2026-06-29&quot;:22.78},{&quot;2026-06-30&quot;:22.78},{&quot;2026-07-01&quot;:21.59},{&quot;2026-07-02&quot;:21.59},{&quot;2026-07-03&quot;:21.58},{&quot;2026-07-04&quot;:21.69},{&quot;2026-07-05&quot;:21.76},{&quot;2026-07-06&quot;:21.76},{&quot;2026-07-07&quot;:21.76},{&quot;2026-07-08&quot;:21.76},{&quot;2026-07-09&quot;:21.9},{&quot;2026-07-10&quot;:21.91},{&quot;2026-07-11&quot;:21.85},{&quot;2026-07-12&quot;:21.85},{&quot;2026-07-13&quot;:21.92},{&quot;2026-07-14&quot;:21.92},{&quot;2026-07-15&quot;:21.92},{&quot;2026-07-16&quot;:22.19},{&quot;2026-07-17&quot;:22.19},{&quot;2026-07-18&quot;:21.84},{&quot;2026-07-19&quot;:22.15},{&quot;2026-07-20&quot;:22.15},{&quot;2026-07-21&quot;:22.15},{&quot;2026-07-23&quot;:22.3},{&quot;2026-07-25&quot;:22.31},{&quot;2026-07-26&quot;:22.31},{&quot;2026-07-27&quot;:22.31},{&quot;2026-07-28&quot;:22.16},{&quot;2026-07-29&quot;:22.16},{&quot;2026-07-30&quot;:22.01},{&quot;2026-07-31&quot;:21.29},{&quot;2026-08-01&quot;:21.29},{&quot;2026-08-02&quot;:22.3},{&quot;2026-08-03&quot;:22.31},{&quot;2026-08-04&quot;:22.47},{&quot;2026-08-05&quot;:22.47},{&quot;2026-08-07&quot;:22.5},{&quot;2026-08-08&quot;:22.5},{&quot;2026-08-09&quot;:22.5},{&quot;2026-08-10&quot;:22.5},{&quot;2026-08-11&quot;:22.69},{&quot;2026-08-12&quot;:22.69},{&quot;2026-08-13&quot;:22.69},{&quot;2026-08-14&quot;:22.69},{&quot;2026-08-15&quot;:22.69},{&quot;2026-08-16&quot;:22.91},{&quot;2026-08-17&quot;:22.91},{&quot;2026-08-18&quot;:23.02},{&quot;2026-08-19&quot;:23.02},{&quot;2026-08-20&quot;:23.02},{&quot;2026-08-21&quot;:23.04},{&quot;2026-08-22&quot;:23.04},{&quot;2026-08-23&quot;:23.3},{&quot;2026-08-24&quot;:23.3},{&quot;2026-08-25&quot;:23.3},{&quot;2026-08-26&quot;:23.3},{&quot;2026-08-27&quot;:23.3},{&quot;2026-08-28&quot;:23.3},{&quot;2026-08-29&quot;:23.3},{&quot;2026-08-30&quot;:23.04},{&quot;2026-08-31&quot;:23.04},{&quot;2026-09-01&quot;:23.04},{&quot;2026-09-02&quot;:23.12},{&quot;2026-09-03&quot;:23.15},{&quot;2026-09-04&quot;:23.15},{&quot;2026-09-05&quot;:23.15},{&quot;2026-09-06&quot;:23.37},{&quot;2026-09-07&quot;:23.37},{&quot;2026-09-08&quot;:23.37},{&quot;2026-09-09&quot;:23.37},{&quot;2026-09-10&quot;:23.37},{&quot;2026-09-11&quot;:23.37}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.74},{&quot;2026-06-12&quot;:6.76},{&quot;2026-06-13&quot;:6.98},{&quot;2026-06-14&quot;:7.04},{&quot;2026-06-15&quot;:7.1},{&quot;2026-06-16&quot;:7.43},{&quot;2026-06-17&quot;:7.76},{&quot;2026-06-18&quot;:7.62},{&quot;2026-06-19&quot;:7.74},{&quot;2026-06-20&quot;:7.73},{&quot;2026-06-21&quot;:7.78},{&quot;2026-06-22&quot;:7.82},{&quot;2026-06-23&quot;:7.87},{&quot;2026-06-24&quot;:7.59},{&quot;2026-06-25&quot;:7.43},{&quot;2026-06-26&quot;:7.06},{&quot;2026-06-27&quot;:7.24},{&quot;2026-06-28&quot;:7.27},{&quot;2026-06-29&quot;:7.35},{&quot;2026-06-30&quot;:7.45},{&quot;2026-07-01&quot;:7.32},{&quot;2026-07-02&quot;:7.27},{&quot;2026-07-03&quot;:7.26},{&quot;2026-07-04&quot;:7.28},{&quot;2026-07-05&quot;:7.41},{&quot;2026-07-06&quot;:7.41},{&quot;2026-07-07&quot;:7.45},{&quot;2026-07-08&quot;:7.54},{&quot;2026-07-09&quot;:7.54},{&quot;2026-07-10&quot;:7.52},{&quot;2026-07-11&quot;:7.52},{&quot;2026-07-12&quot;:7.45},{&quot;2026-07-13&quot;:7.73},{&quot;2026-07-14&quot;:7.6},{&quot;2026-07-15&quot;:7.65},{&quot;2026-07-16&quot;:7.79},{&quot;2026-07-17&quot;:8.11},{&quot;2026-07-18&quot;:8.74},{&quot;2026-07-19&quot;:8.82},{&quot;2026-07-20&quot;:8.75},{&quot;2026-07-21&quot;:8.59},{&quot;2026-07-23&quot;:8.79},{&quot;2026-07-25&quot;:8.74},{&quot;2026-07-26&quot;:8.61},{&quot;2026-07-27&quot;:8.97},{&quot;2026-07-28&quot;:8.88},{&quot;2026-07-29&quot;:8.64},{&quot;2026-07-30&quot;:8.65},{&quot;2026-07-31&quot;:8.56},{&quot;2026-08-01&quot;:8.38},{&quot;2026-08-02&quot;:8.38},{&quot;2026-08-03&quot;:8.39},{&quot;2026-08-04&quot;:8.38},{&quot;2026-08-05&quot;:8.38},{&quot;2026-08-07&quot;:7.74},{&quot;2026-08-08&quot;:7.88},{&quot;2026-08-09&quot;:8.27},{&quot;2026-08-10&quot;:8.24},{&quot;2026-08-11&quot;:8.2},{&quot;2026-08-12&quot;:8.18},{&quot;2026-08-13&quot;:8.25},{&quot;2026-08-14&quot;:8.45},{&quot;2026-08-15&quot;:8.42},{&quot;2026-08-16&quot;:8.46},{&quot;2026-08-17&quot;:8.44},{&quot;2026-08-18&quot;:8.22},{&quot;2026-08-19&quot;:8.16},{&quot;2026-08-20&quot;:8.16},{&quot;2026-08-21&quot;:8.36},{&quot;2026-08-22&quot;:8.36},{&quot;2026-08-23&quot;:8.39},{&quot;2026-08-24&quot;:8.34},{&quot;2026-08-25&quot;:8.34},{&quot;2026-08-26&quot;:8.5},{&quot;2026-08-27&quot;:8.53},{&quot;2026-08-28&quot;:8.5},{&quot;2026-08-29&quot;:8.5},{&quot;2026-08-30&quot;:8.34},{&quot;2026-08-31&quot;:8.21},{&quot;2026-09-01&quot;:8.21},{&quot;2026-09-02&quot;:8.16},{&quot;2026-09-03&quot;:8.16},{&quot;2026-09-04&quot;:8.16},{&quot;2026-09-05&quot;:8.18},{&quot;2026-09-06&quot;:8.23},{&quot;2026-09-07&quot;:8.23},{&quot;2026-09-08&quot;:8.19},{&quot;2026-09-09&quot;:8.47},{&quot;2026-09-10&quot;:8.43},{&quot;2026-09-11&quot;:8.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Overgrown Tomb" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/5/45b92924-baa1-4c9b-9932-9a5eda8f3446.jpg?1782683913" />

        <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">
            Overgrown Tomb
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Overgrown Tomb" src="https://cards.scryfall.io/large/front/4/5/45b92924-baa1-4c9b-9932-9a5eda8f3446.jpg?1782683913" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:10.22},{&quot;2026-06-13&quot;:10.39},{&quot;2026-06-14&quot;:10.39},{&quot;2026-06-15&quot;:10.39},{&quot;2026-06-16&quot;:10.39},{&quot;2026-06-17&quot;:10.48},{&quot;2026-06-18&quot;:10.47},{&quot;2026-06-19&quot;:10.51},{&quot;2026-06-20&quot;:10.18},{&quot;2026-06-21&quot;:10.27},{&quot;2026-06-22&quot;:10.28},{&quot;2026-06-23&quot;:10.3},{&quot;2026-06-24&quot;:10.35},{&quot;2026-06-25&quot;:10.44},{&quot;2026-06-26&quot;:10.3},{&quot;2026-06-27&quot;:10.29},{&quot;2026-06-28&quot;:10.14},{&quot;2026-06-29&quot;:10.3},{&quot;2026-06-30&quot;:10.35},{&quot;2026-07-01&quot;:10.35},{&quot;2026-07-02&quot;:10.34},{&quot;2026-07-03&quot;:10.34},{&quot;2026-07-04&quot;:10.18},{&quot;2026-07-05&quot;:10.26},{&quot;2026-07-06&quot;:10.05},{&quot;2026-07-07&quot;:9.97},{&quot;2026-07-08&quot;:9.91},{&quot;2026-07-09&quot;:9.94},{&quot;2026-07-10&quot;:10.0},{&quot;2026-07-11&quot;:10.01},{&quot;2026-07-12&quot;:10.04},{&quot;2026-07-13&quot;:10.12},{&quot;2026-07-14&quot;:10.12},{&quot;2026-07-15&quot;:10.05},{&quot;2026-07-16&quot;:9.94},{&quot;2026-07-17&quot;:9.85},{&quot;2026-07-18&quot;:9.85},{&quot;2026-07-19&quot;:9.86},{&quot;2026-07-20&quot;:9.72},{&quot;2026-07-21&quot;:9.34},{&quot;2026-07-23&quot;:9.41},{&quot;2026-07-24&quot;:9.41},{&quot;2026-07-25&quot;:9.07},{&quot;2026-07-26&quot;:8.85},{&quot;2026-07-27&quot;:8.84},{&quot;2026-07-28&quot;:8.76},{&quot;2026-07-29&quot;:8.92},{&quot;2026-07-30&quot;:9.27},{&quot;2026-07-31&quot;:9.35},{&quot;2026-08-01&quot;:9.35},{&quot;2026-08-02&quot;:9.5},{&quot;2026-08-03&quot;:9.64},{&quot;2026-08-04&quot;:9.57},{&quot;2026-08-05&quot;:9.6},{&quot;2026-08-07&quot;:9.44},{&quot;2026-08-08&quot;:9.53},{&quot;2026-08-09&quot;:9.26},{&quot;2026-08-10&quot;:9.32},{&quot;2026-08-11&quot;:9.32},{&quot;2026-08-12&quot;:9.32},{&quot;2026-08-13&quot;:9.32},{&quot;2026-08-14&quot;:9.25},{&quot;2026-08-15&quot;:9.19},{&quot;2026-08-16&quot;:9.06},{&quot;2026-08-17&quot;:8.76},{&quot;2026-08-18&quot;:8.76},{&quot;2026-08-19&quot;:8.77},{&quot;2026-08-20&quot;:8.77},{&quot;2026-08-21&quot;:8.86},{&quot;2026-08-22&quot;:8.8},{&quot;2026-08-23&quot;:9.29},{&quot;2026-08-24&quot;:9.23},{&quot;2026-08-25&quot;:9.18},{&quot;2026-08-26&quot;:9.21},{&quot;2026-08-27&quot;:9.21},{&quot;2026-08-28&quot;:9.38},{&quot;2026-08-29&quot;:9.38},{&quot;2026-08-30&quot;:9.37},{&quot;2026-08-31&quot;:9.37},{&quot;2026-09-01&quot;:9.21},{&quot;2026-09-02&quot;:9.21},{&quot;2026-09-03&quot;:9.16},{&quot;2026-09-04&quot;:9.14},{&quot;2026-09-05&quot;:9.1},{&quot;2026-09-06&quot;:9.15},{&quot;2026-09-07&quot;:9.15},{&quot;2026-09-08&quot;:9.33},{&quot;2026-09-09&quot;:9.34},{&quot;2026-09-10&quot;:9.34},{&quot;2026-09-11&quot;:9.37}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:9.78},{&quot;2026-06-13&quot;:9.49},{&quot;2026-06-14&quot;:9.34},{&quot;2026-06-15&quot;:9.58},{&quot;2026-06-16&quot;:9.55},{&quot;2026-06-17&quot;:9.66},{&quot;2026-06-18&quot;:9.54},{&quot;2026-06-19&quot;:9.6},{&quot;2026-06-20&quot;:9.42},{&quot;2026-06-21&quot;:9.32},{&quot;2026-06-22&quot;:9.76},{&quot;2026-06-23&quot;:9.62},{&quot;2026-06-24&quot;:9.58},{&quot;2026-06-25&quot;:9.74},{&quot;2026-06-26&quot;:10.1},{&quot;2026-06-27&quot;:10.13},{&quot;2026-06-28&quot;:10.34},{&quot;2026-06-29&quot;:10.24},{&quot;2026-06-30&quot;:10.29},{&quot;2026-07-01&quot;:10.28},{&quot;2026-07-02&quot;:9.8},{&quot;2026-07-03&quot;:9.56},{&quot;2026-07-04&quot;:9.59},{&quot;2026-07-05&quot;:9.34},{&quot;2026-07-06&quot;:9.09},{&quot;2026-07-07&quot;:9.38},{&quot;2026-07-08&quot;:9.07},{&quot;2026-07-09&quot;:9.9},{&quot;2026-07-10&quot;:10.29},{&quot;2026-07-11&quot;:11.07},{&quot;2026-07-12&quot;:10.88},{&quot;2026-07-13&quot;:10.55},{&quot;2026-07-14&quot;:10.36},{&quot;2026-07-15&quot;:10.07},{&quot;2026-07-16&quot;:10.23},{&quot;2026-07-17&quot;:10.12},{&quot;2026-07-18&quot;:9.93},{&quot;2026-07-19&quot;:9.34},{&quot;2026-07-20&quot;:8.92},{&quot;2026-07-21&quot;:8.96},{&quot;2026-07-23&quot;:8.29},{&quot;2026-07-24&quot;:9.21},{&quot;2026-07-25&quot;:8.82},{&quot;2026-07-26&quot;:8.3},{&quot;2026-07-27&quot;:8.91},{&quot;2026-07-28&quot;:9.33},{&quot;2026-07-29&quot;:9.3},{&quot;2026-07-30&quot;:8.89},{&quot;2026-07-31&quot;:8.86},{&quot;2026-08-01&quot;:8.78},{&quot;2026-08-02&quot;:9.02},{&quot;2026-08-03&quot;:9.03},{&quot;2026-08-04&quot;:8.92},{&quot;2026-08-05&quot;:8.76},{&quot;2026-08-07&quot;:9.0},{&quot;2026-08-08&quot;:8.72},{&quot;2026-08-09&quot;:8.68},{&quot;2026-08-10&quot;:8.86},{&quot;2026-08-11&quot;:8.54},{&quot;2026-08-12&quot;:8.85},{&quot;2026-08-13&quot;:9.19},{&quot;2026-08-14&quot;:9.43},{&quot;2026-08-15&quot;:9.47},{&quot;2026-08-16&quot;:9.38},{&quot;2026-08-17&quot;:9.18},{&quot;2026-08-18&quot;:9.41},{&quot;2026-08-19&quot;:9.24},{&quot;2026-08-20&quot;:9.24},{&quot;2026-08-21&quot;:9.39},{&quot;2026-08-22&quot;:8.42},{&quot;2026-08-23&quot;:7.89},{&quot;2026-08-24&quot;:8.45},{&quot;2026-08-25&quot;:8.61},{&quot;2026-08-26&quot;:8.66},{&quot;2026-08-27&quot;:8.72},{&quot;2026-08-28&quot;:9.39},{&quot;2026-08-29&quot;:9.39},{&quot;2026-08-30&quot;:9.46},{&quot;2026-08-31&quot;:9.03},{&quot;2026-09-01&quot;:8.67},{&quot;2026-09-02&quot;:8.47},{&quot;2026-09-03&quot;:8.67},{&quot;2026-09-04&quot;:8.6},{&quot;2026-09-05&quot;:8.94},{&quot;2026-09-06&quot;:8.64},{&quot;2026-09-07&quot;:8.14},{&quot;2026-09-08&quot;:7.85},{&quot;2026-09-09&quot;:8.32},{&quot;2026-09-10&quot;:8.54},{&quot;2026-09-11&quot;:8.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $8.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="Defense Grid" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/e/5e161489-ecfb-4018-a907-fd4d11cd3bfb.jpg?1783919766" />

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Defense Grid" src="https://cards.scryfall.io/large/front/5/e/5e161489-ecfb-4018-a907-fd4d11cd3bfb.jpg?1783919766" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:12.67},{&quot;2026-06-13&quot;:12.67},{&quot;2026-06-14&quot;:12.8},{&quot;2026-06-15&quot;:12.8},{&quot;2026-06-16&quot;:12.8},{&quot;2026-06-17&quot;:12.8},{&quot;2026-06-18&quot;:12.8},{&quot;2026-06-19&quot;:12.8},{&quot;2026-06-20&quot;:12.87},{&quot;2026-06-21&quot;:12.87},{&quot;2026-06-22&quot;:12.87},{&quot;2026-06-23&quot;:12.87},{&quot;2026-06-24&quot;:12.87},{&quot;2026-06-25&quot;:12.87},{&quot;2026-06-26&quot;:12.87},{&quot;2026-06-27&quot;:12.87},{&quot;2026-06-28&quot;:12.87},{&quot;2026-06-29&quot;:12.87},{&quot;2026-06-30&quot;:12.87},{&quot;2026-07-01&quot;:12.87},{&quot;2026-07-02&quot;:12.87},{&quot;2026-07-03&quot;:13.25},{&quot;2026-07-04&quot;:13.25},{&quot;2026-07-05&quot;:13.25},{&quot;2026-07-06&quot;:13.25},{&quot;2026-07-07&quot;:13.25},{&quot;2026-07-08&quot;:13.37},{&quot;2026-07-09&quot;:13.37},{&quot;2026-07-10&quot;:13.37},{&quot;2026-07-11&quot;:13.36},{&quot;2026-07-12&quot;:13.36},{&quot;2026-07-13&quot;:13.53},{&quot;2026-07-14&quot;:13.53},{&quot;2026-07-15&quot;:13.53},{&quot;2026-07-16&quot;:13.54},{&quot;2026-07-17&quot;:13.54},{&quot;2026-07-18&quot;:13.25},{&quot;2026-07-19&quot;:13.25},{&quot;2026-07-20&quot;:13.25},{&quot;2026-07-21&quot;:13.25},{&quot;2026-07-23&quot;:13.39},{&quot;2026-07-24&quot;:13.39},{&quot;2026-07-25&quot;:13.39},{&quot;2026-07-26&quot;:13.39},{&quot;2026-07-27&quot;:13.39},{&quot;2026-07-28&quot;:13.39},{&quot;2026-07-29&quot;:13.39},{&quot;2026-07-30&quot;:13.37},{&quot;2026-07-31&quot;:13.36},{&quot;2026-08-01&quot;:13.36},{&quot;2026-08-02&quot;:13.36},{&quot;2026-08-03&quot;:13.36},{&quot;2026-08-04&quot;:13.53},{&quot;2026-08-05&quot;:13.53},{&quot;2026-08-07&quot;:13.53},{&quot;2026-08-08&quot;:13.53},{&quot;2026-08-09&quot;:13.53},{&quot;2026-08-10&quot;:13.53},{&quot;2026-08-11&quot;:13.53},{&quot;2026-08-12&quot;:13.53},{&quot;2026-08-13&quot;:13.71},{&quot;2026-08-14&quot;:13.71},{&quot;2026-08-15&quot;:13.71},{&quot;2026-08-16&quot;:14.05},{&quot;2026-08-17&quot;:14.05},{&quot;2026-08-18&quot;:14.05},{&quot;2026-08-19&quot;:14.05},{&quot;2026-08-20&quot;:14.05},{&quot;2026-08-21&quot;:14.05},{&quot;2026-08-22&quot;:14.05},{&quot;2026-08-23&quot;:14.05},{&quot;2026-08-24&quot;:14.05},{&quot;2026-08-25&quot;:14.05},{&quot;2026-08-26&quot;:14.05},{&quot;2026-08-27&quot;:14.05},{&quot;2026-08-28&quot;:14.05},{&quot;2026-08-29&quot;:14.05},{&quot;2026-08-30&quot;:13.76},{&quot;2026-08-31&quot;:13.76},{&quot;2026-09-01&quot;:13.76},{&quot;2026-09-02&quot;:13.76},{&quot;2026-09-03&quot;:13.76},{&quot;2026-09-04&quot;:13.8},{&quot;2026-09-05&quot;:13.77},{&quot;2026-09-06&quot;:13.77},{&quot;2026-09-07&quot;:13.77},{&quot;2026-09-08&quot;:13.63},{&quot;2026-09-09&quot;:13.53},{&quot;2026-09-10&quot;:13.53},{&quot;2026-09-11&quot;:13.53}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:6.87},{&quot;2026-06-13&quot;:6.87},{&quot;2026-06-14&quot;:6.93},{&quot;2026-06-15&quot;:7.0},{&quot;2026-06-16&quot;:7.0},{&quot;2026-06-17&quot;:7.0},{&quot;2026-06-18&quot;:6.96},{&quot;2026-06-19&quot;:6.92},{&quot;2026-06-20&quot;:6.92},{&quot;2026-06-21&quot;:6.92},{&quot;2026-06-22&quot;:6.92},{&quot;2026-06-23&quot;:6.9},{&quot;2026-06-24&quot;:6.85},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:7.0},{&quot;2026-06-27&quot;:7.0},{&quot;2026-06-28&quot;:6.97},{&quot;2026-06-29&quot;:6.99},{&quot;2026-06-30&quot;:6.99},{&quot;2026-07-01&quot;:7.04},{&quot;2026-07-02&quot;:6.99},{&quot;2026-07-03&quot;:6.74},{&quot;2026-07-04&quot;:7.01},{&quot;2026-07-05&quot;:7.04},{&quot;2026-07-06&quot;:7.03},{&quot;2026-07-07&quot;:7.03},{&quot;2026-07-08&quot;:7.01},{&quot;2026-07-09&quot;:6.98},{&quot;2026-07-10&quot;:7.19},{&quot;2026-07-11&quot;:7.1},{&quot;2026-07-12&quot;:7.21},{&quot;2026-07-13&quot;:7.21},{&quot;2026-07-14&quot;:7.21},{&quot;2026-07-15&quot;:7.21},{&quot;2026-07-16&quot;:7.17},{&quot;2026-07-17&quot;:7.36},{&quot;2026-07-18&quot;:7.27},{&quot;2026-07-19&quot;:7.13},{&quot;2026-07-20&quot;:7.13},{&quot;2026-07-21&quot;:7.62},{&quot;2026-07-23&quot;:7.31},{&quot;2026-07-24&quot;:7.31},{&quot;2026-07-25&quot;:7.36},{&quot;2026-07-26&quot;:7.36},{&quot;2026-07-27&quot;:7.32},{&quot;2026-07-28&quot;:7.19},{&quot;2026-07-29&quot;:7.19},{&quot;2026-07-30&quot;:7.19},{&quot;2026-07-31&quot;:7.39},{&quot;2026-08-01&quot;:7.25},{&quot;2026-08-02&quot;:7.46},{&quot;2026-08-03&quot;:7.46},{&quot;2026-08-04&quot;:7.56},{&quot;2026-08-05&quot;:7.38},{&quot;2026-08-07&quot;:7.96},{&quot;2026-08-08&quot;:7.96},{&quot;2026-08-09&quot;:7.96},{&quot;2026-08-10&quot;:7.92},{&quot;2026-08-11&quot;:7.92},{&quot;2026-08-12&quot;:7.92},{&quot;2026-08-13&quot;:7.76},{&quot;2026-08-14&quot;:7.93},{&quot;2026-08-15&quot;:7.93},{&quot;2026-08-16&quot;:7.93},{&quot;2026-08-17&quot;:8.06},{&quot;2026-08-18&quot;:8.06},{&quot;2026-08-19&quot;:8.06},{&quot;2026-08-20&quot;:8.06},{&quot;2026-08-21&quot;:8.13},{&quot;2026-08-22&quot;:8.13},{&quot;2026-08-23&quot;:8.31},{&quot;2026-08-24&quot;:8.39},{&quot;2026-08-25&quot;:8.69},{&quot;2026-08-26&quot;:8.69},{&quot;2026-08-27&quot;:8.69},{&quot;2026-08-28&quot;:8.76},{&quot;2026-08-29&quot;:8.76},{&quot;2026-08-30&quot;:8.7},{&quot;2026-08-31&quot;:8.7},{&quot;2026-09-01&quot;:8.7},{&quot;2026-09-02&quot;:8.29},{&quot;2026-09-03&quot;:8.29},{&quot;2026-09-04&quot;:8.23},{&quot;2026-09-05&quot;:8.23},{&quot;2026-09-06&quot;:8.34},{&quot;2026-09-07&quot;:8.34},{&quot;2026-09-08&quot;:8.34},{&quot;2026-09-09&quot;:8.34},{&quot;2026-09-10&quot;:8.44},{&quot;2026-09-11&quot;:8.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="40382"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Beast Whisperer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/7/b7e90355-80ca-49db-914c-62b3a7bd4726.jpg?1783928319" />

        <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">
            Beast Whisperer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Druid</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="Beast Whisperer" src="https://cards.scryfall.io/large/front/b/7/b7e90355-80ca-49db-914c-62b3a7bd4726.jpg?1783928319" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:7.88},{&quot;2026-06-11&quot;:7.88},{&quot;2026-06-12&quot;:7.91},{&quot;2026-06-13&quot;:7.83},{&quot;2026-06-14&quot;:7.83},{&quot;2026-06-15&quot;:7.68},{&quot;2026-06-16&quot;:7.68},{&quot;2026-06-17&quot;:7.68},{&quot;2026-06-18&quot;:7.68},{&quot;2026-06-19&quot;:7.58},{&quot;2026-06-20&quot;:7.53},{&quot;2026-06-21&quot;:7.52},{&quot;2026-06-22&quot;:7.49},{&quot;2026-06-23&quot;:7.41},{&quot;2026-06-24&quot;:7.36},{&quot;2026-06-25&quot;:7.34},{&quot;2026-06-26&quot;:7.05},{&quot;2026-06-27&quot;:7.44},{&quot;2026-06-28&quot;:7.43},{&quot;2026-06-29&quot;:7.43},{&quot;2026-06-30&quot;:7.32},{&quot;2026-07-01&quot;:7.32},{&quot;2026-07-02&quot;:7.32},{&quot;2026-07-03&quot;:7.32},{&quot;2026-07-04&quot;:7.09},{&quot;2026-07-05&quot;:7.17},{&quot;2026-07-06&quot;:7.34},{&quot;2026-07-07&quot;:7.52},{&quot;2026-07-08&quot;:7.56},{&quot;2026-07-09&quot;:7.56},{&quot;2026-07-10&quot;:7.51},{&quot;2026-07-11&quot;:7.48},{&quot;2026-07-12&quot;:7.48},{&quot;2026-07-13&quot;:7.49},{&quot;2026-07-14&quot;:7.44},{&quot;2026-07-15&quot;:7.49},{&quot;2026-07-16&quot;:7.62},{&quot;2026-07-17&quot;:7.66},{&quot;2026-07-18&quot;:7.66},{&quot;2026-07-19&quot;:7.66},{&quot;2026-07-20&quot;:7.66},{&quot;2026-07-21&quot;:7.57},{&quot;2026-07-23&quot;:7.4},{&quot;2026-07-25&quot;:7.61},{&quot;2026-07-26&quot;:7.45},{&quot;2026-07-27&quot;:7.45},{&quot;2026-07-29&quot;:7.47},{&quot;2026-07-30&quot;:7.36},{&quot;2026-07-31&quot;:7.56},{&quot;2026-08-01&quot;:7.45},{&quot;2026-08-02&quot;:7.3},{&quot;2026-08-03&quot;:7.39},{&quot;2026-08-04&quot;:7.34},{&quot;2026-08-05&quot;:7.68},{&quot;2026-08-07&quot;:7.78},{&quot;2026-08-08&quot;:7.85},{&quot;2026-08-09&quot;:7.99},{&quot;2026-08-10&quot;:7.94},{&quot;2026-08-11&quot;:8.0},{&quot;2026-08-12&quot;:8.0},{&quot;2026-08-13&quot;:7.89},{&quot;2026-08-14&quot;:7.86},{&quot;2026-08-15&quot;:8.07},{&quot;2026-08-16&quot;:7.98},{&quot;2026-08-17&quot;:7.57},{&quot;2026-08-18&quot;:7.38},{&quot;2026-08-19&quot;:7.47},{&quot;2026-08-20&quot;:7.47},{&quot;2026-08-21&quot;:7.29},{&quot;2026-08-22&quot;:7.36},{&quot;2026-08-23&quot;:7.37},{&quot;2026-08-24&quot;:7.47},{&quot;2026-08-25&quot;:7.47},{&quot;2026-08-26&quot;:7.67},{&quot;2026-08-27&quot;:7.83},{&quot;2026-08-28&quot;:7.83},{&quot;2026-08-29&quot;:7.83},{&quot;2026-08-30&quot;:8.3},{&quot;2026-08-31&quot;:8.4},{&quot;2026-09-01&quot;:8.4},{&quot;2026-09-02&quot;:8.4},{&quot;2026-09-03&quot;:8.47},{&quot;2026-09-04&quot;:8.48},{&quot;2026-09-05&quot;:8.54},{&quot;2026-09-06&quot;:8.46},{&quot;2026-09-07&quot;:8.46},{&quot;2026-09-08&quot;:8.46},{&quot;2026-09-09&quot;:8.35},{&quot;2026-09-10&quot;:8.35},{&quot;2026-09-11&quot;:8.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Ramunap Excavator
        </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 — Snake Cleric</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Ramunap Excavator" src="https://cards.scryfall.io/large/front/a/6/a6ebb0c9-59d7-4c27-83a5-16dac9a890e6.jpg?1782736564" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-19&quot;:16.47},{&quot;2026-07-20&quot;:16.49},{&quot;2026-07-21&quot;:16.36},{&quot;2026-07-23&quot;:16.2},{&quot;2026-07-24&quot;:15.64},{&quot;2026-07-25&quot;:15.01},{&quot;2026-07-26&quot;:14.26},{&quot;2026-07-27&quot;:13.33},{&quot;2026-07-28&quot;:11.91},{&quot;2026-07-29&quot;:10.62},{&quot;2026-07-30&quot;:9.18},{&quot;2026-07-31&quot;:7.79},{&quot;2026-08-01&quot;:7.7},{&quot;2026-08-02&quot;:6.08},{&quot;2026-08-03&quot;:5.54},{&quot;2026-08-04&quot;:5.13},{&quot;2026-08-05&quot;:5.31},{&quot;2026-08-07&quot;:5.41},{&quot;2026-08-08&quot;:5.74},{&quot;2026-08-09&quot;:5.8},{&quot;2026-08-10&quot;:5.88},{&quot;2026-08-11&quot;:5.69},{&quot;2026-08-12&quot;:5.55},{&quot;2026-08-13&quot;:5.57},{&quot;2026-08-14&quot;:5.51},{&quot;2026-08-15&quot;:5.46},{&quot;2026-08-16&quot;:5.37},{&quot;2026-08-17&quot;:5.41},{&quot;2026-08-18&quot;:5.55},{&quot;2026-08-19&quot;:5.71},{&quot;2026-08-20&quot;:5.71},{&quot;2026-08-21&quot;:5.82},{&quot;2026-08-22&quot;:5.76},{&quot;2026-08-23&quot;:5.86},{&quot;2026-08-24&quot;:6.03},{&quot;2026-08-25&quot;:6.12},{&quot;2026-08-26&quot;:6.2},{&quot;2026-08-27&quot;:6.2},{&quot;2026-08-28&quot;:6.14},{&quot;2026-08-29&quot;:6.14},{&quot;2026-08-30&quot;:5.66},{&quot;2026-08-31&quot;:5.72},{&quot;2026-09-01&quot;:5.83},{&quot;2026-09-02&quot;:5.87},{&quot;2026-09-03&quot;:6.17},{&quot;2026-09-04&quot;:6.29},{&quot;2026-09-05&quot;:6.37},{&quot;2026-09-06&quot;:6.65},{&quot;2026-09-07&quot;:6.73},{&quot;2026-09-08&quot;:7.25},{&quot;2026-09-09&quot;:7.54},{&quot;2026-09-10&quot;:8.12},{&quot;2026-09-11&quot;:8.34}],&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="20878"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Academy Ruins" src="https://cards.scryfall.io/large/front/a/9/a95b7645-154f-4904-bf71-db7eb24d4df2.jpg?1783930087" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:14.43},{&quot;2026-06-14&quot;:14.43},{&quot;2026-06-15&quot;:14.4},{&quot;2026-06-16&quot;:14.4},{&quot;2026-06-17&quot;:14.4},{&quot;2026-06-18&quot;:14.4},{&quot;2026-06-19&quot;:14.4},{&quot;2026-06-20&quot;:14.4},{&quot;2026-06-21&quot;:14.4},{&quot;2026-06-22&quot;:14.4},{&quot;2026-06-23&quot;:14.3},{&quot;2026-06-24&quot;:14.3},{&quot;2026-06-25&quot;:14.3},{&quot;2026-06-26&quot;:14.3},{&quot;2026-06-27&quot;:14.3},{&quot;2026-06-28&quot;:14.3},{&quot;2026-06-29&quot;:14.3},{&quot;2026-06-30&quot;:14.25},{&quot;2026-07-01&quot;:14.25},{&quot;2026-07-02&quot;:14.21},{&quot;2026-07-03&quot;:14.21},{&quot;2026-07-04&quot;:14.21},{&quot;2026-07-05&quot;:14.21},{&quot;2026-07-06&quot;:14.21},{&quot;2026-07-07&quot;:14.21},{&quot;2026-07-08&quot;:14.21},{&quot;2026-07-09&quot;:14.21},{&quot;2026-07-10&quot;:14.21},{&quot;2026-07-11&quot;:14.21},{&quot;2026-07-12&quot;:14.21},{&quot;2026-07-13&quot;:14.17},{&quot;2026-07-14&quot;:14.17},{&quot;2026-07-15&quot;:14.17},{&quot;2026-07-16&quot;:14.17},{&quot;2026-07-17&quot;:14.17},{&quot;2026-07-18&quot;:14.17},{&quot;2026-07-19&quot;:14.17},{&quot;2026-07-20&quot;:14.17},{&quot;2026-07-21&quot;:14.17},{&quot;2026-07-22&quot;:14.17},{&quot;2026-07-23&quot;:14.17},{&quot;2026-07-24&quot;:14.17},{&quot;2026-07-25&quot;:14.14},{&quot;2026-07-26&quot;:14.14},{&quot;2026-07-27&quot;:14.11},{&quot;2026-07-28&quot;:14.06},{&quot;2026-07-29&quot;:14.06},{&quot;2026-07-30&quot;:14.06},{&quot;2026-07-31&quot;:14.06},{&quot;2026-08-01&quot;:14.06},{&quot;2026-08-02&quot;:14.04},{&quot;2026-08-03&quot;:14.04},{&quot;2026-08-04&quot;:14.01},{&quot;2026-08-05&quot;:14.01},{&quot;2026-08-07&quot;:14.01},{&quot;2026-08-08&quot;:14.01},{&quot;2026-08-09&quot;:14.01},{&quot;2026-08-10&quot;:14.01},{&quot;2026-08-11&quot;:14.01},{&quot;2026-08-12&quot;:14.01},{&quot;2026-08-13&quot;:14.01},{&quot;2026-08-14&quot;:14.01},{&quot;2026-08-15&quot;:14.01},{&quot;2026-08-16&quot;:13.99},{&quot;2026-08-17&quot;:13.99},{&quot;2026-08-18&quot;:13.99},{&quot;2026-08-19&quot;:13.96},{&quot;2026-08-20&quot;:13.96},{&quot;2026-08-21&quot;:13.96},{&quot;2026-08-22&quot;:13.96},{&quot;2026-08-23&quot;:13.96},{&quot;2026-08-24&quot;:13.96},{&quot;2026-08-25&quot;:13.96},{&quot;2026-08-26&quot;:13.96},{&quot;2026-08-27&quot;:13.96},{&quot;2026-08-28&quot;:13.96},{&quot;2026-08-29&quot;:13.96},{&quot;2026-08-30&quot;:13.96},{&quot;2026-08-31&quot;:13.96},{&quot;2026-09-01&quot;:13.96},{&quot;2026-09-02&quot;:13.94},{&quot;2026-09-03&quot;:13.94},{&quot;2026-09-04&quot;:13.83},{&quot;2026-09-05&quot;:13.83},{&quot;2026-09-06&quot;:13.8},{&quot;2026-09-07&quot;:13.8},{&quot;2026-09-08&quot;:13.8},{&quot;2026-09-09&quot;:13.77},{&quot;2026-09-10&quot;:13.77},{&quot;2026-09-11&quot;:13.62}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:9.68},{&quot;2026-06-14&quot;:9.68},{&quot;2026-06-15&quot;:9.71},{&quot;2026-06-16&quot;:9.67},{&quot;2026-06-17&quot;:9.71},{&quot;2026-06-18&quot;:9.54},{&quot;2026-06-19&quot;:9.54},{&quot;2026-06-20&quot;:9.27},{&quot;2026-06-21&quot;:9.27},{&quot;2026-06-22&quot;:9.27},{&quot;2026-06-23&quot;:9.27},{&quot;2026-06-24&quot;:9.27},{&quot;2026-06-25&quot;:9.03},{&quot;2026-06-26&quot;:9.03},{&quot;2026-06-27&quot;:8.73},{&quot;2026-06-28&quot;:8.82},{&quot;2026-06-29&quot;:8.75},{&quot;2026-06-30&quot;:8.7},{&quot;2026-07-01&quot;:8.7},{&quot;2026-07-02&quot;:8.7},{&quot;2026-07-03&quot;:8.65},{&quot;2026-07-04&quot;:8.49},{&quot;2026-07-05&quot;:8.6},{&quot;2026-07-06&quot;:8.52},{&quot;2026-07-07&quot;:8.84},{&quot;2026-07-08&quot;:9.0},{&quot;2026-07-09&quot;:9.0},{&quot;2026-07-10&quot;:9.0},{&quot;2026-07-11&quot;:9.0},{&quot;2026-07-12&quot;:9.25},{&quot;2026-07-13&quot;:9.32},{&quot;2026-07-14&quot;:9.63},{&quot;2026-07-15&quot;:9.63},{&quot;2026-07-16&quot;:9.9},{&quot;2026-07-17&quot;:9.91},{&quot;2026-07-18&quot;:9.96},{&quot;2026-07-19&quot;:9.96},{&quot;2026-07-20&quot;:9.96},{&quot;2026-07-21&quot;:9.75},{&quot;2026-07-22&quot;:9.61},{&quot;2026-07-23&quot;:9.61},{&quot;2026-07-24&quot;:9.62},{&quot;2026-07-25&quot;:9.59},{&quot;2026-07-26&quot;:9.43},{&quot;2026-07-27&quot;:9.65},{&quot;2026-07-28&quot;:9.86},{&quot;2026-07-29&quot;:9.86},{&quot;2026-07-30&quot;:9.62},{&quot;2026-07-31&quot;:9.61},{&quot;2026-08-01&quot;:9.38},{&quot;2026-08-02&quot;:9.24},{&quot;2026-08-03&quot;:9.03},{&quot;2026-08-04&quot;:9.03},{&quot;2026-08-05&quot;:9.03},{&quot;2026-08-07&quot;:9.03},{&quot;2026-08-08&quot;:9.03},{&quot;2026-08-09&quot;:8.99},{&quot;2026-08-10&quot;:8.89},{&quot;2026-08-11&quot;:8.51},{&quot;2026-08-12&quot;:8.51},{&quot;2026-08-13&quot;:8.55},{&quot;2026-08-14&quot;:8.63},{&quot;2026-08-15&quot;:8.6},{&quot;2026-08-16&quot;:8.63},{&quot;2026-08-17&quot;:8.65},{&quot;2026-08-18&quot;:8.65},{&quot;2026-08-19&quot;:8.5},{&quot;2026-08-20&quot;:8.35},{&quot;2026-08-21&quot;:8.46},{&quot;2026-08-22&quot;:8.41},{&quot;2026-08-23&quot;:8.19},{&quot;2026-08-24&quot;:8.07},{&quot;2026-08-25&quot;:8.07},{&quot;2026-08-26&quot;:8.07},{&quot;2026-08-27&quot;:8.06},{&quot;2026-08-28&quot;:8.06},{&quot;2026-08-29&quot;:8.06},{&quot;2026-08-30&quot;:8.1},{&quot;2026-08-31&quot;:8.1},{&quot;2026-09-01&quot;:8.24},{&quot;2026-09-02&quot;:8.26},{&quot;2026-09-03&quot;:8.14},{&quot;2026-09-04&quot;:8.14},{&quot;2026-09-05&quot;:8.4},{&quot;2026-09-06&quot;:8.54},{&quot;2026-09-07&quot;:8.53},{&quot;2026-09-08&quot;:8.7},{&quot;2026-09-09&quot;:8.56},{&quot;2026-09-10&quot;:8.32},{&quot;2026-09-11&quot;:8.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ball Lightning
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-r'></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="Ball Lightning" src="https://cards.scryfall.io/large/front/6/b/6bccf9a0-8d93-4b5e-ada0-1f19f260e5a8.jpg?1783947834" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

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

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eiganjo, Seat of the Empire" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/c/ecb53f59-d89b-481c-af98-75c11c30ee17.jpg?1783923724" />

        <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">
            Eiganjo, Seat of the Empire
        </h3>

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Eiganjo, Seat of the Empire" src="https://cards.scryfall.io/large/front/e/c/ecb53f59-d89b-481c-af98-75c11c30ee17.jpg?1783923724" />
    </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">
                $7.51
              </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">
                $8.28
              </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">$7.00</span>
              <span class="text-xs text-grey-text">Credit: $9.10</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$5.60</span>
              <span class="text-xs text-grey-text">Credit: $7.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:7.5},{&quot;2026-06-10&quot;:7.5},{&quot;2026-06-11&quot;:7.44},{&quot;2026-06-12&quot;:7.44},{&quot;2026-06-13&quot;:7.44},{&quot;2026-06-14&quot;:7.44},{&quot;2026-06-15&quot;:7.45},{&quot;2026-06-16&quot;:7.45},{&quot;2026-06-17&quot;:7.45},{&quot;2026-06-18&quot;:7.45},{&quot;2026-06-19&quot;:7.45},{&quot;2026-06-20&quot;:7.63},{&quot;2026-06-21&quot;:7.64},{&quot;2026-06-22&quot;:7.64},{&quot;2026-06-24&quot;:7.64},{&quot;2026-06-25&quot;:7.64},{&quot;2026-06-26&quot;:7.64},{&quot;2026-06-27&quot;:7.67},{&quot;2026-06-28&quot;:7.67},{&quot;2026-06-29&quot;:7.65},{&quot;2026-06-30&quot;:7.65},{&quot;2026-07-01&quot;:7.65},{&quot;2026-07-02&quot;:7.69},{&quot;2026-07-03&quot;:7.79},{&quot;2026-07-04&quot;:7.94},{&quot;2026-07-05&quot;:7.94},{&quot;2026-07-06&quot;:7.94},{&quot;2026-07-07&quot;:7.94},{&quot;2026-07-08&quot;:7.94},{&quot;2026-07-09&quot;:7.94},{&quot;2026-07-10&quot;:7.94},{&quot;2026-07-11&quot;:7.94},{&quot;2026-07-12&quot;:7.94},{&quot;2026-07-13&quot;:7.94},{&quot;2026-07-14&quot;:7.94},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.94},{&quot;2026-07-17&quot;:7.94},{&quot;2026-07-18&quot;:7.94},{&quot;2026-07-19&quot;:7.94},{&quot;2026-07-20&quot;:8.09},{&quot;2026-07-21&quot;:8.09},{&quot;2026-07-23&quot;:8.09},{&quot;2026-07-25&quot;:8.13},{&quot;2026-07-26&quot;:8.13},{&quot;2026-07-27&quot;:8.13},{&quot;2026-07-29&quot;:8.09},{&quot;2026-07-30&quot;:8.09},{&quot;2026-07-31&quot;:8.09},{&quot;2026-08-01&quot;:8.09},{&quot;2026-08-02&quot;:8.09},{&quot;2026-08-03&quot;:8.09},{&quot;2026-08-04&quot;:8.14},{&quot;2026-08-05&quot;:8.14},{&quot;2026-08-07&quot;:8.52},{&quot;2026-08-08&quot;:8.52},{&quot;2026-08-09&quot;:8.52},{&quot;2026-08-10&quot;:8.52},{&quot;2026-08-11&quot;:8.52},{&quot;2026-08-12&quot;:8.56},{&quot;2026-08-13&quot;:8.56},{&quot;2026-08-14&quot;:8.56},{&quot;2026-08-15&quot;:8.56},{&quot;2026-08-16&quot;:8.57},{&quot;2026-08-17&quot;:8.57},{&quot;2026-08-18&quot;:8.59},{&quot;2026-08-19&quot;:8.63},{&quot;2026-08-20&quot;:8.63},{&quot;2026-08-21&quot;:8.63},{&quot;2026-08-22&quot;:8.51},{&quot;2026-08-23&quot;:8.51},{&quot;2026-08-24&quot;:8.54},{&quot;2026-08-25&quot;:8.54},{&quot;2026-08-26&quot;:8.43},{&quot;2026-08-27&quot;:8.43},{&quot;2026-08-28&quot;:8.49},{&quot;2026-08-29&quot;:8.49},{&quot;2026-08-30&quot;:8.4},{&quot;2026-08-31&quot;:8.4},{&quot;2026-09-01&quot;:8.4},{&quot;2026-09-02&quot;:8.4},{&quot;2026-09-03&quot;:8.4},{&quot;2026-09-04&quot;:8.4},{&quot;2026-09-05&quot;:8.4},{&quot;2026-09-06&quot;:8.4},{&quot;2026-09-07&quot;:8.21},{&quot;2026-09-08&quot;:8.21},{&quot;2026-09-09&quot;:8.21},{&quot;2026-09-10&quot;:8.21},{&quot;2026-09-11&quot;:8.28}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:6.34},{&quot;2026-06-10&quot;:6.34},{&quot;2026-06-11&quot;:6.34},{&quot;2026-06-12&quot;:6.31},{&quot;2026-06-13&quot;:6.38},{&quot;2026-06-14&quot;:6.43},{&quot;2026-06-15&quot;:6.52},{&quot;2026-06-16&quot;:6.55},{&quot;2026-06-17&quot;:6.55},{&quot;2026-06-18&quot;:6.55},{&quot;2026-06-19&quot;:6.54},{&quot;2026-06-20&quot;:6.54},{&quot;2026-06-21&quot;:6.63},{&quot;2026-06-22&quot;:6.63},{&quot;2026-06-24&quot;:6.68},{&quot;2026-06-25&quot;:6.68},{&quot;2026-06-26&quot;:6.67},{&quot;2026-06-27&quot;:6.67},{&quot;2026-06-28&quot;:6.68},{&quot;2026-06-29&quot;:6.68},{&quot;2026-06-30&quot;:6.67},{&quot;2026-07-01&quot;:6.69},{&quot;2026-07-02&quot;:6.69},{&quot;2026-07-03&quot;:6.69},{&quot;2026-07-04&quot;:6.71},{&quot;2026-07-05&quot;:6.71},{&quot;2026-07-06&quot;:6.89},{&quot;2026-07-07&quot;:6.89},{&quot;2026-07-08&quot;:6.89},{&quot;2026-07-09&quot;:6.96},{&quot;2026-07-10&quot;:6.96},{&quot;2026-07-11&quot;:6.96},{&quot;2026-07-12&quot;:7.02},{&quot;2026-07-13&quot;:7.04},{&quot;2026-07-14&quot;:7.04},{&quot;2026-07-15&quot;:7.04},{&quot;2026-07-16&quot;:7.04},{&quot;2026-07-17&quot;:7.04},{&quot;2026-07-18&quot;:7.04},{&quot;2026-07-19&quot;:7.04},{&quot;2026-07-20&quot;:7.14},{&quot;2026-07-21&quot;:6.95},{&quot;2026-07-23&quot;:7.18},{&quot;2026-07-25&quot;:7.24},{&quot;2026-07-26&quot;:7.24},{&quot;2026-07-27&quot;:7.24},{&quot;2026-07-29&quot;:7.31},{&quot;2026-07-30&quot;:7.34},{&quot;2026-07-31&quot;:7.37},{&quot;2026-08-01&quot;:7.37},{&quot;2026-08-02&quot;:7.37},{&quot;2026-08-03&quot;:7.37},{&quot;2026-08-04&quot;:7.37},{&quot;2026-08-05&quot;:7.37},{&quot;2026-08-07&quot;:7.4},{&quot;2026-08-08&quot;:7.4},{&quot;2026-08-09&quot;:7.4},{&quot;2026-08-10&quot;:7.4},{&quot;2026-08-11&quot;:7.4},{&quot;2026-08-12&quot;:7.55},{&quot;2026-08-13&quot;:7.55},{&quot;2026-08-14&quot;:7.52},{&quot;2026-08-15&quot;:7.5},{&quot;2026-08-16&quot;:7.5},{&quot;2026-08-17&quot;:7.5},{&quot;2026-08-18&quot;:7.5},{&quot;2026-08-19&quot;:7.5},{&quot;2026-08-20&quot;:7.5},{&quot;2026-08-21&quot;:7.37},{&quot;2026-08-22&quot;:7.37},{&quot;2026-08-23&quot;:7.37},{&quot;2026-08-24&quot;:7.37},{&quot;2026-08-25&quot;:7.37},{&quot;2026-08-26&quot;:7.37},{&quot;2026-08-27&quot;:7.37},{&quot;2026-08-28&quot;:7.37},{&quot;2026-08-29&quot;:7.37},{&quot;2026-08-30&quot;:7.36},{&quot;2026-08-31&quot;:7.35},{&quot;2026-09-01&quot;:7.35},{&quot;2026-09-02&quot;:7.35},{&quot;2026-09-03&quot;:7.36},{&quot;2026-09-04&quot;:7.36},{&quot;2026-09-05&quot;:7.36},{&quot;2026-09-06&quot;:7.36},{&quot;2026-09-07&quot;:7.38},{&quot;2026-09-08&quot;:7.38},{&quot;2026-09-09&quot;:7.38},{&quot;2026-09-10&quot;:7.47},{&quot;2026-09-11&quot;:7.51}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="11628"
  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-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">
            Mnemonic Deluge
        </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">
              ↑
              9%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Mnemonic Deluge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2d0e725b-2250-4189-9682-73461b5cfed2.jpg?1783928856" />

        <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">
            Mnemonic Deluge
        </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-6'></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><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="Mnemonic Deluge" src="https://cards.scryfall.io/large/front/2/d/2d0e725b-2250-4189-9682-73461b5cfed2.jpg?1783928856" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.86},{&quot;2026-06-14&quot;:7.86},{&quot;2026-06-15&quot;:7.86},{&quot;2026-06-16&quot;:7.86},{&quot;2026-06-17&quot;:7.86},{&quot;2026-06-18&quot;:7.86},{&quot;2026-06-19&quot;:7.86},{&quot;2026-06-20&quot;:7.98},{&quot;2026-06-21&quot;:7.98},{&quot;2026-06-22&quot;:7.98},{&quot;2026-06-23&quot;:7.98},{&quot;2026-06-24&quot;:7.98},{&quot;2026-06-25&quot;:7.98},{&quot;2026-06-26&quot;:7.98},{&quot;2026-06-27&quot;:7.98},{&quot;2026-06-28&quot;:7.98},{&quot;2026-06-29&quot;:8.12},{&quot;2026-06-30&quot;:8.12},{&quot;2026-07-01&quot;:8.12},{&quot;2026-07-02&quot;:8.12},{&quot;2026-07-03&quot;:8.12},{&quot;2026-07-04&quot;:8.12},{&quot;2026-07-05&quot;:8.12},{&quot;2026-07-06&quot;:8.12},{&quot;2026-07-07&quot;:8.12},{&quot;2026-07-08&quot;:8.12},{&quot;2026-07-09&quot;:8.12},{&quot;2026-07-10&quot;:8.12},{&quot;2026-07-11&quot;:8.12},{&quot;2026-07-12&quot;:8.12},{&quot;2026-07-13&quot;:8.12},{&quot;2026-07-14&quot;:8.12},{&quot;2026-07-15&quot;:8.12},{&quot;2026-07-16&quot;:8.12},{&quot;2026-07-17&quot;:8.12},{&quot;2026-07-18&quot;:8.12},{&quot;2026-07-19&quot;:8.12},{&quot;2026-07-20&quot;:8.12},{&quot;2026-07-21&quot;:8.12},{&quot;2026-07-22&quot;:8.12},{&quot;2026-07-23&quot;:8.12},{&quot;2026-07-24&quot;:8.12},{&quot;2026-07-25&quot;:8.36},{&quot;2026-07-26&quot;:8.36},{&quot;2026-07-27&quot;:8.36},{&quot;2026-07-28&quot;:8.36},{&quot;2026-07-29&quot;:8.36},{&quot;2026-07-30&quot;:8.36},{&quot;2026-07-31&quot;:8.36},{&quot;2026-08-01&quot;:8.36},{&quot;2026-08-02&quot;:8.36},{&quot;2026-08-03&quot;:8.36},{&quot;2026-08-04&quot;:8.36},{&quot;2026-08-05&quot;:8.36},{&quot;2026-08-07&quot;:8.36},{&quot;2026-08-08&quot;:8.36},{&quot;2026-08-09&quot;:8.41},{&quot;2026-08-10&quot;:8.41},{&quot;2026-08-11&quot;:8.41},{&quot;2026-08-12&quot;:8.41},{&quot;2026-08-13&quot;:8.36},{&quot;2026-08-14&quot;:8.36},{&quot;2026-08-15&quot;:8.36},{&quot;2026-08-16&quot;:8.36},{&quot;2026-08-17&quot;:8.36},{&quot;2026-08-18&quot;:8.36},{&quot;2026-08-19&quot;:8.36},{&quot;2026-08-20&quot;:8.41},{&quot;2026-08-21&quot;:8.41},{&quot;2026-08-22&quot;:8.41},{&quot;2026-08-23&quot;:8.41},{&quot;2026-08-24&quot;:8.55},{&quot;2026-08-25&quot;:8.55},{&quot;2026-08-26&quot;:8.55},{&quot;2026-08-27&quot;:8.55},{&quot;2026-08-28&quot;:8.9},{&quot;2026-08-29&quot;:8.9},{&quot;2026-08-30&quot;:9.22},{&quot;2026-08-31&quot;:9.37},{&quot;2026-09-01&quot;:9.37},{&quot;2026-09-02&quot;:9.38},{&quot;2026-09-03&quot;:9.38},{&quot;2026-09-04&quot;:9.38},{&quot;2026-09-05&quot;:9.52},{&quot;2026-09-06&quot;:9.52},{&quot;2026-09-07&quot;:9.52},{&quot;2026-09-08&quot;:9.52},{&quot;2026-09-09&quot;:9.52},{&quot;2026-09-10&quot;:9.52},{&quot;2026-09-11&quot;:9.52}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.14},{&quot;2026-06-14&quot;:7.4},{&quot;2026-06-15&quot;:7.35},{&quot;2026-06-16&quot;:7.3},{&quot;2026-06-17&quot;:7.34},{&quot;2026-06-18&quot;:6.52},{&quot;2026-06-19&quot;:6.52},{&quot;2026-06-20&quot;:6.62},{&quot;2026-06-21&quot;:6.55},{&quot;2026-06-22&quot;:6.08},{&quot;2026-06-23&quot;:6.03},{&quot;2026-06-24&quot;:6.31},{&quot;2026-06-25&quot;:6.16},{&quot;2026-06-26&quot;:6.33},{&quot;2026-06-27&quot;:6.06},{&quot;2026-06-28&quot;:6.27},{&quot;2026-06-29&quot;:6.34},{&quot;2026-06-30&quot;:6.39},{&quot;2026-07-01&quot;:7.16},{&quot;2026-07-02&quot;:7.24},{&quot;2026-07-03&quot;:7.24},{&quot;2026-07-04&quot;:7.38},{&quot;2026-07-05&quot;:7.49},{&quot;2026-07-06&quot;:7.68},{&quot;2026-07-07&quot;:7.35},{&quot;2026-07-08&quot;:7.29},{&quot;2026-07-09&quot;:7.17},{&quot;2026-07-10&quot;:7.17},{&quot;2026-07-11&quot;:7.07},{&quot;2026-07-12&quot;:6.77},{&quot;2026-07-13&quot;:6.18},{&quot;2026-07-14&quot;:5.92},{&quot;2026-07-15&quot;:5.95},{&quot;2026-07-16&quot;:6.24},{&quot;2026-07-17&quot;:5.82},{&quot;2026-07-18&quot;:5.94},{&quot;2026-07-19&quot;:6.13},{&quot;2026-07-20&quot;:6.32},{&quot;2026-07-21&quot;:6.42},{&quot;2026-07-22&quot;:6.46},{&quot;2026-07-23&quot;:6.46},{&quot;2026-07-24&quot;:6.46},{&quot;2026-07-25&quot;:6.55},{&quot;2026-07-26&quot;:6.32},{&quot;2026-07-27&quot;:6.5},{&quot;2026-07-28&quot;:6.5},{&quot;2026-07-29&quot;:6.4},{&quot;2026-07-30&quot;:6.23},{&quot;2026-07-31&quot;:6.12},{&quot;2026-08-01&quot;:6.33},{&quot;2026-08-02&quot;:6.48},{&quot;2026-08-03&quot;:6.35},{&quot;2026-08-04&quot;:6.3},{&quot;2026-08-05&quot;:6.35},{&quot;2026-08-07&quot;:6.0},{&quot;2026-08-08&quot;:6.0},{&quot;2026-08-09&quot;:6.14},{&quot;2026-08-10&quot;:5.78},{&quot;2026-08-11&quot;:5.66},{&quot;2026-08-12&quot;:5.63},{&quot;2026-08-13&quot;:6.29},{&quot;2026-08-14&quot;:6.63},{&quot;2026-08-15&quot;:7.3},{&quot;2026-08-16&quot;:7.79},{&quot;2026-08-17&quot;:7.79},{&quot;2026-08-18&quot;:8.12},{&quot;2026-08-19&quot;:8.09},{&quot;2026-08-20&quot;:8.48},{&quot;2026-08-21&quot;:8.47},{&quot;2026-08-22&quot;:8.59},{&quot;2026-08-23&quot;:8.45},{&quot;2026-08-24&quot;:8.45},{&quot;2026-08-25&quot;:8.53},{&quot;2026-08-26&quot;:8.53},{&quot;2026-08-27&quot;:9.01},{&quot;2026-08-28&quot;:8.56},{&quot;2026-08-29&quot;:8.56},{&quot;2026-08-30&quot;:8.28},{&quot;2026-08-31&quot;:8.3},{&quot;2026-09-01&quot;:8.35},{&quot;2026-09-02&quot;:8.28},{&quot;2026-09-03&quot;:8.42},{&quot;2026-09-04&quot;:7.64},{&quot;2026-09-05&quot;:7.55},{&quot;2026-09-06&quot;:7.77},{&quot;2026-09-07&quot;:7.59},{&quot;2026-09-08&quot;:7.9},{&quot;2026-09-09&quot;:7.81},{&quot;2026-09-10&quot;:8.25},{&quot;2026-09-11&quot;:8.26}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="6319"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Blood Moon
        </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">
            $8.24
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Blood Moon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/49673567-c358-4de8-99eb-1a61b7198d46.jpg?1783947366" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Blood Moon
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Blood Moon" src="https://cards.scryfall.io/large/front/4/9/49673567-c358-4de8-99eb-1a61b7198d46.jpg?1783947366" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.24
              </span>

            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$8.50</span>
              <span class="text-xs text-grey-text">Credit: $11.05</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.83},{&quot;2026-06-14&quot;:8.83},{&quot;2026-06-15&quot;:8.83},{&quot;2026-06-16&quot;:8.91},{&quot;2026-06-17&quot;:8.91},{&quot;2026-06-18&quot;:8.91},{&quot;2026-06-19&quot;:8.91},{&quot;2026-06-20&quot;:8.91},{&quot;2026-06-21&quot;:8.91},{&quot;2026-06-22&quot;:8.91},{&quot;2026-06-23&quot;:8.91},{&quot;2026-06-24&quot;:8.91},{&quot;2026-06-25&quot;:8.91},{&quot;2026-06-26&quot;:8.93},{&quot;2026-06-27&quot;:8.93},{&quot;2026-06-28&quot;:8.93},{&quot;2026-06-29&quot;:8.93},{&quot;2026-06-30&quot;:8.93},{&quot;2026-07-01&quot;:8.94},{&quot;2026-07-02&quot;:8.94},{&quot;2026-07-03&quot;:8.89},{&quot;2026-07-04&quot;:8.89},{&quot;2026-07-05&quot;:8.89},{&quot;2026-07-06&quot;:8.89},{&quot;2026-07-07&quot;:8.67},{&quot;2026-07-08&quot;:8.67},{&quot;2026-07-09&quot;:8.67},{&quot;2026-07-10&quot;:8.67},{&quot;2026-07-11&quot;:8.58},{&quot;2026-07-12&quot;:8.58},{&quot;2026-07-13&quot;:8.58},{&quot;2026-07-14&quot;:8.44},{&quot;2026-07-15&quot;:8.44},{&quot;2026-07-16&quot;:8.44},{&quot;2026-07-17&quot;:8.38},{&quot;2026-07-18&quot;:8.38},{&quot;2026-07-19&quot;:8.38},{&quot;2026-07-20&quot;:8.33},{&quot;2026-07-21&quot;:8.08},{&quot;2026-07-22&quot;:8.08},{&quot;2026-07-23&quot;:8.08},{&quot;2026-07-24&quot;:8.08},{&quot;2026-07-25&quot;:8.08},{&quot;2026-07-26&quot;:8.08},{&quot;2026-07-27&quot;:8.09},{&quot;2026-07-28&quot;:8.09},{&quot;2026-07-29&quot;:8.06},{&quot;2026-07-30&quot;:8.06},{&quot;2026-07-31&quot;:8.06},{&quot;2026-08-01&quot;:8.06},{&quot;2026-08-02&quot;:8.06},{&quot;2026-08-03&quot;:8.04},{&quot;2026-08-04&quot;:8.04},{&quot;2026-08-05&quot;:8.04},{&quot;2026-08-07&quot;:8.15},{&quot;2026-08-08&quot;:8.21},{&quot;2026-08-09&quot;:8.21},{&quot;2026-08-10&quot;:8.21},{&quot;2026-08-11&quot;:8.21},{&quot;2026-08-12&quot;:8.21},{&quot;2026-08-13&quot;:8.15},{&quot;2026-08-14&quot;:8.15},{&quot;2026-08-15&quot;:8.21},{&quot;2026-08-16&quot;:8.21},{&quot;2026-08-17&quot;:8.21},{&quot;2026-08-18&quot;:8.21},{&quot;2026-08-19&quot;:8.21},{&quot;2026-08-20&quot;:8.21},{&quot;2026-08-21&quot;:8.21},{&quot;2026-08-22&quot;:8.25},{&quot;2026-08-23&quot;:8.25},{&quot;2026-08-24&quot;:8.25},{&quot;2026-08-25&quot;:8.25},{&quot;2026-08-26&quot;:8.25},{&quot;2026-08-27&quot;:8.25},{&quot;2026-08-28&quot;:8.25},{&quot;2026-08-29&quot;:8.25},{&quot;2026-08-30&quot;:8.25},{&quot;2026-08-31&quot;:8.25},{&quot;2026-09-01&quot;:8.27},{&quot;2026-09-02&quot;:8.27},{&quot;2026-09-03&quot;:8.27},{&quot;2026-09-04&quot;:8.24},{&quot;2026-09-05&quot;:8.24},{&quot;2026-09-06&quot;:8.24},{&quot;2026-09-07&quot;:8.24},{&quot;2026-09-08&quot;:8.24},{&quot;2026-09-09&quot;:8.24},{&quot;2026-09-10&quot;:8.24},{&quot;2026-09-11&quot;:8.24}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14451"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Spellskite
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Artifact Creature — Phyrexian Horror
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.23
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Spellskite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/72204934-f5aa-4559-8f7e-7b0b223580d0.jpg?1783922383" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Spellskite
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Horror</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Spellskite" src="https://cards.scryfall.io/large/front/7/2/72204934-f5aa-4559-8f7e-7b0b223580d0.jpg?1783922383" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.23
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-12&quot;:8.13},{&quot;2026-06-13&quot;:8.15},{&quot;2026-06-14&quot;:8.06},{&quot;2026-06-15&quot;:8.06},{&quot;2026-06-16&quot;:8.06},{&quot;2026-06-17&quot;:8.06},{&quot;2026-06-18&quot;:8.06},{&quot;2026-06-19&quot;:8.11},{&quot;2026-06-20&quot;:8.08},{&quot;2026-06-21&quot;:8.15},{&quot;2026-06-22&quot;:8.15},{&quot;2026-06-23&quot;:8.05},{&quot;2026-06-24&quot;:7.95},{&quot;2026-06-25&quot;:7.95},{&quot;2026-06-26&quot;:8.03},{&quot;2026-06-27&quot;:8.0},{&quot;2026-06-28&quot;:7.98},{&quot;2026-06-29&quot;:8.03},{&quot;2026-06-30&quot;:8.02},{&quot;2026-07-01&quot;:8.12},{&quot;2026-07-02&quot;:8.03},{&quot;2026-07-03&quot;:8.08},{&quot;2026-07-04&quot;:8.08},{&quot;2026-07-05&quot;:8.02},{&quot;2026-07-06&quot;:7.94},{&quot;2026-07-07&quot;:8.1},{&quot;2026-07-08&quot;:7.91},{&quot;2026-07-09&quot;:7.94},{&quot;2026-07-10&quot;:7.94},{&quot;2026-07-11&quot;:7.85},{&quot;2026-07-12&quot;:7.93},{&quot;2026-07-13&quot;:7.93},{&quot;2026-07-14&quot;:7.93},{&quot;2026-07-15&quot;:8.0},{&quot;2026-07-16&quot;:7.93},{&quot;2026-07-17&quot;:7.91},{&quot;2026-07-18&quot;:7.87},{&quot;2026-07-19&quot;:7.97},{&quot;2026-07-20&quot;:7.97},{&quot;2026-07-21&quot;:7.97},{&quot;2026-07-23&quot;:8.15},{&quot;2026-07-24&quot;:7.89},{&quot;2026-07-25&quot;:7.93},{&quot;2026-07-26&quot;:7.73},{&quot;2026-07-27&quot;:7.61},{&quot;2026-07-28&quot;:7.57},{&quot;2026-07-29&quot;:7.6},{&quot;2026-07-30&quot;:7.6},{&quot;2026-07-31&quot;:7.6},{&quot;2026-08-01&quot;:7.61},{&quot;2026-08-02&quot;:7.69},{&quot;2026-08-03&quot;:7.68},{&quot;2026-08-04&quot;:7.61},{&quot;2026-08-05&quot;:7.52},{&quot;2026-08-07&quot;:7.84},{&quot;2026-08-08&quot;:7.78},{&quot;2026-08-09&quot;:7.9},{&quot;2026-08-10&quot;:7.9},{&quot;2026-08-11&quot;:7.83},{&quot;2026-08-12&quot;:7.77},{&quot;2026-08-13&quot;:7.72},{&quot;2026-08-14&quot;:7.71},{&quot;2026-08-15&quot;:7.71},{&quot;2026-08-16&quot;:7.71},{&quot;2026-08-17&quot;:7.74},{&quot;2026-08-18&quot;:7.72},{&quot;2026-08-19&quot;:7.65},{&quot;2026-08-20&quot;:7.65},{&quot;2026-08-21&quot;:7.64},{&quot;2026-08-22&quot;:7.86},{&quot;2026-08-23&quot;:8.02},{&quot;2026-08-24&quot;:7.99},{&quot;2026-08-25&quot;:7.99},{&quot;2026-08-26&quot;:7.99},{&quot;2026-08-27&quot;:7.99},{&quot;2026-08-28&quot;:7.99},{&quot;2026-08-29&quot;:7.99},{&quot;2026-08-30&quot;:8.11},{&quot;2026-08-31&quot;:7.99},{&quot;2026-09-01&quot;:8.0},{&quot;2026-09-02&quot;:8.05},{&quot;2026-09-03&quot;:8.07},{&quot;2026-09-04&quot;:8.2},{&quot;2026-09-05&quot;:8.35},{&quot;2026-09-06&quot;:8.35},{&quot;2026-09-07&quot;:8.36},{&quot;2026-09-08&quot;:8.31},{&quot;2026-09-09&quot;:8.22},{&quot;2026-09-10&quot;:8.23},{&quot;2026-09-11&quot;:8.23}]}"
        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="91084"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Haunted Ridge
        </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">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.22
          </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="Haunted Ridge" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/32f1e668-89b8-4f82-afc1-6c3efb1fef3b.jpg?1783908057" />

        <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">
            Haunted Ridge
        </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="Haunted Ridge" src="https://cards.scryfall.io/large/front/3/2/32f1e668-89b8-4f82-afc1-6c3efb1fef3b.jpg?1783908057" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.22
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $9.30
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.75</span>
              <span class="text-xs text-grey-text">Credit: $7.48</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.91},{&quot;2026-06-14&quot;:8.81},{&quot;2026-06-15&quot;:8.81},{&quot;2026-06-16&quot;:8.8},{&quot;2026-06-17&quot;:8.8},{&quot;2026-06-18&quot;:8.8},{&quot;2026-06-19&quot;:8.8},{&quot;2026-06-20&quot;:8.8},{&quot;2026-06-21&quot;:8.8},{&quot;2026-06-22&quot;:8.83},{&quot;2026-06-23&quot;:8.83},{&quot;2026-06-24&quot;:8.83},{&quot;2026-06-25&quot;:8.83},{&quot;2026-06-26&quot;:8.83},{&quot;2026-06-27&quot;:8.92},{&quot;2026-06-28&quot;:8.92},{&quot;2026-06-29&quot;:8.92},{&quot;2026-06-30&quot;:9.29},{&quot;2026-07-01&quot;:9.29},{&quot;2026-07-02&quot;:9.23},{&quot;2026-07-03&quot;:9.23},{&quot;2026-07-04&quot;:9.26},{&quot;2026-07-05&quot;:9.26},{&quot;2026-07-06&quot;:9.27},{&quot;2026-07-07&quot;:9.2},{&quot;2026-07-08&quot;:9.04},{&quot;2026-07-09&quot;:9.04},{&quot;2026-07-10&quot;:9.04},{&quot;2026-07-11&quot;:9.04},{&quot;2026-07-12&quot;:9.04},{&quot;2026-07-13&quot;:9.04},{&quot;2026-07-14&quot;:9.02},{&quot;2026-07-15&quot;:9.02},{&quot;2026-07-16&quot;:8.88},{&quot;2026-07-17&quot;:8.97},{&quot;2026-07-18&quot;:8.97},{&quot;2026-07-19&quot;:8.97},{&quot;2026-07-20&quot;:8.97},{&quot;2026-07-21&quot;:8.97},{&quot;2026-07-22&quot;:8.97},{&quot;2026-07-23&quot;:8.97},{&quot;2026-07-24&quot;:8.97},{&quot;2026-07-25&quot;:8.98},{&quot;2026-07-26&quot;:8.98},{&quot;2026-07-27&quot;:8.98},{&quot;2026-07-28&quot;:9.18},{&quot;2026-07-29&quot;:9.18},{&quot;2026-07-30&quot;:9.18},{&quot;2026-07-31&quot;:9.18},{&quot;2026-08-01&quot;:9.18},{&quot;2026-08-02&quot;:9.18},{&quot;2026-08-03&quot;:9.18},{&quot;2026-08-04&quot;:9.19},{&quot;2026-08-05&quot;:9.19},{&quot;2026-08-07&quot;:9.19},{&quot;2026-08-08&quot;:9.18},{&quot;2026-08-09&quot;:9.18},{&quot;2026-08-10&quot;:9.18},{&quot;2026-08-11&quot;:9.18},{&quot;2026-08-12&quot;:9.05},{&quot;2026-08-13&quot;:9.05},{&quot;2026-08-14&quot;:9.05},{&quot;2026-08-15&quot;:9.14},{&quot;2026-08-16&quot;:9.21},{&quot;2026-08-17&quot;:9.21},{&quot;2026-08-18&quot;:9.26},{&quot;2026-08-19&quot;:9.32},{&quot;2026-08-20&quot;:9.32},{&quot;2026-08-21&quot;:9.19},{&quot;2026-08-22&quot;:9.19},{&quot;2026-08-23&quot;:9.19},{&quot;2026-08-24&quot;:9.19},{&quot;2026-08-25&quot;:9.19},{&quot;2026-08-26&quot;:9.07},{&quot;2026-08-27&quot;:9.13},{&quot;2026-08-28&quot;:9.13},{&quot;2026-08-29&quot;:9.13},{&quot;2026-08-30&quot;:9.13},{&quot;2026-08-31&quot;:9.1},{&quot;2026-09-01&quot;:9.1},{&quot;2026-09-02&quot;:9.12},{&quot;2026-09-03&quot;:9.12},{&quot;2026-09-04&quot;:9.19},{&quot;2026-09-05&quot;:9.19},{&quot;2026-09-06&quot;:9.28},{&quot;2026-09-07&quot;:9.3},{&quot;2026-09-08&quot;:9.3},{&quot;2026-09-09&quot;:9.3},{&quot;2026-09-10&quot;:9.3},{&quot;2026-09-11&quot;:9.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.68},{&quot;2026-06-14&quot;:8.59},{&quot;2026-06-15&quot;:8.69},{&quot;2026-06-16&quot;:8.99},{&quot;2026-06-17&quot;:8.99},{&quot;2026-06-18&quot;:8.94},{&quot;2026-06-19&quot;:8.9},{&quot;2026-06-20&quot;:8.89},{&quot;2026-06-21&quot;:8.89},{&quot;2026-06-22&quot;:8.89},{&quot;2026-06-23&quot;:8.89},{&quot;2026-06-24&quot;:8.85},{&quot;2026-06-25&quot;:9.0},{&quot;2026-06-26&quot;:9.0},{&quot;2026-06-27&quot;:9.11},{&quot;2026-06-28&quot;:9.11},{&quot;2026-06-29&quot;:9.15},{&quot;2026-06-30&quot;:9.15},{&quot;2026-07-01&quot;:9.18},{&quot;2026-07-02&quot;:9.02},{&quot;2026-07-03&quot;:9.02},{&quot;2026-07-04&quot;:9.0},{&quot;2026-07-05&quot;:8.97},{&quot;2026-07-06&quot;:8.97},{&quot;2026-07-07&quot;:8.97},{&quot;2026-07-08&quot;:8.94},{&quot;2026-07-09&quot;:8.86},{&quot;2026-07-10&quot;:8.32},{&quot;2026-07-11&quot;:8.28},{&quot;2026-07-12&quot;:7.92},{&quot;2026-07-13&quot;:8.13},{&quot;2026-07-14&quot;:8.13},{&quot;2026-07-15&quot;:8.15},{&quot;2026-07-16&quot;:8.15},{&quot;2026-07-17&quot;:8.19},{&quot;2026-07-18&quot;:8.19},{&quot;2026-07-19&quot;:8.24},{&quot;2026-07-20&quot;:8.17},{&quot;2026-07-21&quot;:8.28},{&quot;2026-07-22&quot;:8.36},{&quot;2026-07-23&quot;:8.54},{&quot;2026-07-24&quot;:8.54},{&quot;2026-07-25&quot;:8.48},{&quot;2026-07-26&quot;:8.48},{&quot;2026-07-27&quot;:8.48},{&quot;2026-07-28&quot;:8.48},{&quot;2026-07-29&quot;:8.41},{&quot;2026-07-30&quot;:8.42},{&quot;2026-07-31&quot;:8.42},{&quot;2026-08-01&quot;:8.42},{&quot;2026-08-02&quot;:8.42},{&quot;2026-08-03&quot;:8.42},{&quot;2026-08-04&quot;:8.37},{&quot;2026-08-05&quot;:8.37},{&quot;2026-08-07&quot;:8.4},{&quot;2026-08-08&quot;:8.4},{&quot;2026-08-09&quot;:8.4},{&quot;2026-08-10&quot;:8.37},{&quot;2026-08-11&quot;:8.56},{&quot;2026-08-12&quot;:8.56},{&quot;2026-08-13&quot;:8.56},{&quot;2026-08-14&quot;:8.64},{&quot;2026-08-15&quot;:8.64},{&quot;2026-08-16&quot;:8.64},{&quot;2026-08-17&quot;:8.62},{&quot;2026-08-18&quot;:8.62},{&quot;2026-08-19&quot;:8.62},{&quot;2026-08-20&quot;:8.62},{&quot;2026-08-21&quot;:8.5},{&quot;2026-08-22&quot;:8.5},{&quot;2026-08-23&quot;:8.5},{&quot;2026-08-24&quot;:8.5},{&quot;2026-08-25&quot;:8.51},{&quot;2026-08-26&quot;:8.42},{&quot;2026-08-27&quot;:8.42},{&quot;2026-08-28&quot;:8.46},{&quot;2026-08-29&quot;:8.46},{&quot;2026-08-30&quot;:8.41},{&quot;2026-08-31&quot;:8.42},{&quot;2026-09-01&quot;:8.42},{&quot;2026-09-02&quot;:8.42},{&quot;2026-09-03&quot;:8.38},{&quot;2026-09-04&quot;:8.4},{&quot;2026-09-05&quot;:8.32},{&quot;2026-09-06&quot;:8.34},{&quot;2026-09-07&quot;:8.19},{&quot;2026-09-08&quot;:8.09},{&quot;2026-09-09&quot;:8.09},{&quot;2026-09-10&quot;:8.14},{&quot;2026-09-11&quot;:8.22}]}"
        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="9844"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sudden Substitution
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Instant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.21
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sudden Substitution" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9f7983bf-2a3b-4428-8c01-35285f589da8.jpg?1783932812" />

        <span class="text-xs text-accent-50 mt-1 block">Tap to enlarge</span>
      </button>

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Sudden Substitution
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Sudden Substitution" src="https://cards.scryfall.io/large/front/9/f/9f7983bf-2a3b-4428-8c01-35285f589da8.jpg?1783932812" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.21
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  9%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.50</span>
              <span class="text-xs text-grey-text">Credit: $7.15</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:5.1},{&quot;2026-06-10&quot;:5.01},{&quot;2026-06-11&quot;:5.02},{&quot;2026-06-12&quot;:5.02},{&quot;2026-06-13&quot;:4.92},{&quot;2026-06-14&quot;:5.08},{&quot;2026-06-15&quot;:5.66},{&quot;2026-06-16&quot;:5.36},{&quot;2026-06-17&quot;:5.2},{&quot;2026-06-18&quot;:5.37},{&quot;2026-06-19&quot;:5.57},{&quot;2026-06-20&quot;:5.51},{&quot;2026-06-21&quot;:5.32},{&quot;2026-06-22&quot;:5.13},{&quot;2026-06-24&quot;:5.12},{&quot;2026-06-25&quot;:4.68},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.73},{&quot;2026-06-28&quot;:4.91},{&quot;2026-06-29&quot;:5.12},{&quot;2026-06-30&quot;:5.31},{&quot;2026-07-01&quot;:5.44},{&quot;2026-07-02&quot;:5.45},{&quot;2026-07-03&quot;:5.45},{&quot;2026-07-04&quot;:5.11},{&quot;2026-07-05&quot;:5.2},{&quot;2026-07-06&quot;:5.05},{&quot;2026-07-07&quot;:5.38},{&quot;2026-07-08&quot;:5.59},{&quot;2026-07-09&quot;:6.05},{&quot;2026-07-10&quot;:6.04},{&quot;2026-07-11&quot;:6.03},{&quot;2026-07-12&quot;:5.85},{&quot;2026-07-13&quot;:5.97},{&quot;2026-07-14&quot;:6.03},{&quot;2026-07-15&quot;:5.89},{&quot;2026-07-16&quot;:5.35},{&quot;2026-07-17&quot;:5.39},{&quot;2026-07-18&quot;:5.44},{&quot;2026-07-19&quot;:5.56},{&quot;2026-07-20&quot;:5.42},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-23&quot;:5.42},{&quot;2026-07-25&quot;:5.46},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.58},{&quot;2026-07-29&quot;:5.31},{&quot;2026-07-30&quot;:5.3},{&quot;2026-07-31&quot;:5.22},{&quot;2026-08-01&quot;:5.22},{&quot;2026-08-02&quot;:5.02},{&quot;2026-08-03&quot;:5.37},{&quot;2026-08-04&quot;:5.48},{&quot;2026-08-05&quot;:5.38},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.68},{&quot;2026-08-09&quot;:5.73},{&quot;2026-08-10&quot;:5.84},{&quot;2026-08-11&quot;:6.0},{&quot;2026-08-12&quot;:5.78},{&quot;2026-08-13&quot;:5.78},{&quot;2026-08-14&quot;:5.66},{&quot;2026-08-15&quot;:5.94},{&quot;2026-08-16&quot;:6.09},{&quot;2026-08-17&quot;:6.15},{&quot;2026-08-18&quot;:6.15},{&quot;2026-08-19&quot;:6.06},{&quot;2026-08-20&quot;:6.06},{&quot;2026-08-21&quot;:5.91},{&quot;2026-08-22&quot;:5.97},{&quot;2026-08-23&quot;:6.41},{&quot;2026-08-24&quot;:6.85},{&quot;2026-08-25&quot;:6.85},{&quot;2026-08-26&quot;:6.89},{&quot;2026-08-27&quot;:7.04},{&quot;2026-08-28&quot;:6.98},{&quot;2026-08-29&quot;:6.98},{&quot;2026-08-30&quot;:7.18},{&quot;2026-08-31&quot;:7.48},{&quot;2026-09-01&quot;:7.48},{&quot;2026-09-02&quot;:7.71},{&quot;2026-09-03&quot;:7.71},{&quot;2026-09-04&quot;:7.61},{&quot;2026-09-05&quot;:7.56},{&quot;2026-09-06&quot;:7.55},{&quot;2026-09-07&quot;:7.58},{&quot;2026-09-08&quot;:7.7},{&quot;2026-09-09&quot;:8.08},{&quot;2026-09-10&quot;:8.08},{&quot;2026-09-11&quot;:8.21}]}"
        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="86941"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-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">
            Experimental Confectioner
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Peasant
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">

          <span class="text-sm font-medium text-nine-white">
            $8.21
          </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="Experimental Confectioner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/49aaf5db-9418-4b97-97da-736c674905d4.jpg?1783915040" />

        <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">
            Experimental Confectioner
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Peasant</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="Experimental Confectioner" src="https://cards.scryfall.io/large/front/4/9/49aaf5db-9418-4b97-97da-736c674905d4.jpg?1783915040" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.21
              </span>

            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.82
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.60</span>
              <span class="text-xs text-grey-text">Credit: $5.98</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.98},{&quot;2026-06-11&quot;:7.97},{&quot;2026-06-12&quot;:8.04},{&quot;2026-06-13&quot;:8.03},{&quot;2026-06-14&quot;:8.01},{&quot;2026-06-15&quot;:8.01},{&quot;2026-06-16&quot;:8.01},{&quot;2026-06-17&quot;:8.02},{&quot;2026-06-18&quot;:8.02},{&quot;2026-06-19&quot;:8.13},{&quot;2026-06-20&quot;:8.13},{&quot;2026-06-21&quot;:8.16},{&quot;2026-06-22&quot;:8.24},{&quot;2026-06-23&quot;:8.23},{&quot;2026-06-24&quot;:8.28},{&quot;2026-06-25&quot;:8.3},{&quot;2026-06-26&quot;:8.41},{&quot;2026-06-27&quot;:8.46},{&quot;2026-06-28&quot;:8.45},{&quot;2026-06-29&quot;:8.45},{&quot;2026-06-30&quot;:8.5},{&quot;2026-07-01&quot;:8.51},{&quot;2026-07-02&quot;:8.67},{&quot;2026-07-03&quot;:8.67},{&quot;2026-07-04&quot;:8.67},{&quot;2026-07-05&quot;:8.89},{&quot;2026-07-06&quot;:8.89},{&quot;2026-07-07&quot;:8.89},{&quot;2026-07-08&quot;:8.86},{&quot;2026-07-09&quot;:8.86},{&quot;2026-07-10&quot;:8.86},{&quot;2026-07-11&quot;:8.84},{&quot;2026-07-12&quot;:8.84},{&quot;2026-07-13&quot;:8.84},{&quot;2026-07-14&quot;:8.91},{&quot;2026-07-15&quot;:8.91},{&quot;2026-07-16&quot;:8.94},{&quot;2026-07-17&quot;:8.94},{&quot;2026-07-18&quot;:8.94},{&quot;2026-07-19&quot;:8.94},{&quot;2026-07-20&quot;:8.94},{&quot;2026-07-21&quot;:8.99},{&quot;2026-07-23&quot;:9.07},{&quot;2026-07-25&quot;:9.13},{&quot;2026-07-26&quot;:9.13},{&quot;2026-07-27&quot;:9.13},{&quot;2026-07-29&quot;:9.09},{&quot;2026-07-30&quot;:9.09},{&quot;2026-07-31&quot;:9.09},{&quot;2026-08-01&quot;:9.02},{&quot;2026-08-02&quot;:9.02},{&quot;2026-08-03&quot;:8.96},{&quot;2026-08-04&quot;:8.98},{&quot;2026-08-05&quot;:8.91},{&quot;2026-08-07&quot;:8.92},{&quot;2026-08-08&quot;:8.92},{&quot;2026-08-09&quot;:8.92},{&quot;2026-08-10&quot;:8.93},{&quot;2026-08-11&quot;:8.93},{&quot;2026-08-12&quot;:8.89},{&quot;2026-08-13&quot;:8.87},{&quot;2026-08-14&quot;:8.86},{&quot;2026-08-15&quot;:8.53},{&quot;2026-08-16&quot;:8.53},{&quot;2026-08-17&quot;:8.54},{&quot;2026-08-18&quot;:8.54},{&quot;2026-08-19&quot;:8.48},{&quot;2026-08-20&quot;:8.48},{&quot;2026-08-21&quot;:8.39},{&quot;2026-08-22&quot;:8.39},{&quot;2026-08-23&quot;:8.37},{&quot;2026-08-24&quot;:8.37},{&quot;2026-08-25&quot;:8.37},{&quot;2026-08-26&quot;:8.41},{&quot;2026-08-27&quot;:8.41},{&quot;2026-08-28&quot;:8.41},{&quot;2026-08-29&quot;:8.41},{&quot;2026-08-30&quot;:8.44},{&quot;2026-08-31&quot;:8.46},{&quot;2026-09-01&quot;:8.46},{&quot;2026-09-02&quot;:8.63},{&quot;2026-09-03&quot;:8.63},{&quot;2026-09-04&quot;:8.75},{&quot;2026-09-05&quot;:8.79},{&quot;2026-09-06&quot;:8.8},{&quot;2026-09-07&quot;:8.8},{&quot;2026-09-08&quot;:8.8},{&quot;2026-09-09&quot;:8.8},{&quot;2026-09-10&quot;:8.82},{&quot;2026-09-11&quot;:8.82}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:8.73},{&quot;2026-06-11&quot;:8.93},{&quot;2026-06-12&quot;:8.93},{&quot;2026-06-13&quot;:9.43},{&quot;2026-06-14&quot;:9.43},{&quot;2026-06-15&quot;:9.95},{&quot;2026-06-16&quot;:10.05},{&quot;2026-06-17&quot;:10.0},{&quot;2026-06-18&quot;:9.85},{&quot;2026-06-19&quot;:9.99},{&quot;2026-06-20&quot;:9.91},{&quot;2026-06-21&quot;:9.66},{&quot;2026-06-22&quot;:9.43},{&quot;2026-06-23&quot;:9.44},{&quot;2026-06-24&quot;:9.44},{&quot;2026-06-25&quot;:9.23},{&quot;2026-06-26&quot;:8.82},{&quot;2026-06-27&quot;:8.48},{&quot;2026-06-28&quot;:8.33},{&quot;2026-06-29&quot;:8.06},{&quot;2026-06-30&quot;:7.83},{&quot;2026-07-01&quot;:7.8},{&quot;2026-07-02&quot;:7.91},{&quot;2026-07-03&quot;:8.07},{&quot;2026-07-04&quot;:8.03},{&quot;2026-07-05&quot;:8.03},{&quot;2026-07-06&quot;:8.14},{&quot;2026-07-07&quot;:8.23},{&quot;2026-07-08&quot;:8.47},{&quot;2026-07-09&quot;:8.51},{&quot;2026-07-10&quot;:8.51},{&quot;2026-07-11&quot;:8.53},{&quot;2026-07-12&quot;:8.54},{&quot;2026-07-13&quot;:8.5},{&quot;2026-07-14&quot;:8.53},{&quot;2026-07-15&quot;:7.97},{&quot;2026-07-16&quot;:7.97},{&quot;2026-07-17&quot;:7.91},{&quot;2026-07-18&quot;:7.93},{&quot;2026-07-19&quot;:7.88},{&quot;2026-07-20&quot;:7.98},{&quot;2026-07-21&quot;:7.98},{&quot;2026-07-23&quot;:8.32},{&quot;2026-07-25&quot;:8.01},{&quot;2026-07-26&quot;:7.65},{&quot;2026-07-27&quot;:7.34},{&quot;2026-07-29&quot;:7.32},{&quot;2026-07-30&quot;:7.36},{&quot;2026-07-31&quot;:7.99},{&quot;2026-08-01&quot;:8.04},{&quot;2026-08-02&quot;:8.41},{&quot;2026-08-03&quot;:8.41},{&quot;2026-08-04&quot;:8.47},{&quot;2026-08-05&quot;:8.54},{&quot;2026-08-07&quot;:8.54},{&quot;2026-08-08&quot;:8.54},{&quot;2026-08-09&quot;:8.48},{&quot;2026-08-10&quot;:8.43},{&quot;2026-08-11&quot;:8.38},{&quot;2026-08-12&quot;:8.33},{&quot;2026-08-13&quot;:8.27},{&quot;2026-08-14&quot;:8.3},{&quot;2026-08-15&quot;:8.2},{&quot;2026-08-16&quot;:8.2},{&quot;2026-08-17&quot;:8.4},{&quot;2026-08-18&quot;:8.37},{&quot;2026-08-19&quot;:8.41},{&quot;2026-08-20&quot;:8.41},{&quot;2026-08-21&quot;:8.35},{&quot;2026-08-22&quot;:8.24},{&quot;2026-08-23&quot;:8.02},{&quot;2026-08-24&quot;:8.23},{&quot;2026-08-25&quot;:8.23},{&quot;2026-08-26&quot;:8.04},{&quot;2026-08-27&quot;:8.04},{&quot;2026-08-28&quot;:8.03},{&quot;2026-08-29&quot;:8.03},{&quot;2026-08-30&quot;:7.91},{&quot;2026-08-31&quot;:7.93},{&quot;2026-09-01&quot;:7.93},{&quot;2026-09-02&quot;:8.01},{&quot;2026-09-03&quot;:7.97},{&quot;2026-09-04&quot;:8.17},{&quot;2026-09-05&quot;:8.23},{&quot;2026-09-06&quot;:8.15},{&quot;2026-09-07&quot;:8.37},{&quot;2026-09-08&quot;:8.41},{&quot;2026-09-09&quot;:8.47},{&quot;2026-09-10&quot;:8.43},{&quot;2026-09-11&quot;:8.21}]}"
        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="108999"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Animate Dead
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.18
          </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="Animate Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/c/cc0c2bab-4392-4e7b-9d14-2901f4ffbae8.jpg?1782683229" />

        <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">
            Animate Dead
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            uncommon
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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-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="Animate Dead" src="https://cards.scryfall.io/large/front/c/c/cc0c2bab-4392-4e7b-9d14-2901f4ffbae8.jpg?1782683229" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.18
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $0.00
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.70</span>
              <span class="text-xs text-grey-text">Credit: $6.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;normal&quot;:[{&quot;2026-06-13&quot;:4.89},{&quot;2026-06-14&quot;:5.01},{&quot;2026-06-15&quot;:5.0},{&quot;2026-06-16&quot;:4.97},{&quot;2026-06-17&quot;:4.77},{&quot;2026-06-18&quot;:4.63},{&quot;2026-06-19&quot;:4.76},{&quot;2026-06-20&quot;:4.58},{&quot;2026-06-21&quot;:4.55},{&quot;2026-06-22&quot;:4.75},{&quot;2026-06-23&quot;:4.93},{&quot;2026-06-24&quot;:5.1},{&quot;2026-06-25&quot;:5.06},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:5.0},{&quot;2026-06-28&quot;:4.86},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.9},{&quot;2026-07-01&quot;:5.01},{&quot;2026-07-02&quot;:4.99},{&quot;2026-07-03&quot;:5.03},{&quot;2026-07-04&quot;:5.08},{&quot;2026-07-05&quot;:5.11},{&quot;2026-07-06&quot;:5.11},{&quot;2026-07-07&quot;:5.21},{&quot;2026-07-08&quot;:5.11},{&quot;2026-07-09&quot;:5.1},{&quot;2026-07-10&quot;:5.14},{&quot;2026-07-11&quot;:5.2},{&quot;2026-07-12&quot;:5.37},{&quot;2026-07-13&quot;:5.18},{&quot;2026-07-14&quot;:4.88},{&quot;2026-07-15&quot;:4.72},{&quot;2026-07-16&quot;:4.96},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.26},{&quot;2026-07-19&quot;:4.97},{&quot;2026-07-20&quot;:4.96},{&quot;2026-07-21&quot;:4.9},{&quot;2026-07-22&quot;:4.78},{&quot;2026-07-23&quot;:4.91},{&quot;2026-07-24&quot;:5.13},{&quot;2026-07-25&quot;:5.47},{&quot;2026-07-26&quot;:5.63},{&quot;2026-07-27&quot;:5.47},{&quot;2026-07-28&quot;:5.38},{&quot;2026-07-29&quot;:5.71},{&quot;2026-07-30&quot;:5.82},{&quot;2026-07-31&quot;:6.02},{&quot;2026-08-01&quot;:6.07},{&quot;2026-08-02&quot;:6.08},{&quot;2026-08-03&quot;:6.14},{&quot;2026-08-04&quot;:6.15},{&quot;2026-08-05&quot;:5.87},{&quot;2026-08-07&quot;:6.32},{&quot;2026-08-08&quot;:5.92},{&quot;2026-08-09&quot;:6.01},{&quot;2026-08-10&quot;:5.95},{&quot;2026-08-11&quot;:6.7},{&quot;2026-08-12&quot;:6.58},{&quot;2026-08-13&quot;:6.44},{&quot;2026-08-14&quot;:6.27},{&quot;2026-08-15&quot;:6.35},{&quot;2026-08-16&quot;:6.69},{&quot;2026-08-17&quot;:6.7},{&quot;2026-08-18&quot;:6.88},{&quot;2026-08-19&quot;:7.25},{&quot;2026-08-20&quot;:7.56},{&quot;2026-08-21&quot;:7.56},{&quot;2026-08-22&quot;:7.63},{&quot;2026-08-23&quot;:7.69},{&quot;2026-08-24&quot;:7.6},{&quot;2026-08-25&quot;:7.77},{&quot;2026-08-26&quot;:7.72},{&quot;2026-08-27&quot;:7.77},{&quot;2026-08-28&quot;:7.83},{&quot;2026-08-29&quot;:7.83},{&quot;2026-08-30&quot;:8.07},{&quot;2026-08-31&quot;:7.93},{&quot;2026-09-01&quot;:7.86},{&quot;2026-09-02&quot;:8.01},{&quot;2026-09-03&quot;:8.05},{&quot;2026-09-04&quot;:8.07},{&quot;2026-09-05&quot;:7.9},{&quot;2026-09-06&quot;:7.62},{&quot;2026-09-07&quot;:7.61},{&quot;2026-09-08&quot;:7.55},{&quot;2026-09-09&quot;:7.84},{&quot;2026-09-10&quot;:8.08},{&quot;2026-09-11&quot;:8.18}]}"
        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="79873"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Manifold Key
        </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">
            $8.16
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Manifold Key" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/5/15e74de1-1f1f-4886-ba33-644db34df588.jpg?1783927705" />

        <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">
            Manifold Key
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            special
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Manifold Key" src="https://cards.scryfall.io/large/front/1/5/15e74de1-1f1f-4886-ba33-644db34df588.jpg?1783927705" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.16
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $202.91
              </span>

            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.30</span>
              <span class="text-xs text-grey-text">Credit: $6.89</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:168.67},{&quot;2026-06-12&quot;:168.67},{&quot;2026-06-13&quot;:162.96},{&quot;2026-06-14&quot;:162.96},{&quot;2026-06-15&quot;:162.96},{&quot;2026-06-16&quot;:168.91},{&quot;2026-06-17&quot;:168.91},{&quot;2026-06-18&quot;:168.91},{&quot;2026-06-19&quot;:168.91},{&quot;2026-06-20&quot;:168.91},{&quot;2026-06-21&quot;:168.91},{&quot;2026-06-22&quot;:168.91},{&quot;2026-06-23&quot;:168.91},{&quot;2026-06-24&quot;:168.91},{&quot;2026-06-25&quot;:168.91},{&quot;2026-06-26&quot;:168.91},{&quot;2026-06-27&quot;:168.91},{&quot;2026-06-28&quot;:176.12},{&quot;2026-06-29&quot;:176.12},{&quot;2026-06-30&quot;:158.96},{&quot;2026-07-01&quot;:158.96},{&quot;2026-07-02&quot;:158.96},{&quot;2026-07-03&quot;:158.96},{&quot;2026-07-04&quot;:158.96},{&quot;2026-07-05&quot;:158.96},{&quot;2026-07-06&quot;:158.96},{&quot;2026-07-07&quot;:158.96},{&quot;2026-07-08&quot;:158.96},{&quot;2026-07-09&quot;:158.96},{&quot;2026-07-10&quot;:158.96},{&quot;2026-07-11&quot;:162.96},{&quot;2026-07-12&quot;:169.84},{&quot;2026-07-13&quot;:169.84},{&quot;2026-07-14&quot;:169.84},{&quot;2026-07-15&quot;:179.86},{&quot;2026-07-16&quot;:179.86},{&quot;2026-07-17&quot;:179.86},{&quot;2026-07-18&quot;:179.86},{&quot;2026-07-19&quot;:179.86},{&quot;2026-07-20&quot;:179.86},{&quot;2026-07-21&quot;:179.86},{&quot;2026-07-23&quot;:179.86},{&quot;2026-07-25&quot;:179.86},{&quot;2026-07-26&quot;:179.86},{&quot;2026-07-27&quot;:179.86},{&quot;2026-07-28&quot;:179.86},{&quot;2026-07-29&quot;:179.86},{&quot;2026-07-30&quot;:179.86},{&quot;2026-07-31&quot;:179.86},{&quot;2026-08-01&quot;:179.86},{&quot;2026-08-02&quot;:179.86},{&quot;2026-08-03&quot;:200.9},{&quot;2026-08-04&quot;:200.9},{&quot;2026-08-05&quot;:202.91},{&quot;2026-08-07&quot;:202.91},{&quot;2026-08-08&quot;:202.91},{&quot;2026-08-09&quot;:202.91},{&quot;2026-08-10&quot;:202.91},{&quot;2026-08-11&quot;:202.91},{&quot;2026-08-12&quot;:202.91},{&quot;2026-08-13&quot;:202.91},{&quot;2026-08-14&quot;:202.91},{&quot;2026-08-15&quot;:202.91},{&quot;2026-08-16&quot;:202.91},{&quot;2026-08-17&quot;:202.91},{&quot;2026-08-18&quot;:202.91},{&quot;2026-08-19&quot;:202.91},{&quot;2026-08-20&quot;:202.91},{&quot;2026-08-21&quot;:202.91},{&quot;2026-08-22&quot;:202.91},{&quot;2026-08-23&quot;:202.91},{&quot;2026-08-24&quot;:202.91},{&quot;2026-08-25&quot;:202.91},{&quot;2026-08-26&quot;:202.91},{&quot;2026-08-27&quot;:202.91},{&quot;2026-08-28&quot;:202.91},{&quot;2026-08-29&quot;:202.91},{&quot;2026-08-30&quot;:202.91},{&quot;2026-08-31&quot;:202.91},{&quot;2026-09-01&quot;:202.91},{&quot;2026-09-02&quot;:202.91},{&quot;2026-09-03&quot;:202.91},{&quot;2026-09-04&quot;:202.91},{&quot;2026-09-05&quot;:202.91},{&quot;2026-09-06&quot;:202.91},{&quot;2026-09-07&quot;:202.91},{&quot;2026-09-08&quot;:202.91},{&quot;2026-09-09&quot;:202.91},{&quot;2026-09-10&quot;:202.91},{&quot;2026-09-11&quot;:202.91}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:7.23},{&quot;2026-06-12&quot;:7.79},{&quot;2026-06-13&quot;:7.92},{&quot;2026-06-14&quot;:7.92},{&quot;2026-06-15&quot;:7.92},{&quot;2026-06-16&quot;:7.87},{&quot;2026-06-17&quot;:8.03},{&quot;2026-06-18&quot;:8.01},{&quot;2026-06-19&quot;:8.01},{&quot;2026-06-20&quot;:8.01},{&quot;2026-06-21&quot;:8.01},{&quot;2026-06-22&quot;:8.01},{&quot;2026-06-23&quot;:8.01},{&quot;2026-06-24&quot;:7.95},{&quot;2026-06-25&quot;:7.95},{&quot;2026-06-26&quot;:7.9},{&quot;2026-06-27&quot;:7.81},{&quot;2026-06-28&quot;:7.81},{&quot;2026-06-29&quot;:7.81},{&quot;2026-06-30&quot;:7.86},{&quot;2026-07-01&quot;:7.86},{&quot;2026-07-02&quot;:7.86},{&quot;2026-07-03&quot;:7.92},{&quot;2026-07-04&quot;:7.92},{&quot;2026-07-05&quot;:8.01},{&quot;2026-07-06&quot;:8.01},{&quot;2026-07-07&quot;:8.01},{&quot;2026-07-08&quot;:8.09},{&quot;2026-07-09&quot;:8.09},{&quot;2026-07-10&quot;:8.09},{&quot;2026-07-11&quot;:8.09},{&quot;2026-07-12&quot;:8.09},{&quot;2026-07-13&quot;:8.09},{&quot;2026-07-14&quot;:8.09},{&quot;2026-07-15&quot;:8.11},{&quot;2026-07-16&quot;:7.62},{&quot;2026-07-17&quot;:7.6},{&quot;2026-07-18&quot;:7.53},{&quot;2026-07-19&quot;:7.51},{&quot;2026-07-20&quot;:7.51},{&quot;2026-07-21&quot;:7.51},{&quot;2026-07-23&quot;:7.51},{&quot;2026-07-25&quot;:7.62},{&quot;2026-07-26&quot;:7.64},{&quot;2026-07-27&quot;:7.64},{&quot;2026-07-28&quot;:7.64},{&quot;2026-07-29&quot;:7.69},{&quot;2026-07-30&quot;:7.74},{&quot;2026-07-31&quot;:7.75},{&quot;2026-08-01&quot;:7.75},{&quot;2026-08-02&quot;:7.75},{&quot;2026-08-03&quot;:7.86},{&quot;2026-08-04&quot;:7.85},{&quot;2026-08-05&quot;:7.94},{&quot;2026-08-07&quot;:7.73},{&quot;2026-08-08&quot;:7.75},{&quot;2026-08-09&quot;:7.75},{&quot;2026-08-10&quot;:7.75},{&quot;2026-08-11&quot;:7.73},{&quot;2026-08-12&quot;:7.73},{&quot;2026-08-13&quot;:7.73},{&quot;2026-08-14&quot;:7.78},{&quot;2026-08-15&quot;:7.78},{&quot;2026-08-16&quot;:7.78},{&quot;2026-08-17&quot;:7.74},{&quot;2026-08-18&quot;:7.74},{&quot;2026-08-19&quot;:7.74},{&quot;2026-08-20&quot;:7.74},{&quot;2026-08-21&quot;:7.74},{&quot;2026-08-22&quot;:7.74},{&quot;2026-08-23&quot;:7.69},{&quot;2026-08-24&quot;:7.69},{&quot;2026-08-25&quot;:7.69},{&quot;2026-08-26&quot;:7.64},{&quot;2026-08-27&quot;:7.64},{&quot;2026-08-28&quot;:7.69},{&quot;2026-08-29&quot;:7.69},{&quot;2026-08-30&quot;:7.64},{&quot;2026-08-31&quot;:7.64},{&quot;2026-09-01&quot;:7.64},{&quot;2026-09-02&quot;:7.72},{&quot;2026-09-03&quot;:7.72},{&quot;2026-09-04&quot;:7.74},{&quot;2026-09-05&quot;:7.87},{&quot;2026-09-06&quot;:7.87},{&quot;2026-09-07&quot;:7.89},{&quot;2026-09-08&quot;:7.89},{&quot;2026-09-09&quot;:8.02},{&quot;2026-09-10&quot;:8.16},{&quot;2026-09-11&quot;:8.16}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="34987"
  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-vow 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">
            Necroduality
        </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">
              ↑
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.13
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Necroduality" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9b674053-1f0f-436d-b106-f91f41cf3959.jpg?1783924887" />

        <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">
            Necroduality
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Enchantment</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
          </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="Necroduality" src="https://cards.scryfall.io/large/front/9/b/9b674053-1f0f-436d-b106-f91f41cf3959.jpg?1783924887" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.13
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  4%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.81
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$6.40</span>
              <span class="text-xs text-grey-text">Credit: $8.32</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:6.77},{&quot;2026-06-10&quot;:7.32},{&quot;2026-06-11&quot;:7.32},{&quot;2026-06-12&quot;:7.32},{&quot;2026-06-13&quot;:7.32},{&quot;2026-06-14&quot;:7.32},{&quot;2026-06-15&quot;:7.32},{&quot;2026-06-16&quot;:7.32},{&quot;2026-06-17&quot;:7.32},{&quot;2026-06-18&quot;:7.48},{&quot;2026-06-19&quot;:7.6},{&quot;2026-06-20&quot;:7.6},{&quot;2026-06-21&quot;:7.6},{&quot;2026-06-22&quot;:7.6},{&quot;2026-06-24&quot;:7.6},{&quot;2026-06-25&quot;:7.6},{&quot;2026-06-26&quot;:7.6},{&quot;2026-06-27&quot;:7.6},{&quot;2026-06-28&quot;:7.6},{&quot;2026-06-29&quot;:7.6},{&quot;2026-06-30&quot;:7.6},{&quot;2026-07-01&quot;:7.6},{&quot;2026-07-02&quot;:7.6},{&quot;2026-07-03&quot;:7.6},{&quot;2026-07-04&quot;:7.6},{&quot;2026-07-05&quot;:7.65},{&quot;2026-07-06&quot;:7.65},{&quot;2026-07-07&quot;:7.92},{&quot;2026-07-08&quot;:8.19},{&quot;2026-07-09&quot;:8.16},{&quot;2026-07-10&quot;:8.16},{&quot;2026-07-11&quot;:7.92},{&quot;2026-07-12&quot;:7.92},{&quot;2026-07-13&quot;:7.92},{&quot;2026-07-14&quot;:7.92},{&quot;2026-07-15&quot;:7.92},{&quot;2026-07-16&quot;:7.63},{&quot;2026-07-17&quot;:7.63},{&quot;2026-07-18&quot;:7.9},{&quot;2026-07-19&quot;:7.9},{&quot;2026-07-20&quot;:7.9},{&quot;2026-07-21&quot;:7.92},{&quot;2026-07-23&quot;:8.11},{&quot;2026-07-25&quot;:8.11},{&quot;2026-07-26&quot;:8.22},{&quot;2026-07-27&quot;:8.22},{&quot;2026-07-29&quot;:8.22},{&quot;2026-07-30&quot;:8.22},{&quot;2026-07-31&quot;:8.22},{&quot;2026-08-01&quot;:8.22},{&quot;2026-08-02&quot;:8.22},{&quot;2026-08-03&quot;:8.22},{&quot;2026-08-04&quot;:8.32},{&quot;2026-08-05&quot;:8.32},{&quot;2026-08-07&quot;:8.32},{&quot;2026-08-08&quot;:8.32},{&quot;2026-08-09&quot;:8.32},{&quot;2026-08-10&quot;:8.32},{&quot;2026-08-11&quot;:8.32},{&quot;2026-08-12&quot;:8.32},{&quot;2026-08-13&quot;:8.49},{&quot;2026-08-14&quot;:8.49},{&quot;2026-08-15&quot;:8.49},{&quot;2026-08-16&quot;:8.49},{&quot;2026-08-17&quot;:8.49},{&quot;2026-08-18&quot;:8.49},{&quot;2026-08-19&quot;:8.47},{&quot;2026-08-20&quot;:8.47},{&quot;2026-08-21&quot;:8.47},{&quot;2026-08-22&quot;:8.48},{&quot;2026-08-23&quot;:8.48},{&quot;2026-08-24&quot;:8.48},{&quot;2026-08-25&quot;:8.48},{&quot;2026-08-26&quot;:8.48},{&quot;2026-08-27&quot;:8.48},{&quot;2026-08-28&quot;:8.48},{&quot;2026-08-29&quot;:8.48},{&quot;2026-08-30&quot;:8.48},{&quot;2026-08-31&quot;:8.48},{&quot;2026-09-01&quot;:8.48},{&quot;2026-09-02&quot;:8.72},{&quot;2026-09-03&quot;:8.72},{&quot;2026-09-04&quot;:8.72},{&quot;2026-09-05&quot;:8.72},{&quot;2026-09-06&quot;:8.72},{&quot;2026-09-07&quot;:8.72},{&quot;2026-09-08&quot;:8.72},{&quot;2026-09-09&quot;:8.72},{&quot;2026-09-10&quot;:8.81},{&quot;2026-09-11&quot;:8.81}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:7.04},{&quot;2026-06-10&quot;:7.16},{&quot;2026-06-11&quot;:7.03},{&quot;2026-06-12&quot;:7.06},{&quot;2026-06-13&quot;:7.06},{&quot;2026-06-14&quot;:7.06},{&quot;2026-06-15&quot;:7.46},{&quot;2026-06-16&quot;:7.27},{&quot;2026-06-17&quot;:6.87},{&quot;2026-06-18&quot;:6.57},{&quot;2026-06-19&quot;:6.62},{&quot;2026-06-20&quot;:6.57},{&quot;2026-06-21&quot;:6.44},{&quot;2026-06-22&quot;:6.46},{&quot;2026-06-24&quot;:6.73},{&quot;2026-06-25&quot;:6.78},{&quot;2026-06-26&quot;:6.78},{&quot;2026-06-27&quot;:6.86},{&quot;2026-06-28&quot;:6.9},{&quot;2026-06-29&quot;:6.9},{&quot;2026-06-30&quot;:6.99},{&quot;2026-07-01&quot;:6.99},{&quot;2026-07-02&quot;:6.99},{&quot;2026-07-03&quot;:6.99},{&quot;2026-07-04&quot;:7.13},{&quot;2026-07-05&quot;:7.07},{&quot;2026-07-06&quot;:7.05},{&quot;2026-07-07&quot;:7.21},{&quot;2026-07-08&quot;:7.35},{&quot;2026-07-09&quot;:7.01},{&quot;2026-07-10&quot;:7.07},{&quot;2026-07-11&quot;:6.73},{&quot;2026-07-12&quot;:6.92},{&quot;2026-07-13&quot;:6.92},{&quot;2026-07-14&quot;:7.01},{&quot;2026-07-15&quot;:7.33},{&quot;2026-07-16&quot;:7.35},{&quot;2026-07-17&quot;:7.28},{&quot;2026-07-18&quot;:7.28},{&quot;2026-07-19&quot;:7.42},{&quot;2026-07-20&quot;:7.48},{&quot;2026-07-21&quot;:7.48},{&quot;2026-07-23&quot;:7.48},{&quot;2026-07-25&quot;:7.49},{&quot;2026-07-26&quot;:7.47},{&quot;2026-07-27&quot;:7.58},{&quot;2026-07-29&quot;:7.59},{&quot;2026-07-30&quot;:7.52},{&quot;2026-07-31&quot;:7.44},{&quot;2026-08-01&quot;:7.45},{&quot;2026-08-02&quot;:7.45},{&quot;2026-08-03&quot;:7.45},{&quot;2026-08-04&quot;:7.5},{&quot;2026-08-05&quot;:7.48},{&quot;2026-08-07&quot;:7.7},{&quot;2026-08-08&quot;:7.57},{&quot;2026-08-09&quot;:7.45},{&quot;2026-08-10&quot;:7.23},{&quot;2026-08-11&quot;:7.32},{&quot;2026-08-12&quot;:7.3},{&quot;2026-08-13&quot;:7.19},{&quot;2026-08-14&quot;:7.12},{&quot;2026-08-15&quot;:7.46},{&quot;2026-08-16&quot;:7.46},{&quot;2026-08-17&quot;:7.47},{&quot;2026-08-18&quot;:7.54},{&quot;2026-08-19&quot;:7.41},{&quot;2026-08-20&quot;:7.41},{&quot;2026-08-21&quot;:7.23},{&quot;2026-08-22&quot;:7.35},{&quot;2026-08-23&quot;:7.22},{&quot;2026-08-24&quot;:7.14},{&quot;2026-08-25&quot;:7.14},{&quot;2026-08-26&quot;:8.0},{&quot;2026-08-27&quot;:8.31},{&quot;2026-08-28&quot;:8.53},{&quot;2026-08-29&quot;:8.53},{&quot;2026-08-30&quot;:8.53},{&quot;2026-08-31&quot;:8.4},{&quot;2026-09-01&quot;:8.4},{&quot;2026-09-02&quot;:8.05},{&quot;2026-09-03&quot;:7.91},{&quot;2026-09-04&quot;:7.8},{&quot;2026-09-05&quot;:7.82},{&quot;2026-09-06&quot;:7.82},{&quot;2026-09-07&quot;:7.97},{&quot;2026-09-08&quot;:8.13},{&quot;2026-09-09&quot;:8.13},{&quot;2026-09-10&quot;:8.13},{&quot;2026-09-11&quot;:8.13}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108212"
  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">
            Talisman of Hierarchy
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.13
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Talisman of Hierarchy" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/8/985cba27-769d-4f69-ab97-959be58932db.jpg?1783903711" />

        <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">
            Talisman of Hierarchy
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            mythic
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Talisman of Hierarchy" src="https://cards.scryfall.io/large/front/9/8/985cba27-769d-4f69-ab97-959be58932db.jpg?1783903711" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.13
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.80</span>
              <span class="text-xs text-grey-text">Credit: $4.94</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:13.27},{&quot;2026-06-12&quot;:13.16},{&quot;2026-06-13&quot;:12.89},{&quot;2026-06-14&quot;:12.42},{&quot;2026-06-15&quot;:12.1},{&quot;2026-06-16&quot;:11.94},{&quot;2026-06-17&quot;:11.68},{&quot;2026-06-18&quot;:11.36},{&quot;2026-06-19&quot;:10.75},{&quot;2026-06-20&quot;:10.56},{&quot;2026-06-21&quot;:10.29},{&quot;2026-06-22&quot;:10.19},{&quot;2026-06-23&quot;:10.18},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.96},{&quot;2026-06-26&quot;:9.87},{&quot;2026-06-27&quot;:9.81},{&quot;2026-06-28&quot;:9.71},{&quot;2026-06-29&quot;:9.59},{&quot;2026-06-30&quot;:9.45},{&quot;2026-07-01&quot;:9.48},{&quot;2026-07-02&quot;:9.46},{&quot;2026-07-03&quot;:8.99},{&quot;2026-07-04&quot;:8.94},{&quot;2026-07-05&quot;:8.91},{&quot;2026-07-06&quot;:8.71},{&quot;2026-07-07&quot;:8.43},{&quot;2026-07-08&quot;:8.06},{&quot;2026-07-09&quot;:8.18},{&quot;2026-07-10&quot;:8.12},{&quot;2026-07-11&quot;:7.82},{&quot;2026-07-12&quot;:7.6},{&quot;2026-07-13&quot;:7.47},{&quot;2026-07-14&quot;:7.34},{&quot;2026-07-15&quot;:7.05},{&quot;2026-07-16&quot;:6.73},{&quot;2026-07-17&quot;:6.68},{&quot;2026-07-18&quot;:6.87},{&quot;2026-07-19&quot;:6.82},{&quot;2026-07-20&quot;:6.36},{&quot;2026-07-21&quot;:6.48},{&quot;2026-07-23&quot;:6.36},{&quot;2026-07-25&quot;:6.81},{&quot;2026-07-26&quot;:6.79},{&quot;2026-07-27&quot;:6.81},{&quot;2026-07-28&quot;:6.84},{&quot;2026-07-29&quot;:6.87},{&quot;2026-07-30&quot;:6.82},{&quot;2026-07-31&quot;:6.74},{&quot;2026-08-01&quot;:6.77},{&quot;2026-08-02&quot;:6.85},{&quot;2026-08-03&quot;:6.8},{&quot;2026-08-04&quot;:6.59},{&quot;2026-08-05&quot;:6.63},{&quot;2026-08-07&quot;:6.73},{&quot;2026-08-08&quot;:6.75},{&quot;2026-08-09&quot;:7.12},{&quot;2026-08-10&quot;:7.24},{&quot;2026-08-11&quot;:7.24},{&quot;2026-08-12&quot;:7.16},{&quot;2026-08-13&quot;:7.16},{&quot;2026-08-14&quot;:7.36},{&quot;2026-08-15&quot;:7.39},{&quot;2026-08-16&quot;:7.26},{&quot;2026-08-17&quot;:7.15},{&quot;2026-08-18&quot;:7.25},{&quot;2026-08-19&quot;:7.24},{&quot;2026-08-20&quot;:7.24},{&quot;2026-08-21&quot;:7.46},{&quot;2026-08-22&quot;:7.57},{&quot;2026-08-23&quot;:7.52},{&quot;2026-08-24&quot;:7.61},{&quot;2026-08-25&quot;:7.61},{&quot;2026-08-26&quot;:7.64},{&quot;2026-08-27&quot;:7.58},{&quot;2026-08-28&quot;:7.51},{&quot;2026-08-29&quot;:7.51},{&quot;2026-08-30&quot;:7.51},{&quot;2026-08-31&quot;:7.44},{&quot;2026-09-01&quot;:7.44},{&quot;2026-09-02&quot;:7.46},{&quot;2026-09-03&quot;:7.51},{&quot;2026-09-04&quot;:7.6},{&quot;2026-09-05&quot;:7.68},{&quot;2026-09-06&quot;:7.76},{&quot;2026-09-07&quot;:7.76},{&quot;2026-09-08&quot;:8.01},{&quot;2026-09-09&quot;:8.15},{&quot;2026-09-10&quot;:8.09},{&quot;2026-09-11&quot;:8.13}],&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="108894"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Turbulent Fen
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Land — Swamp Forest
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.12
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Turbulent Fen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/7/9737159b-256c-4004-ba5f-0417c35e1b30.jpg?1782683343" />

        <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">
            Turbulent Fen
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Land — Swamp Forest</span>
        </div>

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Turbulent Fen" src="https://cards.scryfall.io/large/front/9/7/9737159b-256c-4004-ba5f-0417c35e1b30.jpg?1782683343" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.12
              </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">
                $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">$5.00</span>
              <span class="text-xs text-grey-text">Credit: $6.50</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.31},{&quot;2026-06-14&quot;:7.27},{&quot;2026-06-15&quot;:6.64},{&quot;2026-06-16&quot;:6.15},{&quot;2026-06-17&quot;:6.31},{&quot;2026-06-18&quot;:6.23},{&quot;2026-06-19&quot;:6.22},{&quot;2026-06-20&quot;:6.44},{&quot;2026-06-21&quot;:6.57},{&quot;2026-06-22&quot;:6.5},{&quot;2026-06-23&quot;:6.54},{&quot;2026-06-24&quot;:6.5},{&quot;2026-06-25&quot;:6.67},{&quot;2026-06-26&quot;:6.67},{&quot;2026-06-27&quot;:6.73},{&quot;2026-06-28&quot;:6.51},{&quot;2026-06-29&quot;:6.47},{&quot;2026-06-30&quot;:6.48},{&quot;2026-07-01&quot;:6.7},{&quot;2026-07-02&quot;:6.84},{&quot;2026-07-03&quot;:6.9},{&quot;2026-07-04&quot;:6.68},{&quot;2026-07-05&quot;:6.57},{&quot;2026-07-06&quot;:6.7},{&quot;2026-07-07&quot;:6.76},{&quot;2026-07-08&quot;:6.81},{&quot;2026-07-09&quot;:6.74},{&quot;2026-07-10&quot;:6.49},{&quot;2026-07-11&quot;:6.41},{&quot;2026-07-12&quot;:6.4},{&quot;2026-07-13&quot;:6.38},{&quot;2026-07-14&quot;:6.24},{&quot;2026-07-15&quot;:6.09},{&quot;2026-07-16&quot;:5.75},{&quot;2026-07-17&quot;:5.75},{&quot;2026-07-18&quot;:5.76},{&quot;2026-07-19&quot;:5.88},{&quot;2026-07-20&quot;:5.75},{&quot;2026-07-21&quot;:5.68},{&quot;2026-07-22&quot;:5.68},{&quot;2026-07-23&quot;:5.71},{&quot;2026-07-24&quot;:5.95},{&quot;2026-07-25&quot;:6.12},{&quot;2026-07-26&quot;:6.08},{&quot;2026-07-27&quot;:6.16},{&quot;2026-07-28&quot;:6.17},{&quot;2026-07-29&quot;:6.13},{&quot;2026-07-30&quot;:6.14},{&quot;2026-07-31&quot;:6.34},{&quot;2026-08-01&quot;:6.26},{&quot;2026-08-02&quot;:6.27},{&quot;2026-08-03&quot;:6.31},{&quot;2026-08-04&quot;:6.22},{&quot;2026-08-05&quot;:6.35},{&quot;2026-08-07&quot;:6.48},{&quot;2026-08-08&quot;:6.51},{&quot;2026-08-09&quot;:6.66},{&quot;2026-08-10&quot;:6.66},{&quot;2026-08-11&quot;:6.62},{&quot;2026-08-12&quot;:6.6},{&quot;2026-08-13&quot;:6.51},{&quot;2026-08-14&quot;:6.46},{&quot;2026-08-15&quot;:6.3},{&quot;2026-08-16&quot;:6.27},{&quot;2026-08-17&quot;:6.92},{&quot;2026-08-18&quot;:7.34},{&quot;2026-08-19&quot;:7.18},{&quot;2026-08-20&quot;:7.5},{&quot;2026-08-21&quot;:7.73},{&quot;2026-08-22&quot;:7.92},{&quot;2026-08-23&quot;:8.14},{&quot;2026-08-24&quot;:8.32},{&quot;2026-08-25&quot;:8.35},{&quot;2026-08-26&quot;:8.39},{&quot;2026-08-27&quot;:8.29},{&quot;2026-08-28&quot;:8.36},{&quot;2026-08-29&quot;:8.36},{&quot;2026-08-30&quot;:8.27},{&quot;2026-08-31&quot;:8.15},{&quot;2026-09-01&quot;:8.04},{&quot;2026-09-02&quot;:8.05},{&quot;2026-09-03&quot;:8.05},{&quot;2026-09-04&quot;:8.06},{&quot;2026-09-05&quot;:8.22},{&quot;2026-09-06&quot;:8.26},{&quot;2026-09-07&quot;:8.19},{&quot;2026-09-08&quot;:8.4},{&quot;2026-09-09&quot;:8.34},{&quot;2026-09-10&quot;:8.13},{&quot;2026-09-11&quot;:8.12}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

          </div>
        </div>
    </div>

    <!-- Quick Actions -->

    <!-- Destructive Action (Admin Only) -->
  </div>
</div>

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="92363"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Ponder
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Sorcery
      </div>

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            1 owned
          </div>

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-100 text-badge-text">
              ↓
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $8.09
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Ponder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/f/ef654617-02a2-4c2a-a5b7-06e8f47f2fd0.jpg?1783907948" />

        <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">
            Ponder
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Sorcery</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Ponder" src="https://cards.scryfall.io/large/front/e/f/ef654617-02a2-4c2a-a5b7-06e8f47f2fd0.jpg?1783907948" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $8.09
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$3.70</span>
              <span class="text-xs text-grey-text">Credit: $4.81</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:8.16},{&quot;2026-06-14&quot;:8.16},{&quot;2026-06-15&quot;:8.16},{&quot;2026-06-16&quot;:8.16},{&quot;2026-06-17&quot;:8.37},{&quot;2026-06-18&quot;:8.57},{&quot;2026-06-19&quot;:8.32},{&quot;2026-06-20&quot;:8.38},{&quot;2026-06-21&quot;:8.39},{&quot;2026-06-22&quot;:8.3},{&quot;2026-06-23&quot;:8.22},{&quot;2026-06-24&quot;:8.22},{&quot;2026-06-25&quot;:8.05},{&quot;2026-06-26&quot;:8.25},{&quot;2026-06-27&quot;:8.25},{&quot;2026-06-28&quot;:8.25},{&quot;2026-06-29&quot;:8.25},{&quot;2026-06-30&quot;:8.2},{&quot;2026-07-01&quot;:8.22},{&quot;2026-07-02&quot;:8.22},{&quot;2026-07-03&quot;:8.22},{&quot;2026-07-04&quot;:8.22},{&quot;2026-07-05&quot;:8.34},{&quot;2026-07-06&quot;:8.34},{&quot;2026-07-07&quot;:8.34},{&quot;2026-07-08&quot;:8.48},{&quot;2026-07-09&quot;:8.18},{&quot;2026-07-10&quot;:8.07},{&quot;2026-07-11&quot;:8.07},{&quot;2026-07-12&quot;:8.07},{&quot;2026-07-13&quot;:8.07},{&quot;2026-07-14&quot;:7.89},{&quot;2026-07-15&quot;:7.94},{&quot;2026-07-16&quot;:7.79},{&quot;2026-07-17&quot;:7.79},{&quot;2026-07-18&quot;:7.79},{&quot;2026-07-19&quot;:7.87},{&quot;2026-07-20&quot;:8.0},{&quot;2026-07-21&quot;:8.02},{&quot;2026-07-22&quot;:7.94},{&quot;2026-07-23&quot;:7.94},{&quot;2026-07-24&quot;:8.04},{&quot;2026-07-25&quot;:7.92},{&quot;2026-07-26&quot;:7.92},{&quot;2026-07-27&quot;:7.95},{&quot;2026-07-28&quot;:7.95},{&quot;2026-07-29&quot;:7.95},{&quot;2026-07-30&quot;:7.95},{&quot;2026-07-31&quot;:7.95},{&quot;2026-08-01&quot;:7.95},{&quot;2026-08-02&quot;:7.99},{&quot;2026-08-03&quot;:7.99},{&quot;2026-08-04&quot;:7.99},{&quot;2026-08-05&quot;:8.09},{&quot;2026-08-07&quot;:8.03},{&quot;2026-08-08&quot;:8.03},{&quot;2026-08-09&quot;:8.03},{&quot;2026-08-10&quot;:8.03},{&quot;2026-08-11&quot;:8.05},{&quot;2026-08-12&quot;:8.05},{&quot;2026-08-13&quot;:8.05},{&quot;2026-08-14&quot;:8.05},{&quot;2026-08-15&quot;:8.05},{&quot;2026-08-16&quot;:8.19},{&quot;2026-08-17&quot;:8.22},{&quot;2026-08-18&quot;:8.22},{&quot;2026-08-19&quot;:8.22},{&quot;2026-08-20&quot;:8.22},{&quot;2026-08-21&quot;:8.22},{&quot;2026-08-22&quot;:8.22},{&quot;2026-08-23&quot;:8.22},{&quot;2026-08-24&quot;:8.26},{&quot;2026-08-25&quot;:8.26},{&quot;2026-08-26&quot;:8.26},{&quot;2026-08-27&quot;:8.27},{&quot;2026-08-28&quot;:8.27},{&quot;2026-08-29&quot;:8.27},{&quot;2026-08-30&quot;:8.11},{&quot;2026-08-31&quot;:8.11},{&quot;2026-09-01&quot;:8.11},{&quot;2026-09-02&quot;:8.1},{&quot;2026-09-03&quot;:8.1},{&quot;2026-09-04&quot;:8.12},{&quot;2026-09-05&quot;:8.16},{&quot;2026-09-06&quot;:8.16},{&quot;2026-09-07&quot;:8.04},{&quot;2026-09-08&quot;:8.04},{&quot;2026-09-09&quot;:8.09},{&quot;2026-09-10&quot;:8.09},{&quot;2026-09-11&quot;:8.09}],&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="52961"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Isochron Scepter
        </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">
            $8.08
          </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="Isochron Scepter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/c/ec92bcce-cdb0-4e20-b2ab-0f659358e8d6.jpg?1783910590" />

        <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">
            Isochron Scepter
        </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="Isochron Scepter" src="https://cards.scryfall.io/large/front/e/c/ec92bcce-cdb0-4e20-b2ab-0f659358e8d6.jpg?1783910590" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $8.08
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$5.30</span>
              <span class="text-xs text-grey-text">Credit: $6.89</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:8.38},{&quot;2026-06-14&quot;:8.43},{&quot;2026-06-15&quot;:8.55},{&quot;2026-06-16&quot;:8.52},{&quot;2026-06-17&quot;:8.31},{&quot;2026-06-18&quot;:8.31},{&quot;2026-06-19&quot;:8.45},{&quot;2026-06-20&quot;:8.43},{&quot;2026-06-21&quot;:8.53},{&quot;2026-06-22&quot;:8.55},{&quot;2026-06-23&quot;:8.67},{&quot;2026-06-24&quot;:9.1},{&quot;2026-06-25&quot;:9.04},{&quot;2026-06-26&quot;:8.96},{&quot;2026-06-27&quot;:8.95},{&quot;2026-06-28&quot;:8.92},{&quot;2026-06-29&quot;:9.22},{&quot;2026-06-30&quot;:9.29},{&quot;2026-07-01&quot;:9.22},{&quot;2026-07-02&quot;:9.16},{&quot;2026-07-03&quot;:9.04},{&quot;2026-07-04&quot;:8.98},{&quot;2026-07-05&quot;:8.81},{&quot;2026-07-06&quot;:8.72},{&quot;2026-07-07&quot;:8.59},{&quot;2026-07-08&quot;:8.74},{&quot;2026-07-09&quot;:8.87},{&quot;2026-07-10&quot;:8.87},{&quot;2026-07-11&quot;:8.8},{&quot;2026-07-12&quot;:8.68},{&quot;2026-07-13&quot;:8.85},{&quot;2026-07-14&quot;:8.96},{&quot;2026-07-15&quot;:9.09},{&quot;2026-07-16&quot;:9.03},{&quot;2026-07-17&quot;:9.03},{&quot;2026-07-18&quot;:9.08},{&quot;2026-07-19&quot;:8.95},{&quot;2026-07-20&quot;:9.0},{&quot;2026-07-21&quot;:9.33},{&quot;2026-07-22&quot;:9.4},{&quot;2026-07-23&quot;:9.55},{&quot;2026-07-24&quot;:9.41},{&quot;2026-07-25&quot;:9.3},{&quot;2026-07-26&quot;:9.3},{&quot;2026-07-27&quot;:9.23},{&quot;2026-07-28&quot;:9.34},{&quot;2026-07-29&quot;:9.34},{&quot;2026-07-30&quot;:9.26},{&quot;2026-07-31&quot;:9.31},{&quot;2026-08-01&quot;:9.3},{&quot;2026-08-02&quot;:9.26},{&quot;2026-08-03&quot;:9.32},{&quot;2026-08-04&quot;:9.46},{&quot;2026-08-05&quot;:9.59},{&quot;2026-08-07&quot;:9.58},{&quot;2026-08-08&quot;:9.54},{&quot;2026-08-09&quot;:9.5},{&quot;2026-08-10&quot;:9.43},{&quot;2026-08-11&quot;:9.44},{&quot;2026-08-12&quot;:9.23},{&quot;2026-08-13&quot;:9.03},{&quot;2026-08-14&quot;:9.03},{&quot;2026-08-15&quot;:9.14},{&quot;2026-08-16&quot;:9.04},{&quot;2026-08-17&quot;:8.14},{&quot;2026-08-18&quot;:7.98},{&quot;2026-08-19&quot;:7.99},{&quot;2026-08-20&quot;:7.76},{&quot;2026-08-21&quot;:7.78},{&quot;2026-08-22&quot;:7.71},{&quot;2026-08-23&quot;:7.75},{&quot;2026-08-24&quot;:7.6},{&quot;2026-08-25&quot;:7.88},{&quot;2026-08-26&quot;:7.88},{&quot;2026-08-27&quot;:7.91},{&quot;2026-08-28&quot;:7.94},{&quot;2026-08-29&quot;:7.94},{&quot;2026-08-30&quot;:8.04},{&quot;2026-08-31&quot;:8.17},{&quot;2026-09-01&quot;:8.19},{&quot;2026-09-02&quot;:8.2},{&quot;2026-09-03&quot;:8.2},{&quot;2026-09-04&quot;:8.09},{&quot;2026-09-05&quot;:8.0},{&quot;2026-09-06&quot;:8.09},{&quot;2026-09-07&quot;:8.07},{&quot;2026-09-08&quot;:8.07},{&quot;2026-09-09&quot;:8.07},{&quot;2026-09-10&quot;:8.2},{&quot;2026-09-11&quot;:8.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="72962"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Howling Mine
        </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">
              ↑
              2%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $7.99
          </span>
        </div>
      </div>
    </div>

    <!-- Expand/Collapse Indicator -->
    <div
      data-mobile-card-target="chevron"
      class="text-grey-text transition-transform duration-200 flex-shrink-0"
    >
      <svg
        xmlns="http://www.w3.org/2000/svg"
        class="w-5 h-5"
        fill="none"
        viewBox="0 0 24 24"
        stroke="currentColor"
      >
        <path
          stroke-linecap="round"
          stroke-linejoin="round"
          stroke-width="2"
          d="M19 9l-7 7-7-7"
        />
      </svg>
    </div>
  </div>

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Howling Mine" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/feab8356-58dc-4e01-8c5f-4699e6feef52.jpg?1783919793" />

        <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">
            Howling Mine
        </h3>

        <div class="flex items-center gap-2 mt-1">
          <span class="text-xs text-grey-text capitalize">
            rare
          </span>

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Howling Mine" src="https://cards.scryfall.io/large/front/f/e/feab8356-58dc-4e01-8c5f-4699e6feef52.jpg?1783919793" />
    </div>

    <!-- Ownership Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Ownership
      </h4>

      <div class="grid grid-cols-2 gap-3">
        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Regular</span>

          <span class="text-lg font-medium text-nine-white">
            1
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>

        <div class="flex flex-col">
          <span class="text-xs text-grey-text">Proxy Foil</span>

          <span class="text-lg font-medium text-grey-text">
            0
          </span>
        </div>
      </div>
    </div>

    <!-- Price Section -->
    <div class="p-4 border-t border-highlight/50">
      <h4 class="text-xs font-semibold tracking-wider uppercase text-grey-text mb-3">
        Prices
      </h4>

      <div class="grid grid-cols-2 gap-3">
          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Regular</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $7.99
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  2%
                </span>
            </div>
          </div>

          <div class="flex flex-col">
            <span class="text-xs text-grey-text">Foil</span>

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $7.42
              </span>

                <span class="text-xs text-accent-50">
                  ↑
                  1%
                </span>
            </div>
          </div>
      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.20</span>
              <span class="text-xs text-grey-text">Credit: $5.46</span>
            </div>
        </div>

      <!-- Price History Toggle -->
        <button
          data-action="click->mobile-card#toggleChart"
          data-mobile-card-target="chartToggle"
          class="
            flex items-center gap-2 mt-4 text-sm text-accent-50
            hover:text-nine-white transition-colors
          "
        >
          <svg
            xmlns="http://www.w3.org/2000/svg"
            class="w-4 h-4"
            fill="none"
            viewBox="0 0 24 24"
            stroke="currentColor"
          >
            <path
              stroke-linecap="round"
              stroke-linejoin="round"
              stroke-width="2"
              d="M7 12l3-3 3 3 4-4M8 21l4-4 4 4M3 4h18M4 4h16v12a1 1 0 01-1 1H5a1 1 0 01-1-1V4z"
            />
          </svg>

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:6.84},{&quot;2026-06-14&quot;:6.84},{&quot;2026-06-15&quot;:6.92},{&quot;2026-06-16&quot;:6.92},{&quot;2026-06-17&quot;:6.92},{&quot;2026-06-18&quot;:6.92},{&quot;2026-06-19&quot;:6.92},{&quot;2026-06-20&quot;:6.95},{&quot;2026-06-21&quot;:6.95},{&quot;2026-06-22&quot;:6.95},{&quot;2026-06-23&quot;:6.95},{&quot;2026-06-24&quot;:6.95},{&quot;2026-06-25&quot;:6.95},{&quot;2026-06-26&quot;:6.95},{&quot;2026-06-27&quot;:6.95},{&quot;2026-06-28&quot;:6.95},{&quot;2026-06-29&quot;:6.95},{&quot;2026-06-30&quot;:6.95},{&quot;2026-07-01&quot;:6.88},{&quot;2026-07-02&quot;:6.88},{&quot;2026-07-03&quot;:6.88},{&quot;2026-07-04&quot;:6.91},{&quot;2026-07-05&quot;:6.93},{&quot;2026-07-06&quot;:6.93},{&quot;2026-07-07&quot;:6.96},{&quot;2026-07-08&quot;:7.0},{&quot;2026-07-09&quot;:7.33},{&quot;2026-07-10&quot;:7.33},{&quot;2026-07-11&quot;:7.33},{&quot;2026-07-12&quot;:7.46},{&quot;2026-07-13&quot;:7.46},{&quot;2026-07-14&quot;:7.63},{&quot;2026-07-15&quot;:7.63},{&quot;2026-07-16&quot;:7.63},{&quot;2026-07-17&quot;:7.69},{&quot;2026-07-18&quot;:7.67},{&quot;2026-07-19&quot;:7.67},{&quot;2026-07-20&quot;:7.69},{&quot;2026-07-21&quot;:7.69},{&quot;2026-07-22&quot;:7.69},{&quot;2026-07-23&quot;:7.69},{&quot;2026-07-24&quot;:7.75},{&quot;2026-07-25&quot;:7.4},{&quot;2026-07-26&quot;:7.4},{&quot;2026-07-27&quot;:7.42},{&quot;2026-07-28&quot;:7.38},{&quot;2026-07-29&quot;:7.52},{&quot;2026-07-30&quot;:7.43},{&quot;2026-07-31&quot;:7.13},{&quot;2026-08-01&quot;:7.17},{&quot;2026-08-02&quot;:7.29},{&quot;2026-08-03&quot;:7.29},{&quot;2026-08-04&quot;:7.44},{&quot;2026-08-05&quot;:7.44},{&quot;2026-08-07&quot;:7.13},{&quot;2026-08-08&quot;:7.06},{&quot;2026-08-09&quot;:7.06},{&quot;2026-08-10&quot;:7.06},{&quot;2026-08-11&quot;:7.06},{&quot;2026-08-12&quot;:7.15},{&quot;2026-08-13&quot;:7.14},{&quot;2026-08-14&quot;:7.14},{&quot;2026-08-15&quot;:7.14},{&quot;2026-08-16&quot;:7.14},{&quot;2026-08-17&quot;:6.95},{&quot;2026-08-18&quot;:7.05},{&quot;2026-08-19&quot;:7.05},{&quot;2026-08-20&quot;:7.05},{&quot;2026-08-21&quot;:7.05},{&quot;2026-08-22&quot;:7.05},{&quot;2026-08-23&quot;:7.05},{&quot;2026-08-24&quot;:7.05},{&quot;2026-08-25&quot;:7.05},{&quot;2026-08-26&quot;:7.05},{&quot;2026-08-27&quot;:7.05},{&quot;2026-08-28&quot;:7.05},{&quot;2026-08-29&quot;:7.05},{&quot;2026-08-30&quot;:7.05},{&quot;2026-08-31&quot;:7.15},{&quot;2026-09-01&quot;:7.15},{&quot;2026-09-02&quot;:7.15},{&quot;2026-09-03&quot;:7.36},{&quot;2026-09-04&quot;:7.36},{&quot;2026-09-05&quot;:7.35},{&quot;2026-09-06&quot;:7.35},{&quot;2026-09-07&quot;:7.35},{&quot;2026-09-08&quot;:7.42},{&quot;2026-09-09&quot;:7.42},{&quot;2026-09-10&quot;:7.42},{&quot;2026-09-11&quot;:7.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.02},{&quot;2026-06-14&quot;:6.67},{&quot;2026-06-15&quot;:6.92},{&quot;2026-06-16&quot;:7.11},{&quot;2026-06-17&quot;:7.18},{&quot;2026-06-18&quot;:7.06},{&quot;2026-06-19&quot;:7.27},{&quot;2026-06-20&quot;:7.31},{&quot;2026-06-21&quot;:7.73},{&quot;2026-06-22&quot;:7.56},{&quot;2026-06-23&quot;:7.54},{&quot;2026-06-24&quot;:7.72},{&quot;2026-06-25&quot;:7.43},{&quot;2026-06-26&quot;:7.4},{&quot;2026-06-27&quot;:7.42},{&quot;2026-06-28&quot;:7.24},{&quot;2026-06-29&quot;:7.62},{&quot;2026-06-30&quot;:7.47},{&quot;2026-07-01&quot;:7.41},{&quot;2026-07-02&quot;:7.6},{&quot;2026-07-03&quot;:7.52},{&quot;2026-07-04&quot;:7.6},{&quot;2026-07-05&quot;:7.82},{&quot;2026-07-06&quot;:7.73},{&quot;2026-07-07&quot;:7.54},{&quot;2026-07-08&quot;:7.39},{&quot;2026-07-09&quot;:7.26},{&quot;2026-07-10&quot;:7.27},{&quot;2026-07-11&quot;:7.14},{&quot;2026-07-12&quot;:7.15},{&quot;2026-07-13&quot;:6.96},{&quot;2026-07-14&quot;:6.66},{&quot;2026-07-15&quot;:6.43},{&quot;2026-07-16&quot;:6.23},{&quot;2026-07-17&quot;:6.19},{&quot;2026-07-18&quot;:6.1},{&quot;2026-07-19&quot;:6.32},{&quot;2026-07-20&quot;:6.53},{&quot;2026-07-21&quot;:6.53},{&quot;2026-07-22&quot;:6.54},{&quot;2026-07-23&quot;:6.54},{&quot;2026-07-24&quot;:6.54},{&quot;2026-07-25&quot;:6.67},{&quot;2026-07-26&quot;:6.5},{&quot;2026-07-27&quot;:6.38},{&quot;2026-07-28&quot;:6.51},{&quot;2026-07-29&quot;:6.65},{&quot;2026-07-30&quot;:6.86},{&quot;2026-07-31&quot;:6.71},{&quot;2026-08-01&quot;:6.63},{&quot;2026-08-02&quot;:6.63},{&quot;2026-08-03&quot;:7.08},{&quot;2026-08-04&quot;:6.81},{&quot;2026-08-05&quot;:6.75},{&quot;2026-08-07&quot;:6.5},{&quot;2026-08-08&quot;:6.64},{&quot;2026-08-09&quot;:6.57},{&quot;2026-08-10&quot;:6.86},{&quot;2026-08-11&quot;:6.66},{&quot;2026-08-12&quot;:6.91},{&quot;2026-08-13&quot;:6.95},{&quot;2026-08-14&quot;:6.77},{&quot;2026-08-15&quot;:7.14},{&quot;2026-08-16&quot;:7.16},{&quot;2026-08-17&quot;:7.32},{&quot;2026-08-18&quot;:7.32},{&quot;2026-08-19&quot;:7.11},{&quot;2026-08-20&quot;:7.22},{&quot;2026-08-21&quot;:7.24},{&quot;2026-08-22&quot;:6.92},{&quot;2026-08-23&quot;:7.09},{&quot;2026-08-24&quot;:7.18},{&quot;2026-08-25&quot;:7.24},{&quot;2026-08-26&quot;:7.32},{&quot;2026-08-27&quot;:7.16},{&quot;2026-08-28&quot;:7.08},{&quot;2026-08-29&quot;:7.08},{&quot;2026-08-30&quot;:7.34},{&quot;2026-08-31&quot;:7.24},{&quot;2026-09-01&quot;:7.23},{&quot;2026-09-02&quot;:7.67},{&quot;2026-09-03&quot;:7.46},{&quot;2026-09-04&quot;:7.4},{&quot;2026-09-05&quot;:7.87},{&quot;2026-09-06&quot;:7.77},{&quot;2026-09-07&quot;:8.01},{&quot;2026-09-08&quot;:7.99},{&quot;2026-09-09&quot;:7.9},{&quot;2026-09-10&quot;:7.99},{&quot;2026-09-11&quot;:7.99}]}"
        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 501-550 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=10&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=10&amp;username=denvermullets" rel="prev">10</a><a role="link" aria-disabled="true" aria-current="page">11</a><a href="/load_collection?direction=asc&amp;page=12&amp;username=denvermullets" rel="next">12</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=12&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="19282"
          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">
              376
            </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>
              Ajani, Sleeper Agent


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Planeswalker — Ajani
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-gwp'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.59

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19282"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19282" src="/boxset_card/19282?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36427"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              263
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mid ss-rare ss-fw ss-2x mr-4"></i>
              Haunted Ridge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.59

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      5%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="36427"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_36427" src="/boxset_card/36427?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49596"
          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">
              293
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-rare ss-fw ss-2x mr-4"></i>
              Sterling Grove

                <span
                  class="
                    ml-2 px-1.5 py-0.5 text-xs rounded bg-purple-900/30
                    text-purple-400 border border-purple-500/30
                  "
                  title="Etched finish"
                >
                  E
                </span>

            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-g'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.31

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.58

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.80
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.81
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49596"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49596" src="/boxset_card/49596?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="41265"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              59
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-mythic ss-fw ss-2x mr-4"></i>
              Jin-Gitaxias, Progress Tyrant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Phyrexian Praetor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.57

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.22
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41265"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41265" src="/boxset_card/41265?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49255"
          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">
              189
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh1 ss-mythic ss-fw ss-2x mr-4"></i>
              Unbound Flourishing


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.57

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.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.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="49255"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_49255" src="/boxset_card/49255?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93369"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              261
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x mr-4"></i>
              Mistrise Village


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.57

                    <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">
                $6.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="93369"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_93369" src="/boxset_card/93369?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="32807"
          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">
              242
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-gtc ss-rare ss-fw ss-2x mr-4"></i>
              Godless Shrine


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Plains Swamp
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.56

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="32807"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_32807" src="/boxset_card/32807?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42361"
          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">
              413
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Eiganjo, Seat of the Empire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.56

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $7.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.21
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42361"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42361" src="/boxset_card/42361?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="21184"
          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">
              370
            </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>
              Oracle of Mul Daya


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.53

                    <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">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.47
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="21184"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_21184" src="/boxset_card/21184?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86409"
          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">
              M20-94
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Cavalier of Night


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental 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-2'></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">
                  $8.53

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.76
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86409"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86409" src="/boxset_card/86409?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87074"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woc ss-rare ss-fw ss-2x mr-4"></i>
              Mantle of the Ancients


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="87074"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_87074" src="/boxset_card/87074?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18690"
          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">
              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-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Silverback Elder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Ape 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><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18690"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18690" src="/boxset_card/18690?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20062"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              32
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Stonehewer Giant


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Giant 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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.50

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20062"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20062" src="/boxset_card/20062?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30168"
          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">
              198
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Goblin King


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Goblin
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.50

                    <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">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30168"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30168" src="/boxset_card/30168?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13790"
          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">
              658
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Deep Gnome Terramancer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Gnome Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.48

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.28
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="13790"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_13790" src="/boxset_card/13790?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20899"
          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">
              317
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Fire-Lit Thicket


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.48

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.11
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20899"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20899" src="/boxset_card/20899?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75663"
          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">
              MRD-36
            </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>
              Fatespinner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.48

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.10
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75663"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75663" src="/boxset_card/75663?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29931"
          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">
              118
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-uncommon ss-fw ss-2x mr-4"></i>
              Animate Dead


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.47

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.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.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="29931"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_29931" src="/boxset_card/29931?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20630"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              223
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Time Sieve


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.46

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.68
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20630"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20630" src="/boxset_card/20630?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="16484"
          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">
              107
            </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>
              Kami of the Crescent Moon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Spirit
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.75
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.17
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="16484"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_16484" src="/boxset_card/16484?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="19415"
          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">
              418
            </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>
              Silverback Elder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Ape 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><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.45

                    <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">
                $8.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="19415"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_19415" src="/boxset_card/19415?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42187"
          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">
              357
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Fable of the Mirror-Breaker // Reflection of Kiki-Jiki


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment — Saga
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.44

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.56
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="42187"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42187" src="/boxset_card/42187?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="98428"
          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">
              330
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-mythic ss-fw ss-2x mr-4"></i>
              White Lotus Tile


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.43

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.50
            </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="98428"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_98428" src="/boxset_card/98428?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28341"
          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">
              8
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afc ss-rare ss-fw ss-2x mr-4"></i>
              Mantle of the Ancients


            </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-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28341"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28341" src="/boxset_card/28341?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30229"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              220
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Shivan Dragon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Dragon
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $8.42

                </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.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30229"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30229" src="/boxset_card/30229?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94783"
          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-fca ss-rare ss-fw ss-2x mr-4"></i>
              Sram, Senior Edificer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Dwarf Advisor
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.42

                    <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">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.30
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94783"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94783" src="/boxset_card/94783?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="80480"
          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">
              MOR-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-mb1 ss-rare ss-fw ss-2x mr-4"></i>
              Leaf-Crowned Elder


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Treefolk 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">
                <div class="flex items-center gap-2">
                  $8.41

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.25
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.24
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="80480"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_80480" src="/boxset_card/80480?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79976"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-bot ss-mythic ss-fw ss-2x mr-4"></i>
              Jetfire, Ingenious Scientist // Jetfire, Air Guardian


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact Creature — Robot
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.40

                    <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">
                $5.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.87
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79976"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79976" src="/boxset_card/79976?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="94971"
          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-fca ss-rare ss-fw ss-2x mr-4"></i>
              Command Beacon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.37

                    <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">
                $8.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.20
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="94971"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_94971" src="/boxset_card/94971?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="97980"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              266
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ecl ss-rare ss-fw ss-2x mr-4"></i>
              Overgrown Tomb


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Swamp Forest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.37

                    <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">
                $7.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="97980"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_97980" src="/boxset_card/97980?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73159"
          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">
              76
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Defense Grid


            </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">
                  $8.36

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.27
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="73159"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_73159" src="/boxset_card/73159?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="40382"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              54
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-khc ss-rare ss-fw ss-2x mr-4"></i>
              Beast Whisperer


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elf Druid
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $8.35

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $7.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="40382"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_40382" src="/boxset_card/40382?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="112371"
          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">
              2659
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Ramunap Excavator


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Snake Cleric
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      31%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.00
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.43
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="112371"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_112371" src="/boxset_card/112371?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20878"
          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">
              309
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x mr-4"></i>
              Academy Ruins


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.41
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="20878"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_20878" src="/boxset_card/20878?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30103"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              176
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-4ed ss-rare ss-fw ss-2x mr-4"></i>
              Ball Lightning


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Elemental
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.30

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.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.06
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="30103"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_30103" src="/boxset_card/30103?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42653"
          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">
              502
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-rare ss-fw ss-2x mr-4"></i>
              Eiganjo, Seat of the Empire


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $7.51

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      2%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.28

                    <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">
                $7.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.60
            </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="42653"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_42653" src="/boxset_card/42653?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="11628"
          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-cmr ss-mythic ss-fw ss-2x mr-4"></i>
              Mnemonic Deluge


            </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-6'></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><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.26

                    <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">
                $8.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.52
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="11628"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_11628" src="/boxset_card/11628?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="6319"
          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">
              46
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-rare ss-fw ss-2x mr-4"></i>
              Blood Moon


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.24

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $8.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                2.13
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="6319"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_6319" src="/boxset_card/6319?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14451"
          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">
              873
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x mr-4"></i>
              Spellskite


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact Creature — Phyrexian Horror
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.23

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.75
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="14451"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_14451" src="/boxset_card/14451?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91084"
          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">
              280
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-inr ss-rare ss-fw ss-2x mr-4"></i>
              Haunted Ridge


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.22

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.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.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="91084"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_91084" src="/boxset_card/91084?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="9844"
          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">
              11
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c19 ss-rare ss-fw ss-2x mr-4"></i>
              Sudden Substitution


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.21

                    <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">
                $5.50
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.73
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="9844"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_9844" src="/boxset_card/9844?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86941"
          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">
              314
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-uncommon ss-fw ss-2x mr-4"></i>
              Experimental Confectioner


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Human Peasant
            </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">
                <div class="flex items-center gap-2">
                  $8.21

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $4.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.31
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86941"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86941" src="/boxset_card/86941?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108999"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              207
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x mr-4"></i>
              Animate Dead


            </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-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.18

                    <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">
                $4.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.55
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108999"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108999" src="/boxset_card/108999?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79873"
          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">
              398
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-special ss-fw ss-2x mr-4"></i>
              Manifold Key


            </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">
                  $8.16

                    <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">
                $5.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.39
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="79873"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_79873" src="/boxset_card/79873?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="34987"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-vow ss-mythic ss-fw ss-2x mr-4"></i>
              Necroduality


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Enchantment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.13

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      4%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $6.40
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.62
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="34987"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_34987" src="/boxset_card/34987?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108212"
          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">
              431
            </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>
              Talisman of Hierarchy


            </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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.13

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      6%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.80
            </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="108212"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108212" src="/boxset_card/108212?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108894"
          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">
              55
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-rare ss-fw ss-2x mr-4"></i>
              Turbulent Fen


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Land — Swamp Forest
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.12

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.00
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="108894"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108894" src="/boxset_card/108894?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="92363"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              2
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-pmei ss-rare ss-fw ss-2x mr-4"></i>
              Ponder


            </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-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $8.09

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.70
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.15
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="92363"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_92363" src="/boxset_card/92363?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="52961"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              96
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-uncommon ss-fw ss-2x mr-4"></i>
              Isochron Scepter


            </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">
                  $8.08

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      1%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $5.30
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="52961"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_52961" src="/boxset_card/52961?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="72962"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-brr ss-rare ss-fw ss-2x mr-4"></i>
              Howling Mine


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $7.99

                    <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">
                $4.20
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.29
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="72962"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_72962" src="/boxset_card/72962?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 501-550 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=10&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=10&amp;username=denvermullets" rel="prev">10</a><a role="link" aria-disabled="true" aria-current="page">11</a><a href="/load_collection?direction=asc&amp;page=12&amp;username=denvermullets" rel="next">12</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=12&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>