<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="71073"
  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-ltc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sol Ring" src="https://cards.scryfall.io/large/front/5/8/5805f64c-dd88-4e94-8f0a-a01dae67e3ba.jpg?1783915895" />
    </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">
                $4.25
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:1.76},{&quot;2026-06-12&quot;:1.69},{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.65},{&quot;2026-06-15&quot;:1.67},{&quot;2026-06-16&quot;:1.75},{&quot;2026-06-17&quot;:1.76},{&quot;2026-06-18&quot;:1.85},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.79},{&quot;2026-06-21&quot;:1.8},{&quot;2026-06-22&quot;:1.77},{&quot;2026-06-23&quot;:1.72},{&quot;2026-06-24&quot;:1.62},{&quot;2026-06-25&quot;:1.64},{&quot;2026-06-26&quot;:1.89},{&quot;2026-06-27&quot;:1.81},{&quot;2026-06-28&quot;:1.73},{&quot;2026-06-29&quot;:1.81},{&quot;2026-06-30&quot;:1.83},{&quot;2026-07-01&quot;:1.74},{&quot;2026-07-02&quot;:1.78},{&quot;2026-07-03&quot;:1.77},{&quot;2026-07-04&quot;:1.69},{&quot;2026-07-05&quot;:1.83},{&quot;2026-07-06&quot;:1.77},{&quot;2026-07-07&quot;:1.72},{&quot;2026-07-08&quot;:1.71},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.71},{&quot;2026-07-11&quot;:1.72},{&quot;2026-07-12&quot;:1.82},{&quot;2026-07-13&quot;:1.79},{&quot;2026-07-14&quot;:1.78},{&quot;2026-07-15&quot;:1.73},{&quot;2026-07-16&quot;:1.74},{&quot;2026-07-17&quot;:1.74},{&quot;2026-07-18&quot;:1.8},{&quot;2026-07-19&quot;:1.77},{&quot;2026-07-20&quot;:1.8},{&quot;2026-07-21&quot;:1.78},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-25&quot;:1.92},{&quot;2026-07-26&quot;:1.89},{&quot;2026-07-27&quot;:1.8},{&quot;2026-07-28&quot;:1.89},{&quot;2026-07-29&quot;:1.97},{&quot;2026-07-30&quot;:2.1},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.29},{&quot;2026-08-03&quot;:2.47},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.19},{&quot;2026-08-07&quot;:2.51},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.5},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.63},{&quot;2026-08-12&quot;:2.71},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.72},{&quot;2026-08-15&quot;:2.63},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.81},{&quot;2026-08-18&quot;:2.99},{&quot;2026-08-19&quot;:2.72},{&quot;2026-08-20&quot;:2.72},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.44},{&quot;2026-08-25&quot;:3.44},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.36},{&quot;2026-08-28&quot;:3.04},{&quot;2026-08-29&quot;:3.04},{&quot;2026-08-30&quot;:3.41},{&quot;2026-08-31&quot;:3.88},{&quot;2026-09-01&quot;:3.88},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.74},{&quot;2026-09-04&quot;:3.39},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.76},{&quot;2026-09-09&quot;:3.78},{&quot;2026-09-10&quot;:4.09},{&quot;2026-09-11&quot;:4.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="80739"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-uma ss-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">
            Flagstones of Trokair
        </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="text-sm font-medium text-nine-white">
            $4.25
          </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="Flagstones of Trokair" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/9/e93d3a9f-abc2-4f63-a74d-e5936609386f.jpg?1783933757" />

        <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">
            Flagstones of Trokair
        </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="Flagstones of Trokair" src="https://cards.scryfall.io/large/front/e/9/e93d3a9f-abc2-4f63-a74d-e5936609386f.jpg?1783933757" />
    </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">
                $4.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">
                $11.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">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:11.08},{&quot;2026-06-14&quot;:11.08},{&quot;2026-06-15&quot;:11.08},{&quot;2026-06-16&quot;:11.08},{&quot;2026-06-17&quot;:11.08},{&quot;2026-06-18&quot;:11.34},{&quot;2026-06-19&quot;:11.34},{&quot;2026-06-20&quot;:11.34},{&quot;2026-06-21&quot;:11.34},{&quot;2026-06-22&quot;:11.34},{&quot;2026-06-23&quot;:11.34},{&quot;2026-06-24&quot;:11.34},{&quot;2026-06-25&quot;:11.34},{&quot;2026-06-26&quot;:11.34},{&quot;2026-06-27&quot;:11.34},{&quot;2026-06-28&quot;:11.34},{&quot;2026-06-29&quot;:11.34},{&quot;2026-06-30&quot;:11.34},{&quot;2026-07-01&quot;:11.34},{&quot;2026-07-02&quot;:11.4},{&quot;2026-07-03&quot;:11.4},{&quot;2026-07-04&quot;:11.4},{&quot;2026-07-05&quot;:11.4},{&quot;2026-07-06&quot;:11.4},{&quot;2026-07-07&quot;:11.4},{&quot;2026-07-08&quot;:11.4},{&quot;2026-07-09&quot;:11.4},{&quot;2026-07-10&quot;:11.4},{&quot;2026-07-11&quot;:11.4},{&quot;2026-07-12&quot;:11.4},{&quot;2026-07-13&quot;:11.4},{&quot;2026-07-14&quot;:11.4},{&quot;2026-07-15&quot;:11.4},{&quot;2026-07-16&quot;:11.4},{&quot;2026-07-17&quot;:11.4},{&quot;2026-07-18&quot;:11.4},{&quot;2026-07-19&quot;:11.39},{&quot;2026-07-20&quot;:11.39},{&quot;2026-07-21&quot;:11.39},{&quot;2026-07-22&quot;:11.39},{&quot;2026-07-23&quot;:11.39},{&quot;2026-07-24&quot;:11.24},{&quot;2026-07-25&quot;:11.24},{&quot;2026-07-26&quot;:11.24},{&quot;2026-07-27&quot;:11.24},{&quot;2026-07-28&quot;:11.24},{&quot;2026-07-29&quot;:11.24},{&quot;2026-07-30&quot;:11.24},{&quot;2026-07-31&quot;:11.33},{&quot;2026-08-01&quot;:11.33},{&quot;2026-08-02&quot;:11.33},{&quot;2026-08-03&quot;:11.33},{&quot;2026-08-04&quot;:11.33},{&quot;2026-08-05&quot;:11.33},{&quot;2026-08-07&quot;:11.33},{&quot;2026-08-08&quot;:11.33},{&quot;2026-08-09&quot;:11.33},{&quot;2026-08-10&quot;:11.33},{&quot;2026-08-11&quot;:11.33},{&quot;2026-08-12&quot;:11.3},{&quot;2026-08-13&quot;:11.3},{&quot;2026-08-14&quot;:11.3},{&quot;2026-08-15&quot;:11.3},{&quot;2026-08-16&quot;:11.3},{&quot;2026-08-17&quot;:11.3},{&quot;2026-08-18&quot;:11.3},{&quot;2026-08-19&quot;:11.3},{&quot;2026-08-20&quot;:11.3},{&quot;2026-08-21&quot;:11.3},{&quot;2026-08-22&quot;:11.3},{&quot;2026-08-23&quot;:11.3},{&quot;2026-08-24&quot;:11.3},{&quot;2026-08-25&quot;:11.3},{&quot;2026-08-26&quot;:11.3},{&quot;2026-08-27&quot;:11.3},{&quot;2026-08-28&quot;:11.3},{&quot;2026-08-29&quot;:11.3},{&quot;2026-08-30&quot;:11.3},{&quot;2026-08-31&quot;:11.3},{&quot;2026-09-01&quot;:11.3},{&quot;2026-09-02&quot;:11.3},{&quot;2026-09-03&quot;:11.3},{&quot;2026-09-04&quot;:11.3},{&quot;2026-09-05&quot;:11.3},{&quot;2026-09-06&quot;:11.3},{&quot;2026-09-07&quot;:11.3},{&quot;2026-09-08&quot;:11.3},{&quot;2026-09-09&quot;:11.3},{&quot;2026-09-10&quot;:11.3},{&quot;2026-09-11&quot;:11.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.57},{&quot;2026-06-14&quot;:3.5},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.59},{&quot;2026-06-17&quot;:3.59},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.75},{&quot;2026-06-21&quot;:3.74},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-23&quot;:3.73},{&quot;2026-06-24&quot;:3.76},{&quot;2026-06-25&quot;:3.76},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.76},{&quot;2026-06-29&quot;:3.86},{&quot;2026-06-30&quot;:3.86},{&quot;2026-07-01&quot;:4.04},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:4.14},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.31},{&quot;2026-07-11&quot;:4.31},{&quot;2026-07-12&quot;:4.31},{&quot;2026-07-13&quot;:4.37},{&quot;2026-07-14&quot;:4.37},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.46},{&quot;2026-07-17&quot;:4.46},{&quot;2026-07-18&quot;:4.46},{&quot;2026-07-19&quot;:4.44},{&quot;2026-07-20&quot;:4.38},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-22&quot;:4.43},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-24&quot;:4.43},{&quot;2026-07-25&quot;:4.43},{&quot;2026-07-26&quot;:4.43},{&quot;2026-07-27&quot;:4.43},{&quot;2026-07-28&quot;:4.43},{&quot;2026-07-29&quot;:4.43},{&quot;2026-07-30&quot;:4.43},{&quot;2026-07-31&quot;:4.43},{&quot;2026-08-01&quot;:4.43},{&quot;2026-08-02&quot;:4.43},{&quot;2026-08-03&quot;:4.43},{&quot;2026-08-04&quot;:4.38},{&quot;2026-08-05&quot;:4.41},{&quot;2026-08-07&quot;:4.41},{&quot;2026-08-08&quot;:4.46},{&quot;2026-08-09&quot;:4.46},{&quot;2026-08-10&quot;:4.46},{&quot;2026-08-11&quot;:4.46},{&quot;2026-08-12&quot;:4.46},{&quot;2026-08-13&quot;:4.46},{&quot;2026-08-14&quot;:4.46},{&quot;2026-08-15&quot;:4.46},{&quot;2026-08-16&quot;:4.46},{&quot;2026-08-17&quot;:4.43},{&quot;2026-08-18&quot;:4.43},{&quot;2026-08-19&quot;:4.43},{&quot;2026-08-20&quot;:4.39},{&quot;2026-08-21&quot;:4.39},{&quot;2026-08-22&quot;:4.39},{&quot;2026-08-23&quot;:4.39},{&quot;2026-08-24&quot;:4.39},{&quot;2026-08-25&quot;:4.39},{&quot;2026-08-26&quot;:4.27},{&quot;2026-08-27&quot;:4.27},{&quot;2026-08-28&quot;:4.26},{&quot;2026-08-29&quot;:4.26},{&quot;2026-08-30&quot;:4.26},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.25},{&quot;2026-09-02&quot;:4.25},{&quot;2026-09-03&quot;:4.25},{&quot;2026-09-04&quot;:4.25},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.25},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.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="79807"
  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">
            Dovin&#39;s Veto
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dovin&#39;s Veto" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/3/2392b542-5ae6-4d0e-808c-734f1d06afa4.jpg?1783927713" />

        <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">
            Dovin&#39;s Veto
        </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">Instant</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><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="Dovin&#39;s Veto" src="https://cards.scryfall.io/large/front/2/3/2392b542-5ae6-4d0e-808c-734f1d06afa4.jpg?1783927713" />
    </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">
                $4.24
              </span>

            </div>
          </div>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:12.59},{&quot;2026-06-12&quot;:12.59},{&quot;2026-06-13&quot;:12.7},{&quot;2026-06-14&quot;:12.7},{&quot;2026-06-15&quot;:12.7},{&quot;2026-06-16&quot;:12.7},{&quot;2026-06-17&quot;:12.7},{&quot;2026-06-18&quot;:12.7},{&quot;2026-06-19&quot;:12.7},{&quot;2026-06-20&quot;:12.7},{&quot;2026-06-21&quot;:12.7},{&quot;2026-06-22&quot;:12.7},{&quot;2026-06-23&quot;:12.7},{&quot;2026-06-24&quot;:12.7},{&quot;2026-06-25&quot;:12.7},{&quot;2026-06-26&quot;:12.7},{&quot;2026-06-27&quot;:12.7},{&quot;2026-06-28&quot;:12.7},{&quot;2026-06-29&quot;:12.7},{&quot;2026-06-30&quot;:12.7},{&quot;2026-07-01&quot;:12.7},{&quot;2026-07-02&quot;:12.7},{&quot;2026-07-03&quot;:12.7},{&quot;2026-07-04&quot;:12.7},{&quot;2026-07-05&quot;:12.7},{&quot;2026-07-06&quot;:12.7},{&quot;2026-07-07&quot;:12.7},{&quot;2026-07-08&quot;:12.85},{&quot;2026-07-09&quot;:12.85},{&quot;2026-07-10&quot;:12.85},{&quot;2026-07-11&quot;:12.85},{&quot;2026-07-12&quot;:12.85},{&quot;2026-07-13&quot;:12.85},{&quot;2026-07-14&quot;:12.85},{&quot;2026-07-15&quot;:12.85},{&quot;2026-07-16&quot;:12.85},{&quot;2026-07-17&quot;:12.85},{&quot;2026-07-18&quot;:12.85},{&quot;2026-07-19&quot;:12.85},{&quot;2026-07-20&quot;:12.85},{&quot;2026-07-21&quot;:12.85},{&quot;2026-07-23&quot;:12.85},{&quot;2026-07-25&quot;:12.79},{&quot;2026-07-26&quot;:12.79},{&quot;2026-07-27&quot;:12.79},{&quot;2026-07-28&quot;:12.79},{&quot;2026-07-29&quot;:12.79},{&quot;2026-07-30&quot;:12.79},{&quot;2026-07-31&quot;:12.79},{&quot;2026-08-01&quot;:12.79},{&quot;2026-08-02&quot;:12.79},{&quot;2026-08-03&quot;:12.79},{&quot;2026-08-04&quot;:12.79},{&quot;2026-08-05&quot;:12.79},{&quot;2026-08-07&quot;:12.79},{&quot;2026-08-08&quot;:12.79},{&quot;2026-08-09&quot;:12.79},{&quot;2026-08-10&quot;:12.79},{&quot;2026-08-11&quot;:12.72},{&quot;2026-08-12&quot;:12.72},{&quot;2026-08-13&quot;:12.81},{&quot;2026-08-14&quot;:12.66},{&quot;2026-08-15&quot;:12.66},{&quot;2026-08-16&quot;:12.64},{&quot;2026-08-17&quot;:12.64},{&quot;2026-08-18&quot;:12.64},{&quot;2026-08-19&quot;:12.64},{&quot;2026-08-20&quot;:12.64},{&quot;2026-08-21&quot;:12.64},{&quot;2026-08-22&quot;:12.64},{&quot;2026-08-23&quot;:12.57},{&quot;2026-08-24&quot;:12.57},{&quot;2026-08-25&quot;:12.57},{&quot;2026-08-26&quot;:12.57},{&quot;2026-08-27&quot;:12.45},{&quot;2026-08-28&quot;:12.45},{&quot;2026-08-29&quot;:12.45},{&quot;2026-08-30&quot;:12.45},{&quot;2026-08-31&quot;:12.45},{&quot;2026-09-01&quot;:12.45},{&quot;2026-09-02&quot;:12.45},{&quot;2026-09-03&quot;:12.41},{&quot;2026-09-04&quot;:12.41},{&quot;2026-09-05&quot;:12.41},{&quot;2026-09-06&quot;:12.41},{&quot;2026-09-07&quot;:12.41},{&quot;2026-09-08&quot;:12.3},{&quot;2026-09-09&quot;:12.3},{&quot;2026-09-10&quot;:12.3},{&quot;2026-09-11&quot;:12.3}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.77},{&quot;2026-06-12&quot;:3.83},{&quot;2026-06-13&quot;:3.79},{&quot;2026-06-14&quot;:3.79},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.65},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.7},{&quot;2026-06-19&quot;:3.66},{&quot;2026-06-20&quot;:3.66},{&quot;2026-06-21&quot;:3.66},{&quot;2026-06-22&quot;:3.74},{&quot;2026-06-23&quot;:3.72},{&quot;2026-06-24&quot;:3.77},{&quot;2026-06-25&quot;:3.87},{&quot;2026-06-26&quot;:3.87},{&quot;2026-06-27&quot;:3.99},{&quot;2026-06-28&quot;:3.99},{&quot;2026-06-29&quot;:4.0},{&quot;2026-06-30&quot;:3.96},{&quot;2026-07-01&quot;:3.96},{&quot;2026-07-02&quot;:3.96},{&quot;2026-07-03&quot;:3.88},{&quot;2026-07-04&quot;:3.86},{&quot;2026-07-05&quot;:3.86},{&quot;2026-07-06&quot;:3.8},{&quot;2026-07-07&quot;:3.8},{&quot;2026-07-08&quot;:3.84},{&quot;2026-07-09&quot;:3.93},{&quot;2026-07-10&quot;:3.97},{&quot;2026-07-11&quot;:3.99},{&quot;2026-07-12&quot;:4.0},{&quot;2026-07-13&quot;:4.0},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.1},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:4.01},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.01},{&quot;2026-07-23&quot;:3.74},{&quot;2026-07-25&quot;:3.72},{&quot;2026-07-26&quot;:3.63},{&quot;2026-07-27&quot;:3.65},{&quot;2026-07-28&quot;:3.68},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.68},{&quot;2026-07-31&quot;:3.61},{&quot;2026-08-01&quot;:3.68},{&quot;2026-08-02&quot;:3.68},{&quot;2026-08-03&quot;:3.6},{&quot;2026-08-04&quot;:3.6},{&quot;2026-08-05&quot;:3.54},{&quot;2026-08-07&quot;:3.33},{&quot;2026-08-08&quot;:3.33},{&quot;2026-08-09&quot;:3.31},{&quot;2026-08-10&quot;:3.31},{&quot;2026-08-11&quot;:3.45},{&quot;2026-08-12&quot;:3.45},{&quot;2026-08-13&quot;:3.6},{&quot;2026-08-14&quot;:3.89},{&quot;2026-08-15&quot;:3.81},{&quot;2026-08-16&quot;:3.81},{&quot;2026-08-17&quot;:3.81},{&quot;2026-08-18&quot;:3.81},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.85},{&quot;2026-08-22&quot;:3.84},{&quot;2026-08-23&quot;:3.99},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:4.19},{&quot;2026-08-27&quot;:4.2},{&quot;2026-08-28&quot;:4.22},{&quot;2026-08-29&quot;:4.22},{&quot;2026-08-30&quot;:4.17},{&quot;2026-08-31&quot;:4.17},{&quot;2026-09-01&quot;:4.17},{&quot;2026-09-02&quot;:4.16},{&quot;2026-09-03&quot;:4.18},{&quot;2026-09-04&quot;:4.17},{&quot;2026-09-05&quot;:4.24},{&quot;2026-09-06&quot;:4.17},{&quot;2026-09-07&quot;:4.17},{&quot;2026-09-08&quot;:4.17},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.24},{&quot;2026-09-11&quot;:4.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="86174"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Enchantment — Aura Curse
      </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">
            $4.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="Curse of Opulence" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/6/6615d7f1-1ed6-43af-a916-6caa4bd35ca3.jpg?1783931870" />

        <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">
            Curse of Opulence
        </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 Curse</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Curse of Opulence" src="https://cards.scryfall.io/large/front/6/6/6615d7f1-1ed6-43af-a916-6caa4bd35ca3.jpg?1783931870" />
    </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">
                $4.24
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:2.66},{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.66},{&quot;2026-06-16&quot;:2.66},{&quot;2026-06-17&quot;:2.64},{&quot;2026-06-18&quot;:2.64},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.66},{&quot;2026-06-24&quot;:2.69},{&quot;2026-06-25&quot;:2.77},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.75},{&quot;2026-06-29&quot;:2.75},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.75},{&quot;2026-07-03&quot;:2.73},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.67},{&quot;2026-07-06&quot;:2.67},{&quot;2026-07-07&quot;:2.67},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.85},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.63},{&quot;2026-07-13&quot;:2.64},{&quot;2026-07-14&quot;:2.64},{&quot;2026-07-15&quot;:2.64},{&quot;2026-07-16&quot;:2.64},{&quot;2026-07-17&quot;:2.66},{&quot;2026-07-18&quot;:2.57},{&quot;2026-07-19&quot;:2.55},{&quot;2026-07-20&quot;:2.55},{&quot;2026-07-21&quot;:2.59},{&quot;2026-07-22&quot;:2.64},{&quot;2026-07-23&quot;:2.66},{&quot;2026-07-24&quot;:2.66},{&quot;2026-07-25&quot;:2.66},{&quot;2026-07-26&quot;:2.66},{&quot;2026-07-27&quot;:2.8},{&quot;2026-07-28&quot;:2.76},{&quot;2026-07-29&quot;:2.76},{&quot;2026-07-30&quot;:2.76},{&quot;2026-07-31&quot;:2.83},{&quot;2026-08-01&quot;:2.83},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:2.83},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.86},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.15},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.39},{&quot;2026-08-16&quot;:3.39},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.44},{&quot;2026-08-19&quot;:3.44},{&quot;2026-08-20&quot;:3.44},{&quot;2026-08-21&quot;:3.44},{&quot;2026-08-22&quot;:3.61},{&quot;2026-08-23&quot;:3.61},{&quot;2026-08-24&quot;:3.62},{&quot;2026-08-25&quot;:3.71},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:3.79},{&quot;2026-08-28&quot;:3.79},{&quot;2026-08-29&quot;:3.79},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.0},{&quot;2026-09-02&quot;:4.05},{&quot;2026-09-03&quot;:4.05},{&quot;2026-09-04&quot;:4.05},{&quot;2026-09-05&quot;:4.05},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:4.02},{&quot;2026-09-08&quot;:4.02},{&quot;2026-09-09&quot;:4.21},{&quot;2026-09-10&quot;:4.21},{&quot;2026-09-11&quot;:4.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="12604"
  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">
            Comet Storm
        </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">
              ↑
              14%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Comet Storm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bb5f586d-6bf0-4590-ad73-2d46b2a45b1a.jpg?1783928714" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Comet Storm" src="https://cards.scryfall.io/large/front/b/b/bb5f586d-6bf0-4590-ad73-2d46b2a45b1a.jpg?1783928714" />
    </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">
                $4.23
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.23},{&quot;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.24},{&quot;2026-06-16&quot;:3.17},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:3.12},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.09},{&quot;2026-06-23&quot;:3.1},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:3.12},{&quot;2026-06-26&quot;:3.18},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.3},{&quot;2026-07-01&quot;:3.29},{&quot;2026-07-02&quot;:3.3},{&quot;2026-07-03&quot;:3.31},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.26},{&quot;2026-07-06&quot;:3.2},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.27},{&quot;2026-07-11&quot;:3.25},{&quot;2026-07-12&quot;:3.23},{&quot;2026-07-13&quot;:3.23},{&quot;2026-07-14&quot;:3.26},{&quot;2026-07-15&quot;:3.36},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.36},{&quot;2026-07-18&quot;:3.4},{&quot;2026-07-19&quot;:3.41},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.47},{&quot;2026-07-22&quot;:3.48},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-24&quot;:3.49},{&quot;2026-07-25&quot;:3.52},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.58},{&quot;2026-07-28&quot;:3.67},{&quot;2026-07-29&quot;:3.79},{&quot;2026-07-30&quot;:3.81},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.73},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.87},{&quot;2026-08-04&quot;:3.89},{&quot;2026-08-05&quot;:3.91},{&quot;2026-08-07&quot;:3.81},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.81},{&quot;2026-08-11&quot;:3.89},{&quot;2026-08-12&quot;:3.89},{&quot;2026-08-13&quot;:3.92},{&quot;2026-08-14&quot;:4.06},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.13},{&quot;2026-08-17&quot;:4.19},{&quot;2026-08-18&quot;:4.19},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.47},{&quot;2026-08-22&quot;:4.44},{&quot;2026-08-23&quot;:4.38},{&quot;2026-08-24&quot;:4.32},{&quot;2026-08-25&quot;:4.26},{&quot;2026-08-26&quot;:4.21},{&quot;2026-08-27&quot;:4.21},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.02},{&quot;2026-08-31&quot;:3.95},{&quot;2026-09-01&quot;:3.85},{&quot;2026-09-02&quot;:3.81},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.73},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.67},{&quot;2026-09-07&quot;:3.73},{&quot;2026-09-08&quot;:3.94},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:4.11},{&quot;2026-09-11&quot;:4.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="18873"
  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">
            Timeless Lotus
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Timeless Lotus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f566387-3342-4325-ba4c-eee7626072ac.jpg?1783921266" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Timeless Lotus" src="https://cards.scryfall.io/large/front/6/f/6f566387-3342-4325-ba4c-eee7626072ac.jpg?1783921266" />
    </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">
                $4.23
              </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.20
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:15.22},{&quot;2026-06-11&quot;:15.22},{&quot;2026-06-12&quot;:15.22},{&quot;2026-06-13&quot;:15.22},{&quot;2026-06-14&quot;:15.22},{&quot;2026-06-15&quot;:14.98},{&quot;2026-06-16&quot;:14.98},{&quot;2026-06-17&quot;:14.98},{&quot;2026-06-18&quot;:14.98},{&quot;2026-06-19&quot;:14.98},{&quot;2026-06-20&quot;:14.98},{&quot;2026-06-21&quot;:14.98},{&quot;2026-06-22&quot;:14.98},{&quot;2026-06-23&quot;:14.98},{&quot;2026-06-24&quot;:14.98},{&quot;2026-06-25&quot;:14.99},{&quot;2026-06-26&quot;:14.99},{&quot;2026-06-27&quot;:14.99},{&quot;2026-06-28&quot;:14.99},{&quot;2026-06-29&quot;:14.99},{&quot;2026-06-30&quot;:14.99},{&quot;2026-07-01&quot;:14.99},{&quot;2026-07-02&quot;:14.87},{&quot;2026-07-03&quot;:14.87},{&quot;2026-07-04&quot;:14.74},{&quot;2026-07-05&quot;:14.74},{&quot;2026-07-06&quot;:14.74},{&quot;2026-07-07&quot;:14.74},{&quot;2026-07-08&quot;:14.39},{&quot;2026-07-09&quot;:14.39},{&quot;2026-07-10&quot;:14.39},{&quot;2026-07-11&quot;:14.39},{&quot;2026-07-12&quot;:14.29},{&quot;2026-07-13&quot;:14.29},{&quot;2026-07-14&quot;:14.29},{&quot;2026-07-15&quot;:14.29},{&quot;2026-07-16&quot;:14.29},{&quot;2026-07-17&quot;:14.29},{&quot;2026-07-18&quot;:14.29},{&quot;2026-07-19&quot;:14.29},{&quot;2026-07-20&quot;:14.16},{&quot;2026-07-21&quot;:14.16},{&quot;2026-07-23&quot;:13.92},{&quot;2026-07-25&quot;:13.82},{&quot;2026-07-26&quot;:13.82},{&quot;2026-07-27&quot;:13.82},{&quot;2026-07-29&quot;:13.82},{&quot;2026-07-30&quot;:13.82},{&quot;2026-07-31&quot;:13.82},{&quot;2026-08-01&quot;:13.82},{&quot;2026-08-02&quot;:13.82},{&quot;2026-08-03&quot;:13.7},{&quot;2026-08-04&quot;:13.5},{&quot;2026-08-05&quot;:13.44},{&quot;2026-08-07&quot;:13.44},{&quot;2026-08-08&quot;:13.44},{&quot;2026-08-09&quot;:13.44},{&quot;2026-08-10&quot;:13.3},{&quot;2026-08-11&quot;:13.3},{&quot;2026-08-12&quot;:13.3},{&quot;2026-08-13&quot;:13.3},{&quot;2026-08-14&quot;:13.3},{&quot;2026-08-15&quot;:13.3},{&quot;2026-08-16&quot;:13.29},{&quot;2026-08-17&quot;:13.3},{&quot;2026-08-18&quot;:13.26},{&quot;2026-08-19&quot;:13.26},{&quot;2026-08-20&quot;:13.26},{&quot;2026-08-21&quot;:13.26},{&quot;2026-08-22&quot;:13.26},{&quot;2026-08-23&quot;:13.26},{&quot;2026-08-24&quot;:13.26},{&quot;2026-08-25&quot;:13.26},{&quot;2026-08-26&quot;:13.2},{&quot;2026-08-27&quot;:13.2},{&quot;2026-08-28&quot;:13.2},{&quot;2026-08-29&quot;:13.2},{&quot;2026-08-30&quot;:13.2},{&quot;2026-08-31&quot;:13.2},{&quot;2026-09-01&quot;:13.2},{&quot;2026-09-02&quot;:13.2},{&quot;2026-09-03&quot;:13.2},{&quot;2026-09-04&quot;:13.2},{&quot;2026-09-05&quot;:13.2},{&quot;2026-09-06&quot;:13.2},{&quot;2026-09-07&quot;:13.2},{&quot;2026-09-08&quot;:13.2},{&quot;2026-09-09&quot;:13.2},{&quot;2026-09-10&quot;:13.2},{&quot;2026-09-11&quot;:13.2}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:5.26},{&quot;2026-06-11&quot;:5.26},{&quot;2026-06-12&quot;:5.33},{&quot;2026-06-13&quot;:5.33},{&quot;2026-06-14&quot;:5.31},{&quot;2026-06-15&quot;:5.25},{&quot;2026-06-16&quot;:5.17},{&quot;2026-06-17&quot;:5.27},{&quot;2026-06-18&quot;:5.18},{&quot;2026-06-19&quot;:5.18},{&quot;2026-06-20&quot;:5.07},{&quot;2026-06-21&quot;:5.12},{&quot;2026-06-22&quot;:5.12},{&quot;2026-06-23&quot;:5.17},{&quot;2026-06-24&quot;:5.21},{&quot;2026-06-25&quot;:5.26},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:5.27},{&quot;2026-06-28&quot;:5.25},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.25},{&quot;2026-07-02&quot;:5.25},{&quot;2026-07-03&quot;:5.27},{&quot;2026-07-04&quot;:5.3},{&quot;2026-07-05&quot;:5.3},{&quot;2026-07-06&quot;:5.43},{&quot;2026-07-07&quot;:5.5},{&quot;2026-07-08&quot;:5.54},{&quot;2026-07-09&quot;:5.64},{&quot;2026-07-10&quot;:5.64},{&quot;2026-07-11&quot;:5.64},{&quot;2026-07-12&quot;:5.7},{&quot;2026-07-13&quot;:5.74},{&quot;2026-07-14&quot;:5.78},{&quot;2026-07-15&quot;:5.99},{&quot;2026-07-16&quot;:5.93},{&quot;2026-07-17&quot;:5.77},{&quot;2026-07-18&quot;:5.73},{&quot;2026-07-19&quot;:5.64},{&quot;2026-07-20&quot;:5.71},{&quot;2026-07-21&quot;:5.71},{&quot;2026-07-23&quot;:5.72},{&quot;2026-07-25&quot;:5.7},{&quot;2026-07-26&quot;:5.63},{&quot;2026-07-27&quot;:5.57},{&quot;2026-07-29&quot;:5.55},{&quot;2026-07-30&quot;:5.55},{&quot;2026-07-31&quot;:5.55},{&quot;2026-08-01&quot;:5.37},{&quot;2026-08-02&quot;:5.2},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.56},{&quot;2026-08-05&quot;:4.62},{&quot;2026-08-07&quot;:4.55},{&quot;2026-08-08&quot;:4.45},{&quot;2026-08-09&quot;:4.31},{&quot;2026-08-10&quot;:4.31},{&quot;2026-08-11&quot;:4.31},{&quot;2026-08-12&quot;:4.14},{&quot;2026-08-13&quot;:4.21},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.27},{&quot;2026-08-16&quot;:4.26},{&quot;2026-08-17&quot;:4.32},{&quot;2026-08-18&quot;:4.32},{&quot;2026-08-19&quot;:4.32},{&quot;2026-08-20&quot;:4.32},{&quot;2026-08-21&quot;:4.19},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.1},{&quot;2026-08-24&quot;:4.16},{&quot;2026-08-25&quot;:4.16},{&quot;2026-08-26&quot;:4.32},{&quot;2026-08-27&quot;:4.32},{&quot;2026-08-28&quot;:4.39},{&quot;2026-08-29&quot;:4.39},{&quot;2026-08-30&quot;:4.32},{&quot;2026-08-31&quot;:4.36},{&quot;2026-09-01&quot;:4.36},{&quot;2026-09-02&quot;:4.23},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.16},{&quot;2026-09-05&quot;:4.23},{&quot;2026-09-06&quot;:4.23},{&quot;2026-09-07&quot;:4.2},{&quot;2026-09-08&quot;:4.19},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.23},{&quot;2026-09-11&quot;:4.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="74442"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-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">
            Spelunking
        </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">
              ↑
              10%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Spelunking" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/3/d3be4257-2316-4a2e-b347-f71c0368a947.jpg?1783913740" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Spelunking" src="https://cards.scryfall.io/large/front/d/3/d3be4257-2316-4a2e-b347-f71c0368a947.jpg?1783913740" />
    </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">
                $4.23
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.98
              </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.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-12&quot;:5.31},{&quot;2026-06-13&quot;:5.2},{&quot;2026-06-14&quot;:5.21},{&quot;2026-06-15&quot;:5.21},{&quot;2026-06-16&quot;:5.21},{&quot;2026-06-17&quot;:5.21},{&quot;2026-06-18&quot;:5.19},{&quot;2026-06-19&quot;:5.19},{&quot;2026-06-20&quot;:5.19},{&quot;2026-06-21&quot;:5.21},{&quot;2026-06-22&quot;:5.21},{&quot;2026-06-23&quot;:5.21},{&quot;2026-06-24&quot;:5.17},{&quot;2026-06-25&quot;:5.18},{&quot;2026-06-26&quot;:5.18},{&quot;2026-06-27&quot;:5.18},{&quot;2026-06-28&quot;:5.23},{&quot;2026-06-29&quot;:5.23},{&quot;2026-06-30&quot;:5.23},{&quot;2026-07-01&quot;:5.19},{&quot;2026-07-02&quot;:5.15},{&quot;2026-07-03&quot;:5.16},{&quot;2026-07-04&quot;:5.16},{&quot;2026-07-05&quot;:5.19},{&quot;2026-07-06&quot;:5.19},{&quot;2026-07-07&quot;:5.19},{&quot;2026-07-08&quot;:5.19},{&quot;2026-07-09&quot;:5.19},{&quot;2026-07-10&quot;:5.19},{&quot;2026-07-11&quot;:5.19},{&quot;2026-07-12&quot;:5.29},{&quot;2026-07-13&quot;:5.29},{&quot;2026-07-14&quot;:5.29},{&quot;2026-07-15&quot;:5.29},{&quot;2026-07-16&quot;:5.29},{&quot;2026-07-17&quot;:5.29},{&quot;2026-07-18&quot;:5.29},{&quot;2026-07-19&quot;:5.29},{&quot;2026-07-20&quot;:5.29},{&quot;2026-07-21&quot;:5.36},{&quot;2026-07-23&quot;:5.45},{&quot;2026-07-24&quot;:5.46},{&quot;2026-07-25&quot;:5.46},{&quot;2026-07-26&quot;:5.46},{&quot;2026-07-27&quot;:5.41},{&quot;2026-07-28&quot;:5.41},{&quot;2026-07-29&quot;:5.41},{&quot;2026-07-30&quot;:5.41},{&quot;2026-07-31&quot;:5.29},{&quot;2026-08-01&quot;:5.29},{&quot;2026-08-02&quot;:5.29},{&quot;2026-08-03&quot;:5.25},{&quot;2026-08-04&quot;:5.2},{&quot;2026-08-05&quot;:5.21},{&quot;2026-08-07&quot;:5.15},{&quot;2026-08-08&quot;:5.09},{&quot;2026-08-09&quot;:5.09},{&quot;2026-08-10&quot;:4.97},{&quot;2026-08-11&quot;:4.97},{&quot;2026-08-12&quot;:4.82},{&quot;2026-08-13&quot;:4.73},{&quot;2026-08-14&quot;:4.69},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.63},{&quot;2026-08-17&quot;:4.64},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.64},{&quot;2026-08-20&quot;:4.64},{&quot;2026-08-21&quot;:4.69},{&quot;2026-08-22&quot;:4.89},{&quot;2026-08-23&quot;:4.89},{&quot;2026-08-24&quot;:4.86},{&quot;2026-08-25&quot;:4.92},{&quot;2026-08-26&quot;:4.92},{&quot;2026-08-27&quot;:4.91},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.86},{&quot;2026-08-31&quot;:4.86},{&quot;2026-09-01&quot;:4.94},{&quot;2026-09-02&quot;:4.94},{&quot;2026-09-03&quot;:4.94},{&quot;2026-09-04&quot;:4.94},{&quot;2026-09-05&quot;:4.94},{&quot;2026-09-06&quot;:4.94},{&quot;2026-09-07&quot;:4.87},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.98},{&quot;2026-09-10&quot;:4.98},{&quot;2026-09-11&quot;:4.98}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.17},{&quot;2026-06-13&quot;:4.07},{&quot;2026-06-14&quot;:4.47},{&quot;2026-06-15&quot;:4.64},{&quot;2026-06-16&quot;:4.72},{&quot;2026-06-17&quot;:4.34},{&quot;2026-06-18&quot;:3.95},{&quot;2026-06-19&quot;:3.72},{&quot;2026-06-20&quot;:3.68},{&quot;2026-06-21&quot;:3.83},{&quot;2026-06-22&quot;:3.66},{&quot;2026-06-23&quot;:3.48},{&quot;2026-06-24&quot;:3.46},{&quot;2026-06-25&quot;:3.64},{&quot;2026-06-26&quot;:3.6},{&quot;2026-06-27&quot;:3.65},{&quot;2026-06-28&quot;:3.86},{&quot;2026-06-29&quot;:3.96},{&quot;2026-06-30&quot;:3.93},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.67},{&quot;2026-07-03&quot;:3.87},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:4.3},{&quot;2026-07-06&quot;:4.15},{&quot;2026-07-07&quot;:3.91},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:4.26},{&quot;2026-07-10&quot;:4.35},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:3.93},{&quot;2026-07-13&quot;:3.74},{&quot;2026-07-14&quot;:3.71},{&quot;2026-07-15&quot;:4.16},{&quot;2026-07-16&quot;:4.36},{&quot;2026-07-17&quot;:4.33},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:4.22},{&quot;2026-07-21&quot;:4.08},{&quot;2026-07-23&quot;:3.84},{&quot;2026-07-24&quot;:3.64},{&quot;2026-07-25&quot;:3.57},{&quot;2026-07-26&quot;:3.61},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-28&quot;:3.92},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.74},{&quot;2026-07-31&quot;:3.61},{&quot;2026-08-01&quot;:3.57},{&quot;2026-08-02&quot;:3.44},{&quot;2026-08-03&quot;:3.71},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:3.79},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.91},{&quot;2026-08-09&quot;:4.49},{&quot;2026-08-10&quot;:4.43},{&quot;2026-08-11&quot;:4.23},{&quot;2026-08-12&quot;:3.97},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.75},{&quot;2026-08-15&quot;:3.83},{&quot;2026-08-16&quot;:3.76},{&quot;2026-08-17&quot;:3.78},{&quot;2026-08-18&quot;:3.95},{&quot;2026-08-19&quot;:3.84},{&quot;2026-08-20&quot;:3.84},{&quot;2026-08-21&quot;:4.42},{&quot;2026-08-22&quot;:4.16},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.26},{&quot;2026-08-25&quot;:4.42},{&quot;2026-08-26&quot;:4.22},{&quot;2026-08-27&quot;:3.68},{&quot;2026-08-28&quot;:3.37},{&quot;2026-08-29&quot;:3.37},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.84},{&quot;2026-09-03&quot;:3.78},{&quot;2026-09-04&quot;:3.79},{&quot;2026-09-05&quot;:3.83},{&quot;2026-09-06&quot;:3.98},{&quot;2026-09-07&quot;:4.01},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:4.19},{&quot;2026-09-10&quot;:4.16},{&quot;2026-09-11&quot;:4.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="78495"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Spellstutter Sprite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/8/181434ed-65eb-4b47-9b12-7bbe6e0d262e.jpg?1783915156" />

        <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">
            Spellstutter Sprite
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Faerie 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>
          </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="Spellstutter Sprite" src="https://cards.scryfall.io/large/front/1/8/181434ed-65eb-4b47-9b12-7bbe6e0d262e.jpg?1783915156" />
    </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">
                $4.23
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-13&quot;:4.97},{&quot;2026-06-14&quot;:4.97},{&quot;2026-06-15&quot;:5.01},{&quot;2026-06-16&quot;:5.0},{&quot;2026-06-17&quot;:5.05},{&quot;2026-06-18&quot;:5.19},{&quot;2026-06-19&quot;:5.17},{&quot;2026-06-20&quot;:5.17},{&quot;2026-06-21&quot;:4.86},{&quot;2026-06-22&quot;:4.95},{&quot;2026-06-23&quot;:4.96},{&quot;2026-06-24&quot;:4.9},{&quot;2026-06-25&quot;:4.96},{&quot;2026-06-26&quot;:4.86},{&quot;2026-06-27&quot;:4.62},{&quot;2026-06-28&quot;:4.62},{&quot;2026-06-29&quot;:4.5},{&quot;2026-06-30&quot;:4.42},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.37},{&quot;2026-07-03&quot;:4.34},{&quot;2026-07-04&quot;:4.32},{&quot;2026-07-05&quot;:4.32},{&quot;2026-07-06&quot;:4.29},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.38},{&quot;2026-07-10&quot;:4.5},{&quot;2026-07-11&quot;:4.5},{&quot;2026-07-12&quot;:4.5},{&quot;2026-07-13&quot;:4.5},{&quot;2026-07-14&quot;:4.47},{&quot;2026-07-15&quot;:4.56},{&quot;2026-07-16&quot;:4.59},{&quot;2026-07-17&quot;:4.59},{&quot;2026-07-18&quot;:4.62},{&quot;2026-07-19&quot;:4.62},{&quot;2026-07-20&quot;:4.52},{&quot;2026-07-21&quot;:4.43},{&quot;2026-07-22&quot;:4.43},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-24&quot;:4.49},{&quot;2026-07-25&quot;:4.43},{&quot;2026-07-26&quot;:4.43},{&quot;2026-07-27&quot;:4.48},{&quot;2026-07-28&quot;:4.38},{&quot;2026-07-29&quot;:4.31},{&quot;2026-07-30&quot;:4.31},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.48},{&quot;2026-08-03&quot;:4.54},{&quot;2026-08-04&quot;:4.59},{&quot;2026-08-05&quot;:4.61},{&quot;2026-08-07&quot;:4.8},{&quot;2026-08-08&quot;:4.55},{&quot;2026-08-09&quot;:4.47},{&quot;2026-08-10&quot;:4.53},{&quot;2026-08-11&quot;:4.23},{&quot;2026-08-12&quot;:4.58},{&quot;2026-08-13&quot;:4.71},{&quot;2026-08-14&quot;:4.57},{&quot;2026-08-15&quot;:4.66},{&quot;2026-08-16&quot;:4.41},{&quot;2026-08-17&quot;:4.3},{&quot;2026-08-18&quot;:4.22},{&quot;2026-08-19&quot;:4.27},{&quot;2026-08-20&quot;:4.32},{&quot;2026-08-21&quot;:4.32},{&quot;2026-08-22&quot;:4.24},{&quot;2026-08-23&quot;:4.2},{&quot;2026-08-24&quot;:4.07},{&quot;2026-08-25&quot;:4.07},{&quot;2026-08-26&quot;:3.85},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.68},{&quot;2026-08-29&quot;:3.68},{&quot;2026-08-30&quot;:3.75},{&quot;2026-08-31&quot;:3.84},{&quot;2026-09-01&quot;:3.82},{&quot;2026-09-02&quot;:3.84},{&quot;2026-09-03&quot;:3.83},{&quot;2026-09-04&quot;:3.95},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.03},{&quot;2026-09-07&quot;:4.19},{&quot;2026-09-08&quot;:4.22},{&quot;2026-09-09&quot;:4.17},{&quot;2026-09-10&quot;:4.23},{&quot;2026-09-11&quot;:4.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="13974"
  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">
            Dissipation Field
        </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">
              ↓
              4%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dissipation Field" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/d/dd2d9f47-2bd2-4a97-90c7-beca18a8e7fa.jpg?1783922471" />

        <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">
            Dissipation Field
        </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-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="Dissipation Field" src="https://cards.scryfall.io/large/front/d/d/dd2d9f47-2bd2-4a97-90c7-beca18a8e7fa.jpg?1783922471" />
    </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">
                $4.22
              </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">$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;normal&quot;:[{&quot;2026-06-11&quot;:2.59},{&quot;2026-06-12&quot;:2.6},{&quot;2026-06-13&quot;:2.59},{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.57},{&quot;2026-06-17&quot;:2.62},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.83},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.88},{&quot;2026-06-25&quot;:2.88},{&quot;2026-06-26&quot;:2.92},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:2.91},{&quot;2026-06-30&quot;:2.9},{&quot;2026-07-01&quot;:2.92},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.87},{&quot;2026-07-04&quot;:2.83},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.8},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:2.85},{&quot;2026-07-11&quot;:2.85},{&quot;2026-07-12&quot;:2.78},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.82},{&quot;2026-07-15&quot;:2.83},{&quot;2026-07-16&quot;:2.87},{&quot;2026-07-17&quot;:2.87},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.98},{&quot;2026-07-20&quot;:2.91},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.21},{&quot;2026-07-29&quot;:3.19},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.31},{&quot;2026-08-05&quot;:3.31},{&quot;2026-08-07&quot;:3.34},{&quot;2026-08-08&quot;:3.37},{&quot;2026-08-09&quot;:3.39},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.38},{&quot;2026-08-13&quot;:3.4},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.4},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.37},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.57},{&quot;2026-08-23&quot;:3.74},{&quot;2026-08-24&quot;:3.77},{&quot;2026-08-25&quot;:3.77},{&quot;2026-08-26&quot;:3.86},{&quot;2026-08-27&quot;:3.86},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:4.28},{&quot;2026-08-31&quot;:4.4},{&quot;2026-09-01&quot;:4.4},{&quot;2026-09-02&quot;:4.44},{&quot;2026-09-03&quot;:4.4},{&quot;2026-09-04&quot;:4.4},{&quot;2026-09-05&quot;:4.4},{&quot;2026-09-06&quot;:4.27},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.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="35929"
  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-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">
            Voldaren Bloodcaster 
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Voldaren Bloodcaster // Bloodbat Summoner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/0954ed3d-a5d8-4330-b07c-bf3e51192e4b.jpg?1783924749" />

        <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">
            Voldaren Bloodcaster 
        </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 — Vampire Wizard</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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"
    >
        <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="Voldaren Bloodcaster // Bloodbat Summoner" src="https://cards.scryfall.io/large/front/0/9/0954ed3d-a5d8-4330-b07c-bf3e51192e4b.jpg?1783924749" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Voldaren Bloodcaster // Bloodbat Summoner" src="https://cards.scryfall.io/large/back/0/9/0954ed3d-a5d8-4330-b07c-bf3e51192e4b.jpg?1783924749" />
              </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-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">
                $4.04
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.22
              </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">$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-08&quot;:3.22},{&quot;2026-06-10&quot;:3.23},{&quot;2026-06-11&quot;:3.23},{&quot;2026-06-12&quot;:3.23},{&quot;2026-06-13&quot;:3.23},{&quot;2026-06-14&quot;:3.34},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.34},{&quot;2026-06-17&quot;:3.34},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.39},{&quot;2026-06-20&quot;:3.39},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-24&quot;:3.38},{&quot;2026-06-25&quot;:3.37},{&quot;2026-06-26&quot;:3.37},{&quot;2026-06-27&quot;:3.36},{&quot;2026-06-28&quot;:3.36},{&quot;2026-06-29&quot;:3.38},{&quot;2026-06-30&quot;:3.38},{&quot;2026-07-01&quot;:3.26},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.33},{&quot;2026-07-04&quot;:3.42},{&quot;2026-07-05&quot;:3.47},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.52},{&quot;2026-07-09&quot;:3.56},{&quot;2026-07-10&quot;:3.6},{&quot;2026-07-11&quot;:3.6},{&quot;2026-07-12&quot;:3.6},{&quot;2026-07-13&quot;:3.6},{&quot;2026-07-14&quot;:3.59},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.59},{&quot;2026-07-17&quot;:3.59},{&quot;2026-07-18&quot;:3.7},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.73},{&quot;2026-07-23&quot;:3.7},{&quot;2026-07-25&quot;:3.66},{&quot;2026-07-26&quot;:3.66},{&quot;2026-07-27&quot;:3.66},{&quot;2026-07-29&quot;:3.66},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.6},{&quot;2026-08-01&quot;:3.61},{&quot;2026-08-02&quot;:3.66},{&quot;2026-08-03&quot;:3.63},{&quot;2026-08-04&quot;:3.73},{&quot;2026-08-05&quot;:3.73},{&quot;2026-08-07&quot;:3.86},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.89},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.9},{&quot;2026-08-12&quot;:3.9},{&quot;2026-08-13&quot;:3.9},{&quot;2026-08-14&quot;:3.89},{&quot;2026-08-15&quot;:3.89},{&quot;2026-08-16&quot;:3.85},{&quot;2026-08-17&quot;:3.85},{&quot;2026-08-18&quot;:3.85},{&quot;2026-08-19&quot;:3.87},{&quot;2026-08-20&quot;:3.87},{&quot;2026-08-21&quot;:3.87},{&quot;2026-08-22&quot;:3.83},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.85},{&quot;2026-08-25&quot;:3.85},{&quot;2026-08-26&quot;:3.85},{&quot;2026-08-27&quot;:3.84},{&quot;2026-08-28&quot;:3.84},{&quot;2026-08-29&quot;:3.84},{&quot;2026-08-30&quot;:3.77},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.74},{&quot;2026-09-03&quot;:4.0},{&quot;2026-09-04&quot;:4.0},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:4.0},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.22}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.3},{&quot;2026-06-10&quot;:3.31},{&quot;2026-06-11&quot;:3.31},{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.29},{&quot;2026-06-14&quot;:3.4},{&quot;2026-06-15&quot;:3.4},{&quot;2026-06-16&quot;:3.4},{&quot;2026-06-17&quot;:3.29},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:2.92},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-24&quot;:2.97},{&quot;2026-06-25&quot;:2.98},{&quot;2026-06-26&quot;:2.98},{&quot;2026-06-27&quot;:3.04},{&quot;2026-06-28&quot;:3.07},{&quot;2026-06-29&quot;:3.04},{&quot;2026-06-30&quot;:3.04},{&quot;2026-07-01&quot;:3.01},{&quot;2026-07-02&quot;:2.96},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:2.87},{&quot;2026-07-05&quot;:2.98},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.13},{&quot;2026-07-09&quot;:3.17},{&quot;2026-07-10&quot;:3.15},{&quot;2026-07-11&quot;:3.15},{&quot;2026-07-12&quot;:3.19},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.22},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.29},{&quot;2026-07-19&quot;:3.46},{&quot;2026-07-20&quot;:3.46},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-23&quot;:3.39},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.21},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-29&quot;:3.08},{&quot;2026-07-30&quot;:3.08},{&quot;2026-07-31&quot;:3.01},{&quot;2026-08-01&quot;:3.01},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:2.9},{&quot;2026-08-08&quot;:2.9},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.93},{&quot;2026-08-11&quot;:2.93},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.21},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.23},{&quot;2026-08-21&quot;:3.39},{&quot;2026-08-22&quot;:3.44},{&quot;2026-08-23&quot;:3.53},{&quot;2026-08-24&quot;:3.59},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:3.78},{&quot;2026-08-28&quot;:3.78},{&quot;2026-08-29&quot;:3.78},{&quot;2026-08-30&quot;:3.78},{&quot;2026-08-31&quot;:3.79},{&quot;2026-09-01&quot;:3.79},{&quot;2026-09-02&quot;:3.77},{&quot;2026-09-03&quot;:3.8},{&quot;2026-09-04&quot;:3.74},{&quot;2026-09-05&quot;:3.71},{&quot;2026-09-06&quot;:3.67},{&quot;2026-09-07&quot;:3.67},{&quot;2026-09-08&quot;:3.88},{&quot;2026-09-09&quot;:3.88},{&quot;2026-09-10&quot;:3.92},{&quot;2026-09-11&quot;:4.04}]}"
        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="78785"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Price of Progress" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/2/a20751b4-01cb-4b45-9378-cf552a7075e7.jpg?1783910240" />

        <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">
            Price of Progress
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Price of Progress" src="https://cards.scryfall.io/large/front/a/2/a20751b4-01cb-4b45-9378-cf552a7075e7.jpg?1783910240" />
    </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">
                $4.22
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.66},{&quot;2026-06-11&quot;:4.59},{&quot;2026-06-12&quot;:4.43},{&quot;2026-06-13&quot;:4.55},{&quot;2026-06-14&quot;:4.55},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.58},{&quot;2026-06-17&quot;:4.58},{&quot;2026-06-18&quot;:4.58},{&quot;2026-06-19&quot;:4.6},{&quot;2026-06-20&quot;:4.6},{&quot;2026-06-21&quot;:4.6},{&quot;2026-06-22&quot;:4.64},{&quot;2026-06-23&quot;:4.58},{&quot;2026-06-24&quot;:4.58},{&quot;2026-06-25&quot;:4.49},{&quot;2026-06-26&quot;:4.54},{&quot;2026-06-27&quot;:4.54},{&quot;2026-06-28&quot;:4.54},{&quot;2026-06-29&quot;:4.54},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.52},{&quot;2026-07-02&quot;:4.62},{&quot;2026-07-03&quot;:4.54},{&quot;2026-07-04&quot;:4.57},{&quot;2026-07-05&quot;:4.68},{&quot;2026-07-06&quot;:4.68},{&quot;2026-07-07&quot;:4.62},{&quot;2026-07-08&quot;:4.62},{&quot;2026-07-09&quot;:4.6},{&quot;2026-07-10&quot;:4.62},{&quot;2026-07-11&quot;:4.6},{&quot;2026-07-12&quot;:4.56},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.67},{&quot;2026-07-15&quot;:4.73},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:4.8},{&quot;2026-07-19&quot;:4.78},{&quot;2026-07-20&quot;:4.74},{&quot;2026-07-21&quot;:4.76},{&quot;2026-07-23&quot;:4.72},{&quot;2026-07-25&quot;:4.79},{&quot;2026-07-26&quot;:4.78},{&quot;2026-07-27&quot;:4.78},{&quot;2026-07-29&quot;:4.79},{&quot;2026-07-30&quot;:4.78},{&quot;2026-07-31&quot;:4.78},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.68},{&quot;2026-08-03&quot;:4.63},{&quot;2026-08-04&quot;:4.59},{&quot;2026-08-05&quot;:4.57},{&quot;2026-08-07&quot;:4.57},{&quot;2026-08-08&quot;:4.56},{&quot;2026-08-09&quot;:4.56},{&quot;2026-08-10&quot;:4.66},{&quot;2026-08-11&quot;:4.63},{&quot;2026-08-12&quot;:4.59},{&quot;2026-08-13&quot;:4.49},{&quot;2026-08-14&quot;:4.53},{&quot;2026-08-15&quot;:4.52},{&quot;2026-08-16&quot;:4.52},{&quot;2026-08-17&quot;:4.49},{&quot;2026-08-18&quot;:4.37},{&quot;2026-08-19&quot;:4.37},{&quot;2026-08-20&quot;:4.37},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.45},{&quot;2026-08-23&quot;:4.62},{&quot;2026-08-24&quot;:4.66},{&quot;2026-08-25&quot;:4.66},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.58},{&quot;2026-08-28&quot;:4.48},{&quot;2026-08-29&quot;:4.48},{&quot;2026-08-30&quot;:4.45},{&quot;2026-08-31&quot;:4.48},{&quot;2026-09-01&quot;:4.48},{&quot;2026-09-02&quot;:4.34},{&quot;2026-09-03&quot;:4.31},{&quot;2026-09-04&quot;:4.26},{&quot;2026-09-05&quot;:4.01},{&quot;2026-09-06&quot;:4.26},{&quot;2026-09-07&quot;:4.26},{&quot;2026-09-08&quot;:4.18},{&quot;2026-09-09&quot;:4.33},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.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="85619"
  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">
            Temporal Mastery
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Temporal Mastery" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c2e92a6-6e18-490c-a39c-327f0ea5efa5.jpg?1783931896" />

        <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">
            Temporal Mastery
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Temporal Mastery" src="https://cards.scryfall.io/large/front/5/c/5c2e92a6-6e18-490c-a39c-327f0ea5efa5.jpg?1783931896" />
    </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">
                $4.22
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.26},{&quot;2026-06-12&quot;:5.21},{&quot;2026-06-13&quot;:5.14},{&quot;2026-06-14&quot;:5.14},{&quot;2026-06-15&quot;:5.04},{&quot;2026-06-16&quot;:5.04},{&quot;2026-06-17&quot;:5.1},{&quot;2026-06-18&quot;:5.11},{&quot;2026-06-19&quot;:5.11},{&quot;2026-06-20&quot;:5.11},{&quot;2026-06-21&quot;:5.11},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:5.11},{&quot;2026-06-24&quot;:5.07},{&quot;2026-06-25&quot;:4.95},{&quot;2026-06-26&quot;:4.95},{&quot;2026-06-27&quot;:5.04},{&quot;2026-06-28&quot;:5.04},{&quot;2026-06-29&quot;:5.02},{&quot;2026-06-30&quot;:5.1},{&quot;2026-07-01&quot;:5.1},{&quot;2026-07-02&quot;:5.1},{&quot;2026-07-03&quot;:5.02},{&quot;2026-07-04&quot;:5.02},{&quot;2026-07-05&quot;:5.03},{&quot;2026-07-06&quot;:5.03},{&quot;2026-07-07&quot;:5.03},{&quot;2026-07-08&quot;:5.03},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:4.98},{&quot;2026-07-12&quot;:4.98},{&quot;2026-07-13&quot;:4.79},{&quot;2026-07-14&quot;:4.79},{&quot;2026-07-15&quot;:4.63},{&quot;2026-07-16&quot;:4.63},{&quot;2026-07-17&quot;:4.65},{&quot;2026-07-18&quot;:4.6},{&quot;2026-07-19&quot;:4.6},{&quot;2026-07-20&quot;:4.46},{&quot;2026-07-21&quot;:4.49},{&quot;2026-07-23&quot;:4.47},{&quot;2026-07-25&quot;:4.52},{&quot;2026-07-26&quot;:4.52},{&quot;2026-07-27&quot;:4.5},{&quot;2026-07-28&quot;:4.46},{&quot;2026-07-29&quot;:4.38},{&quot;2026-07-30&quot;:4.46},{&quot;2026-07-31&quot;:4.49},{&quot;2026-08-01&quot;:4.51},{&quot;2026-08-02&quot;:4.51},{&quot;2026-08-03&quot;:4.46},{&quot;2026-08-04&quot;:4.46},{&quot;2026-08-05&quot;:4.47},{&quot;2026-08-07&quot;:4.43},{&quot;2026-08-08&quot;:4.44},{&quot;2026-08-09&quot;:4.46},{&quot;2026-08-10&quot;:4.46},{&quot;2026-08-11&quot;:4.36},{&quot;2026-08-12&quot;:4.46},{&quot;2026-08-13&quot;:4.46},{&quot;2026-08-14&quot;:4.46},{&quot;2026-08-15&quot;:4.32},{&quot;2026-08-16&quot;:4.28},{&quot;2026-08-17&quot;:4.24},{&quot;2026-08-18&quot;:4.29},{&quot;2026-08-19&quot;:4.25},{&quot;2026-08-20&quot;:4.25},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.19},{&quot;2026-08-23&quot;:4.2},{&quot;2026-08-24&quot;:4.24},{&quot;2026-08-25&quot;:4.22},{&quot;2026-08-26&quot;:4.18},{&quot;2026-08-27&quot;:4.18},{&quot;2026-08-28&quot;:4.18},{&quot;2026-08-29&quot;:4.18},{&quot;2026-08-30&quot;:4.31},{&quot;2026-08-31&quot;:4.19},{&quot;2026-09-01&quot;:4.19},{&quot;2026-09-02&quot;:4.19},{&quot;2026-09-03&quot;:4.3},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.32},{&quot;2026-09-07&quot;:4.21},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.22},{&quot;2026-09-11&quot;:4.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="79742"
  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">
            Vandalblast
        </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">
              ↑
              7%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Vandalblast" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/b/bb320986-0a52-4084-a8c4-e09659432b22.jpg?1783927721" />

        <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">
            Vandalblast
        </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">Sorcery</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Vandalblast" src="https://cards.scryfall.io/large/front/b/b/bb320986-0a52-4084-a8c4-e09659432b22.jpg?1783927721" />
    </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">
                $4.21
              </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">
                $23.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">$2.50</span>
              <span class="text-xs text-grey-text">Credit: $3.25</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:21.08},{&quot;2026-06-14&quot;:21.08},{&quot;2026-06-15&quot;:21.08},{&quot;2026-06-16&quot;:21.08},{&quot;2026-06-17&quot;:21.66},{&quot;2026-06-18&quot;:21.66},{&quot;2026-06-19&quot;:22.05},{&quot;2026-06-20&quot;:22.15},{&quot;2026-06-21&quot;:22.15},{&quot;2026-06-22&quot;:22.15},{&quot;2026-06-23&quot;:22.15},{&quot;2026-06-24&quot;:22.15},{&quot;2026-06-25&quot;:22.15},{&quot;2026-06-26&quot;:22.2},{&quot;2026-06-27&quot;:22.2},{&quot;2026-06-28&quot;:22.2},{&quot;2026-06-29&quot;:22.2},{&quot;2026-06-30&quot;:22.2},{&quot;2026-07-01&quot;:22.2},{&quot;2026-07-02&quot;:22.2},{&quot;2026-07-03&quot;:22.2},{&quot;2026-07-04&quot;:22.2},{&quot;2026-07-05&quot;:22.2},{&quot;2026-07-06&quot;:22.2},{&quot;2026-07-07&quot;:22.2},{&quot;2026-07-08&quot;:22.2},{&quot;2026-07-09&quot;:22.2},{&quot;2026-07-10&quot;:22.2},{&quot;2026-07-11&quot;:22.2},{&quot;2026-07-12&quot;:22.4},{&quot;2026-07-13&quot;:22.4},{&quot;2026-07-14&quot;:22.4},{&quot;2026-07-15&quot;:22.4},{&quot;2026-07-16&quot;:22.4},{&quot;2026-07-17&quot;:22.4},{&quot;2026-07-18&quot;:22.4},{&quot;2026-07-19&quot;:22.57},{&quot;2026-07-20&quot;:22.57},{&quot;2026-07-21&quot;:22.8},{&quot;2026-07-22&quot;:22.8},{&quot;2026-07-23&quot;:22.8},{&quot;2026-07-24&quot;:22.8},{&quot;2026-07-25&quot;:22.8},{&quot;2026-07-26&quot;:22.8},{&quot;2026-07-27&quot;:22.92},{&quot;2026-07-28&quot;:22.92},{&quot;2026-07-29&quot;:22.92},{&quot;2026-07-30&quot;:22.92},{&quot;2026-07-31&quot;:22.92},{&quot;2026-08-01&quot;:22.92},{&quot;2026-08-02&quot;:22.92},{&quot;2026-08-03&quot;:22.92},{&quot;2026-08-04&quot;:22.92},{&quot;2026-08-05&quot;:22.92},{&quot;2026-08-07&quot;:22.92},{&quot;2026-08-08&quot;:22.92},{&quot;2026-08-09&quot;:22.92},{&quot;2026-08-10&quot;:22.92},{&quot;2026-08-11&quot;:22.92},{&quot;2026-08-12&quot;:22.92},{&quot;2026-08-13&quot;:22.92},{&quot;2026-08-14&quot;:22.92},{&quot;2026-08-15&quot;:22.92},{&quot;2026-08-16&quot;:22.92},{&quot;2026-08-17&quot;:22.92},{&quot;2026-08-18&quot;:22.92},{&quot;2026-08-19&quot;:22.92},{&quot;2026-08-20&quot;:22.92},{&quot;2026-08-21&quot;:22.92},{&quot;2026-08-22&quot;:22.92},{&quot;2026-08-23&quot;:22.92},{&quot;2026-08-24&quot;:23.13},{&quot;2026-08-25&quot;:23.13},{&quot;2026-08-26&quot;:23.13},{&quot;2026-08-27&quot;:23.13},{&quot;2026-08-28&quot;:23.13},{&quot;2026-08-29&quot;:23.13},{&quot;2026-08-30&quot;:23.13},{&quot;2026-08-31&quot;:23.13},{&quot;2026-09-01&quot;:23.33},{&quot;2026-09-02&quot;:23.33},{&quot;2026-09-03&quot;:23.33},{&quot;2026-09-04&quot;:23.33},{&quot;2026-09-05&quot;:23.61},{&quot;2026-09-06&quot;:23.61},{&quot;2026-09-07&quot;:23.61},{&quot;2026-09-08&quot;:23.61},{&quot;2026-09-09&quot;:23.61},{&quot;2026-09-10&quot;:23.61},{&quot;2026-09-11&quot;:23.81}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.47},{&quot;2026-06-14&quot;:3.47},{&quot;2026-06-15&quot;:3.47},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.54},{&quot;2026-06-19&quot;:3.48},{&quot;2026-06-20&quot;:3.48},{&quot;2026-06-21&quot;:3.48},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-23&quot;:3.39},{&quot;2026-06-24&quot;:3.39},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.41},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.5},{&quot;2026-06-29&quot;:3.49},{&quot;2026-06-30&quot;:3.49},{&quot;2026-07-01&quot;:3.62},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.62},{&quot;2026-07-04&quot;:3.62},{&quot;2026-07-05&quot;:3.63},{&quot;2026-07-06&quot;:3.62},{&quot;2026-07-07&quot;:3.61},{&quot;2026-07-08&quot;:3.65},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.65},{&quot;2026-07-11&quot;:3.65},{&quot;2026-07-12&quot;:3.65},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.65},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.84},{&quot;2026-07-19&quot;:3.84},{&quot;2026-07-20&quot;:3.89},{&quot;2026-07-21&quot;:3.97},{&quot;2026-07-22&quot;:3.97},{&quot;2026-07-23&quot;:3.97},{&quot;2026-07-24&quot;:4.02},{&quot;2026-07-25&quot;:4.02},{&quot;2026-07-26&quot;:4.02},{&quot;2026-07-27&quot;:4.16},{&quot;2026-07-28&quot;:4.16},{&quot;2026-07-29&quot;:4.16},{&quot;2026-07-30&quot;:4.16},{&quot;2026-07-31&quot;:4.16},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.19},{&quot;2026-08-05&quot;:4.19},{&quot;2026-08-07&quot;:4.26},{&quot;2026-08-08&quot;:4.26},{&quot;2026-08-09&quot;:4.26},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.23},{&quot;2026-08-13&quot;:4.13},{&quot;2026-08-14&quot;:4.13},{&quot;2026-08-15&quot;:4.13},{&quot;2026-08-16&quot;:4.04},{&quot;2026-08-17&quot;:4.04},{&quot;2026-08-18&quot;:4.04},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:3.98},{&quot;2026-08-21&quot;:3.97},{&quot;2026-08-22&quot;:3.97},{&quot;2026-08-23&quot;:4.08},{&quot;2026-08-24&quot;:4.05},{&quot;2026-08-25&quot;:4.05},{&quot;2026-08-26&quot;:4.05},{&quot;2026-08-27&quot;:4.05},{&quot;2026-08-28&quot;:4.05},{&quot;2026-08-29&quot;:4.05},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:3.97},{&quot;2026-09-03&quot;:4.05},{&quot;2026-09-04&quot;:4.18},{&quot;2026-09-05&quot;:3.95},{&quot;2026-09-06&quot;:4.07},{&quot;2026-09-07&quot;:4.17},{&quot;2026-09-08&quot;:4.26},{&quot;2026-09-09&quot;:4.26},{&quot;2026-09-10&quot;:4.26},{&quot;2026-09-11&quot;:4.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="93320"
  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">
            Windcrag Siege
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Windcrag Siege
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Windcrag Siege" src="https://cards.scryfall.io/large/front/3/1/31a8329b-23a1-4c49-a579-a5da8d01435a.jpg?1743204930" />
    </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">
                $4.20
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.26},{&quot;2026-06-14&quot;:3.24},{&quot;2026-06-15&quot;:3.01},{&quot;2026-06-16&quot;:3.01},{&quot;2026-06-17&quot;:3.01},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-23&quot;:3.27},{&quot;2026-06-24&quot;:3.34},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.4},{&quot;2026-06-27&quot;:3.44},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.48},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.61},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.6},{&quot;2026-07-06&quot;:3.63},{&quot;2026-07-07&quot;:3.63},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.62},{&quot;2026-07-10&quot;:3.67},{&quot;2026-07-11&quot;:3.7},{&quot;2026-07-12&quot;:3.7},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:3.82},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.89},{&quot;2026-07-19&quot;:3.85},{&quot;2026-07-20&quot;:3.85},{&quot;2026-07-21&quot;:3.85},{&quot;2026-07-22&quot;:3.81},{&quot;2026-07-23&quot;:3.9},{&quot;2026-07-24&quot;:3.85},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.79},{&quot;2026-07-27&quot;:3.87},{&quot;2026-07-28&quot;:3.87},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.7},{&quot;2026-08-01&quot;:3.79},{&quot;2026-08-02&quot;:3.79},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:3.79},{&quot;2026-08-05&quot;:3.91},{&quot;2026-08-07&quot;:3.99},{&quot;2026-08-08&quot;:3.98},{&quot;2026-08-09&quot;:4.01},{&quot;2026-08-10&quot;:4.01},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:3.98},{&quot;2026-08-13&quot;:3.98},{&quot;2026-08-14&quot;:3.98},{&quot;2026-08-15&quot;:3.98},{&quot;2026-08-16&quot;:3.92},{&quot;2026-08-17&quot;:3.92},{&quot;2026-08-18&quot;:3.94},{&quot;2026-08-19&quot;:3.94},{&quot;2026-08-20&quot;:3.92},{&quot;2026-08-21&quot;:3.81},{&quot;2026-08-22&quot;:3.98},{&quot;2026-08-23&quot;:4.09},{&quot;2026-08-24&quot;:3.95},{&quot;2026-08-25&quot;:3.95},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.95},{&quot;2026-08-28&quot;:3.95},{&quot;2026-08-29&quot;:3.95},{&quot;2026-08-30&quot;:3.95},{&quot;2026-08-31&quot;:3.92},{&quot;2026-09-01&quot;:3.71},{&quot;2026-09-02&quot;:3.71},{&quot;2026-09-03&quot;:3.82},{&quot;2026-09-04&quot;:3.89},{&quot;2026-09-05&quot;:3.89},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.89},{&quot;2026-09-08&quot;:3.81},{&quot;2026-09-09&quot;:3.81},{&quot;2026-09-10&quot;:3.82},{&quot;2026-09-11&quot;:3.79}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.99},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:3.86},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:4.32},{&quot;2026-06-18&quot;:4.07},{&quot;2026-06-19&quot;:4.1},{&quot;2026-06-20&quot;:4.16},{&quot;2026-06-21&quot;:4.11},{&quot;2026-06-22&quot;:4.17},{&quot;2026-06-23&quot;:4.16},{&quot;2026-06-24&quot;:4.09},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:3.38},{&quot;2026-06-27&quot;:3.53},{&quot;2026-06-28&quot;:3.42},{&quot;2026-06-29&quot;:3.46},{&quot;2026-06-30&quot;:3.49},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.55},{&quot;2026-07-05&quot;:3.53},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.09},{&quot;2026-07-08&quot;:3.08},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.17},{&quot;2026-07-11&quot;:3.32},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:2.91},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.94},{&quot;2026-07-17&quot;:2.9},{&quot;2026-07-18&quot;:3.1},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.56},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.66},{&quot;2026-07-24&quot;:3.55},{&quot;2026-07-25&quot;:3.46},{&quot;2026-07-26&quot;:3.58},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.57},{&quot;2026-07-29&quot;:3.48},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.52},{&quot;2026-08-02&quot;:3.66},{&quot;2026-08-03&quot;:3.66},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.61},{&quot;2026-08-07&quot;:3.49},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.2},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.38},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.32},{&quot;2026-08-14&quot;:3.3},{&quot;2026-08-15&quot;:3.28},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.29},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.58},{&quot;2026-08-22&quot;:3.59},{&quot;2026-08-23&quot;:3.54},{&quot;2026-08-24&quot;:3.3},{&quot;2026-08-25&quot;:3.36},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.14},{&quot;2026-08-29&quot;:3.14},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.81},{&quot;2026-09-02&quot;:3.91},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:4.32},{&quot;2026-09-05&quot;:4.51},{&quot;2026-09-06&quot;:4.66},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.64},{&quot;2026-09-09&quot;:4.43},{&quot;2026-09-10&quot;:4.02},{&quot;2026-09-11&quot;:4.2}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="Deceit" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/d/bd82c9e4-9871-4e6d-b691-ee00b4b9a3c6.jpg?1782683955" />

        <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">
            Deceit
        </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 Incarnation</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-ub'></i><i class='no-tailwind ms ms-cost ml-0 ms-ub'></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="Deceit" src="https://cards.scryfall.io/large/front/b/d/bd82c9e4-9871-4e6d-b691-ee00b4b9a3c6.jpg?1782683955" />
    </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">
                $3.41
              </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">
                $4.20
              </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.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-11&quot;:5.99},{&quot;2026-06-12&quot;:5.92},{&quot;2026-06-13&quot;:6.02},{&quot;2026-06-14&quot;:5.83},{&quot;2026-06-15&quot;:5.78},{&quot;2026-06-16&quot;:5.98},{&quot;2026-06-17&quot;:5.87},{&quot;2026-06-18&quot;:5.77},{&quot;2026-06-19&quot;:5.72},{&quot;2026-06-20&quot;:5.62},{&quot;2026-06-21&quot;:5.56},{&quot;2026-06-22&quot;:5.5},{&quot;2026-06-23&quot;:5.5},{&quot;2026-06-24&quot;:5.5},{&quot;2026-06-25&quot;:5.46},{&quot;2026-06-26&quot;:5.41},{&quot;2026-06-27&quot;:5.43},{&quot;2026-06-28&quot;:5.35},{&quot;2026-06-29&quot;:5.43},{&quot;2026-06-30&quot;:5.42},{&quot;2026-07-01&quot;:5.34},{&quot;2026-07-02&quot;:5.26},{&quot;2026-07-03&quot;:5.18},{&quot;2026-07-04&quot;:5.03},{&quot;2026-07-05&quot;:5.03},{&quot;2026-07-06&quot;:5.13},{&quot;2026-07-07&quot;:5.14},{&quot;2026-07-08&quot;:5.08},{&quot;2026-07-09&quot;:5.08},{&quot;2026-07-10&quot;:5.02},{&quot;2026-07-11&quot;:5.02},{&quot;2026-07-12&quot;:5.02},{&quot;2026-07-13&quot;:4.94},{&quot;2026-07-14&quot;:4.94},{&quot;2026-07-15&quot;:4.94},{&quot;2026-07-16&quot;:4.94},{&quot;2026-07-17&quot;:4.94},{&quot;2026-07-18&quot;:4.94},{&quot;2026-07-19&quot;:4.94},{&quot;2026-07-20&quot;:4.63},{&quot;2026-07-21&quot;:4.66},{&quot;2026-07-23&quot;:4.45},{&quot;2026-07-25&quot;:4.38},{&quot;2026-07-26&quot;:4.38},{&quot;2026-07-27&quot;:4.38},{&quot;2026-07-28&quot;:4.3},{&quot;2026-07-29&quot;:4.29},{&quot;2026-07-30&quot;:4.13},{&quot;2026-07-31&quot;:4.21},{&quot;2026-08-01&quot;:4.27},{&quot;2026-08-02&quot;:4.27},{&quot;2026-08-03&quot;:4.26},{&quot;2026-08-04&quot;:4.26},{&quot;2026-08-05&quot;:4.18},{&quot;2026-08-07&quot;:4.18},{&quot;2026-08-08&quot;:4.18},{&quot;2026-08-09&quot;:4.18},{&quot;2026-08-10&quot;:4.18},{&quot;2026-08-11&quot;:4.19},{&quot;2026-08-12&quot;:4.23},{&quot;2026-08-13&quot;:4.27},{&quot;2026-08-14&quot;:4.27},{&quot;2026-08-15&quot;:4.26},{&quot;2026-08-16&quot;:4.24},{&quot;2026-08-17&quot;:4.23},{&quot;2026-08-18&quot;:4.23},{&quot;2026-08-19&quot;:4.16},{&quot;2026-08-20&quot;:4.16},{&quot;2026-08-21&quot;:4.26},{&quot;2026-08-22&quot;:4.26},{&quot;2026-08-23&quot;:4.23},{&quot;2026-08-24&quot;:4.23},{&quot;2026-08-25&quot;:4.23},{&quot;2026-08-26&quot;:4.27},{&quot;2026-08-27&quot;:4.29},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:4.23},{&quot;2026-08-31&quot;:4.15},{&quot;2026-09-01&quot;:4.15},{&quot;2026-09-02&quot;:4.15},{&quot;2026-09-03&quot;:4.15},{&quot;2026-09-04&quot;:4.14},{&quot;2026-09-05&quot;:4.15},{&quot;2026-09-06&quot;:4.19},{&quot;2026-09-07&quot;:4.08},{&quot;2026-09-08&quot;:4.2},{&quot;2026-09-09&quot;:4.19},{&quot;2026-09-10&quot;:4.19},{&quot;2026-09-11&quot;:4.2}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.91},{&quot;2026-06-12&quot;:6.08},{&quot;2026-06-13&quot;:6.09},{&quot;2026-06-14&quot;:6.07},{&quot;2026-06-15&quot;:6.17},{&quot;2026-06-16&quot;:6.19},{&quot;2026-06-17&quot;:6.29},{&quot;2026-06-18&quot;:6.16},{&quot;2026-06-19&quot;:6.22},{&quot;2026-06-20&quot;:6.11},{&quot;2026-06-21&quot;:5.99},{&quot;2026-06-22&quot;:5.92},{&quot;2026-06-23&quot;:5.8},{&quot;2026-06-24&quot;:5.8},{&quot;2026-06-25&quot;:5.72},{&quot;2026-06-26&quot;:5.45},{&quot;2026-06-27&quot;:5.08},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.38},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.69},{&quot;2026-07-03&quot;:3.49},{&quot;2026-07-04&quot;:3.57},{&quot;2026-07-05&quot;:3.95},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.93},{&quot;2026-07-08&quot;:3.78},{&quot;2026-07-09&quot;:3.58},{&quot;2026-07-10&quot;:3.44},{&quot;2026-07-11&quot;:3.41},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.95},{&quot;2026-07-19&quot;:2.95},{&quot;2026-07-20&quot;:3.14},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:3.2},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.4},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-28&quot;:3.19},{&quot;2026-07-29&quot;:3.21},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.37},{&quot;2026-08-02&quot;:3.4},{&quot;2026-08-03&quot;:3.27},{&quot;2026-08-04&quot;:3.09},{&quot;2026-08-05&quot;:3.05},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.19},{&quot;2026-08-11&quot;:3.05},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.28},{&quot;2026-08-14&quot;:3.35},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.91},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.56},{&quot;2026-08-19&quot;:3.57},{&quot;2026-08-20&quot;:3.57},{&quot;2026-08-21&quot;:3.43},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.3},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.36},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.29},{&quot;2026-08-29&quot;:3.29},{&quot;2026-08-30&quot;:3.53},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.63},{&quot;2026-09-03&quot;:3.41},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.78},{&quot;2026-09-07&quot;:3.78},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.58},{&quot;2026-09-10&quot;:3.63},{&quot;2026-09-11&quot;:3.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="53174"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb2 ss-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Hydroblast" src="https://cards.scryfall.io/large/front/2/e/2ea09917-b3e6-4f5b-a69e-43d6c86b36fd.jpg?1783910570" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:35.64},{&quot;2026-06-14&quot;:35.64},{&quot;2026-06-15&quot;:35.64},{&quot;2026-06-16&quot;:35.64},{&quot;2026-06-17&quot;:35.64},{&quot;2026-06-18&quot;:35.64},{&quot;2026-06-19&quot;:35.64},{&quot;2026-06-20&quot;:35.64},{&quot;2026-06-21&quot;:35.64},{&quot;2026-06-22&quot;:35.64},{&quot;2026-06-23&quot;:35.64},{&quot;2026-06-24&quot;:35.64},{&quot;2026-06-25&quot;:35.64},{&quot;2026-06-26&quot;:35.64},{&quot;2026-06-27&quot;:35.64},{&quot;2026-06-28&quot;:35.64},{&quot;2026-06-29&quot;:35.64},{&quot;2026-06-30&quot;:35.67},{&quot;2026-07-01&quot;:35.67},{&quot;2026-07-02&quot;:35.67},{&quot;2026-07-03&quot;:35.67},{&quot;2026-07-04&quot;:35.67},{&quot;2026-07-05&quot;:35.6},{&quot;2026-07-06&quot;:35.6},{&quot;2026-07-07&quot;:35.6},{&quot;2026-07-08&quot;:35.6},{&quot;2026-07-09&quot;:35.6},{&quot;2026-07-10&quot;:35.6},{&quot;2026-07-11&quot;:35.59},{&quot;2026-07-12&quot;:35.59},{&quot;2026-07-13&quot;:35.59},{&quot;2026-07-14&quot;:35.59},{&quot;2026-07-15&quot;:35.59},{&quot;2026-07-16&quot;:35.53},{&quot;2026-07-17&quot;:35.53},{&quot;2026-07-18&quot;:35.53},{&quot;2026-07-19&quot;:35.47},{&quot;2026-07-20&quot;:35.47},{&quot;2026-07-21&quot;:35.47},{&quot;2026-07-22&quot;:35.47},{&quot;2026-07-23&quot;:35.52},{&quot;2026-07-24&quot;:35.47},{&quot;2026-07-25&quot;:35.47},{&quot;2026-07-26&quot;:35.47},{&quot;2026-07-27&quot;:35.47},{&quot;2026-07-28&quot;:35.47},{&quot;2026-07-29&quot;:35.47},{&quot;2026-07-30&quot;:35.47},{&quot;2026-07-31&quot;:35.47},{&quot;2026-08-01&quot;:35.47},{&quot;2026-08-02&quot;:35.47},{&quot;2026-08-03&quot;:35.47},{&quot;2026-08-04&quot;:35.47},{&quot;2026-08-05&quot;:35.47},{&quot;2026-08-07&quot;:35.55},{&quot;2026-08-08&quot;:35.55},{&quot;2026-08-09&quot;:35.55},{&quot;2026-08-10&quot;:35.55},{&quot;2026-08-11&quot;:35.64},{&quot;2026-08-12&quot;:35.64},{&quot;2026-08-13&quot;:35.64},{&quot;2026-08-14&quot;:35.64},{&quot;2026-08-15&quot;:35.64},{&quot;2026-08-16&quot;:35.64},{&quot;2026-08-17&quot;:35.55},{&quot;2026-08-18&quot;:35.55},{&quot;2026-08-19&quot;:35.55},{&quot;2026-08-20&quot;:35.55},{&quot;2026-08-21&quot;:35.69},{&quot;2026-08-22&quot;:35.64},{&quot;2026-08-23&quot;:35.64},{&quot;2026-08-24&quot;:35.64},{&quot;2026-08-25&quot;:35.64},{&quot;2026-08-26&quot;:35.64},{&quot;2026-08-27&quot;:35.64},{&quot;2026-08-28&quot;:35.64},{&quot;2026-08-29&quot;:35.64},{&quot;2026-08-30&quot;:35.64},{&quot;2026-08-31&quot;:35.64},{&quot;2026-09-01&quot;:35.64},{&quot;2026-09-02&quot;:35.64},{&quot;2026-09-03&quot;:35.64},{&quot;2026-09-04&quot;:35.64},{&quot;2026-09-05&quot;:35.64},{&quot;2026-09-06&quot;:35.64},{&quot;2026-09-07&quot;:35.64},{&quot;2026-09-08&quot;:35.64},{&quot;2026-09-09&quot;:35.64},{&quot;2026-09-10&quot;:35.64},{&quot;2026-09-11&quot;:35.64}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.8},{&quot;2026-06-14&quot;:3.81},{&quot;2026-06-15&quot;:3.55},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.59},{&quot;2026-06-18&quot;:3.6},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.87},{&quot;2026-06-21&quot;:3.87},{&quot;2026-06-22&quot;:3.83},{&quot;2026-06-23&quot;:3.83},{&quot;2026-06-24&quot;:3.87},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.22},{&quot;2026-06-27&quot;:4.1},{&quot;2026-06-28&quot;:4.1},{&quot;2026-06-29&quot;:3.96},{&quot;2026-06-30&quot;:4.0},{&quot;2026-07-01&quot;:4.02},{&quot;2026-07-02&quot;:4.02},{&quot;2026-07-03&quot;:4.0},{&quot;2026-07-04&quot;:3.88},{&quot;2026-07-05&quot;:3.88},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.88},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:3.74},{&quot;2026-07-10&quot;:3.74},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.86},{&quot;2026-07-13&quot;:3.93},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.21},{&quot;2026-07-18&quot;:4.56},{&quot;2026-07-19&quot;:4.56},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.9},{&quot;2026-07-22&quot;:4.9},{&quot;2026-07-23&quot;:4.9},{&quot;2026-07-24&quot;:4.95},{&quot;2026-07-25&quot;:4.82},{&quot;2026-07-26&quot;:4.95},{&quot;2026-07-27&quot;:4.99},{&quot;2026-07-28&quot;:4.99},{&quot;2026-07-29&quot;:5.11},{&quot;2026-07-30&quot;:5.08},{&quot;2026-07-31&quot;:5.04},{&quot;2026-08-01&quot;:5.04},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.23},{&quot;2026-08-04&quot;:5.17},{&quot;2026-08-05&quot;:5.2},{&quot;2026-08-07&quot;:5.05},{&quot;2026-08-08&quot;:5.03},{&quot;2026-08-09&quot;:4.94},{&quot;2026-08-10&quot;:4.92},{&quot;2026-08-11&quot;:4.92},{&quot;2026-08-12&quot;:4.87},{&quot;2026-08-13&quot;:4.82},{&quot;2026-08-14&quot;:4.82},{&quot;2026-08-15&quot;:4.74},{&quot;2026-08-16&quot;:4.67},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.6},{&quot;2026-08-20&quot;:4.6},{&quot;2026-08-21&quot;:4.58},{&quot;2026-08-22&quot;:4.58},{&quot;2026-08-23&quot;:4.58},{&quot;2026-08-24&quot;:4.67},{&quot;2026-08-25&quot;:4.74},{&quot;2026-08-26&quot;:4.73},{&quot;2026-08-27&quot;:4.73},{&quot;2026-08-28&quot;:4.66},{&quot;2026-08-29&quot;:4.66},{&quot;2026-08-30&quot;:4.5},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:3.95},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.71},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.73},{&quot;2026-09-08&quot;:3.83},{&quot;2026-09-09&quot;:3.81},{&quot;2026-09-10&quot;:3.81},{&quot;2026-09-11&quot;:4.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Ooze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/f/1f9bd4da-4626-40ba-95f4-14e3de36f989.jpg?1783904067" />

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Ooze" src="https://cards.scryfall.io/large/front/1/f/1f9bd4da-4626-40ba-95f4-14e3de36f989.jpg?1783904067" />
    </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">
                $4.19
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.02},{&quot;2026-06-14&quot;:4.89},{&quot;2026-06-15&quot;:4.97},{&quot;2026-06-16&quot;:4.99},{&quot;2026-06-17&quot;:4.94},{&quot;2026-06-18&quot;:4.89},{&quot;2026-06-19&quot;:5.03},{&quot;2026-06-20&quot;:5.11},{&quot;2026-06-21&quot;:5.04},{&quot;2026-06-22&quot;:5.15},{&quot;2026-06-23&quot;:5.09},{&quot;2026-06-24&quot;:5.1},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.72},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.85},{&quot;2026-06-29&quot;:5.06},{&quot;2026-06-30&quot;:5.05},{&quot;2026-07-01&quot;:5.02},{&quot;2026-07-02&quot;:4.99},{&quot;2026-07-03&quot;:4.99},{&quot;2026-07-04&quot;:4.96},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:4.83},{&quot;2026-07-07&quot;:4.87},{&quot;2026-07-08&quot;:4.5},{&quot;2026-07-09&quot;:4.49},{&quot;2026-07-10&quot;:4.29},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.19},{&quot;2026-07-13&quot;:4.32},{&quot;2026-07-14&quot;:4.42},{&quot;2026-07-15&quot;:4.24},{&quot;2026-07-16&quot;:4.24},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.43},{&quot;2026-07-19&quot;:4.49},{&quot;2026-07-20&quot;:4.4},{&quot;2026-07-21&quot;:4.29},{&quot;2026-07-22&quot;:4.33},{&quot;2026-07-23&quot;:4.29},{&quot;2026-07-24&quot;:4.29},{&quot;2026-07-25&quot;:4.16},{&quot;2026-07-26&quot;:4.15},{&quot;2026-07-27&quot;:3.95},{&quot;2026-07-28&quot;:3.93},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.71},{&quot;2026-07-31&quot;:3.78},{&quot;2026-08-01&quot;:3.78},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.78},{&quot;2026-08-04&quot;:3.95},{&quot;2026-08-05&quot;:3.88},{&quot;2026-08-07&quot;:4.51},{&quot;2026-08-08&quot;:4.51},{&quot;2026-08-09&quot;:4.51},{&quot;2026-08-10&quot;:4.59},{&quot;2026-08-11&quot;:4.67},{&quot;2026-08-12&quot;:4.48},{&quot;2026-08-13&quot;:4.4},{&quot;2026-08-14&quot;:4.37},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.22},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.22},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.29},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.39},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.14},{&quot;2026-08-25&quot;:4.14},{&quot;2026-08-26&quot;:4.18},{&quot;2026-08-27&quot;:4.18},{&quot;2026-08-28&quot;:4.27},{&quot;2026-08-29&quot;:4.27},{&quot;2026-08-30&quot;:4.59},{&quot;2026-08-31&quot;:4.72},{&quot;2026-09-01&quot;:4.92},{&quot;2026-09-02&quot;:4.85},{&quot;2026-09-03&quot;:5.0},{&quot;2026-09-04&quot;:5.08},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:4.97},{&quot;2026-09-07&quot;:5.01},{&quot;2026-09-08&quot;:5.07},{&quot;2026-09-09&quot;:5.07},{&quot;2026-09-10&quot;:5.09},{&quot;2026-09-11&quot;:4.91}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.21},{&quot;2026-06-14&quot;:4.53},{&quot;2026-06-15&quot;:4.93},{&quot;2026-06-16&quot;:4.95},{&quot;2026-06-17&quot;:4.8},{&quot;2026-06-18&quot;:4.5},{&quot;2026-06-19&quot;:4.16},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.55},{&quot;2026-06-22&quot;:4.21},{&quot;2026-06-23&quot;:4.47},{&quot;2026-06-24&quot;:4.48},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.77},{&quot;2026-06-27&quot;:3.93},{&quot;2026-06-28&quot;:4.17},{&quot;2026-06-29&quot;:3.98},{&quot;2026-06-30&quot;:4.13},{&quot;2026-07-01&quot;:4.44},{&quot;2026-07-02&quot;:4.32},{&quot;2026-07-03&quot;:4.47},{&quot;2026-07-04&quot;:4.04},{&quot;2026-07-05&quot;:3.9},{&quot;2026-07-06&quot;:3.78},{&quot;2026-07-07&quot;:4.07},{&quot;2026-07-08&quot;:3.89},{&quot;2026-07-09&quot;:3.29},{&quot;2026-07-10&quot;:3.12},{&quot;2026-07-11&quot;:2.97},{&quot;2026-07-12&quot;:3.61},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.6},{&quot;2026-07-15&quot;:3.61},{&quot;2026-07-16&quot;:3.88},{&quot;2026-07-17&quot;:4.03},{&quot;2026-07-18&quot;:4.25},{&quot;2026-07-19&quot;:4.51},{&quot;2026-07-20&quot;:4.61},{&quot;2026-07-21&quot;:3.82},{&quot;2026-07-22&quot;:3.71},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-24&quot;:3.33},{&quot;2026-07-25&quot;:3.47},{&quot;2026-07-26&quot;:3.44},{&quot;2026-07-27&quot;:3.21},{&quot;2026-07-28&quot;:3.31},{&quot;2026-07-29&quot;:3.29},{&quot;2026-07-30&quot;:3.25},{&quot;2026-07-31&quot;:3.02},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.32},{&quot;2026-08-03&quot;:3.74},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:3.3},{&quot;2026-08-09&quot;:3.32},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:4.0},{&quot;2026-08-12&quot;:4.21},{&quot;2026-08-13&quot;:4.31},{&quot;2026-08-14&quot;:4.12},{&quot;2026-08-15&quot;:3.98},{&quot;2026-08-16&quot;:3.85},{&quot;2026-08-17&quot;:4.17},{&quot;2026-08-18&quot;:4.34},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:3.8},{&quot;2026-08-21&quot;:3.93},{&quot;2026-08-22&quot;:3.97},{&quot;2026-08-23&quot;:4.13},{&quot;2026-08-24&quot;:4.2},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.14},{&quot;2026-08-27&quot;:3.91},{&quot;2026-08-28&quot;:3.99},{&quot;2026-08-29&quot;:3.99},{&quot;2026-08-30&quot;:4.23},{&quot;2026-08-31&quot;:4.11},{&quot;2026-09-01&quot;:4.69},{&quot;2026-09-02&quot;:3.88},{&quot;2026-09-03&quot;:3.77},{&quot;2026-09-04&quot;:4.05},{&quot;2026-09-05&quot;:3.96},{&quot;2026-09-06&quot;:3.81},{&quot;2026-09-07&quot;:4.1},{&quot;2026-09-08&quot;:4.12},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.19}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="36232"
  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">
            Unnatural Growth
        </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">
              ↑
              9%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Unnatural Growth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/7/6748a844-e185-4e3b-ac1d-8a735666d8ae.jpg?1783925569" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Unnatural Growth" src="https://cards.scryfall.io/large/front/6/7/6748a844-e185-4e3b-ac1d-8a735666d8ae.jpg?1783925569" />
    </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">
                $4.18
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.1},{&quot;2026-06-14&quot;:4.1},{&quot;2026-06-15&quot;:4.39},{&quot;2026-06-16&quot;:4.39},{&quot;2026-06-17&quot;:4.39},{&quot;2026-06-18&quot;:4.39},{&quot;2026-06-19&quot;:4.39},{&quot;2026-06-20&quot;:4.39},{&quot;2026-06-21&quot;:4.39},{&quot;2026-06-22&quot;:4.39},{&quot;2026-06-23&quot;:4.39},{&quot;2026-06-24&quot;:4.31},{&quot;2026-06-25&quot;:4.31},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.31},{&quot;2026-06-28&quot;:4.31},{&quot;2026-06-29&quot;:4.31},{&quot;2026-06-30&quot;:4.31},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.09},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:4.09},{&quot;2026-07-06&quot;:4.09},{&quot;2026-07-07&quot;:4.09},{&quot;2026-07-08&quot;:4.09},{&quot;2026-07-09&quot;:4.09},{&quot;2026-07-10&quot;:4.03},{&quot;2026-07-11&quot;:4.03},{&quot;2026-07-12&quot;:4.08},{&quot;2026-07-13&quot;:4.08},{&quot;2026-07-14&quot;:4.08},{&quot;2026-07-15&quot;:4.08},{&quot;2026-07-16&quot;:4.07},{&quot;2026-07-17&quot;:4.02},{&quot;2026-07-18&quot;:4.08},{&quot;2026-07-19&quot;:4.08},{&quot;2026-07-20&quot;:4.08},{&quot;2026-07-21&quot;:4.03},{&quot;2026-07-22&quot;:4.06},{&quot;2026-07-23&quot;:4.06},{&quot;2026-07-24&quot;:4.06},{&quot;2026-07-25&quot;:4.06},{&quot;2026-07-26&quot;:4.06},{&quot;2026-07-27&quot;:4.14},{&quot;2026-07-28&quot;:4.14},{&quot;2026-07-29&quot;:4.14},{&quot;2026-07-30&quot;:4.14},{&quot;2026-07-31&quot;:4.14},{&quot;2026-08-01&quot;:4.14},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.14},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:4.09},{&quot;2026-08-08&quot;:4.53},{&quot;2026-08-09&quot;:4.42},{&quot;2026-08-10&quot;:4.42},{&quot;2026-08-11&quot;:4.42},{&quot;2026-08-12&quot;:4.2},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.1},{&quot;2026-08-15&quot;:4.1},{&quot;2026-08-16&quot;:4.16},{&quot;2026-08-17&quot;:4.16},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.08},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.1},{&quot;2026-08-22&quot;:4.1},{&quot;2026-08-23&quot;:4.1},{&quot;2026-08-24&quot;:4.1},{&quot;2026-08-25&quot;:4.1},{&quot;2026-08-26&quot;:4.1},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.02},{&quot;2026-08-29&quot;:4.02},{&quot;2026-08-30&quot;:3.97},{&quot;2026-08-31&quot;:3.97},{&quot;2026-09-01&quot;:4.02},{&quot;2026-09-02&quot;:4.02},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:4.01},{&quot;2026-09-05&quot;:4.01},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.06},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:4.11},{&quot;2026-09-10&quot;:4.11},{&quot;2026-09-11&quot;:4.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.97},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:3.05},{&quot;2026-06-16&quot;:2.99},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.06},{&quot;2026-06-19&quot;:3.06},{&quot;2026-06-20&quot;:2.91},{&quot;2026-06-21&quot;:2.9},{&quot;2026-06-22&quot;:2.99},{&quot;2026-06-23&quot;:3.13},{&quot;2026-06-24&quot;:3.18},{&quot;2026-06-25&quot;:3.25},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.4},{&quot;2026-06-28&quot;:3.38},{&quot;2026-06-29&quot;:3.38},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.49},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.66},{&quot;2026-07-04&quot;:3.76},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.9},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.82},{&quot;2026-07-11&quot;:3.78},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.79},{&quot;2026-07-14&quot;:3.7},{&quot;2026-07-15&quot;:3.48},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.3},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.34},{&quot;2026-07-21&quot;:3.22},{&quot;2026-07-22&quot;:3.44},{&quot;2026-07-23&quot;:3.48},{&quot;2026-07-24&quot;:3.59},{&quot;2026-07-25&quot;:3.58},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.53},{&quot;2026-07-29&quot;:3.59},{&quot;2026-07-30&quot;:3.69},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.53},{&quot;2026-08-02&quot;:3.49},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.48},{&quot;2026-08-05&quot;:3.46},{&quot;2026-08-07&quot;:3.51},{&quot;2026-08-08&quot;:3.52},{&quot;2026-08-09&quot;:3.49},{&quot;2026-08-10&quot;:3.59},{&quot;2026-08-11&quot;:3.68},{&quot;2026-08-12&quot;:3.65},{&quot;2026-08-13&quot;:3.94},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.51},{&quot;2026-08-16&quot;:4.45},{&quot;2026-08-17&quot;:4.35},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.07},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:3.83},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.79},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:4.12},{&quot;2026-08-26&quot;:4.08},{&quot;2026-08-27&quot;:4.08},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:3.8},{&quot;2026-08-31&quot;:3.75},{&quot;2026-09-01&quot;:3.62},{&quot;2026-09-02&quot;:3.66},{&quot;2026-09-03&quot;:3.61},{&quot;2026-09-04&quot;:3.87},{&quot;2026-09-05&quot;:3.83},{&quot;2026-09-06&quot;:3.88},{&quot;2026-09-07&quot;:3.9},{&quot;2026-09-08&quot;:4.07},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:4.06},{&quot;2026-09-11&quot;:4.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="91060"
  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">
            Conjurer&#39;s Closet
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Conjurer&#39;s Closet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/f/af2115e4-009e-4432-99bb-05e844bc18b6.jpg?1783908066" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Conjurer&#39;s Closet" src="https://cards.scryfall.io/large/front/a/f/af2115e4-009e-4432-99bb-05e844bc18b6.jpg?1783908066" />
    </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">
                $4.18
              </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">
                $4.47
              </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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.78},{&quot;2026-06-14&quot;:4.78},{&quot;2026-06-15&quot;:4.67},{&quot;2026-06-16&quot;:4.67},{&quot;2026-06-17&quot;:4.68},{&quot;2026-06-18&quot;:4.85},{&quot;2026-06-19&quot;:4.85},{&quot;2026-06-20&quot;:4.85},{&quot;2026-06-21&quot;:4.85},{&quot;2026-06-22&quot;:4.85},{&quot;2026-06-23&quot;:4.85},{&quot;2026-06-24&quot;:4.85},{&quot;2026-06-25&quot;:4.91},{&quot;2026-06-26&quot;:4.93},{&quot;2026-06-27&quot;:4.89},{&quot;2026-06-28&quot;:4.89},{&quot;2026-06-29&quot;:4.82},{&quot;2026-06-30&quot;:4.91},{&quot;2026-07-01&quot;:4.91},{&quot;2026-07-02&quot;:4.89},{&quot;2026-07-03&quot;:4.88},{&quot;2026-07-04&quot;:4.88},{&quot;2026-07-05&quot;:4.89},{&quot;2026-07-06&quot;:4.9},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.91},{&quot;2026-07-09&quot;:4.82},{&quot;2026-07-10&quot;:4.72},{&quot;2026-07-11&quot;:4.72},{&quot;2026-07-12&quot;:4.64},{&quot;2026-07-13&quot;:4.61},{&quot;2026-07-14&quot;:4.67},{&quot;2026-07-15&quot;:4.7},{&quot;2026-07-16&quot;:4.7},{&quot;2026-07-17&quot;:4.65},{&quot;2026-07-18&quot;:4.65},{&quot;2026-07-19&quot;:4.52},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.45},{&quot;2026-07-22&quot;:4.48},{&quot;2026-07-23&quot;:4.48},{&quot;2026-07-24&quot;:4.47},{&quot;2026-07-25&quot;:4.41},{&quot;2026-07-26&quot;:4.41},{&quot;2026-07-27&quot;:4.41},{&quot;2026-07-28&quot;:4.41},{&quot;2026-07-29&quot;:4.41},{&quot;2026-07-30&quot;:4.41},{&quot;2026-07-31&quot;:4.27},{&quot;2026-08-01&quot;:4.26},{&quot;2026-08-02&quot;:4.25},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.25},{&quot;2026-08-05&quot;:4.25},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.3},{&quot;2026-08-09&quot;:4.32},{&quot;2026-08-10&quot;:4.32},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.32},{&quot;2026-08-13&quot;:4.32},{&quot;2026-08-14&quot;:4.32},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.32},{&quot;2026-08-17&quot;:4.32},{&quot;2026-08-18&quot;:4.32},{&quot;2026-08-19&quot;:4.32},{&quot;2026-08-20&quot;:4.32},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.36},{&quot;2026-08-23&quot;:4.36},{&quot;2026-08-24&quot;:4.36},{&quot;2026-08-25&quot;:4.34},{&quot;2026-08-26&quot;:4.34},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.32},{&quot;2026-08-29&quot;:4.32},{&quot;2026-08-30&quot;:4.36},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.47},{&quot;2026-09-02&quot;:4.47},{&quot;2026-09-03&quot;:4.47},{&quot;2026-09-04&quot;:4.47},{&quot;2026-09-05&quot;:4.37},{&quot;2026-09-06&quot;:4.37},{&quot;2026-09-07&quot;:4.42},{&quot;2026-09-08&quot;:4.42},{&quot;2026-09-09&quot;:4.42},{&quot;2026-09-10&quot;:4.42},{&quot;2026-09-11&quot;:4.47}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.29},{&quot;2026-06-14&quot;:4.31},{&quot;2026-06-15&quot;:4.33},{&quot;2026-06-16&quot;:4.33},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.77},{&quot;2026-06-19&quot;:4.84},{&quot;2026-06-20&quot;:4.91},{&quot;2026-06-21&quot;:4.87},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-23&quot;:4.82},{&quot;2026-06-24&quot;:4.82},{&quot;2026-06-25&quot;:4.86},{&quot;2026-06-26&quot;:4.77},{&quot;2026-06-27&quot;:4.69},{&quot;2026-06-28&quot;:4.53},{&quot;2026-06-29&quot;:4.43},{&quot;2026-06-30&quot;:4.27},{&quot;2026-07-01&quot;:4.19},{&quot;2026-07-02&quot;:4.27},{&quot;2026-07-03&quot;:4.24},{&quot;2026-07-04&quot;:4.4},{&quot;2026-07-05&quot;:4.4},{&quot;2026-07-06&quot;:4.39},{&quot;2026-07-07&quot;:4.34},{&quot;2026-07-08&quot;:4.38},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.64},{&quot;2026-07-12&quot;:4.98},{&quot;2026-07-13&quot;:4.98},{&quot;2026-07-14&quot;:5.05},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:4.95},{&quot;2026-07-17&quot;:4.99},{&quot;2026-07-18&quot;:4.99},{&quot;2026-07-19&quot;:4.91},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.76},{&quot;2026-07-22&quot;:4.66},{&quot;2026-07-23&quot;:4.62},{&quot;2026-07-24&quot;:4.6},{&quot;2026-07-25&quot;:4.61},{&quot;2026-07-26&quot;:4.74},{&quot;2026-07-27&quot;:4.81},{&quot;2026-07-28&quot;:4.9},{&quot;2026-07-29&quot;:4.96},{&quot;2026-07-30&quot;:4.9},{&quot;2026-07-31&quot;:4.87},{&quot;2026-08-01&quot;:4.87},{&quot;2026-08-02&quot;:4.87},{&quot;2026-08-03&quot;:4.81},{&quot;2026-08-04&quot;:4.8},{&quot;2026-08-05&quot;:4.7},{&quot;2026-08-07&quot;:4.54},{&quot;2026-08-08&quot;:4.52},{&quot;2026-08-09&quot;:4.52},{&quot;2026-08-10&quot;:4.52},{&quot;2026-08-11&quot;:4.4},{&quot;2026-08-12&quot;:4.31},{&quot;2026-08-13&quot;:4.14},{&quot;2026-08-14&quot;:4.05},{&quot;2026-08-15&quot;:4.02},{&quot;2026-08-16&quot;:4.0},{&quot;2026-08-17&quot;:3.94},{&quot;2026-08-18&quot;:3.89},{&quot;2026-08-19&quot;:3.97},{&quot;2026-08-20&quot;:3.99},{&quot;2026-08-21&quot;:3.97},{&quot;2026-08-22&quot;:3.98},{&quot;2026-08-23&quot;:3.99},{&quot;2026-08-24&quot;:3.99},{&quot;2026-08-25&quot;:3.99},{&quot;2026-08-26&quot;:4.02},{&quot;2026-08-27&quot;:4.02},{&quot;2026-08-28&quot;:4.06},{&quot;2026-08-29&quot;:4.06},{&quot;2026-08-30&quot;:4.06},{&quot;2026-08-31&quot;:4.1},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.12},{&quot;2026-09-03&quot;:4.22},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.21},{&quot;2026-09-06&quot;:4.18},{&quot;2026-09-07&quot;:4.18},{&quot;2026-09-08&quot;:4.12},{&quot;2026-09-09&quot;:4.12},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.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="18810"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Test of Endurance" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/0/40b65824-f3d8-4f01-ad8a-ebd19ce5062e.jpg?1783918392" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Test of Endurance
        </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-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="Test of Endurance" src="https://cards.scryfall.io/large/front/4/0/40b65824-f3d8-4f01-ad8a-ebd19ce5062e.jpg?1783918392" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.75},{&quot;2026-06-11&quot;:3.83},{&quot;2026-06-12&quot;:3.83},{&quot;2026-06-13&quot;:3.83},{&quot;2026-06-14&quot;:3.97},{&quot;2026-06-15&quot;:3.97},{&quot;2026-06-16&quot;:3.97},{&quot;2026-06-17&quot;:3.97},{&quot;2026-06-18&quot;:3.97},{&quot;2026-06-19&quot;:3.97},{&quot;2026-06-20&quot;:3.97},{&quot;2026-06-21&quot;:3.97},{&quot;2026-06-22&quot;:3.97},{&quot;2026-06-23&quot;:3.97},{&quot;2026-06-24&quot;:3.97},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:3.99},{&quot;2026-06-28&quot;:4.0},{&quot;2026-06-29&quot;:4.0},{&quot;2026-06-30&quot;:4.09},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.09},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.09},{&quot;2026-07-05&quot;:4.09},{&quot;2026-07-06&quot;:4.09},{&quot;2026-07-07&quot;:4.12},{&quot;2026-07-08&quot;:4.12},{&quot;2026-07-09&quot;:4.12},{&quot;2026-07-10&quot;:4.12},{&quot;2026-07-11&quot;:4.12},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.12},{&quot;2026-07-14&quot;:4.13},{&quot;2026-07-15&quot;:4.13},{&quot;2026-07-16&quot;:4.13},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.17},{&quot;2026-07-20&quot;:4.17},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-23&quot;:4.17},{&quot;2026-07-25&quot;:4.22},{&quot;2026-07-26&quot;:4.24},{&quot;2026-07-27&quot;:4.24},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.47},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.47},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.47},{&quot;2026-08-04&quot;:4.51},{&quot;2026-08-05&quot;:4.51},{&quot;2026-08-07&quot;:4.51},{&quot;2026-08-08&quot;:4.51},{&quot;2026-08-09&quot;:4.51},{&quot;2026-08-10&quot;:4.51},{&quot;2026-08-11&quot;:4.52},{&quot;2026-08-12&quot;:4.52},{&quot;2026-08-13&quot;:4.52},{&quot;2026-08-14&quot;:4.52},{&quot;2026-08-15&quot;:4.52},{&quot;2026-08-16&quot;:4.52},{&quot;2026-08-17&quot;:4.52},{&quot;2026-08-18&quot;:4.52},{&quot;2026-08-19&quot;:4.52},{&quot;2026-08-20&quot;:4.52},{&quot;2026-08-21&quot;:4.52},{&quot;2026-08-22&quot;:4.52},{&quot;2026-08-23&quot;:4.5},{&quot;2026-08-24&quot;:4.55},{&quot;2026-08-25&quot;:4.55},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.56},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.53},{&quot;2026-08-31&quot;:4.53},{&quot;2026-09-01&quot;:4.53},{&quot;2026-09-02&quot;:4.53},{&quot;2026-09-03&quot;:4.53},{&quot;2026-09-04&quot;:4.53},{&quot;2026-09-05&quot;:4.53},{&quot;2026-09-06&quot;:4.53},{&quot;2026-09-07&quot;:4.53},{&quot;2026-09-08&quot;:4.54},{&quot;2026-09-09&quot;:4.54},{&quot;2026-09-10&quot;:4.54},{&quot;2026-09-11&quot;:4.54}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.73},{&quot;2026-06-11&quot;:4.73},{&quot;2026-06-12&quot;:4.73},{&quot;2026-06-13&quot;:4.73},{&quot;2026-06-14&quot;:4.68},{&quot;2026-06-15&quot;:4.68},{&quot;2026-06-16&quot;:4.65},{&quot;2026-06-17&quot;:4.65},{&quot;2026-06-18&quot;:4.65},{&quot;2026-06-19&quot;:4.65},{&quot;2026-06-20&quot;:4.59},{&quot;2026-06-21&quot;:4.59},{&quot;2026-06-22&quot;:4.59},{&quot;2026-06-23&quot;:4.62},{&quot;2026-06-24&quot;:4.62},{&quot;2026-06-25&quot;:4.73},{&quot;2026-06-26&quot;:4.73},{&quot;2026-06-27&quot;:4.73},{&quot;2026-06-28&quot;:4.73},{&quot;2026-06-29&quot;:4.73},{&quot;2026-06-30&quot;:4.73},{&quot;2026-07-01&quot;:4.73},{&quot;2026-07-02&quot;:4.73},{&quot;2026-07-03&quot;:4.73},{&quot;2026-07-04&quot;:4.73},{&quot;2026-07-05&quot;:4.91},{&quot;2026-07-06&quot;:4.91},{&quot;2026-07-07&quot;:4.95},{&quot;2026-07-08&quot;:4.97},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:4.98},{&quot;2026-07-12&quot;:4.98},{&quot;2026-07-13&quot;:4.98},{&quot;2026-07-14&quot;:4.98},{&quot;2026-07-15&quot;:4.98},{&quot;2026-07-16&quot;:4.98},{&quot;2026-07-17&quot;:4.98},{&quot;2026-07-18&quot;:4.85},{&quot;2026-07-19&quot;:4.82},{&quot;2026-07-20&quot;:4.82},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-23&quot;:4.88},{&quot;2026-07-25&quot;:4.86},{&quot;2026-07-26&quot;:4.86},{&quot;2026-07-27&quot;:4.82},{&quot;2026-07-29&quot;:4.82},{&quot;2026-07-30&quot;:4.7},{&quot;2026-07-31&quot;:4.7},{&quot;2026-08-01&quot;:4.7},{&quot;2026-08-02&quot;:4.71},{&quot;2026-08-03&quot;:4.71},{&quot;2026-08-04&quot;:4.73},{&quot;2026-08-05&quot;:4.73},{&quot;2026-08-07&quot;:4.73},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.75},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.55},{&quot;2026-08-12&quot;:4.49},{&quot;2026-08-13&quot;:4.34},{&quot;2026-08-14&quot;:3.86},{&quot;2026-08-15&quot;:3.9},{&quot;2026-08-16&quot;:3.84},{&quot;2026-08-17&quot;:3.9},{&quot;2026-08-18&quot;:3.83},{&quot;2026-08-19&quot;:3.83},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.82},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.59},{&quot;2026-08-24&quot;:3.59},{&quot;2026-08-25&quot;:3.59},{&quot;2026-08-26&quot;:3.59},{&quot;2026-08-27&quot;:3.59},{&quot;2026-08-28&quot;:3.59},{&quot;2026-08-29&quot;:3.59},{&quot;2026-08-30&quot;:3.75},{&quot;2026-08-31&quot;:3.91},{&quot;2026-09-01&quot;:3.91},{&quot;2026-09-02&quot;:3.91},{&quot;2026-09-03&quot;:4.07},{&quot;2026-09-04&quot;:4.15},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.14},{&quot;2026-09-07&quot;:4.17},{&quot;2026-09-08&quot;:4.17},{&quot;2026-09-09&quot;:4.17},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Oracle of Mul Daya" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/7/373a4e3e-6244-43e8-80ac-f5508db9ce57.jpg?1783921865" />

        <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/3/7/373a4e3e-6244-43e8-80ac-f5508db9ce57.jpg?1783921865" />
    </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">
                $4.17
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:7.54},{&quot;2026-06-12&quot;:7.54},{&quot;2026-06-13&quot;:7.54},{&quot;2026-06-14&quot;:7.54},{&quot;2026-06-15&quot;:7.54},{&quot;2026-06-16&quot;:7.54},{&quot;2026-06-17&quot;:7.54},{&quot;2026-06-18&quot;:7.54},{&quot;2026-06-19&quot;:7.54},{&quot;2026-06-20&quot;:7.54},{&quot;2026-06-21&quot;:7.49},{&quot;2026-06-22&quot;:7.49},{&quot;2026-06-23&quot;:7.49},{&quot;2026-06-24&quot;:7.49},{&quot;2026-06-25&quot;:7.36},{&quot;2026-06-26&quot;:7.36},{&quot;2026-06-27&quot;:7.36},{&quot;2026-06-28&quot;:7.36},{&quot;2026-06-29&quot;:7.36},{&quot;2026-06-30&quot;:7.36},{&quot;2026-07-01&quot;:7.5},{&quot;2026-07-02&quot;:7.5},{&quot;2026-07-03&quot;:7.5},{&quot;2026-07-04&quot;:7.5},{&quot;2026-07-05&quot;:7.5},{&quot;2026-07-06&quot;:7.5},{&quot;2026-07-07&quot;:7.5},{&quot;2026-07-08&quot;:7.5},{&quot;2026-07-09&quot;:7.5},{&quot;2026-07-10&quot;:7.5},{&quot;2026-07-11&quot;:7.5},{&quot;2026-07-12&quot;:7.5},{&quot;2026-07-13&quot;:7.5},{&quot;2026-07-14&quot;:7.5},{&quot;2026-07-15&quot;:7.5},{&quot;2026-07-16&quot;:7.5},{&quot;2026-07-17&quot;:7.5},{&quot;2026-07-18&quot;:7.5},{&quot;2026-07-19&quot;:7.51},{&quot;2026-07-20&quot;:7.51},{&quot;2026-07-21&quot;:7.52},{&quot;2026-07-23&quot;:7.52},{&quot;2026-07-25&quot;:7.52},{&quot;2026-07-26&quot;:7.52},{&quot;2026-07-27&quot;:7.52},{&quot;2026-07-28&quot;:7.52},{&quot;2026-07-29&quot;:7.44},{&quot;2026-07-30&quot;:7.41},{&quot;2026-07-31&quot;:7.57},{&quot;2026-08-01&quot;:7.57},{&quot;2026-08-02&quot;:7.57},{&quot;2026-08-03&quot;:7.57},{&quot;2026-08-04&quot;:7.57},{&quot;2026-08-05&quot;:7.57},{&quot;2026-08-07&quot;:7.57},{&quot;2026-08-08&quot;:7.57},{&quot;2026-08-09&quot;:7.64},{&quot;2026-08-10&quot;:7.62},{&quot;2026-08-11&quot;:7.62},{&quot;2026-08-12&quot;:7.62},{&quot;2026-08-13&quot;:7.62},{&quot;2026-08-14&quot;:7.62},{&quot;2026-08-15&quot;:7.62},{&quot;2026-08-16&quot;:7.62},{&quot;2026-08-17&quot;:7.62},{&quot;2026-08-18&quot;:7.64},{&quot;2026-08-19&quot;:7.64},{&quot;2026-08-20&quot;:7.64},{&quot;2026-08-21&quot;:7.64},{&quot;2026-08-22&quot;:7.64},{&quot;2026-08-23&quot;:7.64},{&quot;2026-08-24&quot;:7.56},{&quot;2026-08-25&quot;:7.56},{&quot;2026-08-26&quot;:7.56},{&quot;2026-08-27&quot;:7.36},{&quot;2026-08-28&quot;:7.36},{&quot;2026-08-29&quot;:7.36},{&quot;2026-08-30&quot;:7.36},{&quot;2026-08-31&quot;:7.36},{&quot;2026-09-01&quot;:7.36},{&quot;2026-09-02&quot;:7.41},{&quot;2026-09-03&quot;:7.41},{&quot;2026-09-04&quot;:7.41},{&quot;2026-09-05&quot;:7.34},{&quot;2026-09-06&quot;:7.34},{&quot;2026-09-07&quot;:7.34},{&quot;2026-09-08&quot;:7.34},{&quot;2026-09-09&quot;:7.34},{&quot;2026-09-10&quot;:7.34},{&quot;2026-09-11&quot;:7.36}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.61},{&quot;2026-06-12&quot;:4.61},{&quot;2026-06-13&quot;:4.61},{&quot;2026-06-14&quot;:4.61},{&quot;2026-06-15&quot;:4.61},{&quot;2026-06-16&quot;:4.49},{&quot;2026-06-17&quot;:4.58},{&quot;2026-06-18&quot;:4.58},{&quot;2026-06-19&quot;:4.53},{&quot;2026-06-20&quot;:4.53},{&quot;2026-06-21&quot;:4.68},{&quot;2026-06-22&quot;:4.68},{&quot;2026-06-23&quot;:4.55},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.7},{&quot;2026-06-26&quot;:4.7},{&quot;2026-06-27&quot;:4.7},{&quot;2026-06-28&quot;:4.7},{&quot;2026-06-29&quot;:4.69},{&quot;2026-06-30&quot;:4.69},{&quot;2026-07-01&quot;:4.72},{&quot;2026-07-02&quot;:4.71},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:4.7},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.56},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.42},{&quot;2026-07-11&quot;:4.42},{&quot;2026-07-12&quot;:4.42},{&quot;2026-07-13&quot;:4.28},{&quot;2026-07-14&quot;:4.28},{&quot;2026-07-15&quot;:4.28},{&quot;2026-07-16&quot;:4.41},{&quot;2026-07-17&quot;:4.41},{&quot;2026-07-18&quot;:4.41},{&quot;2026-07-19&quot;:4.46},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.5},{&quot;2026-07-23&quot;:4.38},{&quot;2026-07-25&quot;:4.37},{&quot;2026-07-26&quot;:4.37},{&quot;2026-07-27&quot;:4.37},{&quot;2026-07-28&quot;:4.29},{&quot;2026-07-29&quot;:4.29},{&quot;2026-07-30&quot;:4.29},{&quot;2026-07-31&quot;:4.29},{&quot;2026-08-01&quot;:4.29},{&quot;2026-08-02&quot;:4.29},{&quot;2026-08-03&quot;:4.29},{&quot;2026-08-04&quot;:4.29},{&quot;2026-08-05&quot;:4.29},{&quot;2026-08-07&quot;:4.25},{&quot;2026-08-08&quot;:4.26},{&quot;2026-08-09&quot;:4.26},{&quot;2026-08-10&quot;:4.26},{&quot;2026-08-11&quot;:4.26},{&quot;2026-08-12&quot;:4.25},{&quot;2026-08-13&quot;:4.25},{&quot;2026-08-14&quot;:4.19},{&quot;2026-08-15&quot;:4.23},{&quot;2026-08-16&quot;:4.17},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.07},{&quot;2026-08-19&quot;:4.07},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:4.06},{&quot;2026-08-22&quot;:4.0},{&quot;2026-08-23&quot;:4.0},{&quot;2026-08-24&quot;:4.0},{&quot;2026-08-25&quot;:4.0},{&quot;2026-08-26&quot;:4.03},{&quot;2026-08-27&quot;:4.1},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.08},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.11},{&quot;2026-09-03&quot;:4.11},{&quot;2026-09-04&quot;:4.13},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.04},{&quot;2026-09-07&quot;:4.04},{&quot;2026-09-08&quot;:4.14},{&quot;2026-09-09&quot;:4.11},{&quot;2026-09-10&quot;:4.14},{&quot;2026-09-11&quot;:4.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Venerated Rotpriest" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/9/29ea9176-16cf-4064-8c69-071a520a110b.jpg?1783917924" />

        <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">
            Venerated Rotpriest
        </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 — Phyrexian Druid</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </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="Venerated Rotpriest" src="https://cards.scryfall.io/large/front/2/9/29ea9176-16cf-4064-8c69-071a520a110b.jpg?1783917924" />
    </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">
                $4.17
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.51},{&quot;2026-06-14&quot;:4.51},{&quot;2026-06-15&quot;:4.51},{&quot;2026-06-16&quot;:4.51},{&quot;2026-06-17&quot;:4.51},{&quot;2026-06-18&quot;:4.35},{&quot;2026-06-19&quot;:4.17},{&quot;2026-06-20&quot;:4.17},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.25},{&quot;2026-06-23&quot;:4.25},{&quot;2026-06-24&quot;:4.33},{&quot;2026-06-25&quot;:4.43},{&quot;2026-06-26&quot;:4.01},{&quot;2026-06-27&quot;:4.01},{&quot;2026-06-28&quot;:4.01},{&quot;2026-06-29&quot;:4.01},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.08},{&quot;2026-07-02&quot;:4.08},{&quot;2026-07-03&quot;:4.08},{&quot;2026-07-04&quot;:4.13},{&quot;2026-07-05&quot;:4.13},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:4.13},{&quot;2026-07-08&quot;:4.13},{&quot;2026-07-09&quot;:4.13},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.29},{&quot;2026-07-12&quot;:4.29},{&quot;2026-07-13&quot;:4.29},{&quot;2026-07-14&quot;:4.29},{&quot;2026-07-15&quot;:4.4},{&quot;2026-07-16&quot;:4.4},{&quot;2026-07-17&quot;:4.49},{&quot;2026-07-18&quot;:4.52},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.47},{&quot;2026-07-21&quot;:4.44},{&quot;2026-07-22&quot;:4.44},{&quot;2026-07-23&quot;:4.42},{&quot;2026-07-24&quot;:4.42},{&quot;2026-07-25&quot;:4.52},{&quot;2026-07-26&quot;:4.52},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.48},{&quot;2026-08-04&quot;:4.48},{&quot;2026-08-05&quot;:4.48},{&quot;2026-08-07&quot;:4.48},{&quot;2026-08-08&quot;:4.48},{&quot;2026-08-09&quot;:4.9},{&quot;2026-08-10&quot;:4.9},{&quot;2026-08-11&quot;:4.9},{&quot;2026-08-12&quot;:4.98},{&quot;2026-08-13&quot;:4.98},{&quot;2026-08-14&quot;:4.98},{&quot;2026-08-15&quot;:4.98},{&quot;2026-08-16&quot;:4.98},{&quot;2026-08-17&quot;:4.98},{&quot;2026-08-18&quot;:4.98},{&quot;2026-08-19&quot;:4.98},{&quot;2026-08-20&quot;:5.0},{&quot;2026-08-21&quot;:4.97},{&quot;2026-08-22&quot;:4.96},{&quot;2026-08-23&quot;:4.96},{&quot;2026-08-24&quot;:5.32},{&quot;2026-08-25&quot;:5.32},{&quot;2026-08-26&quot;:5.32},{&quot;2026-08-27&quot;:5.27},{&quot;2026-08-28&quot;:5.27},{&quot;2026-08-29&quot;:5.27},{&quot;2026-08-30&quot;:5.18},{&quot;2026-08-31&quot;:5.18},{&quot;2026-09-01&quot;:5.18},{&quot;2026-09-02&quot;:5.32},{&quot;2026-09-03&quot;:5.28},{&quot;2026-09-04&quot;:5.28},{&quot;2026-09-05&quot;:5.28},{&quot;2026-09-06&quot;:5.28},{&quot;2026-09-07&quot;:5.35},{&quot;2026-09-08&quot;:5.36},{&quot;2026-09-09&quot;:5.36},{&quot;2026-09-10&quot;:5.36},{&quot;2026-09-11&quot;:5.36}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.26},{&quot;2026-06-14&quot;:3.26},{&quot;2026-06-15&quot;:3.24},{&quot;2026-06-16&quot;:3.19},{&quot;2026-06-17&quot;:3.19},{&quot;2026-06-18&quot;:3.19},{&quot;2026-06-19&quot;:3.31},{&quot;2026-06-20&quot;:3.24},{&quot;2026-06-21&quot;:3.24},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.01},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:2.99},{&quot;2026-06-28&quot;:2.99},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.75},{&quot;2026-07-02&quot;:2.74},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.63},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.66},{&quot;2026-07-08&quot;:2.63},{&quot;2026-07-09&quot;:2.68},{&quot;2026-07-10&quot;:2.79},{&quot;2026-07-11&quot;:2.88},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.76},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-22&quot;:3.06},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.03},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.97},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-28&quot;:2.9},{&quot;2026-07-29&quot;:2.99},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.3},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.3},{&quot;2026-08-03&quot;:3.34},{&quot;2026-08-04&quot;:3.34},{&quot;2026-08-05&quot;:3.34},{&quot;2026-08-07&quot;:3.41},{&quot;2026-08-08&quot;:3.47},{&quot;2026-08-09&quot;:3.47},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.49},{&quot;2026-08-13&quot;:3.58},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.65},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.51},{&quot;2026-08-19&quot;:3.5},{&quot;2026-08-20&quot;:3.5},{&quot;2026-08-21&quot;:3.5},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.28},{&quot;2026-08-26&quot;:3.28},{&quot;2026-08-27&quot;:3.3},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.21},{&quot;2026-09-01&quot;:3.14},{&quot;2026-09-02&quot;:3.15},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.51},{&quot;2026-09-06&quot;:3.83},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:4.05},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.17},{&quot;2026-09-11&quot;:4.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73275"
  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-bro 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">
            Fauna Shaman
        </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="text-sm font-medium text-nine-white">
            $4.17
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Fauna Shaman
        </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-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Fauna Shaman" src="https://cards.scryfall.io/large/front/4/e/4eeed580-d00d-4d8c-a137-18b0f354933d.jpg?1783919972" />
    </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">
                $3.70
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.82},{&quot;2026-06-11&quot;:3.82},{&quot;2026-06-12&quot;:3.82},{&quot;2026-06-13&quot;:3.82},{&quot;2026-06-14&quot;:3.82},{&quot;2026-06-15&quot;:3.82},{&quot;2026-06-16&quot;:3.82},{&quot;2026-06-17&quot;:3.82},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.81},{&quot;2026-06-20&quot;:3.81},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.81},{&quot;2026-06-23&quot;:3.81},{&quot;2026-06-24&quot;:3.84},{&quot;2026-06-25&quot;:3.84},{&quot;2026-06-26&quot;:3.84},{&quot;2026-06-27&quot;:3.79},{&quot;2026-06-28&quot;:3.79},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.83},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.83},{&quot;2026-07-03&quot;:3.85},{&quot;2026-07-04&quot;:3.85},{&quot;2026-07-05&quot;:3.85},{&quot;2026-07-06&quot;:3.85},{&quot;2026-07-07&quot;:3.85},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:4.1},{&quot;2026-07-10&quot;:4.1},{&quot;2026-07-11&quot;:4.1},{&quot;2026-07-12&quot;:4.1},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.1},{&quot;2026-07-15&quot;:4.0},{&quot;2026-07-16&quot;:4.0},{&quot;2026-07-17&quot;:4.0},{&quot;2026-07-18&quot;:4.0},{&quot;2026-07-19&quot;:4.0},{&quot;2026-07-20&quot;:4.0},{&quot;2026-07-21&quot;:4.0},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-25&quot;:4.0},{&quot;2026-07-26&quot;:4.0},{&quot;2026-07-27&quot;:4.0},{&quot;2026-07-29&quot;:4.12},{&quot;2026-07-30&quot;:4.12},{&quot;2026-07-31&quot;:4.12},{&quot;2026-08-01&quot;:4.12},{&quot;2026-08-02&quot;:4.12},{&quot;2026-08-03&quot;:4.12},{&quot;2026-08-04&quot;:4.12},{&quot;2026-08-05&quot;:4.17},{&quot;2026-08-07&quot;:4.18},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.07},{&quot;2026-08-10&quot;:4.06},{&quot;2026-08-11&quot;:4.19},{&quot;2026-08-12&quot;:4.19},{&quot;2026-08-13&quot;:4.19},{&quot;2026-08-14&quot;:4.15},{&quot;2026-08-15&quot;:4.2},{&quot;2026-08-16&quot;:4.2},{&quot;2026-08-17&quot;:4.14},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.12},{&quot;2026-08-20&quot;:4.12},{&quot;2026-08-21&quot;:4.09},{&quot;2026-08-22&quot;:4.03},{&quot;2026-08-23&quot;:4.03},{&quot;2026-08-24&quot;:3.97},{&quot;2026-08-25&quot;:3.97},{&quot;2026-08-26&quot;:3.98},{&quot;2026-08-27&quot;:3.96},{&quot;2026-08-28&quot;:3.96},{&quot;2026-08-29&quot;:3.96},{&quot;2026-08-30&quot;:4.0},{&quot;2026-08-31&quot;:4.02},{&quot;2026-09-01&quot;:4.02},{&quot;2026-09-02&quot;:4.14},{&quot;2026-09-03&quot;:4.14},{&quot;2026-09-04&quot;:4.14},{&quot;2026-09-05&quot;:4.18},{&quot;2026-09-06&quot;:4.18},{&quot;2026-09-07&quot;:4.18},{&quot;2026-09-08&quot;:4.18},{&quot;2026-09-09&quot;:4.18},{&quot;2026-09-10&quot;:4.13},{&quot;2026-09-11&quot;:4.17}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.12},{&quot;2026-06-11&quot;:3.12},{&quot;2026-06-12&quot;:3.16},{&quot;2026-06-13&quot;:3.15},{&quot;2026-06-14&quot;:3.15},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.2},{&quot;2026-06-17&quot;:3.2},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:3.19},{&quot;2026-06-20&quot;:3.19},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.19},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.19},{&quot;2026-06-25&quot;:3.19},{&quot;2026-06-26&quot;:3.19},{&quot;2026-06-27&quot;:3.2},{&quot;2026-06-28&quot;:3.2},{&quot;2026-06-29&quot;:3.2},{&quot;2026-06-30&quot;:3.2},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.2},{&quot;2026-07-03&quot;:3.19},{&quot;2026-07-04&quot;:3.19},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.24},{&quot;2026-07-10&quot;:3.24},{&quot;2026-07-11&quot;:3.24},{&quot;2026-07-12&quot;:3.15},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.23},{&quot;2026-07-15&quot;:3.23},{&quot;2026-07-16&quot;:3.23},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.25},{&quot;2026-07-20&quot;:3.25},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-23&quot;:3.24},{&quot;2026-07-25&quot;:3.32},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.32},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.28},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.26},{&quot;2026-08-08&quot;:3.25},{&quot;2026-08-09&quot;:3.14},{&quot;2026-08-10&quot;:3.15},{&quot;2026-08-11&quot;:3.15},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.15},{&quot;2026-08-14&quot;:3.35},{&quot;2026-08-15&quot;:3.53},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.37},{&quot;2026-08-18&quot;:3.32},{&quot;2026-08-19&quot;:3.32},{&quot;2026-08-20&quot;:3.32},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.35},{&quot;2026-08-23&quot;:3.33},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.33},{&quot;2026-08-26&quot;:3.41},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.67},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.72},{&quot;2026-09-09&quot;:3.61},{&quot;2026-09-10&quot;:3.85},{&quot;2026-09-11&quot;:3.7}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Obliterate
        </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-6'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Obliterate" src="https://cards.scryfall.io/large/front/e/2/e2d96c48-7519-4f2b-ad93-4f62cf7e8ac8.jpg?1783921147" />
    </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">
                $4.17
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.81},{&quot;2026-06-14&quot;:4.94},{&quot;2026-06-15&quot;:4.94},{&quot;2026-06-16&quot;:5.13},{&quot;2026-06-17&quot;:5.13},{&quot;2026-06-18&quot;:5.25},{&quot;2026-06-19&quot;:5.13},{&quot;2026-06-20&quot;:5.13},{&quot;2026-06-21&quot;:5.13},{&quot;2026-06-22&quot;:5.14},{&quot;2026-06-23&quot;:4.9},{&quot;2026-06-24&quot;:4.9},{&quot;2026-06-25&quot;:5.08},{&quot;2026-06-26&quot;:5.08},{&quot;2026-06-27&quot;:4.85},{&quot;2026-06-28&quot;:4.85},{&quot;2026-06-29&quot;:4.9},{&quot;2026-06-30&quot;:4.9},{&quot;2026-07-01&quot;:4.9},{&quot;2026-07-02&quot;:4.9},{&quot;2026-07-03&quot;:4.94},{&quot;2026-07-04&quot;:4.94},{&quot;2026-07-05&quot;:4.82},{&quot;2026-07-06&quot;:4.94},{&quot;2026-07-07&quot;:4.94},{&quot;2026-07-08&quot;:4.94},{&quot;2026-07-09&quot;:4.94},{&quot;2026-07-10&quot;:4.84},{&quot;2026-07-11&quot;:4.84},{&quot;2026-07-12&quot;:4.84},{&quot;2026-07-13&quot;:4.96},{&quot;2026-07-14&quot;:4.89},{&quot;2026-07-15&quot;:4.91},{&quot;2026-07-16&quot;:4.91},{&quot;2026-07-17&quot;:4.97},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:4.97},{&quot;2026-07-20&quot;:4.96},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-22&quot;:4.87},{&quot;2026-07-23&quot;:4.95},{&quot;2026-07-24&quot;:4.95},{&quot;2026-07-25&quot;:4.93},{&quot;2026-07-26&quot;:4.93},{&quot;2026-07-27&quot;:4.91},{&quot;2026-07-28&quot;:4.91},{&quot;2026-07-29&quot;:4.91},{&quot;2026-07-30&quot;:4.95},{&quot;2026-07-31&quot;:4.9},{&quot;2026-08-01&quot;:4.9},{&quot;2026-08-02&quot;:4.86},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.86},{&quot;2026-08-05&quot;:4.86},{&quot;2026-08-07&quot;:4.86},{&quot;2026-08-08&quot;:4.86},{&quot;2026-08-09&quot;:4.86},{&quot;2026-08-10&quot;:4.75},{&quot;2026-08-11&quot;:4.74},{&quot;2026-08-12&quot;:4.74},{&quot;2026-08-13&quot;:4.72},{&quot;2026-08-14&quot;:4.72},{&quot;2026-08-15&quot;:4.73},{&quot;2026-08-16&quot;:4.73},{&quot;2026-08-17&quot;:4.74},{&quot;2026-08-18&quot;:4.74},{&quot;2026-08-19&quot;:4.74},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.74},{&quot;2026-08-22&quot;:4.74},{&quot;2026-08-23&quot;:4.71},{&quot;2026-08-24&quot;:4.66},{&quot;2026-08-25&quot;:4.59},{&quot;2026-08-26&quot;:4.59},{&quot;2026-08-27&quot;:4.59},{&quot;2026-08-28&quot;:4.58},{&quot;2026-08-29&quot;:4.58},{&quot;2026-08-30&quot;:4.48},{&quot;2026-08-31&quot;:4.39},{&quot;2026-09-01&quot;:4.39},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.3},{&quot;2026-09-04&quot;:4.11},{&quot;2026-09-05&quot;:4.11},{&quot;2026-09-06&quot;:4.09},{&quot;2026-09-07&quot;:4.09},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.04},{&quot;2026-09-10&quot;:4.04},{&quot;2026-09-11&quot;:4.17}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dualcaster Mage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/3/1371d7cb-3839-46e9-a02d-2253e18d2029.jpg?1783928712" />

        <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">
            Dualcaster Mage
        </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-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="Dualcaster Mage" src="https://cards.scryfall.io/large/front/1/3/1371d7cb-3839-46e9-a02d-2253e18d2029.jpg?1783928712" />
    </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">
                $4.16
              </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">$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-10&quot;:4.61},{&quot;2026-06-11&quot;:4.61},{&quot;2026-06-12&quot;:4.54},{&quot;2026-06-13&quot;:4.57},{&quot;2026-06-14&quot;:4.6},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.56},{&quot;2026-06-17&quot;:4.55},{&quot;2026-06-18&quot;:4.49},{&quot;2026-06-19&quot;:4.61},{&quot;2026-06-20&quot;:4.68},{&quot;2026-06-21&quot;:4.61},{&quot;2026-06-22&quot;:4.6},{&quot;2026-06-23&quot;:4.6},{&quot;2026-06-24&quot;:4.65},{&quot;2026-06-25&quot;:4.67},{&quot;2026-06-26&quot;:4.44},{&quot;2026-06-27&quot;:4.62},{&quot;2026-06-28&quot;:4.62},{&quot;2026-06-29&quot;:4.64},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.67},{&quot;2026-07-02&quot;:4.69},{&quot;2026-07-03&quot;:4.7},{&quot;2026-07-04&quot;:4.77},{&quot;2026-07-05&quot;:4.77},{&quot;2026-07-06&quot;:4.77},{&quot;2026-07-07&quot;:4.77},{&quot;2026-07-08&quot;:4.71},{&quot;2026-07-09&quot;:4.67},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.58},{&quot;2026-07-12&quot;:4.53},{&quot;2026-07-13&quot;:4.56},{&quot;2026-07-14&quot;:4.43},{&quot;2026-07-15&quot;:4.38},{&quot;2026-07-16&quot;:4.38},{&quot;2026-07-17&quot;:4.2},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.19},{&quot;2026-07-20&quot;:4.19},{&quot;2026-07-21&quot;:4.07},{&quot;2026-07-23&quot;:4.13},{&quot;2026-07-25&quot;:4.08},{&quot;2026-07-26&quot;:4.09},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-29&quot;:4.3},{&quot;2026-07-30&quot;:4.33},{&quot;2026-07-31&quot;:4.33},{&quot;2026-08-01&quot;:4.33},{&quot;2026-08-02&quot;:4.38},{&quot;2026-08-03&quot;:4.44},{&quot;2026-08-04&quot;:4.44},{&quot;2026-08-05&quot;:4.44},{&quot;2026-08-07&quot;:4.53},{&quot;2026-08-08&quot;:4.58},{&quot;2026-08-09&quot;:4.53},{&quot;2026-08-10&quot;:4.53},{&quot;2026-08-11&quot;:4.53},{&quot;2026-08-12&quot;:4.55},{&quot;2026-08-13&quot;:4.61},{&quot;2026-08-14&quot;:4.78},{&quot;2026-08-15&quot;:4.66},{&quot;2026-08-16&quot;:4.66},{&quot;2026-08-17&quot;:4.66},{&quot;2026-08-18&quot;:4.64},{&quot;2026-08-19&quot;:4.64},{&quot;2026-08-20&quot;:4.64},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.43},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.46},{&quot;2026-08-25&quot;:4.46},{&quot;2026-08-26&quot;:4.47},{&quot;2026-08-27&quot;:4.53},{&quot;2026-08-28&quot;:4.53},{&quot;2026-08-29&quot;:4.53},{&quot;2026-08-30&quot;:4.51},{&quot;2026-08-31&quot;:4.37},{&quot;2026-09-01&quot;:4.37},{&quot;2026-09-02&quot;:4.29},{&quot;2026-09-03&quot;:4.27},{&quot;2026-09-04&quot;:4.26},{&quot;2026-09-05&quot;:4.32},{&quot;2026-09-06&quot;:4.44},{&quot;2026-09-07&quot;:4.3},{&quot;2026-09-08&quot;:4.24},{&quot;2026-09-09&quot;:4.12},{&quot;2026-09-10&quot;:4.12},{&quot;2026-09-11&quot;:4.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="94746"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fin ss-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">
            Dark Confidant
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dark Confidant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/5/2520ab23-a068-4462-b261-2754409b4108.jpg?1783906622" />

        <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">
            Dark Confidant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Dark Confidant" src="https://cards.scryfall.io/large/front/2/5/2520ab23-a068-4462-b261-2754409b4108.jpg?1783906622" />
    </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">
                $4.16
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$3.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;2026-06-08&quot;:5.42},{&quot;2026-06-10&quot;:5.7},{&quot;2026-06-11&quot;:5.78},{&quot;2026-06-12&quot;:5.78},{&quot;2026-06-13&quot;:5.78},{&quot;2026-06-14&quot;:5.83},{&quot;2026-06-15&quot;:5.83},{&quot;2026-06-16&quot;:5.83},{&quot;2026-06-17&quot;:5.83},{&quot;2026-06-18&quot;:5.81},{&quot;2026-06-19&quot;:5.79},{&quot;2026-06-20&quot;:5.79},{&quot;2026-06-21&quot;:5.79},{&quot;2026-06-22&quot;:5.79},{&quot;2026-06-24&quot;:5.79},{&quot;2026-06-25&quot;:5.8},{&quot;2026-06-26&quot;:5.76},{&quot;2026-06-27&quot;:5.76},{&quot;2026-06-28&quot;:5.76},{&quot;2026-06-29&quot;:5.78},{&quot;2026-06-30&quot;:5.78},{&quot;2026-07-01&quot;:5.78},{&quot;2026-07-02&quot;:5.78},{&quot;2026-07-03&quot;:5.76},{&quot;2026-07-04&quot;:5.64},{&quot;2026-07-05&quot;:5.64},{&quot;2026-07-06&quot;:5.53},{&quot;2026-07-07&quot;:5.53},{&quot;2026-07-08&quot;:5.53},{&quot;2026-07-09&quot;:5.53},{&quot;2026-07-10&quot;:5.52},{&quot;2026-07-11&quot;:5.52},{&quot;2026-07-12&quot;:5.33},{&quot;2026-07-13&quot;:5.33},{&quot;2026-07-14&quot;:5.2},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:4.83},{&quot;2026-07-17&quot;:4.82},{&quot;2026-07-18&quot;:4.75},{&quot;2026-07-19&quot;:4.74},{&quot;2026-07-20&quot;:4.71},{&quot;2026-07-21&quot;:4.71},{&quot;2026-07-23&quot;:4.7},{&quot;2026-07-25&quot;:4.7},{&quot;2026-07-26&quot;:4.71},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-29&quot;:4.8},{&quot;2026-07-30&quot;:4.75},{&quot;2026-07-31&quot;:4.75},{&quot;2026-08-01&quot;:4.73},{&quot;2026-08-02&quot;:4.78},{&quot;2026-08-03&quot;:4.78},{&quot;2026-08-04&quot;:4.78},{&quot;2026-08-05&quot;:4.78},{&quot;2026-08-07&quot;:4.78},{&quot;2026-08-08&quot;:4.78},{&quot;2026-08-09&quot;:4.78},{&quot;2026-08-10&quot;:4.78},{&quot;2026-08-11&quot;:4.72},{&quot;2026-08-12&quot;:4.72},{&quot;2026-08-13&quot;:4.72},{&quot;2026-08-14&quot;:4.77},{&quot;2026-08-15&quot;:4.99},{&quot;2026-08-16&quot;:5.0},{&quot;2026-08-17&quot;:5.05},{&quot;2026-08-18&quot;:4.96},{&quot;2026-08-19&quot;:4.9},{&quot;2026-08-20&quot;:4.9},{&quot;2026-08-21&quot;:4.9},{&quot;2026-08-22&quot;:4.9},{&quot;2026-08-23&quot;:4.85},{&quot;2026-08-24&quot;:4.85},{&quot;2026-08-25&quot;:4.85},{&quot;2026-08-26&quot;:4.82},{&quot;2026-08-27&quot;:4.8},{&quot;2026-08-28&quot;:4.8},{&quot;2026-08-29&quot;:4.8},{&quot;2026-08-30&quot;:4.76},{&quot;2026-08-31&quot;:4.88},{&quot;2026-09-01&quot;:4.88},{&quot;2026-09-02&quot;:4.94},{&quot;2026-09-03&quot;:4.87},{&quot;2026-09-04&quot;:5.03},{&quot;2026-09-05&quot;:5.03},{&quot;2026-09-06&quot;:5.07},{&quot;2026-09-07&quot;:5.07},{&quot;2026-09-08&quot;:5.07},{&quot;2026-09-09&quot;:5.07},{&quot;2026-09-10&quot;:5.17},{&quot;2026-09-11&quot;:5.19}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.6},{&quot;2026-06-10&quot;:4.82},{&quot;2026-06-11&quot;:4.81},{&quot;2026-06-12&quot;:4.67},{&quot;2026-06-13&quot;:4.47},{&quot;2026-06-14&quot;:4.69},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.42},{&quot;2026-06-17&quot;:4.35},{&quot;2026-06-18&quot;:4.11},{&quot;2026-06-19&quot;:3.87},{&quot;2026-06-20&quot;:3.97},{&quot;2026-06-21&quot;:4.03},{&quot;2026-06-22&quot;:4.27},{&quot;2026-06-24&quot;:4.27},{&quot;2026-06-25&quot;:4.22},{&quot;2026-06-26&quot;:4.26},{&quot;2026-06-27&quot;:4.26},{&quot;2026-06-28&quot;:4.12},{&quot;2026-06-29&quot;:3.87},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.8},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.8},{&quot;2026-07-04&quot;:3.68},{&quot;2026-07-05&quot;:3.83},{&quot;2026-07-06&quot;:4.11},{&quot;2026-07-07&quot;:4.03},{&quot;2026-07-08&quot;:3.95},{&quot;2026-07-09&quot;:4.04},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.23},{&quot;2026-07-12&quot;:4.14},{&quot;2026-07-13&quot;:4.13},{&quot;2026-07-14&quot;:4.17},{&quot;2026-07-15&quot;:3.84},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.61},{&quot;2026-07-18&quot;:3.56},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.4},{&quot;2026-07-21&quot;:3.48},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-25&quot;:3.51},{&quot;2026-07-26&quot;:3.47},{&quot;2026-07-27&quot;:3.42},{&quot;2026-07-29&quot;:3.91},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.63},{&quot;2026-08-01&quot;:3.63},{&quot;2026-08-02&quot;:3.67},{&quot;2026-08-03&quot;:3.83},{&quot;2026-08-04&quot;:3.87},{&quot;2026-08-05&quot;:4.02},{&quot;2026-08-07&quot;:3.95},{&quot;2026-08-08&quot;:3.96},{&quot;2026-08-09&quot;:3.91},{&quot;2026-08-10&quot;:3.89},{&quot;2026-08-11&quot;:3.98},{&quot;2026-08-12&quot;:3.8},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.75},{&quot;2026-08-15&quot;:3.54},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.44},{&quot;2026-08-18&quot;:3.27},{&quot;2026-08-19&quot;:3.46},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.88},{&quot;2026-08-23&quot;:4.06},{&quot;2026-08-24&quot;:3.83},{&quot;2026-08-25&quot;:3.83},{&quot;2026-08-26&quot;:3.82},{&quot;2026-08-27&quot;:3.84},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.94},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:4.51},{&quot;2026-09-03&quot;:4.57},{&quot;2026-09-04&quot;:4.44},{&quot;2026-09-05&quot;:4.38},{&quot;2026-09-06&quot;:4.13},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.1},{&quot;2026-09-09&quot;:4.27},{&quot;2026-09-10&quot;:4.19},{&quot;2026-09-11&quot;:4.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="95154"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Authority of the Consuls" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/3/53e3fa87-8de0-4e3a-90bf-780dd0a9fb48.jpg?1783906294" />

        <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">
            Authority of the Consuls
        </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-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="Authority of the Consuls" src="https://cards.scryfall.io/large/front/5/3/53e3fa87-8de0-4e3a-90bf-780dd0a9fb48.jpg?1783906294" />
    </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">
                $4.16
              </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">
                $13.10
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:13.4},{&quot;2026-08-20&quot;:13.4},{&quot;2026-08-21&quot;:13.24},{&quot;2026-08-22&quot;:13.16},{&quot;2026-08-23&quot;:13.16},{&quot;2026-08-24&quot;:13.1},{&quot;2026-08-25&quot;:13.1},{&quot;2026-08-26&quot;:13.1},{&quot;2026-08-27&quot;:13.15},{&quot;2026-08-28&quot;:13.15},{&quot;2026-08-29&quot;:13.15},{&quot;2026-08-30&quot;:13.13},{&quot;2026-08-31&quot;:13.13},{&quot;2026-09-01&quot;:13.13},{&quot;2026-09-02&quot;:13.12},{&quot;2026-09-03&quot;:13.12},{&quot;2026-09-04&quot;:13.12},{&quot;2026-09-05&quot;:13.12},{&quot;2026-09-06&quot;:13.12},{&quot;2026-09-07&quot;:13.12},{&quot;2026-09-08&quot;:13.12},{&quot;2026-09-09&quot;:13.12},{&quot;2026-09-10&quot;:13.12},{&quot;2026-09-11&quot;:13.1}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.05},{&quot;2026-06-12&quot;:4.24},{&quot;2026-06-13&quot;:4.41},{&quot;2026-06-14&quot;:4.41},{&quot;2026-06-15&quot;:4.32},{&quot;2026-06-16&quot;:4.29},{&quot;2026-06-17&quot;:4.26},{&quot;2026-06-18&quot;:4.4},{&quot;2026-06-19&quot;:4.42},{&quot;2026-06-20&quot;:4.49},{&quot;2026-06-21&quot;:4.33},{&quot;2026-06-22&quot;:4.43},{&quot;2026-06-23&quot;:4.35},{&quot;2026-06-24&quot;:4.41},{&quot;2026-06-25&quot;:4.4},{&quot;2026-06-26&quot;:4.39},{&quot;2026-06-27&quot;:4.4},{&quot;2026-06-28&quot;:4.54},{&quot;2026-06-29&quot;:4.69},{&quot;2026-06-30&quot;:4.67},{&quot;2026-07-01&quot;:4.59},{&quot;2026-07-02&quot;:4.64},{&quot;2026-07-03&quot;:4.58},{&quot;2026-07-04&quot;:4.67},{&quot;2026-07-05&quot;:4.61},{&quot;2026-07-06&quot;:4.65},{&quot;2026-07-07&quot;:4.59},{&quot;2026-07-08&quot;:4.58},{&quot;2026-07-09&quot;:4.56},{&quot;2026-07-10&quot;:4.77},{&quot;2026-07-11&quot;:4.71},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.83},{&quot;2026-07-14&quot;:4.75},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:4.91},{&quot;2026-07-17&quot;:4.64},{&quot;2026-07-18&quot;:4.32},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.86},{&quot;2026-07-21&quot;:4.65},{&quot;2026-07-23&quot;:4.43},{&quot;2026-07-25&quot;:4.69},{&quot;2026-07-26&quot;:4.81},{&quot;2026-07-27&quot;:4.86},{&quot;2026-07-28&quot;:4.69},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.43},{&quot;2026-07-31&quot;:4.38},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:4.71},{&quot;2026-08-04&quot;:4.52},{&quot;2026-08-05&quot;:4.29},{&quot;2026-08-07&quot;:4.35},{&quot;2026-08-08&quot;:4.47},{&quot;2026-08-09&quot;:4.51},{&quot;2026-08-10&quot;:4.56},{&quot;2026-08-11&quot;:4.58},{&quot;2026-08-12&quot;:4.63},{&quot;2026-08-13&quot;:4.65},{&quot;2026-08-14&quot;:4.55},{&quot;2026-08-15&quot;:4.59},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.79},{&quot;2026-08-18&quot;:4.7},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.54},{&quot;2026-08-21&quot;:4.38},{&quot;2026-08-22&quot;:4.54},{&quot;2026-08-23&quot;:4.46},{&quot;2026-08-24&quot;:4.32},{&quot;2026-08-25&quot;:4.32},{&quot;2026-08-26&quot;:4.65},{&quot;2026-08-27&quot;:4.45},{&quot;2026-08-28&quot;:4.23},{&quot;2026-08-29&quot;:4.23},{&quot;2026-08-30&quot;:4.66},{&quot;2026-08-31&quot;:4.77},{&quot;2026-09-01&quot;:4.77},{&quot;2026-09-02&quot;:4.64},{&quot;2026-09-03&quot;:4.57},{&quot;2026-09-04&quot;:4.53},{&quot;2026-09-05&quot;:4.43},{&quot;2026-09-06&quot;:4.34},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.14},{&quot;2026-09-10&quot;:4.19},{&quot;2026-09-11&quot;:4.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="14963"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Arcane Lighthouse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7c247fd6-09f3-40cd-b3fb-53b6526e1dcf.jpg?1783915395" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Lighthouse" src="https://cards.scryfall.io/large/front/7/c/7c247fd6-09f3-40cd-b3fb-53b6526e1dcf.jpg?1783915395" />
    </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">
                $4.15
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:7.19},{&quot;2026-06-14&quot;:7.06},{&quot;2026-06-15&quot;:6.99},{&quot;2026-06-16&quot;:6.99},{&quot;2026-06-17&quot;:6.99},{&quot;2026-06-18&quot;:6.99},{&quot;2026-06-19&quot;:6.99},{&quot;2026-06-20&quot;:6.99},{&quot;2026-06-21&quot;:6.99},{&quot;2026-06-22&quot;:6.99},{&quot;2026-06-23&quot;:6.83},{&quot;2026-06-24&quot;:6.91},{&quot;2026-06-25&quot;:6.75},{&quot;2026-06-26&quot;:6.75},{&quot;2026-06-27&quot;:6.75},{&quot;2026-06-28&quot;:6.75},{&quot;2026-06-29&quot;:6.75},{&quot;2026-06-30&quot;:6.75},{&quot;2026-07-01&quot;:6.75},{&quot;2026-07-02&quot;:6.75},{&quot;2026-07-03&quot;:6.75},{&quot;2026-07-04&quot;:6.75},{&quot;2026-07-05&quot;:6.75},{&quot;2026-07-06&quot;:6.75},{&quot;2026-07-07&quot;:6.75},{&quot;2026-07-08&quot;:6.75},{&quot;2026-07-09&quot;:6.75},{&quot;2026-07-10&quot;:6.75},{&quot;2026-07-11&quot;:6.75},{&quot;2026-07-12&quot;:6.75},{&quot;2026-07-13&quot;:6.75},{&quot;2026-07-14&quot;:6.75},{&quot;2026-07-15&quot;:6.62},{&quot;2026-07-16&quot;:6.62},{&quot;2026-07-17&quot;:6.53},{&quot;2026-07-18&quot;:6.53},{&quot;2026-07-19&quot;:6.53},{&quot;2026-07-20&quot;:6.53},{&quot;2026-07-21&quot;:6.34},{&quot;2026-07-22&quot;:6.34},{&quot;2026-07-23&quot;:6.14},{&quot;2026-07-24&quot;:6.14},{&quot;2026-07-25&quot;:6.14},{&quot;2026-07-26&quot;:6.14},{&quot;2026-07-27&quot;:6.14},{&quot;2026-07-28&quot;:6.14},{&quot;2026-07-29&quot;:6.14},{&quot;2026-07-30&quot;:6.14},{&quot;2026-07-31&quot;:6.14},{&quot;2026-08-01&quot;:6.14},{&quot;2026-08-02&quot;:6.14},{&quot;2026-08-03&quot;:6.14},{&quot;2026-08-04&quot;:6.07},{&quot;2026-08-05&quot;:5.86},{&quot;2026-08-07&quot;:5.52},{&quot;2026-08-08&quot;:5.52},{&quot;2026-08-09&quot;:5.52},{&quot;2026-08-10&quot;:5.47},{&quot;2026-08-11&quot;:5.47},{&quot;2026-08-12&quot;:5.42},{&quot;2026-08-13&quot;:5.42},{&quot;2026-08-14&quot;:5.44},{&quot;2026-08-15&quot;:5.4},{&quot;2026-08-16&quot;:5.4},{&quot;2026-08-17&quot;:5.4},{&quot;2026-08-18&quot;:5.4},{&quot;2026-08-19&quot;:5.4},{&quot;2026-08-20&quot;:5.4},{&quot;2026-08-21&quot;:5.4},{&quot;2026-08-22&quot;:5.4},{&quot;2026-08-23&quot;:5.4},{&quot;2026-08-24&quot;:5.4},{&quot;2026-08-25&quot;:5.4},{&quot;2026-08-26&quot;:5.4},{&quot;2026-08-27&quot;:5.06},{&quot;2026-08-28&quot;:4.47},{&quot;2026-08-29&quot;:4.47},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.44},{&quot;2026-09-01&quot;:4.35},{&quot;2026-09-02&quot;:4.35},{&quot;2026-09-03&quot;:4.35},{&quot;2026-09-04&quot;:4.35},{&quot;2026-09-05&quot;:4.35},{&quot;2026-09-06&quot;:4.28},{&quot;2026-09-07&quot;:4.15},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:4.15},{&quot;2026-09-11&quot;:4.15}]}"
        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="19395"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmu ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.94
          </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="Defiler of Vigor" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/d/6/d644ec3b-fa6e-4642-8367-35a3ba1f88de.jpg?1783921187" />

        <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">
            Defiler of Vigor
        </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 — Phyrexian Wurm</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><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="Defiler of Vigor" src="https://cards.scryfall.io/large/front/d/6/d644ec3b-fa6e-4642-8367-35a3ba1f88de.jpg?1783921187" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.17},{&quot;2026-06-14&quot;:4.18},{&quot;2026-06-15&quot;:4.18},{&quot;2026-06-16&quot;:4.18},{&quot;2026-06-17&quot;:4.18},{&quot;2026-06-18&quot;:4.18},{&quot;2026-06-19&quot;:4.18},{&quot;2026-06-20&quot;:4.18},{&quot;2026-06-21&quot;:4.18},{&quot;2026-06-22&quot;:4.15},{&quot;2026-06-23&quot;:4.1},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:4.1},{&quot;2026-06-26&quot;:4.1},{&quot;2026-06-27&quot;:4.1},{&quot;2026-06-28&quot;:4.09},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.06},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.06},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:4.06},{&quot;2026-07-08&quot;:4.06},{&quot;2026-07-09&quot;:4.0},{&quot;2026-07-10&quot;:4.0},{&quot;2026-07-11&quot;:4.0},{&quot;2026-07-12&quot;:4.04},{&quot;2026-07-13&quot;:4.04},{&quot;2026-07-14&quot;:4.01},{&quot;2026-07-15&quot;:4.01},{&quot;2026-07-16&quot;:4.01},{&quot;2026-07-17&quot;:4.01},{&quot;2026-07-18&quot;:4.01},{&quot;2026-07-19&quot;:4.01},{&quot;2026-07-20&quot;:4.01},{&quot;2026-07-21&quot;:4.04},{&quot;2026-07-22&quot;:4.07},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-24&quot;:4.12},{&quot;2026-07-25&quot;:4.12},{&quot;2026-07-26&quot;:4.12},{&quot;2026-07-27&quot;:4.12},{&quot;2026-07-28&quot;:4.12},{&quot;2026-07-29&quot;:4.11},{&quot;2026-07-30&quot;:4.11},{&quot;2026-07-31&quot;:4.11},{&quot;2026-08-01&quot;:4.11},{&quot;2026-08-02&quot;:4.1},{&quot;2026-08-03&quot;:4.1},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:3.94},{&quot;2026-08-08&quot;:3.94},{&quot;2026-08-09&quot;:3.94},{&quot;2026-08-10&quot;:3.94},{&quot;2026-08-11&quot;:3.94},{&quot;2026-08-12&quot;:3.94},{&quot;2026-08-13&quot;:4.03},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.09},{&quot;2026-08-16&quot;:4.09},{&quot;2026-08-17&quot;:4.09},{&quot;2026-08-18&quot;:4.04},{&quot;2026-08-19&quot;:3.94},{&quot;2026-08-20&quot;:3.9},{&quot;2026-08-21&quot;:3.9},{&quot;2026-08-22&quot;:3.9},{&quot;2026-08-23&quot;:3.9},{&quot;2026-08-24&quot;:3.88},{&quot;2026-08-25&quot;:3.93},{&quot;2026-08-26&quot;:3.99},{&quot;2026-08-27&quot;:3.98},{&quot;2026-08-28&quot;:4.05},{&quot;2026-08-29&quot;:4.05},{&quot;2026-08-30&quot;:4.05},{&quot;2026-08-31&quot;:4.17},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.18},{&quot;2026-09-03&quot;:4.15},{&quot;2026-09-04&quot;:4.11},{&quot;2026-09-05&quot;:4.11},{&quot;2026-09-06&quot;:4.1},{&quot;2026-09-07&quot;:4.1},{&quot;2026-09-08&quot;:4.1},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.14}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.46},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.51},{&quot;2026-06-16&quot;:3.51},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.47},{&quot;2026-06-19&quot;:3.47},{&quot;2026-06-20&quot;:3.47},{&quot;2026-06-21&quot;:3.47},{&quot;2026-06-22&quot;:3.47},{&quot;2026-06-23&quot;:3.47},{&quot;2026-06-24&quot;:3.47},{&quot;2026-06-25&quot;:3.47},{&quot;2026-06-26&quot;:3.47},{&quot;2026-06-27&quot;:3.35},{&quot;2026-06-28&quot;:3.35},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.35},{&quot;2026-07-02&quot;:3.35},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.23},{&quot;2026-07-05&quot;:3.23},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.22},{&quot;2026-07-08&quot;:3.22},{&quot;2026-07-09&quot;:3.19},{&quot;2026-07-10&quot;:3.19},{&quot;2026-07-11&quot;:3.19},{&quot;2026-07-12&quot;:3.27},{&quot;2026-07-13&quot;:3.27},{&quot;2026-07-14&quot;:3.29},{&quot;2026-07-15&quot;:3.29},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.3},{&quot;2026-07-18&quot;:3.3},{&quot;2026-07-19&quot;:3.33},{&quot;2026-07-20&quot;:3.25},{&quot;2026-07-21&quot;:3.17},{&quot;2026-07-22&quot;:3.17},{&quot;2026-07-23&quot;:3.17},{&quot;2026-07-24&quot;:3.25},{&quot;2026-07-25&quot;:3.1},{&quot;2026-07-26&quot;:3.1},{&quot;2026-07-27&quot;:3.29},{&quot;2026-07-28&quot;:3.29},{&quot;2026-07-29&quot;:3.29},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.28},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.28},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.59},{&quot;2026-08-09&quot;:3.59},{&quot;2026-08-10&quot;:3.63},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.66},{&quot;2026-08-15&quot;:3.67},{&quot;2026-08-16&quot;:3.75},{&quot;2026-08-17&quot;:3.74},{&quot;2026-08-18&quot;:3.74},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.71},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.83},{&quot;2026-08-24&quot;:3.88},{&quot;2026-08-25&quot;:3.88},{&quot;2026-08-26&quot;:4.0},{&quot;2026-08-27&quot;:4.0},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:3.87},{&quot;2026-08-31&quot;:3.84},{&quot;2026-09-01&quot;:3.86},{&quot;2026-09-02&quot;:3.83},{&quot;2026-09-03&quot;:3.82},{&quot;2026-09-04&quot;:3.82},{&quot;2026-09-05&quot;:3.93},{&quot;2026-09-06&quot;:3.93},{&quot;2026-09-07&quot;:3.94},{&quot;2026-09-08&quot;:3.94},{&quot;2026-09-09&quot;:3.94},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:3.94}]}"
        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="48930"
  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-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">
            Carrion Feeder
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Carrion Feeder" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/a/0a19da90-880e-4eca-8cf7-6d7baf090d53.jpg?1783933131" />

        <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">
            Carrion Feeder
        </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 — Zombie</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Carrion Feeder" src="https://cards.scryfall.io/large/front/0/a/0a19da90-880e-4eca-8cf7-6d7baf090d53.jpg?1783933131" />
    </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">
                $4.13
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:7.14},{&quot;2026-06-14&quot;:7.14},{&quot;2026-06-15&quot;:7.14},{&quot;2026-06-16&quot;:7.14},{&quot;2026-06-17&quot;:7.14},{&quot;2026-06-18&quot;:7.14},{&quot;2026-06-19&quot;:7.14},{&quot;2026-06-20&quot;:7.14},{&quot;2026-06-21&quot;:7.14},{&quot;2026-06-22&quot;:7.14},{&quot;2026-06-23&quot;:7.14},{&quot;2026-06-24&quot;:7.14},{&quot;2026-06-25&quot;:7.14},{&quot;2026-06-26&quot;:7.14},{&quot;2026-06-27&quot;:7.14},{&quot;2026-06-28&quot;:7.14},{&quot;2026-06-29&quot;:7.14},{&quot;2026-06-30&quot;:7.14},{&quot;2026-07-01&quot;:7.14},{&quot;2026-07-02&quot;:7.14},{&quot;2026-07-03&quot;:7.14},{&quot;2026-07-04&quot;:7.21},{&quot;2026-07-05&quot;:7.21},{&quot;2026-07-06&quot;:7.21},{&quot;2026-07-07&quot;:7.23},{&quot;2026-07-08&quot;:7.23},{&quot;2026-07-09&quot;:7.23},{&quot;2026-07-10&quot;:7.31},{&quot;2026-07-11&quot;:7.31},{&quot;2026-07-12&quot;:7.31},{&quot;2026-07-13&quot;:7.31},{&quot;2026-07-14&quot;:7.31},{&quot;2026-07-15&quot;:7.31},{&quot;2026-07-16&quot;:7.86},{&quot;2026-07-17&quot;:7.86},{&quot;2026-07-18&quot;:7.86},{&quot;2026-07-19&quot;:7.86},{&quot;2026-07-20&quot;:7.86},{&quot;2026-07-21&quot;:7.86},{&quot;2026-07-22&quot;:7.86},{&quot;2026-07-23&quot;:7.86},{&quot;2026-07-24&quot;:7.86},{&quot;2026-07-25&quot;:7.98},{&quot;2026-07-26&quot;:8.12},{&quot;2026-07-27&quot;:8.12},{&quot;2026-07-28&quot;:8.12},{&quot;2026-07-29&quot;:8.12},{&quot;2026-07-30&quot;:8.12},{&quot;2026-07-31&quot;:8.12},{&quot;2026-08-01&quot;:8.12},{&quot;2026-08-02&quot;:8.12},{&quot;2026-08-03&quot;:8.12},{&quot;2026-08-04&quot;:8.12},{&quot;2026-08-05&quot;:8.12},{&quot;2026-08-07&quot;:8.12},{&quot;2026-08-08&quot;:8.12},{&quot;2026-08-09&quot;:8.42},{&quot;2026-08-10&quot;:8.42},{&quot;2026-08-11&quot;:8.42},{&quot;2026-08-12&quot;:8.42},{&quot;2026-08-13&quot;:8.42},{&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.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.42},{&quot;2026-09-01&quot;:8.42},{&quot;2026-09-02&quot;:8.42},{&quot;2026-09-03&quot;:8.33},{&quot;2026-09-04&quot;:8.46},{&quot;2026-09-05&quot;:8.46},{&quot;2026-09-06&quot;:8.46},{&quot;2026-09-07&quot;:8.5},{&quot;2026-09-08&quot;:8.5},{&quot;2026-09-09&quot;:8.5},{&quot;2026-09-10&quot;:8.5},{&quot;2026-09-11&quot;:8.5}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.49},{&quot;2026-06-14&quot;:4.47},{&quot;2026-06-15&quot;:4.52},{&quot;2026-06-16&quot;:4.57},{&quot;2026-06-17&quot;:4.57},{&quot;2026-06-18&quot;:4.36},{&quot;2026-06-19&quot;:4.34},{&quot;2026-06-20&quot;:4.06},{&quot;2026-06-21&quot;:3.77},{&quot;2026-06-22&quot;:3.74},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.9},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.98},{&quot;2026-06-27&quot;:3.95},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.83},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.81},{&quot;2026-07-02&quot;:3.81},{&quot;2026-07-03&quot;:3.92},{&quot;2026-07-04&quot;:3.9},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.14},{&quot;2026-07-07&quot;:4.41},{&quot;2026-07-08&quot;:4.45},{&quot;2026-07-09&quot;:4.42},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.3},{&quot;2026-07-12&quot;:4.41},{&quot;2026-07-13&quot;:4.54},{&quot;2026-07-14&quot;:4.43},{&quot;2026-07-15&quot;:4.54},{&quot;2026-07-16&quot;:4.15},{&quot;2026-07-17&quot;:4.14},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.02},{&quot;2026-07-20&quot;:3.87},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-22&quot;:4.2},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:3.47},{&quot;2026-07-26&quot;:3.46},{&quot;2026-07-27&quot;:3.52},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:4.04},{&quot;2026-07-30&quot;:4.26},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.43},{&quot;2026-08-02&quot;:4.24},{&quot;2026-08-03&quot;:4.33},{&quot;2026-08-04&quot;:4.28},{&quot;2026-08-05&quot;:4.34},{&quot;2026-08-07&quot;:4.33},{&quot;2026-08-08&quot;:4.44},{&quot;2026-08-09&quot;:4.41},{&quot;2026-08-10&quot;:4.59},{&quot;2026-08-11&quot;:4.68},{&quot;2026-08-12&quot;:4.22},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:4.45},{&quot;2026-08-15&quot;:4.33},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.49},{&quot;2026-08-18&quot;:4.44},{&quot;2026-08-19&quot;:4.61},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.49},{&quot;2026-08-22&quot;:4.37},{&quot;2026-08-23&quot;:4.32},{&quot;2026-08-24&quot;:4.51},{&quot;2026-08-25&quot;:4.42},{&quot;2026-08-26&quot;:4.51},{&quot;2026-08-27&quot;:4.43},{&quot;2026-08-28&quot;:4.68},{&quot;2026-08-29&quot;:4.68},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.55},{&quot;2026-09-01&quot;:4.6},{&quot;2026-09-02&quot;:4.53},{&quot;2026-09-03&quot;:4.62},{&quot;2026-09-04&quot;:4.61},{&quot;2026-09-05&quot;:4.54},{&quot;2026-09-06&quot;:4.45},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.15},{&quot;2026-09-11&quot;:4.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="109263"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-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">
            Prismari, the Inspiration
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Prismari, the Inspiration" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/6/767ff9fa-4e7f-421a-b911-45186b520ae1.jpg?1782682853" />

        <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">
            Prismari, the Inspiration
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Elder Dragon</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-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="Prismari, the Inspiration" src="https://cards.scryfall.io/large/front/7/6/767ff9fa-4e7f-421a-b911-45186b520ae1.jpg?1782682853" />
    </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">
                $4.13
              </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">
                $4.57
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$2.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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.33},{&quot;2026-06-14&quot;:10.25},{&quot;2026-06-15&quot;:9.6},{&quot;2026-06-16&quot;:9.38},{&quot;2026-06-17&quot;:9.16},{&quot;2026-06-18&quot;:8.64},{&quot;2026-06-19&quot;:8.49},{&quot;2026-06-20&quot;:8.25},{&quot;2026-06-21&quot;:7.81},{&quot;2026-06-22&quot;:7.54},{&quot;2026-06-23&quot;:7.69},{&quot;2026-06-24&quot;:7.53},{&quot;2026-06-25&quot;:7.63},{&quot;2026-06-26&quot;:7.51},{&quot;2026-06-27&quot;:7.38},{&quot;2026-06-28&quot;:7.41},{&quot;2026-06-29&quot;:7.29},{&quot;2026-06-30&quot;:7.05},{&quot;2026-07-01&quot;:6.43},{&quot;2026-07-02&quot;:5.49},{&quot;2026-07-03&quot;:5.45},{&quot;2026-07-04&quot;:5.43},{&quot;2026-07-05&quot;:5.32},{&quot;2026-07-06&quot;:5.96},{&quot;2026-07-07&quot;:6.09},{&quot;2026-07-08&quot;:6.07},{&quot;2026-07-09&quot;:6.31},{&quot;2026-07-10&quot;:6.56},{&quot;2026-07-11&quot;:5.92},{&quot;2026-07-12&quot;:5.48},{&quot;2026-07-13&quot;:5.2},{&quot;2026-07-14&quot;:4.89},{&quot;2026-07-15&quot;:4.51},{&quot;2026-07-16&quot;:4.72},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.83},{&quot;2026-07-20&quot;:5.09},{&quot;2026-07-21&quot;:5.16},{&quot;2026-07-22&quot;:5.18},{&quot;2026-07-23&quot;:5.14},{&quot;2026-07-24&quot;:5.06},{&quot;2026-07-25&quot;:4.99},{&quot;2026-07-26&quot;:4.97},{&quot;2026-07-27&quot;:4.69},{&quot;2026-07-28&quot;:4.76},{&quot;2026-07-29&quot;:4.57},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.92},{&quot;2026-08-01&quot;:4.92},{&quot;2026-08-02&quot;:4.96},{&quot;2026-08-03&quot;:4.86},{&quot;2026-08-04&quot;:4.84},{&quot;2026-08-05&quot;:4.74},{&quot;2026-08-07&quot;:4.71},{&quot;2026-08-08&quot;:4.76},{&quot;2026-08-09&quot;:4.63},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.49},{&quot;2026-08-12&quot;:4.6},{&quot;2026-08-13&quot;:4.49},{&quot;2026-08-14&quot;:4.6},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.76},{&quot;2026-08-17&quot;:4.57},{&quot;2026-08-18&quot;:4.52},{&quot;2026-08-19&quot;:4.51},{&quot;2026-08-20&quot;:4.26},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.33},{&quot;2026-08-23&quot;:4.4},{&quot;2026-08-24&quot;:4.39},{&quot;2026-08-25&quot;:4.51},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.52},{&quot;2026-08-28&quot;:4.64},{&quot;2026-08-29&quot;:4.64},{&quot;2026-08-30&quot;:4.57},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.63},{&quot;2026-09-02&quot;:4.49},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.69},{&quot;2026-09-07&quot;:4.64},{&quot;2026-09-08&quot;:4.61},{&quot;2026-09-09&quot;:4.61},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.57}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:6.37},{&quot;2026-06-14&quot;:6.34},{&quot;2026-06-15&quot;:6.31},{&quot;2026-06-16&quot;:6.08},{&quot;2026-06-17&quot;:6.46},{&quot;2026-06-18&quot;:6.31},{&quot;2026-06-19&quot;:6.34},{&quot;2026-06-20&quot;:6.33},{&quot;2026-06-21&quot;:5.53},{&quot;2026-06-22&quot;:5.47},{&quot;2026-06-23&quot;:5.01},{&quot;2026-06-24&quot;:4.19},{&quot;2026-06-25&quot;:4.54},{&quot;2026-06-26&quot;:3.98},{&quot;2026-06-27&quot;:4.21},{&quot;2026-06-28&quot;:4.67},{&quot;2026-06-29&quot;:4.67},{&quot;2026-06-30&quot;:4.89},{&quot;2026-07-01&quot;:4.42},{&quot;2026-07-02&quot;:4.52},{&quot;2026-07-03&quot;:4.17},{&quot;2026-07-04&quot;:4.5},{&quot;2026-07-05&quot;:4.39},{&quot;2026-07-06&quot;:4.13},{&quot;2026-07-07&quot;:3.94},{&quot;2026-07-08&quot;:3.71},{&quot;2026-07-09&quot;:3.8},{&quot;2026-07-10&quot;:3.9},{&quot;2026-07-11&quot;:3.9},{&quot;2026-07-12&quot;:4.12},{&quot;2026-07-13&quot;:4.09},{&quot;2026-07-14&quot;:3.97},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.15},{&quot;2026-07-18&quot;:4.2},{&quot;2026-07-19&quot;:4.24},{&quot;2026-07-20&quot;:4.33},{&quot;2026-07-21&quot;:4.17},{&quot;2026-07-22&quot;:4.36},{&quot;2026-07-23&quot;:4.37},{&quot;2026-07-24&quot;:4.16},{&quot;2026-07-25&quot;:4.34},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:3.94},{&quot;2026-07-28&quot;:4.07},{&quot;2026-07-29&quot;:3.69},{&quot;2026-07-30&quot;:4.01},{&quot;2026-07-31&quot;:4.7},{&quot;2026-08-01&quot;:4.68},{&quot;2026-08-02&quot;:4.03},{&quot;2026-08-03&quot;:3.91},{&quot;2026-08-04&quot;:4.11},{&quot;2026-08-05&quot;:4.59},{&quot;2026-08-07&quot;:4.26},{&quot;2026-08-08&quot;:4.14},{&quot;2026-08-09&quot;:4.2},{&quot;2026-08-10&quot;:4.38},{&quot;2026-08-11&quot;:4.53},{&quot;2026-08-12&quot;:4.81},{&quot;2026-08-13&quot;:5.05},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.63},{&quot;2026-08-16&quot;:4.92},{&quot;2026-08-17&quot;:4.77},{&quot;2026-08-18&quot;:4.44},{&quot;2026-08-19&quot;:4.54},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.51},{&quot;2026-08-22&quot;:3.98},{&quot;2026-08-23&quot;:4.02},{&quot;2026-08-24&quot;:4.53},{&quot;2026-08-25&quot;:4.69},{&quot;2026-08-26&quot;:4.56},{&quot;2026-08-27&quot;:4.5},{&quot;2026-08-28&quot;:4.34},{&quot;2026-08-29&quot;:4.34},{&quot;2026-08-30&quot;:4.5},{&quot;2026-08-31&quot;:4.7},{&quot;2026-09-01&quot;:4.77},{&quot;2026-09-02&quot;:4.55},{&quot;2026-09-03&quot;:4.51},{&quot;2026-09-04&quot;:4.31},{&quot;2026-09-05&quot;:4.41},{&quot;2026-09-06&quot;:4.59},{&quot;2026-09-07&quot;:4.64},{&quot;2026-09-08&quot;:4.63},{&quot;2026-09-09&quot;:4.2},{&quot;2026-09-10&quot;:3.95},{&quot;2026-09-11&quot;:4.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="295"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Tasha&#39;s Hideous Laughter
        </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">
              ↓
              12%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.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="Tasha&#39;s Hideous Laughter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/4/c4932113-904f-427a-9566-509cc008f3ef.jpg?1783926505" />

        <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">
            Tasha&#39;s Hideous Laughter
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Tasha&#39;s Hideous Laughter" src="https://cards.scryfall.io/large/front/c/4/c4932113-904f-427a-9566-509cc008f3ef.jpg?1783926505" />
    </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">
                $4.12
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  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">
                $3.84
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:5.28},{&quot;2026-06-14&quot;:5.28},{&quot;2026-06-15&quot;:5.3},{&quot;2026-06-16&quot;:5.3},{&quot;2026-06-17&quot;:5.3},{&quot;2026-06-18&quot;:5.3},{&quot;2026-06-19&quot;:5.3},{&quot;2026-06-20&quot;:5.3},{&quot;2026-06-21&quot;:5.31},{&quot;2026-06-22&quot;:5.31},{&quot;2026-06-23&quot;:5.31},{&quot;2026-06-24&quot;:5.31},{&quot;2026-06-25&quot;:5.31},{&quot;2026-06-26&quot;:5.31},{&quot;2026-06-27&quot;:5.22},{&quot;2026-06-28&quot;:5.16},{&quot;2026-06-29&quot;:5.08},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:5.0},{&quot;2026-07-04&quot;:5.0},{&quot;2026-07-05&quot;:5.0},{&quot;2026-07-06&quot;:4.92},{&quot;2026-07-07&quot;:4.86},{&quot;2026-07-08&quot;:4.78},{&quot;2026-07-09&quot;:4.69},{&quot;2026-07-10&quot;:4.69},{&quot;2026-07-11&quot;:4.69},{&quot;2026-07-12&quot;:4.61},{&quot;2026-07-13&quot;:4.36},{&quot;2026-07-14&quot;:4.36},{&quot;2026-07-15&quot;:4.36},{&quot;2026-07-16&quot;:4.36},{&quot;2026-07-17&quot;:4.36},{&quot;2026-07-18&quot;:4.36},{&quot;2026-07-19&quot;:4.09},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-22&quot;:4.1},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.1},{&quot;2026-07-25&quot;:4.03},{&quot;2026-07-26&quot;:4.03},{&quot;2026-07-27&quot;:4.03},{&quot;2026-07-28&quot;:4.03},{&quot;2026-07-29&quot;:3.98},{&quot;2026-07-30&quot;:3.93},{&quot;2026-07-31&quot;:3.82},{&quot;2026-08-01&quot;:3.82},{&quot;2026-08-02&quot;:3.82},{&quot;2026-08-03&quot;:3.91},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.73},{&quot;2026-08-09&quot;:3.72},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.66},{&quot;2026-08-12&quot;:3.66},{&quot;2026-08-13&quot;:3.64},{&quot;2026-08-14&quot;:3.64},{&quot;2026-08-15&quot;:3.64},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.67},{&quot;2026-08-18&quot;:3.67},{&quot;2026-08-19&quot;:3.68},{&quot;2026-08-20&quot;:3.68},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.71},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.75},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:3.79},{&quot;2026-08-28&quot;:3.79},{&quot;2026-08-29&quot;:3.79},{&quot;2026-08-30&quot;:3.81},{&quot;2026-08-31&quot;:3.94},{&quot;2026-09-01&quot;:3.94},{&quot;2026-09-02&quot;:3.94},{&quot;2026-09-03&quot;:3.94},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:4.04},{&quot;2026-09-06&quot;:4.04},{&quot;2026-09-07&quot;:3.84},{&quot;2026-09-08&quot;:3.84},{&quot;2026-09-09&quot;:3.84},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.9},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:4.0},{&quot;2026-06-17&quot;:4.1},{&quot;2026-06-18&quot;:4.18},{&quot;2026-06-19&quot;:4.08},{&quot;2026-06-20&quot;:4.2},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.13},{&quot;2026-06-23&quot;:4.12},{&quot;2026-06-24&quot;:4.08},{&quot;2026-06-25&quot;:4.19},{&quot;2026-06-26&quot;:4.05},{&quot;2026-06-27&quot;:4.05},{&quot;2026-06-28&quot;:3.94},{&quot;2026-06-29&quot;:3.91},{&quot;2026-06-30&quot;:3.89},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.93},{&quot;2026-07-03&quot;:3.97},{&quot;2026-07-04&quot;:3.97},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:3.95},{&quot;2026-07-07&quot;:3.97},{&quot;2026-07-08&quot;:4.24},{&quot;2026-07-09&quot;:4.01},{&quot;2026-07-10&quot;:3.99},{&quot;2026-07-11&quot;:3.96},{&quot;2026-07-12&quot;:3.76},{&quot;2026-07-13&quot;:3.86},{&quot;2026-07-14&quot;:3.88},{&quot;2026-07-15&quot;:3.56},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.74},{&quot;2026-07-19&quot;:3.7},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.64},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.7},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.7},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.72},{&quot;2026-07-31&quot;:3.68},{&quot;2026-08-01&quot;:3.68},{&quot;2026-08-02&quot;:3.85},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.04},{&quot;2026-08-07&quot;:4.15},{&quot;2026-08-08&quot;:4.15},{&quot;2026-08-09&quot;:4.08},{&quot;2026-08-10&quot;:4.32},{&quot;2026-08-11&quot;:4.32},{&quot;2026-08-12&quot;:4.77},{&quot;2026-08-13&quot;:4.91},{&quot;2026-08-14&quot;:4.91},{&quot;2026-08-15&quot;:4.91},{&quot;2026-08-16&quot;:4.75},{&quot;2026-08-17&quot;:4.48},{&quot;2026-08-18&quot;:4.5},{&quot;2026-08-19&quot;:4.41},{&quot;2026-08-20&quot;:4.45},{&quot;2026-08-21&quot;:4.4},{&quot;2026-08-22&quot;:4.28},{&quot;2026-08-23&quot;:4.33},{&quot;2026-08-24&quot;:4.36},{&quot;2026-08-25&quot;:4.44},{&quot;2026-08-26&quot;:4.51},{&quot;2026-08-27&quot;:4.99},{&quot;2026-08-28&quot;:4.97},{&quot;2026-08-29&quot;:4.97},{&quot;2026-08-30&quot;:4.96},{&quot;2026-08-31&quot;:5.03},{&quot;2026-09-01&quot;:4.64},{&quot;2026-09-02&quot;:4.68},{&quot;2026-09-03&quot;:4.68},{&quot;2026-09-04&quot;:4.66},{&quot;2026-09-05&quot;:4.69},{&quot;2026-09-06&quot;:4.47},{&quot;2026-09-07&quot;:4.54},{&quot;2026-09-08&quot;:4.39},{&quot;2026-09-09&quot;:4.28},{&quot;2026-09-10&quot;:4.13},{&quot;2026-09-11&quot;:4.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="20338"
  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">
            Dualcaster Mage
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Dualcaster Mage" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/a/ea4814b8-9aea-4e44-aec1-d585473f5d1c.jpg?1783930167" />

        <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">
            Dualcaster Mage
        </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-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="Dualcaster Mage" src="https://cards.scryfall.io/large/front/e/a/ea4814b8-9aea-4e44-aec1-d585473f5d1c.jpg?1783930167" />
    </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">
                $4.12
              </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">
                $16.08
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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;:18.12},{&quot;2026-06-13&quot;:18.12},{&quot;2026-06-14&quot;:18.12},{&quot;2026-06-15&quot;:18.12},{&quot;2026-06-16&quot;:18.12},{&quot;2026-06-17&quot;:18.12},{&quot;2026-06-18&quot;:18.12},{&quot;2026-06-19&quot;:18.12},{&quot;2026-06-20&quot;:18.12},{&quot;2026-06-21&quot;:18.12},{&quot;2026-06-22&quot;:18.12},{&quot;2026-06-23&quot;:18.12},{&quot;2026-06-24&quot;:18.12},{&quot;2026-06-25&quot;:18.12},{&quot;2026-06-26&quot;:18.12},{&quot;2026-06-27&quot;:18.12},{&quot;2026-06-28&quot;:18.12},{&quot;2026-06-29&quot;:18.12},{&quot;2026-06-30&quot;:18.12},{&quot;2026-07-01&quot;:18.12},{&quot;2026-07-02&quot;:18.12},{&quot;2026-07-03&quot;:18.12},{&quot;2026-07-04&quot;:18.12},{&quot;2026-07-05&quot;:18.12},{&quot;2026-07-06&quot;:18.12},{&quot;2026-07-07&quot;:18.12},{&quot;2026-07-08&quot;:18.12},{&quot;2026-07-09&quot;:18.12},{&quot;2026-07-10&quot;:18.12},{&quot;2026-07-11&quot;:17.72},{&quot;2026-07-12&quot;:17.72},{&quot;2026-07-13&quot;:17.38},{&quot;2026-07-14&quot;:17.38},{&quot;2026-07-15&quot;:17.38},{&quot;2026-07-16&quot;:17.38},{&quot;2026-07-17&quot;:17.38},{&quot;2026-07-18&quot;:17.38},{&quot;2026-07-19&quot;:16.72},{&quot;2026-07-20&quot;:16.72},{&quot;2026-07-21&quot;:16.72},{&quot;2026-07-23&quot;:16.72},{&quot;2026-07-24&quot;:16.62},{&quot;2026-07-25&quot;:16.62},{&quot;2026-07-26&quot;:16.62},{&quot;2026-07-27&quot;:16.62},{&quot;2026-07-28&quot;:16.62},{&quot;2026-07-29&quot;:16.62},{&quot;2026-07-30&quot;:16.62},{&quot;2026-07-31&quot;:16.62},{&quot;2026-08-01&quot;:16.62},{&quot;2026-08-02&quot;:16.62},{&quot;2026-08-03&quot;:16.62},{&quot;2026-08-04&quot;:16.62},{&quot;2026-08-05&quot;:16.62},{&quot;2026-08-07&quot;:16.54},{&quot;2026-08-08&quot;:16.54},{&quot;2026-08-09&quot;:16.54},{&quot;2026-08-10&quot;:16.54},{&quot;2026-08-11&quot;:16.54},{&quot;2026-08-12&quot;:16.54},{&quot;2026-08-13&quot;:16.54},{&quot;2026-08-14&quot;:16.54},{&quot;2026-08-15&quot;:16.54},{&quot;2026-08-16&quot;:16.54},{&quot;2026-08-17&quot;:16.54},{&quot;2026-08-18&quot;:16.54},{&quot;2026-08-19&quot;:16.54},{&quot;2026-08-20&quot;:16.54},{&quot;2026-08-21&quot;:16.54},{&quot;2026-08-22&quot;:16.54},{&quot;2026-08-23&quot;:16.46},{&quot;2026-08-24&quot;:16.46},{&quot;2026-08-25&quot;:16.46},{&quot;2026-08-26&quot;:16.46},{&quot;2026-08-27&quot;:16.46},{&quot;2026-08-28&quot;:16.46},{&quot;2026-08-29&quot;:16.46},{&quot;2026-08-30&quot;:16.38},{&quot;2026-08-31&quot;:16.36},{&quot;2026-09-01&quot;:16.36},{&quot;2026-09-02&quot;:16.36},{&quot;2026-09-03&quot;:16.36},{&quot;2026-09-04&quot;:16.36},{&quot;2026-09-05&quot;:16.17},{&quot;2026-09-06&quot;:16.17},{&quot;2026-09-07&quot;:16.17},{&quot;2026-09-08&quot;:16.08},{&quot;2026-09-09&quot;:16.08},{&quot;2026-09-10&quot;:16.08},{&quot;2026-09-11&quot;:16.08}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.7},{&quot;2026-06-13&quot;:4.7},{&quot;2026-06-14&quot;:4.7},{&quot;2026-06-15&quot;:4.7},{&quot;2026-06-16&quot;:4.65},{&quot;2026-06-17&quot;:4.65},{&quot;2026-06-18&quot;:4.56},{&quot;2026-06-19&quot;:4.47},{&quot;2026-06-20&quot;:4.49},{&quot;2026-06-21&quot;:4.51},{&quot;2026-06-22&quot;:4.5},{&quot;2026-06-23&quot;:4.5},{&quot;2026-06-24&quot;:4.5},{&quot;2026-06-25&quot;:4.42},{&quot;2026-06-26&quot;:4.42},{&quot;2026-06-27&quot;:4.45},{&quot;2026-06-28&quot;:4.48},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.52},{&quot;2026-07-02&quot;:4.43},{&quot;2026-07-03&quot;:4.46},{&quot;2026-07-04&quot;:4.46},{&quot;2026-07-05&quot;:4.46},{&quot;2026-07-06&quot;:4.44},{&quot;2026-07-07&quot;:4.47},{&quot;2026-07-08&quot;:4.47},{&quot;2026-07-09&quot;:4.47},{&quot;2026-07-10&quot;:4.45},{&quot;2026-07-11&quot;:4.43},{&quot;2026-07-12&quot;:4.43},{&quot;2026-07-13&quot;:4.43},{&quot;2026-07-14&quot;:4.43},{&quot;2026-07-15&quot;:4.43},{&quot;2026-07-16&quot;:4.43},{&quot;2026-07-17&quot;:4.43},{&quot;2026-07-18&quot;:4.43},{&quot;2026-07-19&quot;:4.43},{&quot;2026-07-20&quot;:4.43},{&quot;2026-07-21&quot;:4.39},{&quot;2026-07-23&quot;:4.41},{&quot;2026-07-24&quot;:4.47},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.47},{&quot;2026-07-27&quot;:4.47},{&quot;2026-07-28&quot;:4.47},{&quot;2026-07-29&quot;:4.47},{&quot;2026-07-30&quot;:4.47},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.5},{&quot;2026-08-03&quot;:4.5},{&quot;2026-08-04&quot;:4.5},{&quot;2026-08-05&quot;:4.52},{&quot;2026-08-07&quot;:4.54},{&quot;2026-08-08&quot;:4.54},{&quot;2026-08-09&quot;:4.54},{&quot;2026-08-10&quot;:4.54},{&quot;2026-08-11&quot;:4.49},{&quot;2026-08-12&quot;:4.43},{&quot;2026-08-13&quot;:4.4},{&quot;2026-08-14&quot;:4.39},{&quot;2026-08-15&quot;:4.39},{&quot;2026-08-16&quot;:4.38},{&quot;2026-08-17&quot;:4.38},{&quot;2026-08-18&quot;:4.38},{&quot;2026-08-19&quot;:4.38},{&quot;2026-08-20&quot;:4.38},{&quot;2026-08-21&quot;:4.37},{&quot;2026-08-22&quot;:4.37},{&quot;2026-08-23&quot;:4.36},{&quot;2026-08-24&quot;:4.36},{&quot;2026-08-25&quot;:4.36},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.4},{&quot;2026-08-28&quot;:4.4},{&quot;2026-08-29&quot;:4.4},{&quot;2026-08-30&quot;:4.3},{&quot;2026-08-31&quot;:4.3},{&quot;2026-09-01&quot;:4.3},{&quot;2026-09-02&quot;:4.26},{&quot;2026-09-03&quot;:4.26},{&quot;2026-09-04&quot;:4.26},{&quot;2026-09-05&quot;:4.26},{&quot;2026-09-06&quot;:4.23},{&quot;2026-09-07&quot;:4.18},{&quot;2026-09-08&quot;:4.18},{&quot;2026-09-09&quot;:4.12},{&quot;2026-09-10&quot;:4.12},{&quot;2026-09-11&quot;:4.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="86367"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-woe ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Virtue of Courage // Embereth Blaze" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/b/8b0e6daf-0dec-4718-af79-b7ce137c3135.jpg?1783915088" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Virtue of Courage 
        </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-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"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Courage // Embereth Blaze" src="https://cards.scryfall.io/large/front/8/b/8b0e6daf-0dec-4718-af79-b7ce137c3135.jpg?1783915088" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Virtue of Courage // Embereth Blaze" src="https://cards.scryfall.io/large/front/8/b/8b0e6daf-0dec-4718-af79-b7ce137c3135.jpg?1783915088" />
              </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">
                $4.12
              </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">
                $3.39
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.11},{&quot;2026-06-14&quot;:2.11},{&quot;2026-06-15&quot;:2.11},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.6},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.6},{&quot;2026-06-23&quot;:2.7},{&quot;2026-06-24&quot;:2.7},{&quot;2026-06-25&quot;:2.7},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.7},{&quot;2026-06-29&quot;:2.7},{&quot;2026-06-30&quot;:2.7},{&quot;2026-07-01&quot;:2.72},{&quot;2026-07-02&quot;:2.76},{&quot;2026-07-03&quot;:2.76},{&quot;2026-07-04&quot;:2.76},{&quot;2026-07-05&quot;:2.76},{&quot;2026-07-06&quot;:2.76},{&quot;2026-07-07&quot;:2.76},{&quot;2026-07-08&quot;:2.82},{&quot;2026-07-09&quot;:2.88},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.88},{&quot;2026-07-12&quot;:2.88},{&quot;2026-07-13&quot;:2.81},{&quot;2026-07-14&quot;:2.81},{&quot;2026-07-15&quot;:2.81},{&quot;2026-07-16&quot;:2.81},{&quot;2026-07-17&quot;:3.01},{&quot;2026-07-18&quot;:3.01},{&quot;2026-07-19&quot;:3.01},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-22&quot;:3.18},{&quot;2026-07-23&quot;:3.27},{&quot;2026-07-24&quot;:3.27},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.27},{&quot;2026-07-27&quot;:3.27},{&quot;2026-07-28&quot;:3.27},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.27},{&quot;2026-07-31&quot;:3.29},{&quot;2026-08-01&quot;:3.29},{&quot;2026-08-02&quot;:3.29},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.29},{&quot;2026-08-05&quot;:3.31},{&quot;2026-08-07&quot;:3.31},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.31},{&quot;2026-08-10&quot;:3.31},{&quot;2026-08-11&quot;:3.31},{&quot;2026-08-12&quot;:3.31},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.32},{&quot;2026-08-16&quot;:3.35},{&quot;2026-08-17&quot;:3.35},{&quot;2026-08-18&quot;:3.35},{&quot;2026-08-19&quot;:3.35},{&quot;2026-08-20&quot;:3.35},{&quot;2026-08-21&quot;:3.35},{&quot;2026-08-22&quot;:3.39},{&quot;2026-08-23&quot;:3.39},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.38},{&quot;2026-09-01&quot;:3.38},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.3},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.39},{&quot;2026-09-10&quot;:3.39},{&quot;2026-09-11&quot;:3.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.29},{&quot;2026-06-14&quot;:2.28},{&quot;2026-06-15&quot;:2.29},{&quot;2026-06-16&quot;:2.41},{&quot;2026-06-17&quot;:2.43},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.41},{&quot;2026-06-20&quot;:2.41},{&quot;2026-06-21&quot;:2.41},{&quot;2026-06-22&quot;:2.41},{&quot;2026-06-23&quot;:2.36},{&quot;2026-06-24&quot;:2.25},{&quot;2026-06-25&quot;:2.19},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.21},{&quot;2026-06-28&quot;:2.34},{&quot;2026-06-29&quot;:2.32},{&quot;2026-06-30&quot;:2.36},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.21},{&quot;2026-07-03&quot;:2.26},{&quot;2026-07-04&quot;:2.34},{&quot;2026-07-05&quot;:2.29},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.25},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.36},{&quot;2026-07-11&quot;:2.25},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.64},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.56},{&quot;2026-07-16&quot;:2.57},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.41},{&quot;2026-07-21&quot;:2.38},{&quot;2026-07-22&quot;:2.35},{&quot;2026-07-23&quot;:2.35},{&quot;2026-07-24&quot;:2.38},{&quot;2026-07-25&quot;:2.44},{&quot;2026-07-26&quot;:2.44},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.33},{&quot;2026-07-30&quot;:2.43},{&quot;2026-07-31&quot;:2.41},{&quot;2026-08-01&quot;:2.7},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.42},{&quot;2026-08-05&quot;:3.52},{&quot;2026-08-07&quot;:3.35},{&quot;2026-08-08&quot;:3.37},{&quot;2026-08-09&quot;:3.41},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.44},{&quot;2026-08-12&quot;:3.36},{&quot;2026-08-13&quot;:3.4},{&quot;2026-08-14&quot;:2.91},{&quot;2026-08-15&quot;:2.92},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.94},{&quot;2026-08-21&quot;:3.02},{&quot;2026-08-22&quot;:3.02},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:2.77},{&quot;2026-08-25&quot;:2.88},{&quot;2026-08-26&quot;:3.05},{&quot;2026-08-27&quot;:3.12},{&quot;2026-08-28&quot;:3.16},{&quot;2026-08-29&quot;:3.16},{&quot;2026-08-30&quot;:3.24},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.39},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.67},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.82},{&quot;2026-09-08&quot;:3.93},{&quot;2026-09-09&quot;:3.93},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.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="73777"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lci ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.11
          </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="Get Lost" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/522aa72b-2b8c-484c-872b-f082101cee35.jpg?1783913812" />

        <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">
            Get Lost
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Get Lost" src="https://cards.scryfall.io/large/front/5/2/522aa72b-2b8c-484c-872b-f082101cee35.jpg?1783913812" />
    </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">
                $4.11
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.71},{&quot;2026-06-11&quot;:5.71},{&quot;2026-06-12&quot;:5.71},{&quot;2026-06-13&quot;:5.71},{&quot;2026-06-14&quot;:5.47},{&quot;2026-06-15&quot;:5.47},{&quot;2026-06-16&quot;:5.47},{&quot;2026-06-17&quot;:5.47},{&quot;2026-06-18&quot;:5.27},{&quot;2026-06-19&quot;:5.27},{&quot;2026-06-20&quot;:5.27},{&quot;2026-06-21&quot;:5.27},{&quot;2026-06-22&quot;:5.11},{&quot;2026-06-23&quot;:5.11},{&quot;2026-06-24&quot;:5.11},{&quot;2026-06-25&quot;:5.11},{&quot;2026-06-26&quot;:5.11},{&quot;2026-06-27&quot;:5.11},{&quot;2026-06-28&quot;:5.08},{&quot;2026-06-29&quot;:5.08},{&quot;2026-06-30&quot;:5.08},{&quot;2026-07-01&quot;:5.08},{&quot;2026-07-02&quot;:5.08},{&quot;2026-07-03&quot;:5.08},{&quot;2026-07-04&quot;:5.08},{&quot;2026-07-05&quot;:5.07},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:5.07},{&quot;2026-07-08&quot;:5.07},{&quot;2026-07-09&quot;:4.98},{&quot;2026-07-10&quot;:4.98},{&quot;2026-07-11&quot;:4.98},{&quot;2026-07-12&quot;:4.98},{&quot;2026-07-13&quot;:4.97},{&quot;2026-07-14&quot;:4.97},{&quot;2026-07-15&quot;:4.97},{&quot;2026-07-16&quot;:4.97},{&quot;2026-07-17&quot;:4.97},{&quot;2026-07-18&quot;:4.97},{&quot;2026-07-19&quot;:5.0},{&quot;2026-07-20&quot;:4.98},{&quot;2026-07-21&quot;:4.99},{&quot;2026-07-23&quot;:4.98},{&quot;2026-07-25&quot;:4.94},{&quot;2026-07-26&quot;:4.94},{&quot;2026-07-27&quot;:4.94},{&quot;2026-07-29&quot;:4.94},{&quot;2026-07-30&quot;:4.94},{&quot;2026-07-31&quot;:4.9},{&quot;2026-08-01&quot;:4.9},{&quot;2026-08-02&quot;:4.9},{&quot;2026-08-03&quot;:4.9},{&quot;2026-08-04&quot;:4.86},{&quot;2026-08-05&quot;:4.73},{&quot;2026-08-07&quot;:4.73},{&quot;2026-08-08&quot;:4.73},{&quot;2026-08-09&quot;:4.73},{&quot;2026-08-10&quot;:4.73},{&quot;2026-08-11&quot;:4.73},{&quot;2026-08-12&quot;:4.73},{&quot;2026-08-13&quot;:4.73},{&quot;2026-08-14&quot;:4.73},{&quot;2026-08-15&quot;:4.69},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.61},{&quot;2026-08-18&quot;:4.61},{&quot;2026-08-19&quot;:4.53},{&quot;2026-08-20&quot;:4.53},{&quot;2026-08-21&quot;:4.36},{&quot;2026-08-22&quot;:4.36},{&quot;2026-08-23&quot;:4.33},{&quot;2026-08-24&quot;:4.33},{&quot;2026-08-25&quot;:4.33},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.35},{&quot;2026-08-28&quot;:4.35},{&quot;2026-08-29&quot;:4.35},{&quot;2026-08-30&quot;:4.19},{&quot;2026-08-31&quot;:4.19},{&quot;2026-09-01&quot;:4.19},{&quot;2026-09-02&quot;:4.19},{&quot;2026-09-03&quot;:4.19},{&quot;2026-09-04&quot;:4.23},{&quot;2026-09-05&quot;:4.23},{&quot;2026-09-06&quot;:4.15},{&quot;2026-09-07&quot;:4.15},{&quot;2026-09-08&quot;:4.15},{&quot;2026-09-09&quot;:4.15},{&quot;2026-09-10&quot;:4.15},{&quot;2026-09-11&quot;:4.21}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:4.44},{&quot;2026-06-11&quot;:4.44},{&quot;2026-06-12&quot;:4.49},{&quot;2026-06-13&quot;:4.49},{&quot;2026-06-14&quot;:4.24},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.21},{&quot;2026-06-17&quot;:4.21},{&quot;2026-06-18&quot;:4.24},{&quot;2026-06-19&quot;:4.25},{&quot;2026-06-20&quot;:4.41},{&quot;2026-06-21&quot;:4.38},{&quot;2026-06-22&quot;:4.3},{&quot;2026-06-23&quot;:4.23},{&quot;2026-06-24&quot;:4.02},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:3.95},{&quot;2026-06-27&quot;:3.98},{&quot;2026-06-28&quot;:4.18},{&quot;2026-06-29&quot;:4.17},{&quot;2026-06-30&quot;:4.16},{&quot;2026-07-01&quot;:4.03},{&quot;2026-07-02&quot;:4.04},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.81},{&quot;2026-07-05&quot;:3.83},{&quot;2026-07-06&quot;:3.94},{&quot;2026-07-07&quot;:4.04},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:4.06},{&quot;2026-07-10&quot;:4.05},{&quot;2026-07-11&quot;:4.01},{&quot;2026-07-12&quot;:3.97},{&quot;2026-07-13&quot;:3.87},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.66},{&quot;2026-07-17&quot;:3.61},{&quot;2026-07-18&quot;:3.53},{&quot;2026-07-19&quot;:3.61},{&quot;2026-07-20&quot;:3.66},{&quot;2026-07-21&quot;:3.64},{&quot;2026-07-23&quot;:3.58},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.4},{&quot;2026-07-27&quot;:3.45},{&quot;2026-07-29&quot;:3.16},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.28},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.51},{&quot;2026-08-03&quot;:3.69},{&quot;2026-08-04&quot;:3.74},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:3.58},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.45},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.38},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.51},{&quot;2026-08-18&quot;:3.5},{&quot;2026-08-19&quot;:3.64},{&quot;2026-08-20&quot;:3.64},{&quot;2026-08-21&quot;:3.52},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.4},{&quot;2026-08-24&quot;:3.32},{&quot;2026-08-25&quot;:3.32},{&quot;2026-08-26&quot;:3.22},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.3},{&quot;2026-08-29&quot;:3.3},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:2.65},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.25},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.63},{&quot;2026-09-06&quot;:3.76},{&quot;2026-09-07&quot;:4.07},{&quot;2026-09-08&quot;:4.32},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:4.11}]}"
        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="20839"
  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">
            Murkfiend Liege
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.10
          </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="Murkfiend Liege" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/6/16677645-f635-4183-8afc-056520b94122.jpg?1783921813" />

        <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">
            Murkfiend Liege
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></i><i class='no-tailwind ms ms-cost ml-0 ms-gu'></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="Murkfiend Liege" src="https://cards.scryfall.io/large/front/1/6/16677645-f635-4183-8afc-056520b94122.jpg?1783921813" />
    </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">
                $4.10
              </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">
                $5.68
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.12},{&quot;2026-06-14&quot;:4.12},{&quot;2026-06-15&quot;:4.12},{&quot;2026-06-16&quot;:4.12},{&quot;2026-06-17&quot;:4.12},{&quot;2026-06-18&quot;:4.12},{&quot;2026-06-19&quot;:4.12},{&quot;2026-06-20&quot;:4.12},{&quot;2026-06-21&quot;:4.12},{&quot;2026-06-22&quot;:4.11},{&quot;2026-06-23&quot;:4.11},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.11},{&quot;2026-06-26&quot;:4.11},{&quot;2026-06-27&quot;:4.11},{&quot;2026-06-28&quot;:4.29},{&quot;2026-06-29&quot;:4.3},{&quot;2026-06-30&quot;:4.3},{&quot;2026-07-01&quot;:4.3},{&quot;2026-07-02&quot;:4.3},{&quot;2026-07-03&quot;:4.3},{&quot;2026-07-04&quot;:4.47},{&quot;2026-07-05&quot;:4.83},{&quot;2026-07-06&quot;:4.83},{&quot;2026-07-07&quot;:4.83},{&quot;2026-07-08&quot;:4.83},{&quot;2026-07-09&quot;:4.83},{&quot;2026-07-10&quot;:4.83},{&quot;2026-07-11&quot;:4.83},{&quot;2026-07-12&quot;:4.83},{&quot;2026-07-13&quot;:4.83},{&quot;2026-07-14&quot;:4.83},{&quot;2026-07-15&quot;:4.83},{&quot;2026-07-16&quot;:4.83},{&quot;2026-07-17&quot;:4.84},{&quot;2026-07-18&quot;:5.2},{&quot;2026-07-19&quot;:5.2},{&quot;2026-07-20&quot;:5.2},{&quot;2026-07-21&quot;:5.2},{&quot;2026-07-22&quot;:5.2},{&quot;2026-07-23&quot;:5.2},{&quot;2026-07-24&quot;:5.2},{&quot;2026-07-25&quot;:5.2},{&quot;2026-07-26&quot;:5.2},{&quot;2026-07-27&quot;:5.2},{&quot;2026-07-28&quot;:5.2},{&quot;2026-07-29&quot;:5.2},{&quot;2026-07-30&quot;:5.2},{&quot;2026-07-31&quot;:5.23},{&quot;2026-08-01&quot;:5.23},{&quot;2026-08-02&quot;:5.23},{&quot;2026-08-03&quot;:5.23},{&quot;2026-08-04&quot;:5.23},{&quot;2026-08-05&quot;:5.23},{&quot;2026-08-07&quot;:5.56},{&quot;2026-08-08&quot;:5.56},{&quot;2026-08-09&quot;:5.59},{&quot;2026-08-10&quot;:5.59},{&quot;2026-08-11&quot;:5.59},{&quot;2026-08-12&quot;:5.59},{&quot;2026-08-13&quot;:5.59},{&quot;2026-08-14&quot;:5.59},{&quot;2026-08-15&quot;:5.59},{&quot;2026-08-16&quot;:5.62},{&quot;2026-08-17&quot;:5.62},{&quot;2026-08-18&quot;:5.62},{&quot;2026-08-19&quot;:5.62},{&quot;2026-08-20&quot;:5.62},{&quot;2026-08-21&quot;:5.62},{&quot;2026-08-22&quot;:5.62},{&quot;2026-08-23&quot;:5.62},{&quot;2026-08-24&quot;:5.55},{&quot;2026-08-25&quot;:5.55},{&quot;2026-08-26&quot;:5.55},{&quot;2026-08-27&quot;:5.49},{&quot;2026-08-28&quot;:5.49},{&quot;2026-08-29&quot;:5.49},{&quot;2026-08-30&quot;:5.45},{&quot;2026-08-31&quot;:5.45},{&quot;2026-09-01&quot;:5.45},{&quot;2026-09-02&quot;:5.45},{&quot;2026-09-03&quot;:5.45},{&quot;2026-09-04&quot;:5.45},{&quot;2026-09-05&quot;:5.45},{&quot;2026-09-06&quot;:5.45},{&quot;2026-09-07&quot;:5.68},{&quot;2026-09-08&quot;:5.68},{&quot;2026-09-09&quot;:5.68},{&quot;2026-09-10&quot;:5.68},{&quot;2026-09-11&quot;:5.68}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.92},{&quot;2026-06-14&quot;:4.98},{&quot;2026-06-15&quot;:4.91},{&quot;2026-06-16&quot;:4.8},{&quot;2026-06-17&quot;:4.62},{&quot;2026-06-18&quot;:4.17},{&quot;2026-06-19&quot;:4.17},{&quot;2026-06-20&quot;:4.06},{&quot;2026-06-21&quot;:4.06},{&quot;2026-06-22&quot;:4.01},{&quot;2026-06-23&quot;:4.01},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:4.01},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:3.97},{&quot;2026-06-29&quot;:3.73},{&quot;2026-06-30&quot;:3.76},{&quot;2026-07-01&quot;:3.76},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.64},{&quot;2026-07-04&quot;:3.93},{&quot;2026-07-05&quot;:3.92},{&quot;2026-07-06&quot;:3.91},{&quot;2026-07-07&quot;:3.83},{&quot;2026-07-08&quot;:3.81},{&quot;2026-07-09&quot;:3.81},{&quot;2026-07-10&quot;:3.81},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.49},{&quot;2026-07-13&quot;:3.49},{&quot;2026-07-14&quot;:3.37},{&quot;2026-07-15&quot;:3.09},{&quot;2026-07-16&quot;:3.05},{&quot;2026-07-17&quot;:3.05},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.08},{&quot;2026-07-21&quot;:3.14},{&quot;2026-07-22&quot;:3.14},{&quot;2026-07-23&quot;:3.14},{&quot;2026-07-24&quot;:3.1},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:3.02},{&quot;2026-07-27&quot;:3.1},{&quot;2026-07-28&quot;:3.43},{&quot;2026-07-29&quot;:3.4},{&quot;2026-07-30&quot;:3.35},{&quot;2026-07-31&quot;:3.26},{&quot;2026-08-01&quot;:3.26},{&quot;2026-08-02&quot;:3.39},{&quot;2026-08-03&quot;:3.39},{&quot;2026-08-04&quot;:3.35},{&quot;2026-08-05&quot;:3.35},{&quot;2026-08-07&quot;:3.36},{&quot;2026-08-08&quot;:3.36},{&quot;2026-08-09&quot;:3.46},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.39},{&quot;2026-08-13&quot;:3.39},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.5},{&quot;2026-08-16&quot;:3.59},{&quot;2026-08-17&quot;:3.59},{&quot;2026-08-18&quot;:3.53},{&quot;2026-08-19&quot;:3.53},{&quot;2026-08-20&quot;:3.64},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.84},{&quot;2026-08-25&quot;:3.79},{&quot;2026-08-26&quot;:3.84},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.81},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.76},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.75},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.03},{&quot;2026-09-09&quot;:4.03},{&quot;2026-09-10&quot;:4.03},{&quot;2026-09-11&quot;:4.1}]}"
        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="86979"
  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-common ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Counterspell" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/a/6ac949a7-51ea-4c7e-ad46-87e5ee88b99b.jpg?1783931820" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Counterspell" src="https://cards.scryfall.io/large/front/6/a/6ac949a7-51ea-4c7e-ad46-87e5ee88b99b.jpg?1783931820" />
    </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">
                $4.09
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:3.73},{&quot;2026-06-13&quot;:3.7},{&quot;2026-06-14&quot;:3.7},{&quot;2026-06-15&quot;:3.7},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.79},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.85},{&quot;2026-06-21&quot;:3.85},{&quot;2026-06-22&quot;:3.85},{&quot;2026-06-23&quot;:3.89},{&quot;2026-06-24&quot;:3.89},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:4.13},{&quot;2026-06-28&quot;:4.13},{&quot;2026-06-29&quot;:4.13},{&quot;2026-06-30&quot;:4.13},{&quot;2026-07-01&quot;:4.13},{&quot;2026-07-02&quot;:4.17},{&quot;2026-07-03&quot;:4.17},{&quot;2026-07-04&quot;:4.17},{&quot;2026-07-05&quot;:4.17},{&quot;2026-07-06&quot;:4.17},{&quot;2026-07-07&quot;:4.17},{&quot;2026-07-08&quot;:4.1},{&quot;2026-07-09&quot;:4.1},{&quot;2026-07-10&quot;:4.1},{&quot;2026-07-11&quot;:4.07},{&quot;2026-07-12&quot;:4.07},{&quot;2026-07-13&quot;:4.07},{&quot;2026-07-14&quot;:4.05},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.05},{&quot;2026-07-18&quot;:4.05},{&quot;2026-07-19&quot;:4.05},{&quot;2026-07-20&quot;:4.05},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-23&quot;:4.08},{&quot;2026-07-24&quot;:4.13},{&quot;2026-07-25&quot;:4.13},{&quot;2026-07-26&quot;:4.13},{&quot;2026-07-27&quot;:4.15},{&quot;2026-07-28&quot;:4.26},{&quot;2026-07-29&quot;:4.34},{&quot;2026-07-30&quot;:4.36},{&quot;2026-07-31&quot;:4.29},{&quot;2026-08-01&quot;:4.46},{&quot;2026-08-02&quot;:4.47},{&quot;2026-08-03&quot;:4.24},{&quot;2026-08-04&quot;:4.24},{&quot;2026-08-05&quot;:4.24},{&quot;2026-08-07&quot;:4.2},{&quot;2026-08-08&quot;:4.2},{&quot;2026-08-09&quot;:4.2},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.16},{&quot;2026-08-13&quot;:4.16},{&quot;2026-08-14&quot;:4.16},{&quot;2026-08-15&quot;:4.06},{&quot;2026-08-16&quot;:4.06},{&quot;2026-08-17&quot;:4.06},{&quot;2026-08-18&quot;:4.06},{&quot;2026-08-19&quot;:4.07},{&quot;2026-08-20&quot;:4.07},{&quot;2026-08-21&quot;:3.86},{&quot;2026-08-22&quot;:3.86},{&quot;2026-08-23&quot;:3.86},{&quot;2026-08-24&quot;:3.86},{&quot;2026-08-25&quot;:3.88},{&quot;2026-08-26&quot;:3.88},{&quot;2026-08-27&quot;:3.89},{&quot;2026-08-28&quot;:3.94},{&quot;2026-08-29&quot;:3.94},{&quot;2026-08-30&quot;:3.9},{&quot;2026-08-31&quot;:4.18},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.18},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.23},{&quot;2026-09-05&quot;:4.23},{&quot;2026-09-06&quot;:4.23},{&quot;2026-09-07&quot;:4.11},{&quot;2026-09-08&quot;:4.11},{&quot;2026-09-09&quot;:4.09},{&quot;2026-09-10&quot;:4.09},{&quot;2026-09-11&quot;:4.09}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.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="Mutavault" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/2/52cc2f10-142d-4e6a-984e-b25f566cc960.jpg?1783922371" />

        <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">
            Mutavault
        </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="Mutavault" src="https://cards.scryfall.io/large/front/5/2/52cc2f10-142d-4e6a-984e-b25f566cc960.jpg?1783922371" />
    </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">
                $4.08
              </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">$4.00</span>
              <span class="text-xs text-grey-text">Credit: $5.20</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.56},{&quot;2026-06-14&quot;:4.53},{&quot;2026-06-15&quot;:4.58},{&quot;2026-06-16&quot;:4.58},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.7},{&quot;2026-06-19&quot;:4.64},{&quot;2026-06-20&quot;:4.64},{&quot;2026-06-21&quot;:4.64},{&quot;2026-06-22&quot;:4.64},{&quot;2026-06-23&quot;:4.64},{&quot;2026-06-24&quot;:4.64},{&quot;2026-06-25&quot;:4.61},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.63},{&quot;2026-06-29&quot;:4.61},{&quot;2026-06-30&quot;:4.62},{&quot;2026-07-01&quot;:4.6},{&quot;2026-07-02&quot;:4.62},{&quot;2026-07-03&quot;:4.48},{&quot;2026-07-04&quot;:4.49},{&quot;2026-07-05&quot;:4.46},{&quot;2026-07-06&quot;:4.42},{&quot;2026-07-07&quot;:4.38},{&quot;2026-07-08&quot;:4.39},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.38},{&quot;2026-07-11&quot;:4.15},{&quot;2026-07-12&quot;:4.13},{&quot;2026-07-13&quot;:4.13},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.9},{&quot;2026-07-16&quot;:3.83},{&quot;2026-07-17&quot;:3.83},{&quot;2026-07-18&quot;:3.81},{&quot;2026-07-19&quot;:3.81},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.76},{&quot;2026-07-22&quot;:3.76},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.85},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.88},{&quot;2026-07-28&quot;:3.84},{&quot;2026-07-29&quot;:3.87},{&quot;2026-07-30&quot;:3.87},{&quot;2026-07-31&quot;:3.84},{&quot;2026-08-01&quot;:3.9},{&quot;2026-08-02&quot;:3.89},{&quot;2026-08-03&quot;:3.85},{&quot;2026-08-04&quot;:3.8},{&quot;2026-08-05&quot;:3.8},{&quot;2026-08-07&quot;:3.84},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.8},{&quot;2026-08-10&quot;:3.82},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.81},{&quot;2026-08-13&quot;:3.82},{&quot;2026-08-14&quot;:3.82},{&quot;2026-08-15&quot;:3.91},{&quot;2026-08-16&quot;:3.92},{&quot;2026-08-17&quot;:3.94},{&quot;2026-08-18&quot;:3.97},{&quot;2026-08-19&quot;:3.97},{&quot;2026-08-20&quot;:3.97},{&quot;2026-08-21&quot;:3.97},{&quot;2026-08-22&quot;:3.97},{&quot;2026-08-23&quot;:3.96},{&quot;2026-08-24&quot;:3.96},{&quot;2026-08-25&quot;:3.94},{&quot;2026-08-26&quot;:3.94},{&quot;2026-08-27&quot;:3.98},{&quot;2026-08-28&quot;:4.0},{&quot;2026-08-29&quot;:4.0},{&quot;2026-08-30&quot;:3.92},{&quot;2026-08-31&quot;:3.92},{&quot;2026-09-01&quot;:3.93},{&quot;2026-09-02&quot;:3.93},{&quot;2026-09-03&quot;:3.98},{&quot;2026-09-04&quot;:3.99},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:4.01},{&quot;2026-09-07&quot;:4.07},{&quot;2026-09-08&quot;:4.08},{&quot;2026-09-09&quot;:4.08},{&quot;2026-09-10&quot;:4.08},{&quot;2026-09-11&quot;:4.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="49065"
  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">
            Unmarked Grave
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.07
          </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="Unmarked Grave" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/9/492b368b-de32-45c1-8459-238aae54f9fc.jpg?1783926852" />

        <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">
            Unmarked Grave
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Unmarked Grave" src="https://cards.scryfall.io/large/front/4/9/492b368b-de32-45c1-8459-238aae54f9fc.jpg?1783926852" />
    </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">
                $4.07
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.64
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $2.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-10&quot;:4.95},{&quot;2026-06-11&quot;:4.96},{&quot;2026-06-12&quot;:4.96},{&quot;2026-06-13&quot;:4.96},{&quot;2026-06-14&quot;:4.96},{&quot;2026-06-15&quot;:4.96},{&quot;2026-06-16&quot;:4.96},{&quot;2026-06-17&quot;:4.93},{&quot;2026-06-18&quot;:4.93},{&quot;2026-06-19&quot;:4.93},{&quot;2026-06-20&quot;:4.93},{&quot;2026-06-21&quot;:4.93},{&quot;2026-06-22&quot;:4.93},{&quot;2026-06-23&quot;:4.93},{&quot;2026-06-24&quot;:4.93},{&quot;2026-06-25&quot;:4.93},{&quot;2026-06-26&quot;:4.78},{&quot;2026-06-27&quot;:4.78},{&quot;2026-06-28&quot;:4.78},{&quot;2026-06-29&quot;:4.78},{&quot;2026-06-30&quot;:4.78},{&quot;2026-07-01&quot;:5.0},{&quot;2026-07-02&quot;:5.0},{&quot;2026-07-03&quot;:4.89},{&quot;2026-07-04&quot;:4.77},{&quot;2026-07-05&quot;:4.77},{&quot;2026-07-06&quot;:4.77},{&quot;2026-07-07&quot;:4.77},{&quot;2026-07-08&quot;:4.77},{&quot;2026-07-09&quot;:4.77},{&quot;2026-07-10&quot;:4.77},{&quot;2026-07-11&quot;:4.77},{&quot;2026-07-12&quot;:4.77},{&quot;2026-07-13&quot;:4.77},{&quot;2026-07-14&quot;:4.77},{&quot;2026-07-15&quot;:4.77},{&quot;2026-07-16&quot;:4.77},{&quot;2026-07-17&quot;:4.77},{&quot;2026-07-18&quot;:4.77},{&quot;2026-07-19&quot;:4.77},{&quot;2026-07-20&quot;:4.77},{&quot;2026-07-21&quot;:4.77},{&quot;2026-07-23&quot;:4.77},{&quot;2026-07-25&quot;:4.77},{&quot;2026-07-26&quot;:4.77},{&quot;2026-07-27&quot;:4.77},{&quot;2026-07-29&quot;:4.77},{&quot;2026-07-30&quot;:4.77},{&quot;2026-07-31&quot;:4.77},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.77},{&quot;2026-08-03&quot;:4.77},{&quot;2026-08-04&quot;:4.77},{&quot;2026-08-05&quot;:4.77},{&quot;2026-08-07&quot;:4.75},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.69},{&quot;2026-08-10&quot;:4.7},{&quot;2026-08-11&quot;:4.7},{&quot;2026-08-12&quot;:4.7},{&quot;2026-08-13&quot;:4.7},{&quot;2026-08-14&quot;:4.61},{&quot;2026-08-15&quot;:4.61},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.61},{&quot;2026-08-18&quot;:4.61},{&quot;2026-08-19&quot;:4.61},{&quot;2026-08-20&quot;:4.61},{&quot;2026-08-21&quot;:4.59},{&quot;2026-08-22&quot;:4.59},{&quot;2026-08-23&quot;:4.59},{&quot;2026-08-24&quot;:4.59},{&quot;2026-08-25&quot;:4.59},{&quot;2026-08-26&quot;:4.59},{&quot;2026-08-27&quot;:4.59},{&quot;2026-08-28&quot;:4.59},{&quot;2026-08-29&quot;:4.59},{&quot;2026-08-30&quot;:4.58},{&quot;2026-08-31&quot;:4.62},{&quot;2026-09-01&quot;:4.62},{&quot;2026-09-02&quot;:4.64},{&quot;2026-09-03&quot;:4.64},{&quot;2026-09-04&quot;:4.64},{&quot;2026-09-05&quot;:4.64},{&quot;2026-09-06&quot;:4.64},{&quot;2026-09-07&quot;:4.64},{&quot;2026-09-08&quot;:4.64},{&quot;2026-09-09&quot;:4.64},{&quot;2026-09-10&quot;:4.64},{&quot;2026-09-11&quot;:4.64}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.75},{&quot;2026-06-11&quot;:3.73},{&quot;2026-06-12&quot;:3.55},{&quot;2026-06-13&quot;:3.25},{&quot;2026-06-14&quot;:3.03},{&quot;2026-06-15&quot;:2.74},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.57},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.46},{&quot;2026-06-20&quot;:2.41},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.29},{&quot;2026-06-23&quot;:2.35},{&quot;2026-06-24&quot;:2.29},{&quot;2026-06-25&quot;:2.41},{&quot;2026-06-26&quot;:2.39},{&quot;2026-06-27&quot;:2.45},{&quot;2026-06-28&quot;:2.56},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.56},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.42},{&quot;2026-07-03&quot;:2.44},{&quot;2026-07-04&quot;:2.45},{&quot;2026-07-05&quot;:2.55},{&quot;2026-07-06&quot;:2.61},{&quot;2026-07-07&quot;:2.57},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.77},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.77},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.92},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:3.02},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.95},{&quot;2026-07-19&quot;:2.96},{&quot;2026-07-20&quot;:2.89},{&quot;2026-07-21&quot;:2.95},{&quot;2026-07-23&quot;:2.92},{&quot;2026-07-25&quot;:2.9},{&quot;2026-07-26&quot;:2.92},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-29&quot;:2.79},{&quot;2026-07-30&quot;:2.8},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:2.94},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.12},{&quot;2026-08-04&quot;:3.22},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.2},{&quot;2026-08-08&quot;:3.11},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.84},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.77},{&quot;2026-08-15&quot;:2.73},{&quot;2026-08-16&quot;:2.67},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.78},{&quot;2026-08-20&quot;:2.78},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.38},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.78},{&quot;2026-08-31&quot;:3.9},{&quot;2026-09-01&quot;:3.9},{&quot;2026-09-02&quot;:3.78},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.65},{&quot;2026-09-07&quot;:3.65},{&quot;2026-09-08&quot;:3.48},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.71},{&quot;2026-09-11&quot;:4.07}]}"
        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="49576"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Titania, Protector of Argoth
        </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">
        Legendary Creature — Elemental
      </div>

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.07
          </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="Titania, Protector of Argoth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/1/21f6d49f-1577-4d17-a633-0c282769728a.jpg?1783926781" />

        <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">
            Titania, Protector of Argoth
        </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 — Elemental</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i><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="Titania, Protector of Argoth" src="https://cards.scryfall.io/large/front/2/1/21f6d49f-1577-4d17-a633-0c282769728a.jpg?1783926781" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.03},{&quot;2026-06-14&quot;:4.03},{&quot;2026-06-15&quot;:4.03},{&quot;2026-06-16&quot;:4.03},{&quot;2026-06-17&quot;:4.03},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:4.03},{&quot;2026-06-20&quot;:4.03},{&quot;2026-06-21&quot;:4.03},{&quot;2026-06-22&quot;:4.03},{&quot;2026-06-23&quot;:4.03},{&quot;2026-06-24&quot;:4.03},{&quot;2026-06-25&quot;:4.03},{&quot;2026-06-26&quot;:4.03},{&quot;2026-06-27&quot;:4.03},{&quot;2026-06-28&quot;:4.03},{&quot;2026-06-29&quot;:4.03},{&quot;2026-06-30&quot;:4.03},{&quot;2026-07-01&quot;:4.03},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:4.03},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.04},{&quot;2026-07-07&quot;:4.04},{&quot;2026-07-08&quot;:4.04},{&quot;2026-07-09&quot;:4.04},{&quot;2026-07-10&quot;:4.05},{&quot;2026-07-11&quot;:4.05},{&quot;2026-07-12&quot;:4.05},{&quot;2026-07-13&quot;:4.05},{&quot;2026-07-14&quot;:4.05},{&quot;2026-07-15&quot;:4.05},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.05},{&quot;2026-07-18&quot;:4.05},{&quot;2026-07-19&quot;:4.05},{&quot;2026-07-20&quot;:4.05},{&quot;2026-07-21&quot;:4.05},{&quot;2026-07-22&quot;:4.05},{&quot;2026-07-23&quot;:4.05},{&quot;2026-07-24&quot;:4.05},{&quot;2026-07-25&quot;:4.05},{&quot;2026-07-26&quot;:4.05},{&quot;2026-07-27&quot;:4.05},{&quot;2026-07-28&quot;:4.05},{&quot;2026-07-29&quot;:4.05},{&quot;2026-07-30&quot;:4.05},{&quot;2026-07-31&quot;:4.06},{&quot;2026-08-01&quot;:4.06},{&quot;2026-08-02&quot;:4.06},{&quot;2026-08-03&quot;:4.06},{&quot;2026-08-04&quot;:4.06},{&quot;2026-08-05&quot;:4.06},{&quot;2026-08-07&quot;:4.07},{&quot;2026-08-08&quot;:4.1},{&quot;2026-08-09&quot;:4.1},{&quot;2026-08-10&quot;:4.1},{&quot;2026-08-11&quot;:4.1},{&quot;2026-08-12&quot;:4.1},{&quot;2026-08-13&quot;:4.1},{&quot;2026-08-14&quot;:4.1},{&quot;2026-08-15&quot;:4.1},{&quot;2026-08-16&quot;:4.1},{&quot;2026-08-17&quot;:4.12},{&quot;2026-08-18&quot;:4.12},{&quot;2026-08-19&quot;:4.12},{&quot;2026-08-20&quot;:4.12},{&quot;2026-08-21&quot;:4.12},{&quot;2026-08-22&quot;:4.11},{&quot;2026-08-23&quot;:4.11},{&quot;2026-08-24&quot;:4.11},{&quot;2026-08-25&quot;:4.13},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.13},{&quot;2026-08-28&quot;:4.13},{&quot;2026-08-29&quot;:4.13},{&quot;2026-08-30&quot;:4.13},{&quot;2026-08-31&quot;:4.13},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.13},{&quot;2026-09-03&quot;:4.13},{&quot;2026-09-04&quot;:4.13},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:4.13},{&quot;2026-09-07&quot;:4.13},{&quot;2026-09-08&quot;:4.13},{&quot;2026-09-09&quot;:4.13},{&quot;2026-09-10&quot;:4.07},{&quot;2026-09-11&quot;:4.07}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.32},{&quot;2026-06-14&quot;:1.31},{&quot;2026-06-15&quot;:1.26},{&quot;2026-06-16&quot;:1.31},{&quot;2026-06-17&quot;:1.32},{&quot;2026-06-18&quot;:1.27},{&quot;2026-06-19&quot;:1.28},{&quot;2026-06-20&quot;:1.26},{&quot;2026-06-21&quot;:1.26},{&quot;2026-06-22&quot;:1.26},{&quot;2026-06-23&quot;:1.29},{&quot;2026-06-24&quot;:1.29},{&quot;2026-06-25&quot;:1.26},{&quot;2026-06-26&quot;:1.26},{&quot;2026-06-27&quot;:1.24},{&quot;2026-06-28&quot;:1.3},{&quot;2026-06-29&quot;:1.34},{&quot;2026-06-30&quot;:1.34},{&quot;2026-07-01&quot;:1.35},{&quot;2026-07-02&quot;:1.39},{&quot;2026-07-03&quot;:1.43},{&quot;2026-07-04&quot;:1.48},{&quot;2026-07-05&quot;:1.54},{&quot;2026-07-06&quot;:1.56},{&quot;2026-07-07&quot;:1.47},{&quot;2026-07-08&quot;:1.49},{&quot;2026-07-09&quot;:1.46},{&quot;2026-07-10&quot;:1.46},{&quot;2026-07-11&quot;:1.43},{&quot;2026-07-12&quot;:1.36},{&quot;2026-07-13&quot;:1.34},{&quot;2026-07-14&quot;:1.34},{&quot;2026-07-15&quot;:1.34},{&quot;2026-07-16&quot;:1.32},{&quot;2026-07-17&quot;:1.32},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.36},{&quot;2026-07-20&quot;:1.36},{&quot;2026-07-21&quot;:1.36},{&quot;2026-07-22&quot;:1.33},{&quot;2026-07-23&quot;:1.33},{&quot;2026-07-24&quot;:1.31},{&quot;2026-07-25&quot;:1.26},{&quot;2026-07-26&quot;:1.23},{&quot;2026-07-27&quot;:1.26},{&quot;2026-07-28&quot;:1.17},{&quot;2026-07-29&quot;:1.17},{&quot;2026-07-30&quot;:1.17},{&quot;2026-07-31&quot;:1.11},{&quot;2026-08-01&quot;:1.04},{&quot;2026-08-02&quot;:1.04},{&quot;2026-08-03&quot;:1.04},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:1.08},{&quot;2026-08-07&quot;:1.04},{&quot;2026-08-08&quot;:1.04},{&quot;2026-08-09&quot;:1.04},{&quot;2026-08-10&quot;:1.06},{&quot;2026-08-11&quot;:1.08},{&quot;2026-08-12&quot;:1.08},{&quot;2026-08-13&quot;:1.08},{&quot;2026-08-14&quot;:1.08},{&quot;2026-08-15&quot;:1.08},{&quot;2026-08-16&quot;:0.98},{&quot;2026-08-17&quot;:0.96},{&quot;2026-08-18&quot;:0.96},{&quot;2026-08-19&quot;:0.99},{&quot;2026-08-20&quot;:1.01},{&quot;2026-08-21&quot;:0.98},{&quot;2026-08-22&quot;:0.94},{&quot;2026-08-23&quot;:0.94},{&quot;2026-08-24&quot;:0.94},{&quot;2026-08-25&quot;:0.91},{&quot;2026-08-26&quot;:0.87},{&quot;2026-08-27&quot;:0.88},{&quot;2026-08-28&quot;:0.87},{&quot;2026-08-29&quot;:0.87},{&quot;2026-08-30&quot;:0.89},{&quot;2026-08-31&quot;:0.85},{&quot;2026-09-01&quot;:0.9},{&quot;2026-09-02&quot;:0.9},{&quot;2026-09-03&quot;:0.9},{&quot;2026-09-04&quot;:0.91},{&quot;2026-09-05&quot;:0.88},{&quot;2026-09-06&quot;:0.88},{&quot;2026-09-07&quot;:0.85},{&quot;2026-09-08&quot;:0.85},{&quot;2026-09-09&quot;:0.85},{&quot;2026-09-10&quot;:0.85},{&quot;2026-09-11&quot;:0.85}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            Mirrodin Besieged
        </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-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="Mirrodin Besieged" src="https://cards.scryfall.io/large/front/d/8/d8423d8d-744a-4bbe-a853-8ad756451bdb.jpg?1783933143" />
    </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">
                $4.06
              </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">
                $10.17
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:10.02},{&quot;2026-06-14&quot;:10.02},{&quot;2026-06-15&quot;:10.02},{&quot;2026-06-16&quot;:10.02},{&quot;2026-06-17&quot;:9.97},{&quot;2026-06-18&quot;:9.97},{&quot;2026-06-19&quot;:9.97},{&quot;2026-06-20&quot;:9.97},{&quot;2026-06-21&quot;:9.97},{&quot;2026-06-22&quot;:9.97},{&quot;2026-06-23&quot;:9.98},{&quot;2026-06-24&quot;:9.98},{&quot;2026-06-25&quot;:9.98},{&quot;2026-06-26&quot;:9.98},{&quot;2026-06-27&quot;:9.98},{&quot;2026-06-28&quot;:9.98},{&quot;2026-06-29&quot;:9.98},{&quot;2026-06-30&quot;:9.98},{&quot;2026-07-01&quot;:9.98},{&quot;2026-07-02&quot;:9.98},{&quot;2026-07-03&quot;:9.98},{&quot;2026-07-04&quot;:9.98},{&quot;2026-07-05&quot;:9.99},{&quot;2026-07-06&quot;:9.99},{&quot;2026-07-07&quot;:9.9},{&quot;2026-07-08&quot;:9.9},{&quot;2026-07-09&quot;:9.9},{&quot;2026-07-10&quot;:9.9},{&quot;2026-07-11&quot;:9.9},{&quot;2026-07-12&quot;:9.9},{&quot;2026-07-13&quot;:9.9},{&quot;2026-07-14&quot;:9.9},{&quot;2026-07-15&quot;:9.9},{&quot;2026-07-16&quot;:9.9},{&quot;2026-07-17&quot;:9.9},{&quot;2026-07-18&quot;:9.9},{&quot;2026-07-19&quot;:9.9},{&quot;2026-07-20&quot;:9.9},{&quot;2026-07-21&quot;:9.9},{&quot;2026-07-22&quot;:9.9},{&quot;2026-07-23&quot;:9.9},{&quot;2026-07-24&quot;:9.9},{&quot;2026-07-25&quot;:9.9},{&quot;2026-07-26&quot;:9.9},{&quot;2026-07-27&quot;:9.9},{&quot;2026-07-28&quot;:9.9},{&quot;2026-07-29&quot;:9.9},{&quot;2026-07-30&quot;:9.9},{&quot;2026-07-31&quot;:9.9},{&quot;2026-08-01&quot;:9.9},{&quot;2026-08-02&quot;:9.9},{&quot;2026-08-03&quot;:9.9},{&quot;2026-08-04&quot;:9.9},{&quot;2026-08-05&quot;:9.9},{&quot;2026-08-07&quot;:9.9},{&quot;2026-08-08&quot;:9.9},{&quot;2026-08-09&quot;:9.9},{&quot;2026-08-10&quot;:9.98},{&quot;2026-08-11&quot;:9.98},{&quot;2026-08-12&quot;:9.98},{&quot;2026-08-13&quot;:9.98},{&quot;2026-08-14&quot;:10.02},{&quot;2026-08-15&quot;:10.02},{&quot;2026-08-16&quot;:10.02},{&quot;2026-08-17&quot;:10.02},{&quot;2026-08-18&quot;:10.02},{&quot;2026-08-19&quot;:10.02},{&quot;2026-08-20&quot;:10.02},{&quot;2026-08-21&quot;:10.02},{&quot;2026-08-22&quot;:10.02},{&quot;2026-08-23&quot;:10.02},{&quot;2026-08-24&quot;:10.02},{&quot;2026-08-25&quot;:10.02},{&quot;2026-08-26&quot;:10.02},{&quot;2026-08-27&quot;:10.02},{&quot;2026-08-28&quot;:10.15},{&quot;2026-08-29&quot;:10.15},{&quot;2026-08-30&quot;:10.15},{&quot;2026-08-31&quot;:10.15},{&quot;2026-09-01&quot;:10.15},{&quot;2026-09-02&quot;:10.17},{&quot;2026-09-03&quot;:10.17},{&quot;2026-09-04&quot;:10.17},{&quot;2026-09-05&quot;:10.17},{&quot;2026-09-06&quot;:10.17},{&quot;2026-09-07&quot;:10.17},{&quot;2026-09-08&quot;:10.17},{&quot;2026-09-09&quot;:10.17},{&quot;2026-09-10&quot;:10.17},{&quot;2026-09-11&quot;:10.17}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.81},{&quot;2026-06-14&quot;:4.81},{&quot;2026-06-15&quot;:4.9},{&quot;2026-06-16&quot;:4.8},{&quot;2026-06-17&quot;:4.73},{&quot;2026-06-18&quot;:4.54},{&quot;2026-06-19&quot;:4.52},{&quot;2026-06-20&quot;:4.48},{&quot;2026-06-21&quot;:4.49},{&quot;2026-06-22&quot;:4.4},{&quot;2026-06-23&quot;:4.4},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.27},{&quot;2026-06-26&quot;:4.32},{&quot;2026-06-27&quot;:4.43},{&quot;2026-06-28&quot;:4.59},{&quot;2026-06-29&quot;:4.61},{&quot;2026-06-30&quot;:4.71},{&quot;2026-07-01&quot;:4.55},{&quot;2026-07-02&quot;:4.52},{&quot;2026-07-03&quot;:4.53},{&quot;2026-07-04&quot;:4.66},{&quot;2026-07-05&quot;:4.7},{&quot;2026-07-06&quot;:4.7},{&quot;2026-07-07&quot;:4.7},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.59},{&quot;2026-07-10&quot;:4.56},{&quot;2026-07-11&quot;:4.54},{&quot;2026-07-12&quot;:4.57},{&quot;2026-07-13&quot;:4.77},{&quot;2026-07-14&quot;:5.02},{&quot;2026-07-15&quot;:5.02},{&quot;2026-07-16&quot;:5.11},{&quot;2026-07-17&quot;:5.23},{&quot;2026-07-18&quot;:5.2},{&quot;2026-07-19&quot;:5.2},{&quot;2026-07-20&quot;:5.21},{&quot;2026-07-21&quot;:5.15},{&quot;2026-07-22&quot;:4.98},{&quot;2026-07-23&quot;:4.96},{&quot;2026-07-24&quot;:5.09},{&quot;2026-07-25&quot;:5.17},{&quot;2026-07-26&quot;:5.18},{&quot;2026-07-27&quot;:5.08},{&quot;2026-07-28&quot;:5.04},{&quot;2026-07-29&quot;:4.99},{&quot;2026-07-30&quot;:4.96},{&quot;2026-07-31&quot;:4.89},{&quot;2026-08-01&quot;:4.97},{&quot;2026-08-02&quot;:4.97},{&quot;2026-08-03&quot;:4.82},{&quot;2026-08-04&quot;:4.89},{&quot;2026-08-05&quot;:5.18},{&quot;2026-08-07&quot;:5.02},{&quot;2026-08-08&quot;:5.09},{&quot;2026-08-09&quot;:5.1},{&quot;2026-08-10&quot;:5.19},{&quot;2026-08-11&quot;:5.24},{&quot;2026-08-12&quot;:5.24},{&quot;2026-08-13&quot;:5.25},{&quot;2026-08-14&quot;:5.18},{&quot;2026-08-15&quot;:4.81},{&quot;2026-08-16&quot;:4.79},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.74},{&quot;2026-08-19&quot;:4.63},{&quot;2026-08-20&quot;:4.74},{&quot;2026-08-21&quot;:4.65},{&quot;2026-08-22&quot;:4.8},{&quot;2026-08-23&quot;:4.8},{&quot;2026-08-24&quot;:4.91},{&quot;2026-08-25&quot;:4.78},{&quot;2026-08-26&quot;:4.91},{&quot;2026-08-27&quot;:4.91},{&quot;2026-08-28&quot;:4.99},{&quot;2026-08-29&quot;:4.99},{&quot;2026-08-30&quot;:4.72},{&quot;2026-08-31&quot;:4.66},{&quot;2026-09-01&quot;:4.66},{&quot;2026-09-02&quot;:4.66},{&quot;2026-09-03&quot;:4.63},{&quot;2026-09-04&quot;:4.43},{&quot;2026-09-05&quot;:4.16},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.09},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.1},{&quot;2026-09-11&quot;:4.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Vampire</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="Blood Artist" src="https://cards.scryfall.io/large/front/0/3/036f387a-8dee-482e-b3e3-cf79b54c61e1.jpg?1783908150" />
    </div>

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

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

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

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

          <span class="text-lg font-medium text-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.06
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.46},{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.51},{&quot;2026-06-15&quot;:3.53},{&quot;2026-06-16&quot;:3.53},{&quot;2026-06-17&quot;:3.53},{&quot;2026-06-18&quot;:3.53},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.41},{&quot;2026-06-23&quot;:3.41},{&quot;2026-06-24&quot;:3.26},{&quot;2026-06-25&quot;:3.26},{&quot;2026-06-26&quot;:3.26},{&quot;2026-06-27&quot;:3.26},{&quot;2026-06-28&quot;:3.26},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.34},{&quot;2026-07-05&quot;:3.34},{&quot;2026-07-06&quot;:3.31},{&quot;2026-07-07&quot;:3.31},{&quot;2026-07-08&quot;:3.31},{&quot;2026-07-09&quot;:3.61},{&quot;2026-07-10&quot;:3.71},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.79},{&quot;2026-07-13&quot;:3.88},{&quot;2026-07-14&quot;:3.98},{&quot;2026-07-15&quot;:4.07},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.13},{&quot;2026-07-18&quot;:4.11},{&quot;2026-07-19&quot;:4.12},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.07},{&quot;2026-07-23&quot;:4.14},{&quot;2026-07-24&quot;:4.12},{&quot;2026-07-25&quot;:4.12},{&quot;2026-07-26&quot;:3.98},{&quot;2026-07-27&quot;:3.84},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.73},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.8},{&quot;2026-08-02&quot;:3.8},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.8},{&quot;2026-08-05&quot;:3.8},{&quot;2026-08-07&quot;:3.87},{&quot;2026-08-08&quot;:3.87},{&quot;2026-08-09&quot;:3.9},{&quot;2026-08-10&quot;:3.88},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:4.04},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.18},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.15},{&quot;2026-08-17&quot;:4.07},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:4.13},{&quot;2026-08-20&quot;:4.13},{&quot;2026-08-21&quot;:4.13},{&quot;2026-08-22&quot;:4.13},{&quot;2026-08-23&quot;:4.13},{&quot;2026-08-24&quot;:4.13},{&quot;2026-08-25&quot;:4.13},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.02},{&quot;2026-08-28&quot;:4.1},{&quot;2026-08-29&quot;:4.1},{&quot;2026-08-30&quot;:4.16},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.13},{&quot;2026-09-02&quot;:4.13},{&quot;2026-09-03&quot;:4.07},{&quot;2026-09-04&quot;:4.07},{&quot;2026-09-05&quot;:3.97},{&quot;2026-09-06&quot;:3.87},{&quot;2026-09-07&quot;:3.87},{&quot;2026-09-08&quot;:3.87},{&quot;2026-09-09&quot;:3.99},{&quot;2026-09-10&quot;:4.0},{&quot;2026-09-11&quot;:3.97}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.62},{&quot;2026-06-13&quot;:2.66},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:2.99},{&quot;2026-06-16&quot;:3.07},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.54},{&quot;2026-06-19&quot;:3.7},{&quot;2026-06-20&quot;:3.62},{&quot;2026-06-21&quot;:3.41},{&quot;2026-06-22&quot;:3.36},{&quot;2026-06-23&quot;:3.36},{&quot;2026-06-24&quot;:3.27},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.03},{&quot;2026-06-28&quot;:2.92},{&quot;2026-06-29&quot;:2.85},{&quot;2026-06-30&quot;:3.05},{&quot;2026-07-01&quot;:3.09},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:3.09},{&quot;2026-07-04&quot;:3.2},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.65},{&quot;2026-07-08&quot;:3.73},{&quot;2026-07-09&quot;:3.65},{&quot;2026-07-10&quot;:3.69},{&quot;2026-07-11&quot;:3.63},{&quot;2026-07-12&quot;:3.63},{&quot;2026-07-13&quot;:3.53},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.49},{&quot;2026-07-17&quot;:3.43},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.38},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-24&quot;:2.95},{&quot;2026-07-25&quot;:2.9},{&quot;2026-07-26&quot;:2.9},{&quot;2026-07-27&quot;:2.89},{&quot;2026-07-28&quot;:2.77},{&quot;2026-07-29&quot;:2.75},{&quot;2026-07-30&quot;:2.87},{&quot;2026-07-31&quot;:2.69},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:3.02},{&quot;2026-08-03&quot;:2.96},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:3.0},{&quot;2026-08-08&quot;:3.0},{&quot;2026-08-09&quot;:3.12},{&quot;2026-08-10&quot;:3.28},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.47},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.46},{&quot;2026-08-15&quot;:3.55},{&quot;2026-08-16&quot;:3.65},{&quot;2026-08-17&quot;:3.4},{&quot;2026-08-18&quot;:3.22},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.18},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.97},{&quot;2026-08-25&quot;:4.06},{&quot;2026-08-26&quot;:3.91},{&quot;2026-08-27&quot;:3.88},{&quot;2026-08-28&quot;:3.82},{&quot;2026-08-29&quot;:3.82},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.58},{&quot;2026-09-01&quot;:3.53},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.37},{&quot;2026-09-06&quot;:3.32},{&quot;2026-09-07&quot;:3.39},{&quot;2026-09-08&quot;:3.56},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.12},{&quot;2026-09-11&quot;:4.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="97993"
  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">
            Mutable Explorer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.05
          </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="Mutable Explorer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d10a060-5abd-4982-996c-a8fc420e44ba.jpg?1782683855" />

        <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">
            Mutable Explorer
        </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 — Shapeshifter</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="Mutable Explorer" src="https://cards.scryfall.io/large/front/8/d/8d10a060-5abd-4982-996c-a8fc420e44ba.jpg?1782683855" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.12},{&quot;2026-06-14&quot;:4.13},{&quot;2026-06-15&quot;:4.13},{&quot;2026-06-16&quot;:4.18},{&quot;2026-06-17&quot;:4.25},{&quot;2026-06-18&quot;:4.25},{&quot;2026-06-19&quot;:4.17},{&quot;2026-06-20&quot;:4.17},{&quot;2026-06-21&quot;:4.17},{&quot;2026-06-22&quot;:4.11},{&quot;2026-06-23&quot;:4.11},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:3.91},{&quot;2026-06-27&quot;:3.91},{&quot;2026-06-28&quot;:3.91},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:3.87},{&quot;2026-07-01&quot;:3.83},{&quot;2026-07-02&quot;:3.78},{&quot;2026-07-03&quot;:3.74},{&quot;2026-07-04&quot;:3.74},{&quot;2026-07-05&quot;:3.76},{&quot;2026-07-06&quot;:3.76},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.74},{&quot;2026-07-09&quot;:3.74},{&quot;2026-07-10&quot;:3.74},{&quot;2026-07-11&quot;:3.74},{&quot;2026-07-12&quot;:3.74},{&quot;2026-07-13&quot;:3.65},{&quot;2026-07-14&quot;:3.65},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.6},{&quot;2026-07-17&quot;:3.55},{&quot;2026-07-18&quot;:3.48},{&quot;2026-07-19&quot;:3.48},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-22&quot;:3.46},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-24&quot;:3.53},{&quot;2026-07-25&quot;:3.53},{&quot;2026-07-26&quot;:3.53},{&quot;2026-07-27&quot;:3.51},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.51},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.49},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.43},{&quot;2026-08-03&quot;:3.29},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.29},{&quot;2026-08-07&quot;:3.31},{&quot;2026-08-08&quot;:3.31},{&quot;2026-08-09&quot;:3.35},{&quot;2026-08-10&quot;:3.36},{&quot;2026-08-11&quot;:5.34},{&quot;2026-08-12&quot;:5.37},{&quot;2026-08-13&quot;:5.33},{&quot;2026-08-14&quot;:5.33},{&quot;2026-08-15&quot;:5.33},{&quot;2026-08-16&quot;:5.34},{&quot;2026-08-17&quot;:5.32},{&quot;2026-08-18&quot;:5.5},{&quot;2026-08-19&quot;:5.52},{&quot;2026-08-20&quot;:5.48},{&quot;2026-08-21&quot;:5.53},{&quot;2026-08-22&quot;:5.53},{&quot;2026-08-23&quot;:5.5},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.63},{&quot;2026-08-26&quot;:3.75},{&quot;2026-08-27&quot;:3.83},{&quot;2026-08-28&quot;:3.97},{&quot;2026-08-29&quot;:3.97},{&quot;2026-08-30&quot;:4.01},{&quot;2026-08-31&quot;:4.01},{&quot;2026-09-01&quot;:4.05},{&quot;2026-09-02&quot;:4.1},{&quot;2026-09-03&quot;:4.15},{&quot;2026-09-04&quot;:4.19},{&quot;2026-09-05&quot;:4.16},{&quot;2026-09-06&quot;:4.19},{&quot;2026-09-07&quot;:4.19},{&quot;2026-09-08&quot;:4.12},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.05}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.72},{&quot;2026-06-14&quot;:1.76},{&quot;2026-06-15&quot;:1.66},{&quot;2026-06-16&quot;:1.82},{&quot;2026-06-17&quot;:1.83},{&quot;2026-06-18&quot;:1.77},{&quot;2026-06-19&quot;:1.73},{&quot;2026-06-20&quot;:1.78},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:1.75},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.75},{&quot;2026-06-25&quot;:1.69},{&quot;2026-06-26&quot;:1.69},{&quot;2026-06-27&quot;:1.69},{&quot;2026-06-28&quot;:1.69},{&quot;2026-06-29&quot;:1.68},{&quot;2026-06-30&quot;:1.62},{&quot;2026-07-01&quot;:1.61},{&quot;2026-07-02&quot;:1.66},{&quot;2026-07-03&quot;:1.66},{&quot;2026-07-04&quot;:1.65},{&quot;2026-07-05&quot;:1.57},{&quot;2026-07-06&quot;:1.55},{&quot;2026-07-07&quot;:1.54},{&quot;2026-07-08&quot;:1.56},{&quot;2026-07-09&quot;:1.54},{&quot;2026-07-10&quot;:1.48},{&quot;2026-07-11&quot;:1.51},{&quot;2026-07-12&quot;:1.49},{&quot;2026-07-13&quot;:1.44},{&quot;2026-07-14&quot;:1.44},{&quot;2026-07-15&quot;:1.41},{&quot;2026-07-16&quot;:1.45},{&quot;2026-07-17&quot;:1.38},{&quot;2026-07-18&quot;:1.36},{&quot;2026-07-19&quot;:1.39},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-22&quot;:1.35},{&quot;2026-07-23&quot;:1.36},{&quot;2026-07-24&quot;:1.25},{&quot;2026-07-25&quot;:1.25},{&quot;2026-07-26&quot;:1.34},{&quot;2026-07-27&quot;:1.36},{&quot;2026-07-28&quot;:1.33},{&quot;2026-07-29&quot;:1.28},{&quot;2026-07-30&quot;:1.36},{&quot;2026-07-31&quot;:1.29},{&quot;2026-08-01&quot;:1.29},{&quot;2026-08-02&quot;:1.24},{&quot;2026-08-03&quot;:1.33},{&quot;2026-08-04&quot;:1.33},{&quot;2026-08-05&quot;:1.38},{&quot;2026-08-07&quot;:1.54},{&quot;2026-08-08&quot;:1.56},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.84},{&quot;2026-08-11&quot;:1.7},{&quot;2026-08-12&quot;:1.7},{&quot;2026-08-13&quot;:1.79},{&quot;2026-08-14&quot;:1.79},{&quot;2026-08-15&quot;:1.64},{&quot;2026-08-16&quot;:1.54},{&quot;2026-08-17&quot;:1.57},{&quot;2026-08-18&quot;:1.55},{&quot;2026-08-19&quot;:1.97},{&quot;2026-08-20&quot;:1.97},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.15},{&quot;2026-08-23&quot;:2.08},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.04},{&quot;2026-08-26&quot;:2.06},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.23},{&quot;2026-08-29&quot;:2.23},{&quot;2026-08-30&quot;:2.06},{&quot;2026-08-31&quot;:2.15},{&quot;2026-09-01&quot;:2.27},{&quot;2026-09-02&quot;:1.97},{&quot;2026-09-03&quot;:1.99},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.42},{&quot;2026-09-06&quot;:2.45},{&quot;2026-09-07&quot;:2.34},{&quot;2026-09-08&quot;:2.31},{&quot;2026-09-09&quot;:2.3},{&quot;2026-09-10&quot;:2.25},{&quot;2026-09-11&quot;:2.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="34400"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-iko ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.04
          </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="Rielle, the Everwise" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/f/5f03c944-1929-4cb2-a373-d57eefa29ed1.jpg?1783931018" />

        <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">
            Rielle, the Everwise
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rielle, the Everwise" src="https://cards.scryfall.io/large/front/5/f/5f03c944-1929-4cb2-a373-d57eefa29ed1.jpg?1783931018" />
    </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">
                $4.04
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:3.78},{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.84},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:3.84},{&quot;2026-06-18&quot;:3.84},{&quot;2026-06-19&quot;:4.02},{&quot;2026-06-20&quot;:4.11},{&quot;2026-06-21&quot;:4.2},{&quot;2026-06-22&quot;:4.2},{&quot;2026-06-23&quot;:4.2},{&quot;2026-06-24&quot;:4.2},{&quot;2026-06-25&quot;:4.2},{&quot;2026-06-26&quot;:4.2},{&quot;2026-06-27&quot;:4.2},{&quot;2026-06-28&quot;:4.2},{&quot;2026-06-29&quot;:4.24},{&quot;2026-06-30&quot;:4.24},{&quot;2026-07-01&quot;:4.31},{&quot;2026-07-02&quot;:4.31},{&quot;2026-07-03&quot;:4.31},{&quot;2026-07-04&quot;:4.31},{&quot;2026-07-05&quot;:4.31},{&quot;2026-07-06&quot;:4.31},{&quot;2026-07-07&quot;:4.31},{&quot;2026-07-08&quot;:4.31},{&quot;2026-07-09&quot;:4.31},{&quot;2026-07-10&quot;:4.31},{&quot;2026-07-11&quot;:4.44},{&quot;2026-07-12&quot;:4.44},{&quot;2026-07-13&quot;:4.44},{&quot;2026-07-14&quot;:4.44},{&quot;2026-07-15&quot;:4.44},{&quot;2026-07-16&quot;:4.44},{&quot;2026-07-17&quot;:4.37},{&quot;2026-07-18&quot;:4.37},{&quot;2026-07-19&quot;:4.37},{&quot;2026-07-20&quot;:4.37},{&quot;2026-07-21&quot;:4.41},{&quot;2026-07-23&quot;:4.41},{&quot;2026-07-24&quot;:4.41},{&quot;2026-07-25&quot;:4.41},{&quot;2026-07-26&quot;:4.41},{&quot;2026-07-27&quot;:4.41},{&quot;2026-07-28&quot;:4.41},{&quot;2026-07-29&quot;:4.41},{&quot;2026-07-30&quot;:4.41},{&quot;2026-07-31&quot;:4.49},{&quot;2026-08-01&quot;:4.49},{&quot;2026-08-02&quot;:4.49},{&quot;2026-08-03&quot;:4.49},{&quot;2026-08-04&quot;:4.49},{&quot;2026-08-05&quot;:4.61},{&quot;2026-08-07&quot;:4.55},{&quot;2026-08-08&quot;:4.55},{&quot;2026-08-09&quot;:4.55},{&quot;2026-08-10&quot;:4.55},{&quot;2026-08-11&quot;:4.55},{&quot;2026-08-12&quot;:4.55},{&quot;2026-08-13&quot;:4.56},{&quot;2026-08-14&quot;:4.56},{&quot;2026-08-15&quot;:4.56},{&quot;2026-08-16&quot;:4.56},{&quot;2026-08-17&quot;:4.58},{&quot;2026-08-18&quot;:4.63},{&quot;2026-08-19&quot;:4.63},{&quot;2026-08-20&quot;:4.63},{&quot;2026-08-21&quot;:4.61},{&quot;2026-08-22&quot;:4.61},{&quot;2026-08-23&quot;:4.61},{&quot;2026-08-24&quot;:4.61},{&quot;2026-08-25&quot;:4.61},{&quot;2026-08-26&quot;:4.6},{&quot;2026-08-27&quot;:4.6},{&quot;2026-08-28&quot;:4.6},{&quot;2026-08-29&quot;:4.6},{&quot;2026-08-30&quot;:4.6},{&quot;2026-08-31&quot;:4.6},{&quot;2026-09-01&quot;:4.6},{&quot;2026-09-02&quot;:4.6},{&quot;2026-09-03&quot;:4.6},{&quot;2026-09-04&quot;:4.6},{&quot;2026-09-05&quot;:4.6},{&quot;2026-09-06&quot;:4.58},{&quot;2026-09-07&quot;:4.57},{&quot;2026-09-08&quot;:4.57},{&quot;2026-09-09&quot;:4.57},{&quot;2026-09-10&quot;:4.57},{&quot;2026-09-11&quot;:4.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.71},{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.86},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.84},{&quot;2026-06-17&quot;:3.86},{&quot;2026-06-18&quot;:4.16},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:3.85},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.86},{&quot;2026-06-23&quot;:4.14},{&quot;2026-06-24&quot;:4.25},{&quot;2026-06-25&quot;:4.09},{&quot;2026-06-26&quot;:4.02},{&quot;2026-06-27&quot;:4.02},{&quot;2026-06-28&quot;:4.32},{&quot;2026-06-29&quot;:4.72},{&quot;2026-06-30&quot;:4.77},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.59},{&quot;2026-07-03&quot;:4.66},{&quot;2026-07-04&quot;:4.63},{&quot;2026-07-05&quot;:4.3},{&quot;2026-07-06&quot;:3.88},{&quot;2026-07-07&quot;:3.9},{&quot;2026-07-08&quot;:3.79},{&quot;2026-07-09&quot;:3.84},{&quot;2026-07-10&quot;:3.86},{&quot;2026-07-11&quot;:3.44},{&quot;2026-07-12&quot;:3.56},{&quot;2026-07-13&quot;:3.84},{&quot;2026-07-14&quot;:3.79},{&quot;2026-07-15&quot;:3.82},{&quot;2026-07-16&quot;:3.82},{&quot;2026-07-17&quot;:4.31},{&quot;2026-07-18&quot;:4.19},{&quot;2026-07-19&quot;:4.09},{&quot;2026-07-20&quot;:3.94},{&quot;2026-07-21&quot;:3.89},{&quot;2026-07-23&quot;:3.94},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.75},{&quot;2026-07-26&quot;:3.75},{&quot;2026-07-27&quot;:3.22},{&quot;2026-07-28&quot;:3.32},{&quot;2026-07-29&quot;:3.38},{&quot;2026-07-30&quot;:3.4},{&quot;2026-07-31&quot;:3.54},{&quot;2026-08-01&quot;:3.54},{&quot;2026-08-02&quot;:3.73},{&quot;2026-08-03&quot;:4.08},{&quot;2026-08-04&quot;:4.11},{&quot;2026-08-05&quot;:4.19},{&quot;2026-08-07&quot;:4.14},{&quot;2026-08-08&quot;:4.14},{&quot;2026-08-09&quot;:4.23},{&quot;2026-08-10&quot;:4.23},{&quot;2026-08-11&quot;:4.45},{&quot;2026-08-12&quot;:4.65},{&quot;2026-08-13&quot;:4.72},{&quot;2026-08-14&quot;:4.87},{&quot;2026-08-15&quot;:5.01},{&quot;2026-08-16&quot;:4.83},{&quot;2026-08-17&quot;:4.83},{&quot;2026-08-18&quot;:4.58},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.69},{&quot;2026-08-23&quot;:4.65},{&quot;2026-08-24&quot;:4.52},{&quot;2026-08-25&quot;:4.54},{&quot;2026-08-26&quot;:4.58},{&quot;2026-08-27&quot;:4.49},{&quot;2026-08-28&quot;:4.41},{&quot;2026-08-29&quot;:4.41},{&quot;2026-08-30&quot;:4.33},{&quot;2026-08-31&quot;:4.33},{&quot;2026-09-01&quot;:4.33},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.22},{&quot;2026-09-05&quot;:4.2},{&quot;2026-09-06&quot;:3.99},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:3.92},{&quot;2026-09-09&quot;:4.07},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.04}]}"
        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="95168"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $4.04
          </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="Damning Verdict" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/d/8d82e20d-09c0-4b16-9b25-4790924aa0b6.jpg?1783906289" />

        <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">
            Damning Verdict
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Damning Verdict" src="https://cards.scryfall.io/large/front/8/d/8d82e20d-09c0-4b16-9b25-4790924aa0b6.jpg?1783906289" />
    </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">
                $4.04
              </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.02
              </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.75</span>
              <span class="text-xs text-grey-text">Credit: $3.58</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:11.22},{&quot;2026-08-20&quot;:11.19},{&quot;2026-08-21&quot;:11.19},{&quot;2026-08-22&quot;:11.19},{&quot;2026-08-23&quot;:11.19},{&quot;2026-08-24&quot;:11.19},{&quot;2026-08-25&quot;:11.19},{&quot;2026-08-26&quot;:11.19},{&quot;2026-08-27&quot;:11.12},{&quot;2026-08-28&quot;:11.12},{&quot;2026-08-29&quot;:11.12},{&quot;2026-08-30&quot;:11.12},{&quot;2026-08-31&quot;:11.12},{&quot;2026-09-01&quot;:11.12},{&quot;2026-09-02&quot;:11.12},{&quot;2026-09-03&quot;:11.12},{&quot;2026-09-04&quot;:11.12},{&quot;2026-09-05&quot;:11.12},{&quot;2026-09-06&quot;:11.12},{&quot;2026-09-07&quot;:11.12},{&quot;2026-09-08&quot;:11.12},{&quot;2026-09-09&quot;:11.09},{&quot;2026-09-10&quot;:11.06},{&quot;2026-09-11&quot;:11.02}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.15},{&quot;2026-06-14&quot;:3.28},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.18},{&quot;2026-06-19&quot;:3.15},{&quot;2026-06-20&quot;:3.17},{&quot;2026-06-21&quot;:3.17},{&quot;2026-06-22&quot;:3.2},{&quot;2026-06-23&quot;:3.42},{&quot;2026-06-24&quot;:3.29},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.18},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.25},{&quot;2026-06-29&quot;:3.36},{&quot;2026-06-30&quot;:3.24},{&quot;2026-07-01&quot;:3.27},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.24},{&quot;2026-07-04&quot;:3.2},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.32},{&quot;2026-07-07&quot;:3.42},{&quot;2026-07-08&quot;:3.34},{&quot;2026-07-09&quot;:3.31},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.37},{&quot;2026-07-12&quot;:3.48},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.33},{&quot;2026-07-16&quot;:3.36},{&quot;2026-07-17&quot;:3.47},{&quot;2026-07-18&quot;:3.41},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.57},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.49},{&quot;2026-07-25&quot;:3.39},{&quot;2026-07-26&quot;:3.39},{&quot;2026-07-27&quot;:3.45},{&quot;2026-07-28&quot;:3.48},{&quot;2026-07-29&quot;:3.53},{&quot;2026-07-30&quot;:3.58},{&quot;2026-07-31&quot;:3.52},{&quot;2026-08-01&quot;:3.48},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.52},{&quot;2026-08-04&quot;:3.55},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:3.95},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.72},{&quot;2026-08-11&quot;:3.74},{&quot;2026-08-12&quot;:3.69},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.75},{&quot;2026-08-15&quot;:3.89},{&quot;2026-08-16&quot;:3.82},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:4.0},{&quot;2026-08-19&quot;:4.15},{&quot;2026-08-20&quot;:4.03},{&quot;2026-08-21&quot;:3.91},{&quot;2026-08-22&quot;:4.04},{&quot;2026-08-23&quot;:3.73},{&quot;2026-08-24&quot;:3.64},{&quot;2026-08-25&quot;:3.68},{&quot;2026-08-26&quot;:3.74},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.69},{&quot;2026-08-29&quot;:3.69},{&quot;2026-08-30&quot;:4.01},{&quot;2026-08-31&quot;:4.02},{&quot;2026-09-01&quot;:3.96},{&quot;2026-09-02&quot;:4.06},{&quot;2026-09-03&quot;:4.01},{&quot;2026-09-04&quot;:3.96},{&quot;2026-09-05&quot;:4.02},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.92},{&quot;2026-09-08&quot;:4.04},{&quot;2026-09-09&quot;:4.1},{&quot;2026-09-10&quot;:4.07},{&quot;2026-09-11&quot;:4.04}]}"
        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="79204"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tsr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Magus of the Moon
        </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="text-sm font-medium text-nine-white">
            $4.03
          </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="Magus of the Moon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7c9bd75c-9606-4607-bfa6-d6acdee12820.jpg?1783927794" />

        <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">
            Magus of the 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">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-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="Magus of the Moon" src="https://cards.scryfall.io/large/front/7/c/7c9bd75c-9606-4607-bfa6-d6acdee12820.jpg?1783927794" />
    </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">
                $4.03
              </span>

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $6.50
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</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;:6.28},{&quot;2026-06-12&quot;:6.28},{&quot;2026-06-13&quot;:6.28},{&quot;2026-06-14&quot;:6.28},{&quot;2026-06-15&quot;:6.29},{&quot;2026-06-16&quot;:6.29},{&quot;2026-06-17&quot;:6.29},{&quot;2026-06-18&quot;:6.29},{&quot;2026-06-19&quot;:6.29},{&quot;2026-06-20&quot;:6.29},{&quot;2026-06-21&quot;:6.29},{&quot;2026-06-22&quot;:6.29},{&quot;2026-06-23&quot;:6.29},{&quot;2026-06-24&quot;:6.29},{&quot;2026-06-25&quot;:6.29},{&quot;2026-06-26&quot;:6.29},{&quot;2026-06-27&quot;:6.29},{&quot;2026-06-28&quot;:6.29},{&quot;2026-06-29&quot;:6.29},{&quot;2026-06-30&quot;:6.29},{&quot;2026-07-01&quot;:6.29},{&quot;2026-07-02&quot;:6.29},{&quot;2026-07-03&quot;:6.29},{&quot;2026-07-04&quot;:6.29},{&quot;2026-07-05&quot;:6.29},{&quot;2026-07-06&quot;:6.29},{&quot;2026-07-07&quot;:6.29},{&quot;2026-07-08&quot;:6.29},{&quot;2026-07-09&quot;:6.29},{&quot;2026-07-10&quot;:6.29},{&quot;2026-07-11&quot;:6.29},{&quot;2026-07-12&quot;:6.28},{&quot;2026-07-13&quot;:6.28},{&quot;2026-07-14&quot;:6.28},{&quot;2026-07-15&quot;:6.28},{&quot;2026-07-16&quot;:6.28},{&quot;2026-07-17&quot;:6.28},{&quot;2026-07-18&quot;:6.28},{&quot;2026-07-19&quot;:6.28},{&quot;2026-07-20&quot;:6.28},{&quot;2026-07-21&quot;:6.28},{&quot;2026-07-23&quot;:6.28},{&quot;2026-07-25&quot;:6.28},{&quot;2026-07-26&quot;:6.28},{&quot;2026-07-27&quot;:6.28},{&quot;2026-07-28&quot;:6.33},{&quot;2026-07-29&quot;:6.33},{&quot;2026-07-30&quot;:6.33},{&quot;2026-07-31&quot;:6.33},{&quot;2026-08-01&quot;:6.33},{&quot;2026-08-02&quot;:6.33},{&quot;2026-08-03&quot;:6.33},{&quot;2026-08-04&quot;:6.33},{&quot;2026-08-05&quot;:6.33},{&quot;2026-08-07&quot;:6.33},{&quot;2026-08-08&quot;:6.33},{&quot;2026-08-09&quot;:6.33},{&quot;2026-08-10&quot;:6.43},{&quot;2026-08-11&quot;:6.43},{&quot;2026-08-12&quot;:6.43},{&quot;2026-08-13&quot;:6.43},{&quot;2026-08-14&quot;:6.43},{&quot;2026-08-15&quot;:6.43},{&quot;2026-08-16&quot;:6.43},{&quot;2026-08-17&quot;:6.43},{&quot;2026-08-18&quot;:6.43},{&quot;2026-08-19&quot;:6.43},{&quot;2026-08-20&quot;:6.43},{&quot;2026-08-21&quot;:6.43},{&quot;2026-08-22&quot;:6.43},{&quot;2026-08-23&quot;:6.43},{&quot;2026-08-24&quot;:6.5},{&quot;2026-08-25&quot;:6.5},{&quot;2026-08-26&quot;:6.5},{&quot;2026-08-27&quot;:6.5},{&quot;2026-08-28&quot;:6.5},{&quot;2026-08-29&quot;:6.5},{&quot;2026-08-30&quot;:6.5},{&quot;2026-08-31&quot;:6.5},{&quot;2026-09-01&quot;:6.5},{&quot;2026-09-02&quot;:6.5},{&quot;2026-09-03&quot;:6.5},{&quot;2026-09-04&quot;:6.5},{&quot;2026-09-05&quot;:6.5},{&quot;2026-09-06&quot;:6.5},{&quot;2026-09-07&quot;:6.5},{&quot;2026-09-08&quot;:6.5},{&quot;2026-09-09&quot;:6.5},{&quot;2026-09-10&quot;:6.5},{&quot;2026-09-11&quot;:6.5}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:5.01},{&quot;2026-06-12&quot;:5.01},{&quot;2026-06-13&quot;:4.91},{&quot;2026-06-14&quot;:4.86},{&quot;2026-06-15&quot;:4.86},{&quot;2026-06-16&quot;:4.86},{&quot;2026-06-17&quot;:4.89},{&quot;2026-06-18&quot;:4.86},{&quot;2026-06-19&quot;:4.77},{&quot;2026-06-20&quot;:4.77},{&quot;2026-06-21&quot;:4.77},{&quot;2026-06-22&quot;:4.77},{&quot;2026-06-23&quot;:4.77},{&quot;2026-06-24&quot;:4.68},{&quot;2026-06-25&quot;:4.68},{&quot;2026-06-26&quot;:4.68},{&quot;2026-06-27&quot;:4.63},{&quot;2026-06-28&quot;:4.63},{&quot;2026-06-29&quot;:4.45},{&quot;2026-06-30&quot;:4.32},{&quot;2026-07-01&quot;:4.17},{&quot;2026-07-02&quot;:4.15},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:3.96},{&quot;2026-07-06&quot;:3.89},{&quot;2026-07-07&quot;:3.88},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:3.99},{&quot;2026-07-10&quot;:4.07},{&quot;2026-07-11&quot;:4.11},{&quot;2026-07-12&quot;:4.19},{&quot;2026-07-13&quot;:4.19},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.29},{&quot;2026-07-16&quot;:4.24},{&quot;2026-07-17&quot;:4.19},{&quot;2026-07-18&quot;:4.13},{&quot;2026-07-19&quot;:4.13},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:4.13},{&quot;2026-07-23&quot;:4.16},{&quot;2026-07-25&quot;:4.19},{&quot;2026-07-26&quot;:4.19},{&quot;2026-07-27&quot;:4.31},{&quot;2026-07-28&quot;:4.3},{&quot;2026-07-29&quot;:4.3},{&quot;2026-07-30&quot;:4.24},{&quot;2026-07-31&quot;:4.24},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.16},{&quot;2026-08-03&quot;:4.08},{&quot;2026-08-04&quot;:4.1},{&quot;2026-08-05&quot;:4.03},{&quot;2026-08-07&quot;:4.03},{&quot;2026-08-08&quot;:4.03},{&quot;2026-08-09&quot;:4.06},{&quot;2026-08-10&quot;:4.08},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.11},{&quot;2026-08-13&quot;:4.11},{&quot;2026-08-14&quot;:4.2},{&quot;2026-08-15&quot;:4.25},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:3.96},{&quot;2026-08-18&quot;:3.96},{&quot;2026-08-19&quot;:4.11},{&quot;2026-08-20&quot;:4.11},{&quot;2026-08-21&quot;:4.0},{&quot;2026-08-22&quot;:4.02},{&quot;2026-08-23&quot;:4.02},{&quot;2026-08-24&quot;:4.02},{&quot;2026-08-25&quot;:4.02},{&quot;2026-08-26&quot;:3.98},{&quot;2026-08-27&quot;:4.05},{&quot;2026-08-28&quot;:4.04},{&quot;2026-08-29&quot;:4.04},{&quot;2026-08-30&quot;:4.05},{&quot;2026-08-31&quot;:4.05},{&quot;2026-09-01&quot;:4.05},{&quot;2026-09-02&quot;:4.0},{&quot;2026-09-03&quot;:4.02},{&quot;2026-09-04&quot;:3.97},{&quot;2026-09-05&quot;:4.03},{&quot;2026-09-06&quot;:4.0},{&quot;2026-09-07&quot;:4.03},{&quot;2026-09-08&quot;:4.0},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:4.03},{&quot;2026-09-11&quot;:4.03}]}"
        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="79582"
  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">
            Path to Exile
        </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">
              ↑
              6%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $4.03
          </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="Path to Exile" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/e/2ee3e42e-120c-468a-988d-4441b6025bbe.jpg?1783927743" />

        <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">
            Path to Exile
        </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">Instant</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Path to Exile" src="https://cards.scryfall.io/large/front/2/e/2ee3e42e-120c-468a-988d-4441b6025bbe.jpg?1783927743" />
    </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">
                $4.03
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $41.89
              </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-13&quot;:40.66},{&quot;2026-06-14&quot;:40.66},{&quot;2026-06-15&quot;:40.66},{&quot;2026-06-16&quot;:40.66},{&quot;2026-06-17&quot;:40.66},{&quot;2026-06-18&quot;:40.66},{&quot;2026-06-19&quot;:40.66},{&quot;2026-06-20&quot;:40.66},{&quot;2026-06-21&quot;:40.81},{&quot;2026-06-22&quot;:40.81},{&quot;2026-06-23&quot;:40.81},{&quot;2026-06-24&quot;:40.81},{&quot;2026-06-25&quot;:40.81},{&quot;2026-06-26&quot;:40.81},{&quot;2026-06-27&quot;:40.81},{&quot;2026-06-28&quot;:40.81},{&quot;2026-06-29&quot;:40.81},{&quot;2026-06-30&quot;:40.81},{&quot;2026-07-01&quot;:40.81},{&quot;2026-07-02&quot;:40.81},{&quot;2026-07-03&quot;:40.81},{&quot;2026-07-04&quot;:40.81},{&quot;2026-07-05&quot;:40.81},{&quot;2026-07-06&quot;:40.81},{&quot;2026-07-07&quot;:40.81},{&quot;2026-07-08&quot;:40.81},{&quot;2026-07-09&quot;:40.81},{&quot;2026-07-10&quot;:40.81},{&quot;2026-07-11&quot;:40.81},{&quot;2026-07-12&quot;:40.81},{&quot;2026-07-13&quot;:40.81},{&quot;2026-07-14&quot;:40.81},{&quot;2026-07-15&quot;:40.81},{&quot;2026-07-16&quot;:40.81},{&quot;2026-07-17&quot;:40.81},{&quot;2026-07-18&quot;:40.81},{&quot;2026-07-19&quot;:41.1},{&quot;2026-07-20&quot;:41.1},{&quot;2026-07-21&quot;:41.1},{&quot;2026-07-22&quot;:41.1},{&quot;2026-07-23&quot;:41.1},{&quot;2026-07-24&quot;:41.3},{&quot;2026-07-25&quot;:41.36},{&quot;2026-07-26&quot;:41.36},{&quot;2026-07-27&quot;:41.36},{&quot;2026-07-28&quot;:41.36},{&quot;2026-07-29&quot;:41.36},{&quot;2026-07-30&quot;:41.36},{&quot;2026-07-31&quot;:41.36},{&quot;2026-08-01&quot;:41.36},{&quot;2026-08-02&quot;:41.36},{&quot;2026-08-03&quot;:41.36},{&quot;2026-08-04&quot;:41.36},{&quot;2026-08-05&quot;:41.36},{&quot;2026-08-07&quot;:41.36},{&quot;2026-08-08&quot;:41.36},{&quot;2026-08-09&quot;:41.36},{&quot;2026-08-10&quot;:41.34},{&quot;2026-08-11&quot;:41.34},{&quot;2026-08-12&quot;:41.34},{&quot;2026-08-13&quot;:41.34},{&quot;2026-08-14&quot;:41.66},{&quot;2026-08-15&quot;:41.66},{&quot;2026-08-16&quot;:41.89},{&quot;2026-08-17&quot;:41.89},{&quot;2026-08-18&quot;:41.89},{&quot;2026-08-19&quot;:41.89},{&quot;2026-08-20&quot;:41.89},{&quot;2026-08-21&quot;:41.89},{&quot;2026-08-22&quot;:41.89},{&quot;2026-08-23&quot;:41.89},{&quot;2026-08-24&quot;:41.89},{&quot;2026-08-25&quot;:41.89},{&quot;2026-08-26&quot;:41.89},{&quot;2026-08-27&quot;:41.89},{&quot;2026-08-28&quot;:41.89},{&quot;2026-08-29&quot;:41.89},{&quot;2026-08-30&quot;:41.89},{&quot;2026-08-31&quot;:41.89},{&quot;2026-09-01&quot;:41.89},{&quot;2026-09-02&quot;:41.89},{&quot;2026-09-03&quot;:41.89},{&quot;2026-09-04&quot;:41.89},{&quot;2026-09-05&quot;:41.89},{&quot;2026-09-06&quot;:41.89},{&quot;2026-09-07&quot;:41.89},{&quot;2026-09-08&quot;:41.89},{&quot;2026-09-09&quot;:41.89},{&quot;2026-09-10&quot;:41.89},{&quot;2026-09-11&quot;:41.89}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.25},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.25},{&quot;2026-06-16&quot;:4.25},{&quot;2026-06-17&quot;:4.35},{&quot;2026-06-18&quot;:4.36},{&quot;2026-06-19&quot;:4.36},{&quot;2026-06-20&quot;:4.36},{&quot;2026-06-21&quot;:4.36},{&quot;2026-06-22&quot;:4.36},{&quot;2026-06-23&quot;:4.36},{&quot;2026-06-24&quot;:4.36},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.31},{&quot;2026-06-27&quot;:4.27},{&quot;2026-06-28&quot;:4.27},{&quot;2026-06-29&quot;:4.42},{&quot;2026-06-30&quot;:4.29},{&quot;2026-07-01&quot;:4.19},{&quot;2026-07-02&quot;:4.05},{&quot;2026-07-03&quot;:4.42},{&quot;2026-07-04&quot;:4.42},{&quot;2026-07-05&quot;:4.56},{&quot;2026-07-06&quot;:4.56},{&quot;2026-07-07&quot;:4.35},{&quot;2026-07-08&quot;:4.35},{&quot;2026-07-09&quot;:4.35},{&quot;2026-07-10&quot;:4.51},{&quot;2026-07-11&quot;:4.76},{&quot;2026-07-12&quot;:4.69},{&quot;2026-07-13&quot;:4.69},{&quot;2026-07-14&quot;:4.69},{&quot;2026-07-15&quot;:4.69},{&quot;2026-07-16&quot;:4.69},{&quot;2026-07-17&quot;:4.55},{&quot;2026-07-18&quot;:4.55},{&quot;2026-07-19&quot;:4.55},{&quot;2026-07-20&quot;:4.55},{&quot;2026-07-21&quot;:4.55},{&quot;2026-07-22&quot;:4.55},{&quot;2026-07-23&quot;:4.4},{&quot;2026-07-24&quot;:4.4},{&quot;2026-07-25&quot;:4.47},{&quot;2026-07-26&quot;:4.54},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.54},{&quot;2026-07-29&quot;:4.5},{&quot;2026-07-30&quot;:4.5},{&quot;2026-07-31&quot;:4.5},{&quot;2026-08-01&quot;:4.5},{&quot;2026-08-02&quot;:4.32},{&quot;2026-08-03&quot;:4.31},{&quot;2026-08-04&quot;:4.31},{&quot;2026-08-05&quot;:4.31},{&quot;2026-08-07&quot;:4.31},{&quot;2026-08-08&quot;:4.34},{&quot;2026-08-09&quot;:4.21},{&quot;2026-08-10&quot;:4.21},{&quot;2026-08-11&quot;:4.24},{&quot;2026-08-12&quot;:4.24},{&quot;2026-08-13&quot;:4.24},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.09},{&quot;2026-08-16&quot;:3.95},{&quot;2026-08-17&quot;:3.95},{&quot;2026-08-18&quot;:3.8},{&quot;2026-08-19&quot;:3.8},{&quot;2026-08-20&quot;:3.54},{&quot;2026-08-21&quot;:3.54},{&quot;2026-08-22&quot;:3.58},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.61},{&quot;2026-08-25&quot;:3.61},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.7},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.79},{&quot;2026-08-31&quot;:3.89},{&quot;2026-09-01&quot;:3.89},{&quot;2026-09-02&quot;:3.85},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.82},{&quot;2026-09-06&quot;:3.91},{&quot;2026-09-07&quot;:3.99},{&quot;2026-09-08&quot;:4.02},{&quot;2026-09-09&quot;:4.02},{&quot;2026-09-10&quot;:4.05},{&quot;2026-09-11&quot;:4.03}]}"
        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="79701"
  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">
            Zulaport Cutthroat
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Human Rogue Ally
      </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">
            $4.03
          </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="Zulaport Cutthroat" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/c/bc8a6636-eab2-4aee-bd55-4d62c2e2e266.jpg?1783927727" />

        <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">
            Zulaport Cutthroat
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Human Rogue Ally</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="Zulaport Cutthroat" src="https://cards.scryfall.io/large/front/b/c/bc8a6636-eab2-4aee-bd55-4d62c2e2e266.jpg?1783927727" />
    </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">
                $4.03
              </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">
                $38.75
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:37.76},{&quot;2026-06-12&quot;:37.76},{&quot;2026-06-13&quot;:37.76},{&quot;2026-06-14&quot;:37.76},{&quot;2026-06-15&quot;:37.76},{&quot;2026-06-16&quot;:37.76},{&quot;2026-06-17&quot;:37.76},{&quot;2026-06-18&quot;:37.76},{&quot;2026-06-19&quot;:37.76},{&quot;2026-06-20&quot;:37.76},{&quot;2026-06-21&quot;:37.76},{&quot;2026-06-22&quot;:37.76},{&quot;2026-06-23&quot;:37.76},{&quot;2026-06-24&quot;:37.76},{&quot;2026-06-25&quot;:37.76},{&quot;2026-06-26&quot;:37.76},{&quot;2026-06-27&quot;:37.76},{&quot;2026-06-28&quot;:37.76},{&quot;2026-06-29&quot;:37.76},{&quot;2026-06-30&quot;:37.76},{&quot;2026-07-01&quot;:37.74},{&quot;2026-07-02&quot;:37.74},{&quot;2026-07-03&quot;:37.74},{&quot;2026-07-04&quot;:37.74},{&quot;2026-07-05&quot;:37.74},{&quot;2026-07-06&quot;:37.74},{&quot;2026-07-07&quot;:37.74},{&quot;2026-07-08&quot;:37.74},{&quot;2026-07-09&quot;:37.74},{&quot;2026-07-10&quot;:37.74},{&quot;2026-07-11&quot;:37.74},{&quot;2026-07-12&quot;:37.74},{&quot;2026-07-13&quot;:37.74},{&quot;2026-07-14&quot;:37.74},{&quot;2026-07-15&quot;:37.74},{&quot;2026-07-16&quot;:37.74},{&quot;2026-07-17&quot;:37.74},{&quot;2026-07-18&quot;:37.74},{&quot;2026-07-19&quot;:37.74},{&quot;2026-07-20&quot;:37.74},{&quot;2026-07-21&quot;:37.74},{&quot;2026-07-23&quot;:37.74},{&quot;2026-07-25&quot;:37.68},{&quot;2026-07-26&quot;:37.68},{&quot;2026-07-27&quot;:37.68},{&quot;2026-07-28&quot;:37.68},{&quot;2026-07-29&quot;:37.68},{&quot;2026-07-30&quot;:37.68},{&quot;2026-07-31&quot;:37.68},{&quot;2026-08-01&quot;:37.68},{&quot;2026-08-02&quot;:37.68},{&quot;2026-08-03&quot;:37.68},{&quot;2026-08-04&quot;:37.68},{&quot;2026-08-05&quot;:37.68},{&quot;2026-08-07&quot;:37.68},{&quot;2026-08-08&quot;:37.68},{&quot;2026-08-09&quot;:37.68},{&quot;2026-08-10&quot;:37.68},{&quot;2026-08-11&quot;:37.68},{&quot;2026-08-12&quot;:37.85},{&quot;2026-08-13&quot;:37.85},{&quot;2026-08-14&quot;:37.85},{&quot;2026-08-15&quot;:37.85},{&quot;2026-08-16&quot;:37.85},{&quot;2026-08-17&quot;:37.85},{&quot;2026-08-18&quot;:37.97},{&quot;2026-08-19&quot;:37.97},{&quot;2026-08-20&quot;:37.97},{&quot;2026-08-21&quot;:37.97},{&quot;2026-08-22&quot;:37.96},{&quot;2026-08-23&quot;:37.96},{&quot;2026-08-24&quot;:37.96},{&quot;2026-08-25&quot;:37.96},{&quot;2026-08-26&quot;:37.96},{&quot;2026-08-27&quot;:37.96},{&quot;2026-08-28&quot;:37.96},{&quot;2026-08-29&quot;:37.96},{&quot;2026-08-30&quot;:38.07},{&quot;2026-08-31&quot;:38.07},{&quot;2026-09-01&quot;:38.07},{&quot;2026-09-02&quot;:38.07},{&quot;2026-09-03&quot;:38.07},{&quot;2026-09-04&quot;:38.2},{&quot;2026-09-05&quot;:38.2},{&quot;2026-09-06&quot;:38.2},{&quot;2026-09-07&quot;:38.2},{&quot;2026-09-08&quot;:38.2},{&quot;2026-09-09&quot;:38.75},{&quot;2026-09-10&quot;:38.75},{&quot;2026-09-11&quot;:38.75}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.06},{&quot;2026-06-12&quot;:4.06},{&quot;2026-06-13&quot;:4.19},{&quot;2026-06-14&quot;:4.34},{&quot;2026-06-15&quot;:4.31},{&quot;2026-06-16&quot;:4.11},{&quot;2026-06-17&quot;:4.11},{&quot;2026-06-18&quot;:4.05},{&quot;2026-06-19&quot;:4.05},{&quot;2026-06-20&quot;:4.03},{&quot;2026-06-21&quot;:4.03},{&quot;2026-06-22&quot;:4.08},{&quot;2026-06-23&quot;:4.11},{&quot;2026-06-24&quot;:4.11},{&quot;2026-06-25&quot;:4.11},{&quot;2026-06-26&quot;:4.01},{&quot;2026-06-27&quot;:4.11},{&quot;2026-06-28&quot;:4.23},{&quot;2026-06-29&quot;:4.16},{&quot;2026-06-30&quot;:4.18},{&quot;2026-07-01&quot;:4.16},{&quot;2026-07-02&quot;:4.09},{&quot;2026-07-03&quot;:4.03},{&quot;2026-07-04&quot;:4.03},{&quot;2026-07-05&quot;:4.03},{&quot;2026-07-06&quot;:4.02},{&quot;2026-07-07&quot;:4.02},{&quot;2026-07-08&quot;:3.98},{&quot;2026-07-09&quot;:3.98},{&quot;2026-07-10&quot;:3.98},{&quot;2026-07-11&quot;:3.98},{&quot;2026-07-12&quot;:3.98},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:3.98},{&quot;2026-07-15&quot;:3.98},{&quot;2026-07-16&quot;:3.98},{&quot;2026-07-17&quot;:3.98},{&quot;2026-07-18&quot;:3.98},{&quot;2026-07-19&quot;:3.99},{&quot;2026-07-20&quot;:3.87},{&quot;2026-07-21&quot;:3.87},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-25&quot;:3.83},{&quot;2026-07-26&quot;:3.85},{&quot;2026-07-27&quot;:3.85},{&quot;2026-07-28&quot;:3.85},{&quot;2026-07-29&quot;:3.85},{&quot;2026-07-30&quot;:3.85},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.88},{&quot;2026-08-02&quot;:4.01},{&quot;2026-08-03&quot;:4.01},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:4.01},{&quot;2026-08-07&quot;:3.89},{&quot;2026-08-08&quot;:3.86},{&quot;2026-08-09&quot;:3.86},{&quot;2026-08-10&quot;:3.86},{&quot;2026-08-11&quot;:3.86},{&quot;2026-08-12&quot;:3.66},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.72},{&quot;2026-08-15&quot;:3.72},{&quot;2026-08-16&quot;:3.67},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.55},{&quot;2026-08-19&quot;:3.61},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:3.6},{&quot;2026-08-22&quot;:3.6},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.55},{&quot;2026-08-27&quot;:3.55},{&quot;2026-08-28&quot;:3.4},{&quot;2026-08-29&quot;:3.4},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.52},{&quot;2026-09-02&quot;:3.62},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.7},{&quot;2026-09-05&quot;:3.7},{&quot;2026-09-06&quot;:3.7},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.79},{&quot;2026-09-09&quot;:3.81},{&quot;2026-09-10&quot;:3.83},{&quot;2026-09-11&quot;:4.03}]}"
        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="20947"
  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">
            Varina, Lich Queen
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Varina, Lich Queen" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/1/f1caccc8-4f33-4ae3-a09a-b41b9c4663a1.jpg?1783921798" />

        <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">
            Varina, Lich Queen
        </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 — Zombie 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><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="Varina, Lich Queen" src="https://cards.scryfall.io/large/front/f/1/f1caccc8-4f33-4ae3-a09a-b41b9c4663a1.jpg?1783921798" />
    </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">
                $4.02
              </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">
                $4.25
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:4.1},{&quot;2026-06-13&quot;:4.08},{&quot;2026-06-14&quot;:4.07},{&quot;2026-06-15&quot;:4.07},{&quot;2026-06-16&quot;:4.07},{&quot;2026-06-17&quot;:4.07},{&quot;2026-06-18&quot;:4.07},{&quot;2026-06-19&quot;:4.07},{&quot;2026-06-20&quot;:4.07},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.09},{&quot;2026-06-24&quot;:4.09},{&quot;2026-06-25&quot;:4.09},{&quot;2026-06-26&quot;:4.09},{&quot;2026-06-27&quot;:4.09},{&quot;2026-06-28&quot;:4.05},{&quot;2026-06-29&quot;:4.06},{&quot;2026-06-30&quot;:4.06},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.06},{&quot;2026-07-04&quot;:4.06},{&quot;2026-07-05&quot;:4.06},{&quot;2026-07-06&quot;:4.06},{&quot;2026-07-07&quot;:4.06},{&quot;2026-07-08&quot;:4.06},{&quot;2026-07-09&quot;:4.06},{&quot;2026-07-10&quot;:4.06},{&quot;2026-07-11&quot;:4.06},{&quot;2026-07-12&quot;:4.06},{&quot;2026-07-13&quot;:4.06},{&quot;2026-07-14&quot;:4.06},{&quot;2026-07-15&quot;:4.06},{&quot;2026-07-16&quot;:4.06},{&quot;2026-07-17&quot;:4.06},{&quot;2026-07-18&quot;:4.06},{&quot;2026-07-19&quot;:4.06},{&quot;2026-07-20&quot;:4.06},{&quot;2026-07-21&quot;:4.06},{&quot;2026-07-23&quot;:4.1},{&quot;2026-07-24&quot;:4.1},{&quot;2026-07-25&quot;:4.1},{&quot;2026-07-26&quot;:4.1},{&quot;2026-07-27&quot;:4.1},{&quot;2026-07-28&quot;:4.1},{&quot;2026-07-29&quot;:4.1},{&quot;2026-07-30&quot;:4.1},{&quot;2026-07-31&quot;:4.1},{&quot;2026-08-01&quot;:4.1},{&quot;2026-08-02&quot;:4.13},{&quot;2026-08-03&quot;:4.13},{&quot;2026-08-04&quot;:4.13},{&quot;2026-08-05&quot;:4.13},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.13},{&quot;2026-08-09&quot;:4.13},{&quot;2026-08-10&quot;:4.13},{&quot;2026-08-11&quot;:4.13},{&quot;2026-08-12&quot;:4.13},{&quot;2026-08-13&quot;:4.13},{&quot;2026-08-14&quot;:4.13},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.08},{&quot;2026-08-17&quot;:4.08},{&quot;2026-08-18&quot;:4.08},{&quot;2026-08-19&quot;:4.08},{&quot;2026-08-20&quot;:4.08},{&quot;2026-08-21&quot;:4.08},{&quot;2026-08-22&quot;:4.08},{&quot;2026-08-23&quot;:4.08},{&quot;2026-08-24&quot;:4.08},{&quot;2026-08-25&quot;:4.08},{&quot;2026-08-26&quot;:4.08},{&quot;2026-08-27&quot;:4.08},{&quot;2026-08-28&quot;:4.08},{&quot;2026-08-29&quot;:4.08},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:4.15},{&quot;2026-09-01&quot;:4.15},{&quot;2026-09-02&quot;:4.15},{&quot;2026-09-03&quot;:4.25},{&quot;2026-09-04&quot;:4.25},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.25},{&quot;2026-09-07&quot;:4.25},{&quot;2026-09-08&quot;:4.25},{&quot;2026-09-09&quot;:4.25},{&quot;2026-09-10&quot;:4.25},{&quot;2026-09-11&quot;:4.25}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.79},{&quot;2026-06-13&quot;:3.79},{&quot;2026-06-14&quot;:3.87},{&quot;2026-06-15&quot;:3.84},{&quot;2026-06-16&quot;:3.87},{&quot;2026-06-17&quot;:3.87},{&quot;2026-06-18&quot;:3.87},{&quot;2026-06-19&quot;:3.87},{&quot;2026-06-20&quot;:3.87},{&quot;2026-06-21&quot;:3.87},{&quot;2026-06-22&quot;:3.85},{&quot;2026-06-23&quot;:3.85},{&quot;2026-06-24&quot;:3.7},{&quot;2026-06-25&quot;:3.63},{&quot;2026-06-26&quot;:3.64},{&quot;2026-06-27&quot;:3.59},{&quot;2026-06-28&quot;:3.52},{&quot;2026-06-29&quot;:3.57},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.5},{&quot;2026-07-03&quot;:3.35},{&quot;2026-07-04&quot;:3.34},{&quot;2026-07-05&quot;:3.34},{&quot;2026-07-06&quot;:3.23},{&quot;2026-07-07&quot;:3.24},{&quot;2026-07-08&quot;:3.33},{&quot;2026-07-09&quot;:3.33},{&quot;2026-07-10&quot;:3.37},{&quot;2026-07-11&quot;:3.23},{&quot;2026-07-12&quot;:3.17},{&quot;2026-07-13&quot;:3.19},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.18},{&quot;2026-07-16&quot;:3.29},{&quot;2026-07-17&quot;:3.29},{&quot;2026-07-18&quot;:3.28},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.26},{&quot;2026-07-21&quot;:3.3},{&quot;2026-07-23&quot;:3.29},{&quot;2026-07-24&quot;:3.3},{&quot;2026-07-25&quot;:3.31},{&quot;2026-07-26&quot;:3.31},{&quot;2026-07-27&quot;:3.34},{&quot;2026-07-28&quot;:3.35},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.32},{&quot;2026-07-31&quot;:3.33},{&quot;2026-08-01&quot;:3.33},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.66},{&quot;2026-08-05&quot;:3.67},{&quot;2026-08-07&quot;:3.9},{&quot;2026-08-08&quot;:3.95},{&quot;2026-08-09&quot;:3.93},{&quot;2026-08-10&quot;:3.97},{&quot;2026-08-11&quot;:3.97},{&quot;2026-08-12&quot;:3.97},{&quot;2026-08-13&quot;:3.95},{&quot;2026-08-14&quot;:3.95},{&quot;2026-08-15&quot;:3.98},{&quot;2026-08-16&quot;:3.96},{&quot;2026-08-17&quot;:4.05},{&quot;2026-08-18&quot;:3.98},{&quot;2026-08-19&quot;:3.93},{&quot;2026-08-20&quot;:3.93},{&quot;2026-08-21&quot;:3.99},{&quot;2026-08-22&quot;:3.96},{&quot;2026-08-23&quot;:3.95},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.78},{&quot;2026-08-26&quot;:3.77},{&quot;2026-08-27&quot;:3.72},{&quot;2026-08-28&quot;:3.72},{&quot;2026-08-29&quot;:3.72},{&quot;2026-08-30&quot;:3.71},{&quot;2026-08-31&quot;:3.71},{&quot;2026-09-01&quot;:3.83},{&quot;2026-09-02&quot;:3.76},{&quot;2026-09-03&quot;:3.77},{&quot;2026-09-04&quot;:3.82},{&quot;2026-09-05&quot;:3.88},{&quot;2026-09-06&quot;:4.05},{&quot;2026-09-07&quot;:4.05},{&quot;2026-09-08&quot;:4.05},{&quot;2026-09-09&quot;:4.05},{&quot;2026-09-10&quot;:4.02},{&quot;2026-09-11&quot;:4.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="28835"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-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">
            An Offer You Can&#39;t Refuse
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.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="An Offer You Can&#39;t Refuse" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/8/a829747f-cf9b-4d81-ba66-9f0630ed4565.jpg?1783909078" />

        <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">
            An Offer You Can&#39;t Refuse
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="An Offer You Can&#39;t Refuse" src="https://cards.scryfall.io/large/front/a/8/a829747f-cf9b-4d81-ba66-9f0630ed4565.jpg?1783909078" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.57},{&quot;2026-06-13&quot;:2.53},{&quot;2026-06-14&quot;:2.5},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.68},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.89},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.95},{&quot;2026-06-21&quot;:3.05},{&quot;2026-06-22&quot;:3.11},{&quot;2026-06-23&quot;:3.18},{&quot;2026-06-24&quot;:3.26},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:3.21},{&quot;2026-06-27&quot;:3.21},{&quot;2026-06-28&quot;:3.1},{&quot;2026-06-29&quot;:2.99},{&quot;2026-06-30&quot;:3.28},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.43},{&quot;2026-07-04&quot;:3.84},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.82},{&quot;2026-07-07&quot;:3.83},{&quot;2026-07-08&quot;:3.83},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.85},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.45},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.4},{&quot;2026-07-15&quot;:3.28},{&quot;2026-07-16&quot;:3.18},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.2},{&quot;2026-07-20&quot;:3.27},{&quot;2026-07-21&quot;:3.28},{&quot;2026-07-23&quot;:3.51},{&quot;2026-07-24&quot;:3.66},{&quot;2026-07-25&quot;:3.73},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.56},{&quot;2026-07-28&quot;:3.75},{&quot;2026-07-29&quot;:3.8},{&quot;2026-07-30&quot;:3.81},{&quot;2026-07-31&quot;:3.8},{&quot;2026-08-01&quot;:3.71},{&quot;2026-08-02&quot;:3.78},{&quot;2026-08-03&quot;:3.75},{&quot;2026-08-04&quot;:3.86},{&quot;2026-08-05&quot;:3.88},{&quot;2026-08-07&quot;:3.72},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.69},{&quot;2026-08-11&quot;:3.89},{&quot;2026-08-12&quot;:3.82},{&quot;2026-08-13&quot;:3.75},{&quot;2026-08-14&quot;:4.22},{&quot;2026-08-15&quot;:4.14},{&quot;2026-08-16&quot;:4.17},{&quot;2026-08-17&quot;:4.17},{&quot;2026-08-18&quot;:4.05},{&quot;2026-08-19&quot;:4.21},{&quot;2026-08-20&quot;:4.21},{&quot;2026-08-21&quot;:4.01},{&quot;2026-08-22&quot;:4.04},{&quot;2026-08-23&quot;:3.91},{&quot;2026-08-24&quot;:3.74},{&quot;2026-08-25&quot;:3.79},{&quot;2026-08-26&quot;:3.78},{&quot;2026-08-27&quot;:3.8},{&quot;2026-08-28&quot;:3.83},{&quot;2026-08-29&quot;:3.83},{&quot;2026-08-30&quot;:3.88},{&quot;2026-08-31&quot;:3.76},{&quot;2026-09-01&quot;:3.92},{&quot;2026-09-02&quot;:3.87},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.72},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.48},{&quot;2026-09-07&quot;:3.7},{&quot;2026-09-08&quot;:3.7},{&quot;2026-09-09&quot;:3.94},{&quot;2026-09-10&quot;:3.94},{&quot;2026-09-11&quot;:4.02}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.15},{&quot;2026-06-13&quot;:2.15},{&quot;2026-06-14&quot;:2.05},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:1.96},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.31},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:1.98},{&quot;2026-06-21&quot;:1.93},{&quot;2026-06-22&quot;:1.94},{&quot;2026-06-23&quot;:1.92},{&quot;2026-06-24&quot;:1.81},{&quot;2026-06-25&quot;:1.94},{&quot;2026-06-26&quot;:1.93},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.0},{&quot;2026-06-30&quot;:1.96},{&quot;2026-07-01&quot;:1.88},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.14},{&quot;2026-07-05&quot;:2.0},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.11},{&quot;2026-07-09&quot;:2.18},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.61},{&quot;2026-07-12&quot;:2.55},{&quot;2026-07-13&quot;:2.29},{&quot;2026-07-14&quot;:2.28},{&quot;2026-07-15&quot;:2.03},{&quot;2026-07-16&quot;:2.24},{&quot;2026-07-17&quot;:2.34},{&quot;2026-07-18&quot;:2.48},{&quot;2026-07-19&quot;:2.49},{&quot;2026-07-20&quot;:2.84},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.38},{&quot;2026-07-24&quot;:2.53},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.72},{&quot;2026-07-28&quot;:3.01},{&quot;2026-07-29&quot;:3.56},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.13},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.07},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.41},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.67},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.5},{&quot;2026-08-13&quot;:2.62},{&quot;2026-08-14&quot;:2.86},{&quot;2026-08-15&quot;:2.43},{&quot;2026-08-16&quot;:2.55},{&quot;2026-08-17&quot;:3.45},{&quot;2026-08-18&quot;:3.93},{&quot;2026-08-19&quot;:3.59},{&quot;2026-08-20&quot;:3.59},{&quot;2026-08-21&quot;:3.84},{&quot;2026-08-22&quot;:3.54},{&quot;2026-08-23&quot;:3.61},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.85},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.5},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.38},{&quot;2026-09-01&quot;:3.75},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.37},{&quot;2026-09-04&quot;:2.83},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.45},{&quot;2026-09-07&quot;:3.64},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:4.04},{&quot;2026-09-10&quot;:3.68},{&quot;2026-09-11&quot;:3.45}]}"
        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 1101-1150 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=22&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=22&amp;username=denvermullets" rel="prev">22</a><a role="link" aria-disabled="true" aria-current="page">23</a><a href="/load_collection?direction=asc&amp;page=24&amp;username=denvermullets" rel="next">24</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=24&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="71073"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              284
            </td>

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79807"
          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">
              375
            </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>
              Dovin&#39;s Veto


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12604"
          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">
              411
            </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>
              Comet Storm


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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18873"
          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">
              239
            </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>
              Timeless Lotus


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="13974"
          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">
              718
            </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>
              Dissipation Field


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="35929"
          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">
              338
            </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-rare ss-fw ss-2x mr-4"></i>
              Voldaren Bloodcaster // Bloodbat Summoner


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="85619"
          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">
              MM3-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-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Temporal Mastery


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79742"
          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">
              352
            </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>
              Vandalblast


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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="93320"
          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">
              235
            </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>
              Windcrag Siege


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108048"
          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-tmt ss-rare ss-fw ss-2x mr-4"></i>
              The Ooze


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="36232"
          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">
              206
            </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>
              Unnatural Growth


            </td>

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91060"
          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">
              259
            </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>
              Conjurer&#39;s Closet


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20526"
          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">
              154
            </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">
                  $4.17

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

                </div>
            </td>

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-afr ss-rare ss-fw ss-2x mr-4"></i>
              Tasha&#39;s Hideous Laughter


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20338"
          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">
              124
            </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>
              Dualcaster Mage


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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20839"
          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">
              259
            </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>
              Murkfiend Liege


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14542"
          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">
              903
            </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>
              Mutavault


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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Titania, Protector of Argoth

                <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">
              Legendary Creature — Elemental
            </td>

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

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

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

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


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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="90872"
          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">
              97
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Blood Artist


            </td>

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79582"
          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">
              299
            </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>
              Path to Exile


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79701"
          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">
              337
            </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>
              Zulaport Cutthroat


            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20947"
          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">
              291
            </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>
              Varina, Lich Queen


            </td>

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-uncommon ss-fw ss-2x mr-4"></i>
              An Offer You Can&#39;t Refuse


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.45

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      3%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $4.02

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $2.40
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.67
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="28835"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_28835" src="/boxset_card/28835?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 1101-1150 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=22&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=22&amp;username=denvermullets" rel="prev">22</a><a role="link" aria-disabled="true" aria-current="page">23</a><a href="/load_collection?direction=asc&amp;page=24&amp;username=denvermullets" rel="next">24</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=24&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>