<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="91250"
  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">
            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">
            $3.46
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Conjurer&#39;s Closet" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9aca326e-ed55-4df2-a930-c9d0cf31d973.jpg?1783907994" />

        <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/9/a/9aca326e-ed55-4df2-a930-c9d0cf31d973.jpg?1783907994" />
    </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">
                $3.46
              </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.30
              </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">$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.25},{&quot;2026-06-14&quot;:4.25},{&quot;2026-06-15&quot;:4.2},{&quot;2026-06-16&quot;:4.2},{&quot;2026-06-17&quot;:4.2},{&quot;2026-06-18&quot;:4.2},{&quot;2026-06-19&quot;:4.2},{&quot;2026-06-20&quot;:4.2},{&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.04},{&quot;2026-06-25&quot;:4.84},{&quot;2026-06-26&quot;:4.84},{&quot;2026-06-27&quot;:4.8},{&quot;2026-06-28&quot;:4.8},{&quot;2026-06-29&quot;:4.83},{&quot;2026-06-30&quot;:4.83},{&quot;2026-07-01&quot;:4.83},{&quot;2026-07-02&quot;:4.83},{&quot;2026-07-03&quot;:4.83},{&quot;2026-07-04&quot;:4.83},{&quot;2026-07-05&quot;:4.83},{&quot;2026-07-06&quot;:4.83},{&quot;2026-07-07&quot;:4.74},{&quot;2026-07-08&quot;:4.74},{&quot;2026-07-09&quot;:4.74},{&quot;2026-07-10&quot;:4.74},{&quot;2026-07-11&quot;:4.74},{&quot;2026-07-12&quot;:4.97},{&quot;2026-07-13&quot;:4.97},{&quot;2026-07-14&quot;:4.97},{&quot;2026-07-15&quot;:4.82},{&quot;2026-07-16&quot;:4.87},{&quot;2026-07-17&quot;:4.89},{&quot;2026-07-18&quot;:4.89},{&quot;2026-07-19&quot;:4.89},{&quot;2026-07-20&quot;:4.9},{&quot;2026-07-21&quot;:4.9},{&quot;2026-07-22&quot;:4.9},{&quot;2026-07-23&quot;:4.8},{&quot;2026-07-24&quot;:4.8},{&quot;2026-07-25&quot;:4.84},{&quot;2026-07-26&quot;:4.84},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-28&quot;:4.84},{&quot;2026-07-29&quot;:4.84},{&quot;2026-07-30&quot;:4.84},{&quot;2026-07-31&quot;:4.85},{&quot;2026-08-01&quot;:4.77},{&quot;2026-08-02&quot;:4.93},{&quot;2026-08-03&quot;:4.92},{&quot;2026-08-04&quot;:4.92},{&quot;2026-08-05&quot;:4.92},{&quot;2026-08-07&quot;:4.84},{&quot;2026-08-08&quot;:4.84},{&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.9},{&quot;2026-08-13&quot;:4.9},{&quot;2026-08-14&quot;:4.9},{&quot;2026-08-15&quot;:4.9},{&quot;2026-08-16&quot;:4.95},{&quot;2026-08-17&quot;:4.95},{&quot;2026-08-18&quot;:4.95},{&quot;2026-08-19&quot;:4.95},{&quot;2026-08-20&quot;:4.95},{&quot;2026-08-21&quot;:4.23},{&quot;2026-08-22&quot;:4.24},{&quot;2026-08-23&quot;:4.24},{&quot;2026-08-24&quot;:4.24},{&quot;2026-08-25&quot;:4.24},{&quot;2026-08-26&quot;:4.31},{&quot;2026-08-27&quot;:4.38},{&quot;2026-08-28&quot;:4.32},{&quot;2026-08-29&quot;:4.32},{&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.21},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.23},{&quot;2026-09-11&quot;:4.3}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.63},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.42},{&quot;2026-06-17&quot;:3.51},{&quot;2026-06-18&quot;:3.51},{&quot;2026-06-19&quot;:3.51},{&quot;2026-06-20&quot;:3.64},{&quot;2026-06-21&quot;:3.64},{&quot;2026-06-22&quot;:3.64},{&quot;2026-06-23&quot;:3.82},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.6},{&quot;2026-06-26&quot;:3.46},{&quot;2026-06-27&quot;:3.54},{&quot;2026-06-28&quot;:3.54},{&quot;2026-06-29&quot;:3.54},{&quot;2026-06-30&quot;:3.7},{&quot;2026-07-01&quot;:3.71},{&quot;2026-07-02&quot;:3.89},{&quot;2026-07-03&quot;:3.98},{&quot;2026-07-04&quot;:4.19},{&quot;2026-07-05&quot;:4.19},{&quot;2026-07-06&quot;:4.24},{&quot;2026-07-07&quot;:4.29},{&quot;2026-07-08&quot;:4.26},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.37},{&quot;2026-07-12&quot;:4.39},{&quot;2026-07-13&quot;:4.39},{&quot;2026-07-14&quot;:4.33},{&quot;2026-07-15&quot;:4.27},{&quot;2026-07-16&quot;:4.27},{&quot;2026-07-17&quot;:4.27},{&quot;2026-07-18&quot;:4.34},{&quot;2026-07-19&quot;:4.31},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:3.97},{&quot;2026-07-22&quot;:4.06},{&quot;2026-07-23&quot;:4.01},{&quot;2026-07-24&quot;:3.94},{&quot;2026-07-25&quot;:4.02},{&quot;2026-07-26&quot;:4.02},{&quot;2026-07-27&quot;:3.96},{&quot;2026-07-28&quot;:4.15},{&quot;2026-07-29&quot;:4.15},{&quot;2026-07-30&quot;:4.13},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.08},{&quot;2026-08-02&quot;:4.14},{&quot;2026-08-03&quot;:4.16},{&quot;2026-08-04&quot;:4.17},{&quot;2026-08-05&quot;:3.98},{&quot;2026-08-07&quot;:3.97},{&quot;2026-08-08&quot;:3.85},{&quot;2026-08-09&quot;:3.77},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:3.24},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:2.97},{&quot;2026-08-20&quot;:3.04},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.18},{&quot;2026-08-24&quot;:3.18},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.33},{&quot;2026-08-27&quot;:3.39},{&quot;2026-08-28&quot;:3.35},{&quot;2026-08-29&quot;:3.35},{&quot;2026-08-30&quot;:3.17},{&quot;2026-08-31&quot;:3.35},{&quot;2026-09-01&quot;:3.39},{&quot;2026-09-02&quot;:3.41},{&quot;2026-09-03&quot;:3.38},{&quot;2026-09-04&quot;:3.38},{&quot;2026-09-05&quot;:3.45},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.6},{&quot;2026-09-08&quot;:3.6},{&quot;2026-09-09&quot;:3.51},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="108496"
  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">
            Chrome Dome
        </span>


      </div>

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

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

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

        <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">
            Chrome Dome
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Robot Ninja</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="Chrome Dome" src="https://cards.scryfall.io/large/front/8/b/8bae4950-bf6d-4e96-91f9-26d27021b748.jpg?1783904033" />
    </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">
                $3.46
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.4},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.29},{&quot;2026-06-15&quot;:2.29},{&quot;2026-06-16&quot;:2.3},{&quot;2026-06-17&quot;:2.29},{&quot;2026-06-18&quot;:2.29},{&quot;2026-06-19&quot;:2.23},{&quot;2026-06-20&quot;:2.28},{&quot;2026-06-21&quot;:2.33},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.24},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.31},{&quot;2026-06-27&quot;:2.24},{&quot;2026-06-28&quot;:2.25},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.24},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.37},{&quot;2026-07-03&quot;:2.37},{&quot;2026-07-04&quot;:2.41},{&quot;2026-07-05&quot;:2.41},{&quot;2026-07-06&quot;:2.42},{&quot;2026-07-07&quot;:2.42},{&quot;2026-07-08&quot;:2.44},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.62},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.76},{&quot;2026-07-14&quot;:2.81},{&quot;2026-07-15&quot;:2.8},{&quot;2026-07-16&quot;:2.82},{&quot;2026-07-17&quot;:2.82},{&quot;2026-07-18&quot;:2.82},{&quot;2026-07-19&quot;:2.77},{&quot;2026-07-20&quot;:2.72},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-23&quot;:2.62},{&quot;2026-07-24&quot;:2.7},{&quot;2026-07-25&quot;:2.69},{&quot;2026-07-26&quot;:2.89},{&quot;2026-07-27&quot;:2.91},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.94},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.3},{&quot;2026-08-01&quot;:3.3},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.43},{&quot;2026-08-05&quot;:3.56},{&quot;2026-08-07&quot;:4.13},{&quot;2026-08-08&quot;:4.09},{&quot;2026-08-09&quot;:4.3},{&quot;2026-08-10&quot;:4.47},{&quot;2026-08-11&quot;:4.27},{&quot;2026-08-12&quot;:4.21},{&quot;2026-08-13&quot;:4.4},{&quot;2026-08-14&quot;:4.29},{&quot;2026-08-15&quot;:4.17},{&quot;2026-08-16&quot;:4.12},{&quot;2026-08-17&quot;:4.2},{&quot;2026-08-18&quot;:3.79},{&quot;2026-08-19&quot;:4.04},{&quot;2026-08-20&quot;:4.04},{&quot;2026-08-21&quot;:4.35},{&quot;2026-08-22&quot;:4.35},{&quot;2026-08-23&quot;:4.04},{&quot;2026-08-24&quot;:4.26},{&quot;2026-08-25&quot;:4.43},{&quot;2026-08-26&quot;:4.17},{&quot;2026-08-27&quot;:4.33},{&quot;2026-08-28&quot;:4.62},{&quot;2026-08-29&quot;:4.62},{&quot;2026-08-30&quot;:4.53},{&quot;2026-08-31&quot;:4.58},{&quot;2026-09-01&quot;:4.58},{&quot;2026-09-02&quot;:4.58},{&quot;2026-09-03&quot;:4.63},{&quot;2026-09-04&quot;:4.62},{&quot;2026-09-05&quot;:4.77},{&quot;2026-09-06&quot;:4.77},{&quot;2026-09-07&quot;:4.82},{&quot;2026-09-08&quot;:4.85},{&quot;2026-09-09&quot;:4.82},{&quot;2026-09-10&quot;:4.91},{&quot;2026-09-11&quot;:5.12}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.48},{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.46},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.44},{&quot;2026-06-18&quot;:2.44},{&quot;2026-06-19&quot;:2.45},{&quot;2026-06-20&quot;:2.45},{&quot;2026-06-21&quot;:2.52},{&quot;2026-06-22&quot;:2.55},{&quot;2026-06-23&quot;:2.6},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.44},{&quot;2026-06-26&quot;:2.44},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.35},{&quot;2026-06-29&quot;:1.95},{&quot;2026-06-30&quot;:2.0},{&quot;2026-07-01&quot;:2.03},{&quot;2026-07-02&quot;:2.03},{&quot;2026-07-03&quot;:2.03},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.02},{&quot;2026-07-06&quot;:2.0},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.98},{&quot;2026-07-09&quot;:1.96},{&quot;2026-07-10&quot;:1.95},{&quot;2026-07-11&quot;:1.98},{&quot;2026-07-12&quot;:1.98},{&quot;2026-07-13&quot;:1.94},{&quot;2026-07-14&quot;:1.93},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:1.94},{&quot;2026-07-17&quot;:1.92},{&quot;2026-07-18&quot;:1.91},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.91},{&quot;2026-07-21&quot;:1.9},{&quot;2026-07-23&quot;:1.9},{&quot;2026-07-24&quot;:1.86},{&quot;2026-07-25&quot;:1.79},{&quot;2026-07-26&quot;:1.77},{&quot;2026-07-27&quot;:1.9},{&quot;2026-07-28&quot;:1.9},{&quot;2026-07-29&quot;:1.9},{&quot;2026-07-30&quot;:1.93},{&quot;2026-07-31&quot;:1.96},{&quot;2026-08-01&quot;:1.92},{&quot;2026-08-02&quot;:2.0},{&quot;2026-08-03&quot;:1.99},{&quot;2026-08-04&quot;:1.95},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:2.23},{&quot;2026-08-08&quot;:2.23},{&quot;2026-08-09&quot;:2.36},{&quot;2026-08-10&quot;:2.33},{&quot;2026-08-11&quot;:2.35},{&quot;2026-08-12&quot;:2.35},{&quot;2026-08-13&quot;:2.35},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.34},{&quot;2026-08-16&quot;:2.43},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.22},{&quot;2026-08-19&quot;:3.09},{&quot;2026-08-20&quot;:3.09},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.24},{&quot;2026-08-23&quot;:3.29},{&quot;2026-08-24&quot;:3.32},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.34},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.76},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.93},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.58},{&quot;2026-09-04&quot;:3.29},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.29},{&quot;2026-09-07&quot;:3.29},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.46}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            For the Common Good
        </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">
            $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="For the Common Good" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/e/3ec72a27-b622-47d7-bdf3-970ccaef0d2a.jpg?1783910810" />

        <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">
            For the Common Good
        </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-x'></i><i class='no-tailwind ms ms-cost ml-0 ms-x'></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="For the Common Good" src="https://cards.scryfall.io/large/front/3/e/3ec72a27-b622-47d7-bdf3-970ccaef0d2a.jpg?1783910810" />
    </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">
                $3.45
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:3.05},{&quot;2026-06-14&quot;:3.14},{&quot;2026-06-15&quot;:3.14},{&quot;2026-06-16&quot;:3.14},{&quot;2026-06-17&quot;:3.14},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.74},{&quot;2026-06-21&quot;:3.74},{&quot;2026-06-22&quot;:3.74},{&quot;2026-06-23&quot;:3.69},{&quot;2026-06-24&quot;:4.37},{&quot;2026-06-25&quot;:4.37},{&quot;2026-06-26&quot;:4.43},{&quot;2026-06-27&quot;:4.23},{&quot;2026-06-28&quot;:4.19},{&quot;2026-06-29&quot;:4.19},{&quot;2026-06-30&quot;:4.19},{&quot;2026-07-01&quot;:4.58},{&quot;2026-07-02&quot;:4.65},{&quot;2026-07-03&quot;:4.65},{&quot;2026-07-04&quot;:4.65},{&quot;2026-07-05&quot;:4.65},{&quot;2026-07-06&quot;:4.52},{&quot;2026-07-07&quot;:4.33},{&quot;2026-07-08&quot;:4.33},{&quot;2026-07-09&quot;:4.37},{&quot;2026-07-10&quot;:4.37},{&quot;2026-07-11&quot;:4.4},{&quot;2026-07-12&quot;:4.4},{&quot;2026-07-13&quot;:4.4},{&quot;2026-07-14&quot;:4.4},{&quot;2026-07-15&quot;:4.59},{&quot;2026-07-16&quot;:4.05},{&quot;2026-07-17&quot;:4.05},{&quot;2026-07-18&quot;:4.05},{&quot;2026-07-19&quot;:4.14},{&quot;2026-07-20&quot;:4.13},{&quot;2026-07-21&quot;:4.21},{&quot;2026-07-22&quot;:4.22},{&quot;2026-07-23&quot;:4.27},{&quot;2026-07-24&quot;:4.22},{&quot;2026-07-25&quot;:4.22},{&quot;2026-07-26&quot;:4.22},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.18},{&quot;2026-07-29&quot;:4.18},{&quot;2026-07-30&quot;:4.2},{&quot;2026-07-31&quot;:3.85},{&quot;2026-08-01&quot;:3.85},{&quot;2026-08-02&quot;:3.9},{&quot;2026-08-03&quot;:3.9},{&quot;2026-08-04&quot;:4.03},{&quot;2026-08-05&quot;:3.84},{&quot;2026-08-07&quot;:3.78},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.64},{&quot;2026-08-10&quot;:3.49},{&quot;2026-08-11&quot;:3.49},{&quot;2026-08-12&quot;:3.38},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.11},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.11},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.66},{&quot;2026-08-26&quot;:2.61},{&quot;2026-08-27&quot;:2.7},{&quot;2026-08-28&quot;:2.63},{&quot;2026-08-29&quot;:2.63},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.74},{&quot;2026-09-01&quot;:2.82},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.87},{&quot;2026-09-04&quot;:2.87},{&quot;2026-09-05&quot;:2.83},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.99},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:3.08},{&quot;2026-09-11&quot;:3.08}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.18},{&quot;2026-06-14&quot;:2.88},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:2.97},{&quot;2026-06-17&quot;:2.84},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.46},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.34},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:3.07},{&quot;2026-06-25&quot;:3.21},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:2.99},{&quot;2026-06-28&quot;:3.19},{&quot;2026-06-29&quot;:3.02},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.6},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.65},{&quot;2026-07-05&quot;:2.66},{&quot;2026-07-06&quot;:2.69},{&quot;2026-07-07&quot;:2.78},{&quot;2026-07-08&quot;:2.85},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:2.9},{&quot;2026-07-11&quot;:3.05},{&quot;2026-07-12&quot;:3.29},{&quot;2026-07-13&quot;:3.82},{&quot;2026-07-14&quot;:3.65},{&quot;2026-07-15&quot;:3.58},{&quot;2026-07-16&quot;:3.74},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:3.33},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-22&quot;:3.7},{&quot;2026-07-23&quot;:3.37},{&quot;2026-07-24&quot;:3.62},{&quot;2026-07-25&quot;:3.53},{&quot;2026-07-26&quot;:3.51},{&quot;2026-07-27&quot;:3.43},{&quot;2026-07-28&quot;:3.45},{&quot;2026-07-29&quot;:3.35},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.23},{&quot;2026-08-02&quot;:3.09},{&quot;2026-08-03&quot;:3.12},{&quot;2026-08-04&quot;:2.95},{&quot;2026-08-05&quot;:3.01},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.43},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.41},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.52},{&quot;2026-08-15&quot;:2.68},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.44},{&quot;2026-08-21&quot;:2.5},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.58},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.51},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.57},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:3.12},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.37},{&quot;2026-09-08&quot;:3.23},{&quot;2026-09-09&quot;:3.29},{&quot;2026-09-10&quot;:3.3},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="70949"
  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-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">
            Elvish Warmaster
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $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="Elvish Warmaster" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/5/551a3557-3d91-4198-afd2-d4d7a3dbe153.jpg?1783915921" />

        <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">
            Elvish Warmaster
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Elvish Warmaster" src="https://cards.scryfall.io/large/front/5/5/551a3557-3d91-4198-afd2-d4d7a3dbe153.jpg?1783915921" />
    </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">
                $3.45
              </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">$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;normal&quot;:[{&quot;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.5},{&quot;2026-06-15&quot;:2.59},{&quot;2026-06-16&quot;:2.59},{&quot;2026-06-17&quot;:2.55},{&quot;2026-06-18&quot;:2.49},{&quot;2026-06-19&quot;:2.41},{&quot;2026-06-20&quot;:2.4},{&quot;2026-06-21&quot;:2.29},{&quot;2026-06-22&quot;:2.35},{&quot;2026-06-23&quot;:2.29},{&quot;2026-06-24&quot;:2.34},{&quot;2026-06-25&quot;:2.36},{&quot;2026-06-26&quot;:2.43},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.74},{&quot;2026-07-02&quot;:2.67},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.66},{&quot;2026-07-05&quot;:2.61},{&quot;2026-07-06&quot;:2.62},{&quot;2026-07-07&quot;:2.59},{&quot;2026-07-08&quot;:2.79},{&quot;2026-07-09&quot;:2.87},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.92},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:3.31},{&quot;2026-07-14&quot;:3.28},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.26},{&quot;2026-07-17&quot;:3.19},{&quot;2026-07-18&quot;:2.82},{&quot;2026-07-19&quot;:2.99},{&quot;2026-07-20&quot;:2.93},{&quot;2026-07-21&quot;:2.75},{&quot;2026-07-22&quot;:2.49},{&quot;2026-07-23&quot;:2.38},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:2.98},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.15},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.24},{&quot;2026-07-30&quot;:3.23},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:2.93},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.87},{&quot;2026-08-07&quot;:2.89},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:3.1},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.8},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.43},{&quot;2026-08-17&quot;:3.46},{&quot;2026-08-18&quot;:3.47},{&quot;2026-08-19&quot;:3.71},{&quot;2026-08-20&quot;:3.83},{&quot;2026-08-21&quot;:3.4},{&quot;2026-08-22&quot;:3.62},{&quot;2026-08-23&quot;:3.62},{&quot;2026-08-24&quot;:3.71},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.5},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.47},{&quot;2026-08-29&quot;:3.47},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.19},{&quot;2026-09-01&quot;:4.21},{&quot;2026-09-02&quot;:4.21},{&quot;2026-09-03&quot;:4.12},{&quot;2026-09-04&quot;:3.88},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.42},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.4},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="75338"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Artifact — Vehicle
      </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">
            $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="The Indomitable" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/6/e6456329-b521-474b-bfb5-bfcd7e52b5f8.jpg?1783913913" />

        <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 Indomitable
        </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 — Vehicle</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="The Indomitable" src="https://cards.scryfall.io/large/front/e/6/e6456329-b521-474b-bfb5-bfcd7e52b5f8.jpg?1783913913" />
    </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">
                $3.45
              </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">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.71},{&quot;2026-06-14&quot;:0.85},{&quot;2026-06-15&quot;:0.86},{&quot;2026-06-16&quot;:0.81},{&quot;2026-06-17&quot;:0.77},{&quot;2026-06-18&quot;:0.77},{&quot;2026-06-19&quot;:0.77},{&quot;2026-06-20&quot;:0.8},{&quot;2026-06-21&quot;:0.81},{&quot;2026-06-22&quot;:0.87},{&quot;2026-06-23&quot;:0.9},{&quot;2026-06-24&quot;:0.87},{&quot;2026-06-25&quot;:0.86},{&quot;2026-06-26&quot;:0.82},{&quot;2026-06-27&quot;:0.83},{&quot;2026-06-28&quot;:0.88},{&quot;2026-06-29&quot;:0.89},{&quot;2026-06-30&quot;:0.89},{&quot;2026-07-01&quot;:0.87},{&quot;2026-07-02&quot;:0.83},{&quot;2026-07-03&quot;:0.87},{&quot;2026-07-04&quot;:0.89},{&quot;2026-07-05&quot;:0.89},{&quot;2026-07-06&quot;:0.79},{&quot;2026-07-07&quot;:0.79},{&quot;2026-07-08&quot;:0.8},{&quot;2026-07-09&quot;:0.79},{&quot;2026-07-10&quot;:0.78},{&quot;2026-07-11&quot;:0.83},{&quot;2026-07-12&quot;:0.82},{&quot;2026-07-13&quot;:0.83},{&quot;2026-07-14&quot;:0.81},{&quot;2026-07-15&quot;:0.8},{&quot;2026-07-16&quot;:0.81},{&quot;2026-07-17&quot;:0.81},{&quot;2026-07-18&quot;:0.84},{&quot;2026-07-19&quot;:0.86},{&quot;2026-07-20&quot;:0.86},{&quot;2026-07-21&quot;:0.85},{&quot;2026-07-22&quot;:0.83},{&quot;2026-07-23&quot;:0.86},{&quot;2026-07-24&quot;:0.93},{&quot;2026-07-25&quot;:1.04},{&quot;2026-07-26&quot;:1.03},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.24},{&quot;2026-07-29&quot;:1.2},{&quot;2026-07-30&quot;:1.27},{&quot;2026-07-31&quot;:1.23},{&quot;2026-08-01&quot;:1.39},{&quot;2026-08-02&quot;:1.47},{&quot;2026-08-03&quot;:1.6},{&quot;2026-08-04&quot;:1.7},{&quot;2026-08-05&quot;:1.53},{&quot;2026-08-07&quot;:1.45},{&quot;2026-08-08&quot;:1.64},{&quot;2026-08-09&quot;:1.73},{&quot;2026-08-10&quot;:1.8},{&quot;2026-08-11&quot;:1.91},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.84},{&quot;2026-08-14&quot;:1.94},{&quot;2026-08-15&quot;:2.08},{&quot;2026-08-16&quot;:2.17},{&quot;2026-08-17&quot;:2.42},{&quot;2026-08-18&quot;:2.69},{&quot;2026-08-19&quot;:2.54},{&quot;2026-08-20&quot;:2.95},{&quot;2026-08-21&quot;:3.07},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:3.16},{&quot;2026-08-24&quot;:3.03},{&quot;2026-08-25&quot;:3.05},{&quot;2026-08-26&quot;:2.62},{&quot;2026-08-27&quot;:2.59},{&quot;2026-08-28&quot;:2.58},{&quot;2026-08-29&quot;:2.58},{&quot;2026-08-30&quot;:2.19},{&quot;2026-08-31&quot;:2.53},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.76},{&quot;2026-09-03&quot;:3.39},{&quot;2026-09-04&quot;:3.51},{&quot;2026-09-05&quot;:3.65},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.72},{&quot;2026-09-08&quot;:3.66},{&quot;2026-09-09&quot;:3.63},{&quot;2026-09-10&quot;:3.42},{&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
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14900"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-cmm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Mystic Forge
        </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-4'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Mystic Forge" src="https://cards.scryfall.io/large/front/b/c/bc0de77a-c503-4000-9eb5-aa28a5e91082.jpg?1783915403" />
    </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">
                $3.44
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$4.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;normal&quot;:[{&quot;2026-06-11&quot;:2.82},{&quot;2026-06-12&quot;:2.82},{&quot;2026-06-13&quot;:2.79},{&quot;2026-06-14&quot;:2.78},{&quot;2026-06-15&quot;:2.81},{&quot;2026-06-16&quot;:2.9},{&quot;2026-06-17&quot;:2.9},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:2.94},{&quot;2026-06-20&quot;:2.9},{&quot;2026-06-21&quot;:2.87},{&quot;2026-06-22&quot;:2.92},{&quot;2026-06-23&quot;:2.91},{&quot;2026-06-24&quot;:2.9},{&quot;2026-06-25&quot;:2.91},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.9},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.91},{&quot;2026-07-01&quot;:2.95},{&quot;2026-07-02&quot;:2.94},{&quot;2026-07-03&quot;:2.95},{&quot;2026-07-04&quot;:2.96},{&quot;2026-07-05&quot;:2.95},{&quot;2026-07-06&quot;:2.92},{&quot;2026-07-07&quot;:2.93},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.96},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:2.96},{&quot;2026-07-13&quot;:2.96},{&quot;2026-07-14&quot;:2.96},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:2.97},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:3.01},{&quot;2026-07-19&quot;:3.02},{&quot;2026-07-20&quot;:2.96},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:2.94},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.98},{&quot;2026-07-27&quot;:2.92},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.89},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.88},{&quot;2026-08-01&quot;:2.87},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:2.87},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.87},{&quot;2026-08-07&quot;:2.84},{&quot;2026-08-08&quot;:2.83},{&quot;2026-08-09&quot;:2.83},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.84},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.89},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.91},{&quot;2026-08-16&quot;:2.91},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.88},{&quot;2026-08-19&quot;:2.88},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.97},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:3.0},{&quot;2026-08-24&quot;:3.03},{&quot;2026-08-25&quot;:3.03},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:3.08},{&quot;2026-08-28&quot;:3.2},{&quot;2026-08-29&quot;:3.2},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.3},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.38},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14982"
  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">
            Eldrazi Temple
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Eldrazi Temple
        </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="Eldrazi Temple" src="https://cards.scryfall.io/large/front/c/b/cbab7e1f-305e-4733-aa70-b27285740925.jpg?1783915392" />
    </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">
                $3.44
              </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">$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-13&quot;:3.85},{&quot;2026-06-14&quot;:3.94},{&quot;2026-06-15&quot;:3.94},{&quot;2026-06-16&quot;:3.94},{&quot;2026-06-17&quot;:3.94},{&quot;2026-06-18&quot;:4.03},{&quot;2026-06-19&quot;:4.04},{&quot;2026-06-20&quot;:3.88},{&quot;2026-06-21&quot;:3.66},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-23&quot;:3.8},{&quot;2026-06-24&quot;:3.8},{&quot;2026-06-25&quot;:3.8},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.74},{&quot;2026-06-29&quot;:3.81},{&quot;2026-06-30&quot;:3.8},{&quot;2026-07-01&quot;:3.87},{&quot;2026-07-02&quot;:3.87},{&quot;2026-07-03&quot;:3.86},{&quot;2026-07-04&quot;:3.86},{&quot;2026-07-05&quot;:3.86},{&quot;2026-07-06&quot;:3.86},{&quot;2026-07-07&quot;:3.81},{&quot;2026-07-08&quot;:3.72},{&quot;2026-07-09&quot;:3.72},{&quot;2026-07-10&quot;:3.64},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.62},{&quot;2026-07-13&quot;:3.69},{&quot;2026-07-14&quot;:3.69},{&quot;2026-07-15&quot;:3.59},{&quot;2026-07-16&quot;:3.48},{&quot;2026-07-17&quot;:3.41},{&quot;2026-07-18&quot;:3.33},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.28},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-22&quot;:3.36},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-24&quot;:3.38},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.32},{&quot;2026-07-27&quot;:3.33},{&quot;2026-07-28&quot;:3.33},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.48},{&quot;2026-07-31&quot;:3.46},{&quot;2026-08-01&quot;:3.46},{&quot;2026-08-02&quot;:3.46},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.47},{&quot;2026-08-05&quot;:3.47},{&quot;2026-08-07&quot;:3.54},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.54},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.54},{&quot;2026-08-13&quot;:3.51},{&quot;2026-08-14&quot;:3.51},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.49},{&quot;2026-08-19&quot;:3.49},{&quot;2026-08-20&quot;:3.49},{&quot;2026-08-21&quot;:3.49},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.49},{&quot;2026-08-24&quot;:3.47},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.43},{&quot;2026-08-29&quot;:3.43},{&quot;2026-08-30&quot;:3.58},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.61},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.6},{&quot;2026-09-04&quot;:3.6},{&quot;2026-09-05&quot;:3.51},{&quot;2026-09-06&quot;:3.51},{&quot;2026-09-07&quot;:3.51},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="20804"
  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">
            Marchesa, the Black Rose
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Marchesa, the Black Rose" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/2/3242a9f0-2ba3-4852-ac8f-366772ac1c62.jpg?1783921817" />

        <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">
            Marchesa, the Black Rose
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Human 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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Marchesa, the Black Rose" src="https://cards.scryfall.io/large/front/3/2/3242a9f0-2ba3-4852-ac8f-366772ac1c62.jpg?1783921817" />
    </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">
                $3.44
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.61},{&quot;2026-06-15&quot;:2.61},{&quot;2026-06-16&quot;:2.61},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.6},{&quot;2026-06-19&quot;:2.56},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-23&quot;:2.56},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.56},{&quot;2026-06-26&quot;:2.56},{&quot;2026-06-27&quot;:2.5},{&quot;2026-06-28&quot;:2.5},{&quot;2026-06-29&quot;:2.51},{&quot;2026-06-30&quot;:2.51},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.46},{&quot;2026-07-03&quot;:2.46},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.54},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.54},{&quot;2026-07-08&quot;:2.54},{&quot;2026-07-09&quot;:2.64},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.64},{&quot;2026-07-12&quot;:2.64},{&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.6},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.6},{&quot;2026-07-20&quot;:2.6},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-22&quot;:2.6},{&quot;2026-07-23&quot;:2.6},{&quot;2026-07-24&quot;:2.6},{&quot;2026-07-25&quot;:2.6},{&quot;2026-07-26&quot;:2.6},{&quot;2026-07-27&quot;:2.6},{&quot;2026-07-28&quot;:2.57},{&quot;2026-07-29&quot;:2.57},{&quot;2026-07-30&quot;:2.57},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.52},{&quot;2026-08-03&quot;:2.49},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.49},{&quot;2026-08-08&quot;:2.49},{&quot;2026-08-09&quot;:2.49},{&quot;2026-08-10&quot;:2.49},{&quot;2026-08-11&quot;:2.49},{&quot;2026-08-12&quot;:2.49},{&quot;2026-08-13&quot;:2.51},{&quot;2026-08-14&quot;:2.51},{&quot;2026-08-15&quot;:2.5},{&quot;2026-08-16&quot;:2.5},{&quot;2026-08-17&quot;:2.51},{&quot;2026-08-18&quot;:2.51},{&quot;2026-08-19&quot;:2.51},{&quot;2026-08-20&quot;:2.51},{&quot;2026-08-21&quot;:2.51},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.49},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.49},{&quot;2026-08-27&quot;:2.49},{&quot;2026-08-28&quot;:2.49},{&quot;2026-08-29&quot;:2.49},{&quot;2026-08-30&quot;:2.49},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.49},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.5},{&quot;2026-09-05&quot;:2.5},{&quot;2026-09-06&quot;:2.5},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.56},{&quot;2026-09-09&quot;:2.56},{&quot;2026-09-10&quot;:2.56},{&quot;2026-09-11&quot;:2.56}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.77},{&quot;2026-06-14&quot;:2.89},{&quot;2026-06-15&quot;:2.9},{&quot;2026-06-16&quot;:2.99},{&quot;2026-06-17&quot;:2.99},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.89},{&quot;2026-06-21&quot;:3.17},{&quot;2026-06-22&quot;:3.17},{&quot;2026-06-23&quot;:3.17},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.39},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.45},{&quot;2026-06-28&quot;:3.44},{&quot;2026-06-29&quot;:3.37},{&quot;2026-06-30&quot;:3.47},{&quot;2026-07-01&quot;:3.5},{&quot;2026-07-02&quot;:3.6},{&quot;2026-07-03&quot;:3.58},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.58},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.78},{&quot;2026-07-08&quot;:3.78},{&quot;2026-07-09&quot;:3.78},{&quot;2026-07-10&quot;:3.78},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.84},{&quot;2026-07-13&quot;:3.92},{&quot;2026-07-14&quot;:3.92},{&quot;2026-07-15&quot;:3.92},{&quot;2026-07-16&quot;:3.89},{&quot;2026-07-17&quot;:3.89},{&quot;2026-07-18&quot;:3.85},{&quot;2026-07-19&quot;:3.82},{&quot;2026-07-20&quot;:3.82},{&quot;2026-07-21&quot;:3.91},{&quot;2026-07-22&quot;:3.82},{&quot;2026-07-23&quot;:3.82},{&quot;2026-07-24&quot;:3.82},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.65},{&quot;2026-07-27&quot;:3.53},{&quot;2026-07-28&quot;:3.57},{&quot;2026-07-29&quot;:3.47},{&quot;2026-07-30&quot;:3.47},{&quot;2026-07-31&quot;:3.47},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.47},{&quot;2026-08-03&quot;:3.35},{&quot;2026-08-04&quot;:3.35},{&quot;2026-08-05&quot;:3.31},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.17},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:3.0},{&quot;2026-08-11&quot;:2.83},{&quot;2026-08-12&quot;:2.79},{&quot;2026-08-13&quot;:2.75},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.76},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.73},{&quot;2026-08-19&quot;:2.73},{&quot;2026-08-20&quot;:2.8},{&quot;2026-08-21&quot;:2.78},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.73},{&quot;2026-08-26&quot;:2.75},{&quot;2026-08-27&quot;:2.79},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.28},{&quot;2026-09-04&quot;:3.14},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.24},{&quot;2026-09-07&quot;:3.24},{&quot;2026-09-08&quot;:3.28},{&quot;2026-09-09&quot;:3.28},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="The Mindskinner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/f/7f1bb4c5-99be-46cc-ad54-7affb5f0144c.jpg?1783909491" />

        <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 Mindskinner
        </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 Enchantment Creature — Nightmare</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><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="The Mindskinner" src="https://cards.scryfall.io/large/front/7/f/7f1bb4c5-99be-46cc-ad54-7affb5f0144c.jpg?1783909491" />
    </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">
                $3.44
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.79
              </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-10&quot;:3.37},{&quot;2026-06-11&quot;:3.27},{&quot;2026-06-12&quot;:3.27},{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.31},{&quot;2026-06-15&quot;:3.25},{&quot;2026-06-16&quot;:3.25},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.13},{&quot;2026-06-19&quot;:3.1},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.1},{&quot;2026-06-22&quot;:3.1},{&quot;2026-06-23&quot;:3.17},{&quot;2026-06-24&quot;:3.15},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.14},{&quot;2026-06-28&quot;:3.14},{&quot;2026-06-29&quot;:3.14},{&quot;2026-06-30&quot;:3.12},{&quot;2026-07-01&quot;:3.19},{&quot;2026-07-02&quot;:3.21},{&quot;2026-07-03&quot;:3.21},{&quot;2026-07-04&quot;:3.21},{&quot;2026-07-05&quot;:3.32},{&quot;2026-07-06&quot;:3.35},{&quot;2026-07-07&quot;:3.35},{&quot;2026-07-08&quot;:3.39},{&quot;2026-07-09&quot;:3.39},{&quot;2026-07-10&quot;:3.42},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.39},{&quot;2026-07-15&quot;:3.4},{&quot;2026-07-16&quot;:3.37},{&quot;2026-07-17&quot;:3.35},{&quot;2026-07-18&quot;:3.35},{&quot;2026-07-19&quot;:3.36},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.53},{&quot;2026-07-23&quot;:3.6},{&quot;2026-07-25&quot;:3.64},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.64},{&quot;2026-07-29&quot;:3.72},{&quot;2026-07-30&quot;:3.72},{&quot;2026-07-31&quot;:3.72},{&quot;2026-08-01&quot;:3.72},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.73},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.7},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.67},{&quot;2026-08-09&quot;:3.67},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.78},{&quot;2026-08-12&quot;:3.78},{&quot;2026-08-13&quot;:3.74},{&quot;2026-08-14&quot;:3.59},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.56},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.75},{&quot;2026-08-19&quot;:3.72},{&quot;2026-08-20&quot;:3.72},{&quot;2026-08-21&quot;:3.66},{&quot;2026-08-22&quot;:3.57},{&quot;2026-08-23&quot;:3.57},{&quot;2026-08-24&quot;:3.56},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.54},{&quot;2026-08-27&quot;:3.6},{&quot;2026-08-28&quot;:3.6},{&quot;2026-08-29&quot;:3.6},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.73},{&quot;2026-09-04&quot;:3.73},{&quot;2026-09-05&quot;:3.79},{&quot;2026-09-06&quot;:3.79},{&quot;2026-09-07&quot;:3.74},{&quot;2026-09-08&quot;:3.74},{&quot;2026-09-09&quot;:3.74},{&quot;2026-09-10&quot;:3.84},{&quot;2026-09-11&quot;:3.79}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.18},{&quot;2026-06-11&quot;:3.01},{&quot;2026-06-12&quot;:2.9},{&quot;2026-06-13&quot;:3.03},{&quot;2026-06-14&quot;:3.23},{&quot;2026-06-15&quot;:2.81},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.94},{&quot;2026-06-19&quot;:3.0},{&quot;2026-06-20&quot;:3.06},{&quot;2026-06-21&quot;:3.19},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:2.97},{&quot;2026-06-24&quot;:2.91},{&quot;2026-06-25&quot;:2.75},{&quot;2026-06-26&quot;:2.51},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.74},{&quot;2026-06-30&quot;:2.85},{&quot;2026-07-01&quot;:3.02},{&quot;2026-07-02&quot;:2.98},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.36},{&quot;2026-07-05&quot;:2.73},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.64},{&quot;2026-07-11&quot;:2.52},{&quot;2026-07-12&quot;:2.38},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.5},{&quot;2026-07-15&quot;:2.86},{&quot;2026-07-16&quot;:3.08},{&quot;2026-07-17&quot;:3.56},{&quot;2026-07-18&quot;:3.52},{&quot;2026-07-19&quot;:3.52},{&quot;2026-07-20&quot;:3.48},{&quot;2026-07-21&quot;:3.4},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-29&quot;:2.75},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.59},{&quot;2026-08-01&quot;:2.56},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:3.43},{&quot;2026-08-04&quot;:3.7},{&quot;2026-08-05&quot;:3.59},{&quot;2026-08-07&quot;:3.15},{&quot;2026-08-08&quot;:3.15},{&quot;2026-08-09&quot;:2.84},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.51},{&quot;2026-08-16&quot;:3.24},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.4},{&quot;2026-08-19&quot;:2.35},{&quot;2026-08-20&quot;:2.35},{&quot;2026-08-21&quot;:2.67},{&quot;2026-08-22&quot;:2.65},{&quot;2026-08-23&quot;:2.59},{&quot;2026-08-24&quot;:2.49},{&quot;2026-08-25&quot;:2.49},{&quot;2026-08-26&quot;:2.3},{&quot;2026-08-27&quot;:2.35},{&quot;2026-08-28&quot;:2.18},{&quot;2026-08-29&quot;:2.18},{&quot;2026-08-30&quot;:2.36},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.99},{&quot;2026-09-07&quot;:3.14},{&quot;2026-09-08&quot;:3.08},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.45},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="28156"
  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-5ed 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">
            Verduran Enchantress
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Verduran Enchantress
        </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 Druid</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>
          </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="Verduran Enchantress" src="https://cards.scryfall.io/large/front/d/6/d6d5bf9e-db83-498d-bccc-9588f2fcb9ff.jpg?1783946887" />
    </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">
                $3.44
              </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.35</span>
              <span class="text-xs text-grey-text">Credit: $1.76</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.63},{&quot;2026-06-12&quot;:2.58},{&quot;2026-06-13&quot;:2.58},{&quot;2026-06-14&quot;:2.58},{&quot;2026-06-15&quot;:2.58},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.58},{&quot;2026-06-20&quot;:2.58},{&quot;2026-06-21&quot;:2.58},{&quot;2026-06-22&quot;:2.58},{&quot;2026-06-23&quot;:2.58},{&quot;2026-06-24&quot;:2.72},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.6},{&quot;2026-06-27&quot;:3.66},{&quot;2026-06-28&quot;:3.66},{&quot;2026-06-29&quot;:3.66},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.54},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:4.18},{&quot;2026-07-04&quot;:4.18},{&quot;2026-07-05&quot;:4.54},{&quot;2026-07-06&quot;:4.54},{&quot;2026-07-07&quot;:4.54},{&quot;2026-07-08&quot;:4.54},{&quot;2026-07-09&quot;:4.54},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.54},{&quot;2026-07-12&quot;:4.54},{&quot;2026-07-13&quot;:4.54},{&quot;2026-07-14&quot;:4.54},{&quot;2026-07-15&quot;:4.54},{&quot;2026-07-16&quot;:4.54},{&quot;2026-07-17&quot;:4.54},{&quot;2026-07-18&quot;:4.54},{&quot;2026-07-19&quot;:4.25},{&quot;2026-07-20&quot;:4.25},{&quot;2026-07-21&quot;:4.25},{&quot;2026-07-23&quot;:4.25},{&quot;2026-07-25&quot;:4.25},{&quot;2026-07-26&quot;:4.25},{&quot;2026-07-27&quot;:4.25},{&quot;2026-07-28&quot;:4.25},{&quot;2026-07-29&quot;:4.25},{&quot;2026-07-30&quot;:4.25},{&quot;2026-07-31&quot;:4.25},{&quot;2026-08-01&quot;:4.25},{&quot;2026-08-02&quot;:4.25},{&quot;2026-08-03&quot;:4.25},{&quot;2026-08-04&quot;:4.25},{&quot;2026-08-05&quot;:3.88},{&quot;2026-08-07&quot;:3.88},{&quot;2026-08-08&quot;:3.88},{&quot;2026-08-09&quot;:3.88},{&quot;2026-08-10&quot;:3.88},{&quot;2026-08-11&quot;:3.88},{&quot;2026-08-12&quot;:3.88},{&quot;2026-08-13&quot;:3.88},{&quot;2026-08-14&quot;:3.65},{&quot;2026-08-15&quot;:3.65},{&quot;2026-08-16&quot;:3.41},{&quot;2026-08-17&quot;:3.41},{&quot;2026-08-18&quot;:3.41},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.38},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.38},{&quot;2026-08-24&quot;:3.38},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.54},{&quot;2026-08-27&quot;:3.54},{&quot;2026-08-28&quot;:3.54},{&quot;2026-08-29&quot;:3.54},{&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.44},{&quot;2026-09-03&quot;:3.44},{&quot;2026-09-04&quot;:3.44},{&quot;2026-09-05&quot;:3.44},{&quot;2026-09-06&quot;:3.44},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/b/c/bc89db46-0df6-4ce1-b162-233f5fe1b554.jpg?1783926167" />
    </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">
                $3.44
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.39},{&quot;2026-06-14&quot;:3.39},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.44},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.35},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.35},{&quot;2026-06-21&quot;:3.35},{&quot;2026-06-22&quot;:3.32},{&quot;2026-06-23&quot;:3.31},{&quot;2026-06-24&quot;:3.22},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.25},{&quot;2026-06-27&quot;:3.25},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.06},{&quot;2026-06-30&quot;:3.03},{&quot;2026-07-01&quot;:3.03},{&quot;2026-07-02&quot;:3.03},{&quot;2026-07-03&quot;:3.03},{&quot;2026-07-04&quot;:3.11},{&quot;2026-07-05&quot;:3.11},{&quot;2026-07-06&quot;:3.09},{&quot;2026-07-07&quot;:3.12},{&quot;2026-07-08&quot;:3.04},{&quot;2026-07-09&quot;:3.04},{&quot;2026-07-10&quot;:3.04},{&quot;2026-07-11&quot;:3.09},{&quot;2026-07-12&quot;:3.09},{&quot;2026-07-13&quot;:3.13},{&quot;2026-07-14&quot;:3.13},{&quot;2026-07-15&quot;:3.05},{&quot;2026-07-16&quot;:3.05},{&quot;2026-07-17&quot;:3.02},{&quot;2026-07-18&quot;:2.95},{&quot;2026-07-19&quot;:2.89},{&quot;2026-07-20&quot;:3.09},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-22&quot;:3.25},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-24&quot;:3.25},{&quot;2026-07-25&quot;:3.25},{&quot;2026-07-26&quot;:3.25},{&quot;2026-07-27&quot;:3.25},{&quot;2026-07-28&quot;:3.18},{&quot;2026-07-29&quot;:3.18},{&quot;2026-07-30&quot;:3.18},{&quot;2026-07-31&quot;:3.18},{&quot;2026-08-01&quot;:3.18},{&quot;2026-08-02&quot;:3.39},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.5},{&quot;2026-08-07&quot;:3.5},{&quot;2026-08-08&quot;:3.6},{&quot;2026-08-09&quot;:3.6},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.54},{&quot;2026-08-12&quot;:3.66},{&quot;2026-08-13&quot;:3.78},{&quot;2026-08-14&quot;:3.74},{&quot;2026-08-15&quot;:3.74},{&quot;2026-08-16&quot;:3.66},{&quot;2026-08-17&quot;:3.57},{&quot;2026-08-18&quot;:3.59},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.55},{&quot;2026-08-21&quot;:3.6},{&quot;2026-08-22&quot;:3.6},{&quot;2026-08-23&quot;:3.6},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.4},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.45},{&quot;2026-08-29&quot;:3.45},{&quot;2026-08-30&quot;:3.55},{&quot;2026-08-31&quot;:3.52},{&quot;2026-09-01&quot;:3.62},{&quot;2026-09-02&quot;:3.62},{&quot;2026-09-03&quot;:3.62},{&quot;2026-09-04&quot;:3.53},{&quot;2026-09-05&quot;:3.53},{&quot;2026-09-06&quot;:3.53},{&quot;2026-09-07&quot;:3.53},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Nettlecyst" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/a/4a0bb5dc-75a6-4bd6-81f8-611197fb0fba.jpg?1783926803" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nettlecyst" src="https://cards.scryfall.io/large/front/4/a/4a0bb5dc-75a6-4bd6-81f8-611197fb0fba.jpg?1783926803" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $3.44
              </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.90
              </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-12&quot;:4.56},{&quot;2026-06-13&quot;:4.56},{&quot;2026-06-14&quot;:4.56},{&quot;2026-06-15&quot;:4.56},{&quot;2026-06-16&quot;:4.56},{&quot;2026-06-17&quot;:4.56},{&quot;2026-06-18&quot;:4.6},{&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.7},{&quot;2026-06-23&quot;:4.7},{&quot;2026-06-24&quot;:4.7},{&quot;2026-06-25&quot;:4.64},{&quot;2026-06-26&quot;:4.64},{&quot;2026-06-27&quot;:4.64},{&quot;2026-06-28&quot;:4.64},{&quot;2026-06-29&quot;:4.64},{&quot;2026-06-30&quot;:4.64},{&quot;2026-07-01&quot;:4.64},{&quot;2026-07-02&quot;:4.38},{&quot;2026-07-03&quot;:4.38},{&quot;2026-07-04&quot;:4.45},{&quot;2026-07-05&quot;:4.45},{&quot;2026-07-06&quot;:4.45},{&quot;2026-07-07&quot;:4.74},{&quot;2026-07-08&quot;:4.52},{&quot;2026-07-09&quot;:4.59},{&quot;2026-07-10&quot;:4.59},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.59},{&quot;2026-07-13&quot;:4.71},{&quot;2026-07-14&quot;:4.95},{&quot;2026-07-15&quot;:5.06},{&quot;2026-07-16&quot;:5.06},{&quot;2026-07-17&quot;:5.15},{&quot;2026-07-18&quot;:5.15},{&quot;2026-07-19&quot;:5.15},{&quot;2026-07-20&quot;:5.55},{&quot;2026-07-21&quot;:5.55},{&quot;2026-07-23&quot;:5.55},{&quot;2026-07-24&quot;:5.6},{&quot;2026-07-25&quot;:5.6},{&quot;2026-07-26&quot;:5.61},{&quot;2026-07-27&quot;:5.63},{&quot;2026-07-28&quot;:5.63},{&quot;2026-07-29&quot;:5.63},{&quot;2026-07-30&quot;:5.63},{&quot;2026-07-31&quot;:5.63},{&quot;2026-08-01&quot;:5.63},{&quot;2026-08-02&quot;:5.66},{&quot;2026-08-03&quot;:5.66},{&quot;2026-08-04&quot;:5.66},{&quot;2026-08-05&quot;:5.66},{&quot;2026-08-07&quot;:5.6},{&quot;2026-08-08&quot;:5.6},{&quot;2026-08-09&quot;:5.6},{&quot;2026-08-10&quot;:5.6},{&quot;2026-08-11&quot;:5.6},{&quot;2026-08-12&quot;:5.6},{&quot;2026-08-13&quot;:5.6},{&quot;2026-08-14&quot;:5.6},{&quot;2026-08-15&quot;:5.6},{&quot;2026-08-16&quot;:5.6},{&quot;2026-08-17&quot;:5.6},{&quot;2026-08-18&quot;:5.6},{&quot;2026-08-19&quot;:5.69},{&quot;2026-08-20&quot;:5.69},{&quot;2026-08-21&quot;:5.69},{&quot;2026-08-22&quot;:5.46},{&quot;2026-08-23&quot;:5.46},{&quot;2026-08-24&quot;:5.46},{&quot;2026-08-25&quot;:5.57},{&quot;2026-08-26&quot;:5.57},{&quot;2026-08-27&quot;:5.57},{&quot;2026-08-28&quot;:5.57},{&quot;2026-08-29&quot;:5.57},{&quot;2026-08-30&quot;:5.57},{&quot;2026-08-31&quot;:5.57},{&quot;2026-09-01&quot;:5.58},{&quot;2026-09-02&quot;:5.58},{&quot;2026-09-03&quot;:5.67},{&quot;2026-09-04&quot;:5.9},{&quot;2026-09-05&quot;:5.9},{&quot;2026-09-06&quot;:5.9},{&quot;2026-09-07&quot;:5.9},{&quot;2026-09-08&quot;:5.9},{&quot;2026-09-09&quot;:5.9},{&quot;2026-09-10&quot;:5.9},{&quot;2026-09-11&quot;:5.9}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.01},{&quot;2026-06-13&quot;:2.95},{&quot;2026-06-14&quot;:3.07},{&quot;2026-06-15&quot;:3.04},{&quot;2026-06-16&quot;:3.12},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.9},{&quot;2026-06-20&quot;:2.74},{&quot;2026-06-21&quot;:2.68},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.71},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.86},{&quot;2026-06-29&quot;:3.05},{&quot;2026-06-30&quot;:3.19},{&quot;2026-07-01&quot;:3.22},{&quot;2026-07-02&quot;:3.37},{&quot;2026-07-03&quot;:3.17},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.12},{&quot;2026-07-06&quot;:2.99},{&quot;2026-07-07&quot;:2.96},{&quot;2026-07-08&quot;:2.96},{&quot;2026-07-09&quot;:3.0},{&quot;2026-07-10&quot;:2.97},{&quot;2026-07-11&quot;:3.03},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:2.99},{&quot;2026-07-15&quot;:3.05},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.27},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-23&quot;:2.91},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:3.05},{&quot;2026-07-26&quot;:3.05},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:3.12},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:2.92},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:3.05},{&quot;2026-08-02&quot;:3.25},{&quot;2026-08-03&quot;:3.3},{&quot;2026-08-04&quot;:3.2},{&quot;2026-08-05&quot;:3.29},{&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.41},{&quot;2026-08-11&quot;:3.32},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.17},{&quot;2026-08-14&quot;:2.98},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.89},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.2},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.15},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.14},{&quot;2026-08-27&quot;:3.26},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.3},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.22},{&quot;2026-09-03&quot;:3.2},{&quot;2026-09-04&quot;:3.2},{&quot;2026-09-05&quot;:3.45},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.78},{&quot;2026-09-09&quot;:3.73},{&quot;2026-09-10&quot;:3.52},{&quot;2026-09-11&quot;:3.44}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Yargle and Multani" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9c15e244-14cc-46a5-abd4-66a58d1c0dd0.jpg?1783916936" />

        <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">
            Yargle and Multani
        </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 — Frog Spirit 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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Yargle and Multani" src="https://cards.scryfall.io/large/front/9/c/9c15e244-14cc-46a5-abd4-66a58d1c0dd0.jpg?1783916936" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.01},{&quot;2026-06-14&quot;:3.01},{&quot;2026-06-15&quot;:3.01},{&quot;2026-06-16&quot;:3.01},{&quot;2026-06-17&quot;:2.99},{&quot;2026-06-18&quot;:2.99},{&quot;2026-06-19&quot;:2.99},{&quot;2026-06-20&quot;:3.01},{&quot;2026-06-21&quot;:2.92},{&quot;2026-06-22&quot;:2.9},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:3.05},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.03},{&quot;2026-06-27&quot;:3.06},{&quot;2026-06-28&quot;:3.06},{&quot;2026-06-29&quot;:3.12},{&quot;2026-06-30&quot;:3.12},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.13},{&quot;2026-07-03&quot;:3.1},{&quot;2026-07-04&quot;:3.1},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:3.03},{&quot;2026-07-07&quot;:3.05},{&quot;2026-07-08&quot;:3.15},{&quot;2026-07-09&quot;:2.9},{&quot;2026-07-10&quot;:2.9},{&quot;2026-07-11&quot;:2.98},{&quot;2026-07-12&quot;:2.98},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.88},{&quot;2026-07-17&quot;:2.88},{&quot;2026-07-18&quot;:2.88},{&quot;2026-07-19&quot;:2.88},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.77},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.77},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.78},{&quot;2026-07-26&quot;:2.78},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-28&quot;:2.74},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.79},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.66},{&quot;2026-08-02&quot;:2.66},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.66},{&quot;2026-08-08&quot;:2.66},{&quot;2026-08-09&quot;:2.66},{&quot;2026-08-10&quot;:2.66},{&quot;2026-08-11&quot;:2.66},{&quot;2026-08-12&quot;:2.61},{&quot;2026-08-13&quot;:2.63},{&quot;2026-08-14&quot;:2.63},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.66},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.66},{&quot;2026-08-21&quot;:2.66},{&quot;2026-08-22&quot;:2.66},{&quot;2026-08-23&quot;:2.66},{&quot;2026-08-24&quot;:2.66},{&quot;2026-08-25&quot;:2.85},{&quot;2026-08-26&quot;:2.9},{&quot;2026-08-27&quot;:2.9},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.81},{&quot;2026-09-01&quot;:2.81},{&quot;2026-09-02&quot;:2.81},{&quot;2026-09-03&quot;:2.81},{&quot;2026-09-04&quot;:3.01},{&quot;2026-09-05&quot;:3.04},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.09},{&quot;2026-09-08&quot;:3.09},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.1},{&quot;2026-09-11&quot;:3.11}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.73},{&quot;2026-06-17&quot;:3.57},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.47},{&quot;2026-06-20&quot;:3.64},{&quot;2026-06-21&quot;:3.42},{&quot;2026-06-22&quot;:3.55},{&quot;2026-06-23&quot;:3.5},{&quot;2026-06-24&quot;:3.56},{&quot;2026-06-25&quot;:3.56},{&quot;2026-06-26&quot;:3.57},{&quot;2026-06-27&quot;:3.37},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.33},{&quot;2026-07-01&quot;:3.37},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.15},{&quot;2026-07-04&quot;:3.06},{&quot;2026-07-05&quot;:3.06},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:2.93},{&quot;2026-07-10&quot;:2.83},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.83},{&quot;2026-07-13&quot;:2.97},{&quot;2026-07-14&quot;:3.01},{&quot;2026-07-15&quot;:2.95},{&quot;2026-07-16&quot;:3.12},{&quot;2026-07-17&quot;:3.21},{&quot;2026-07-18&quot;:3.17},{&quot;2026-07-19&quot;:3.27},{&quot;2026-07-20&quot;:3.33},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-22&quot;:3.25},{&quot;2026-07-23&quot;:3.28},{&quot;2026-07-24&quot;:3.12},{&quot;2026-07-25&quot;:3.02},{&quot;2026-07-26&quot;:3.07},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.9},{&quot;2026-07-31&quot;:2.75},{&quot;2026-08-01&quot;:2.72},{&quot;2026-08-02&quot;:2.75},{&quot;2026-08-03&quot;:2.72},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.69},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:3.11},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.43},{&quot;2026-08-12&quot;:3.43},{&quot;2026-08-13&quot;:3.39},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.04},{&quot;2026-08-16&quot;:2.97},{&quot;2026-08-17&quot;:2.95},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.82},{&quot;2026-08-20&quot;:2.98},{&quot;2026-08-21&quot;:2.96},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.29},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.46},{&quot;2026-08-27&quot;:3.48},{&quot;2026-08-28&quot;:3.31},{&quot;2026-08-29&quot;:3.31},{&quot;2026-08-30&quot;:3.56},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.64},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.22},{&quot;2026-09-07&quot;:3.17},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:3.28},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Heronblade Elite" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/f/8f4eeb6a-d391-4baa-b6f3-d2f6fbb516bb.jpg?1783925361" />

        <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">
            Heronblade Elite
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Heronblade Elite" src="https://cards.scryfall.io/large/front/8/f/8f4eeb6a-d391-4baa-b6f3-d2f6fbb516bb.jpg?1783925361" />
    </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">
                $3.43
              </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">$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;normal&quot;:[{&quot;2026-06-13&quot;:3.35},{&quot;2026-06-14&quot;:3.19},{&quot;2026-06-15&quot;:3.42},{&quot;2026-06-16&quot;:3.42},{&quot;2026-06-17&quot;:3.24},{&quot;2026-06-18&quot;:3.23},{&quot;2026-06-19&quot;:3.04},{&quot;2026-06-20&quot;:3.04},{&quot;2026-06-21&quot;:3.02},{&quot;2026-06-22&quot;:3.01},{&quot;2026-06-23&quot;:3.01},{&quot;2026-06-24&quot;:2.87},{&quot;2026-06-25&quot;:2.87},{&quot;2026-06-26&quot;:2.87},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.87},{&quot;2026-06-30&quot;:2.87},{&quot;2026-07-01&quot;:2.87},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:3.04},{&quot;2026-07-05&quot;:3.16},{&quot;2026-07-06&quot;:3.14},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.47},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.5},{&quot;2026-07-12&quot;:3.53},{&quot;2026-07-13&quot;:3.55},{&quot;2026-07-14&quot;:3.55},{&quot;2026-07-15&quot;:3.55},{&quot;2026-07-16&quot;:3.55},{&quot;2026-07-17&quot;:3.5},{&quot;2026-07-18&quot;:3.5},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.51},{&quot;2026-07-22&quot;:3.56},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-24&quot;:3.56},{&quot;2026-07-25&quot;:3.59},{&quot;2026-07-26&quot;:3.55},{&quot;2026-07-27&quot;:3.55},{&quot;2026-07-28&quot;:3.55},{&quot;2026-07-29&quot;:3.55},{&quot;2026-07-30&quot;:3.55},{&quot;2026-07-31&quot;:3.6},{&quot;2026-08-01&quot;:3.59},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.61},{&quot;2026-08-04&quot;:3.55},{&quot;2026-08-05&quot;:3.62},{&quot;2026-08-07&quot;:3.68},{&quot;2026-08-08&quot;:3.69},{&quot;2026-08-09&quot;:3.7},{&quot;2026-08-10&quot;:3.7},{&quot;2026-08-11&quot;:3.7},{&quot;2026-08-12&quot;:3.7},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.6},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.45},{&quot;2026-08-19&quot;:3.45},{&quot;2026-08-20&quot;:3.45},{&quot;2026-08-21&quot;:3.45},{&quot;2026-08-22&quot;:3.45},{&quot;2026-08-23&quot;:3.45},{&quot;2026-08-24&quot;:3.45},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.38},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.38},{&quot;2026-09-01&quot;:3.49},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.49},{&quot;2026-09-06&quot;:3.5},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="74217"
  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">
            Elspeth Conquers Death
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Elspeth Conquers Death" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/a/5a6be1db-8651-4194-8e17-74c347bff5f1.jpg?1783928104" />

        <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">
            Elspeth Conquers Death
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Elspeth Conquers Death" src="https://cards.scryfall.io/large/front/5/a/5a6be1db-8651-4194-8e17-74c347bff5f1.jpg?1783928104" />
    </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">
                $3.43
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.57},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.54},{&quot;2026-06-16&quot;:2.54},{&quot;2026-06-17&quot;:2.59},{&quot;2026-06-18&quot;:2.59},{&quot;2026-06-19&quot;:2.59},{&quot;2026-06-20&quot;:2.59},{&quot;2026-06-21&quot;:2.59},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.59},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.55},{&quot;2026-06-27&quot;:2.55},{&quot;2026-06-28&quot;:2.55},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.8},{&quot;2026-07-01&quot;:2.8},{&quot;2026-07-02&quot;:2.8},{&quot;2026-07-03&quot;:2.8},{&quot;2026-07-04&quot;:2.71},{&quot;2026-07-05&quot;:2.71},{&quot;2026-07-06&quot;:2.71},{&quot;2026-07-07&quot;:2.71},{&quot;2026-07-08&quot;:2.71},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.66},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.74},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.9},{&quot;2026-07-16&quot;:2.9},{&quot;2026-07-17&quot;:2.9},{&quot;2026-07-18&quot;:2.9},{&quot;2026-07-19&quot;:2.93},{&quot;2026-07-20&quot;:2.93},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-22&quot;:2.93},{&quot;2026-07-23&quot;:2.93},{&quot;2026-07-24&quot;:2.93},{&quot;2026-07-25&quot;:2.93},{&quot;2026-07-26&quot;:3.0},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:3.05},{&quot;2026-07-31&quot;:3.05},{&quot;2026-08-01&quot;:3.05},{&quot;2026-08-02&quot;:2.91},{&quot;2026-08-03&quot;:2.91},{&quot;2026-08-04&quot;:2.97},{&quot;2026-08-05&quot;:3.02},{&quot;2026-08-07&quot;:3.02},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.12},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.15},{&quot;2026-08-18&quot;:3.17},{&quot;2026-08-19&quot;:3.17},{&quot;2026-08-20&quot;:3.17},{&quot;2026-08-21&quot;:3.17},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.17},{&quot;2026-08-28&quot;:3.17},{&quot;2026-08-29&quot;:3.17},{&quot;2026-08-30&quot;:3.25},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.31},{&quot;2026-09-02&quot;:3.31},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.31},{&quot;2026-09-05&quot;:3.31},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.43},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Glamdring
        </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 — Equipment</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="Glamdring" src="https://cards.scryfall.io/large/front/8/2/8296ebf7-45ed-4b38-acf2-b48d9fb3e706.jpg?1783916240" />
    </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.58
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.69},{&quot;2026-06-11&quot;:3.69},{&quot;2026-06-12&quot;:3.73},{&quot;2026-06-13&quot;:3.76},{&quot;2026-06-14&quot;:3.76},{&quot;2026-06-15&quot;:3.76},{&quot;2026-06-16&quot;:3.76},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.68},{&quot;2026-06-20&quot;:3.68},{&quot;2026-06-21&quot;:3.68},{&quot;2026-06-22&quot;:3.68},{&quot;2026-06-23&quot;:3.68},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.68},{&quot;2026-06-26&quot;:3.68},{&quot;2026-06-27&quot;:3.68},{&quot;2026-06-28&quot;:3.68},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.68},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.68},{&quot;2026-07-04&quot;:3.68},{&quot;2026-07-05&quot;:3.68},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.68},{&quot;2026-07-10&quot;:3.68},{&quot;2026-07-11&quot;:3.76},{&quot;2026-07-12&quot;:3.76},{&quot;2026-07-13&quot;:3.76},{&quot;2026-07-14&quot;:3.72},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.72},{&quot;2026-07-18&quot;:3.72},{&quot;2026-07-19&quot;:3.79},{&quot;2026-07-20&quot;:3.79},{&quot;2026-07-21&quot;:3.79},{&quot;2026-07-23&quot;:3.91},{&quot;2026-07-25&quot;:3.97},{&quot;2026-07-26&quot;:3.97},{&quot;2026-07-27&quot;:4.01},{&quot;2026-07-29&quot;:4.05},{&quot;2026-07-30&quot;:4.05},{&quot;2026-07-31&quot;:4.13},{&quot;2026-08-01&quot;:4.13},{&quot;2026-08-02&quot;:4.13},{&quot;2026-08-03&quot;:4.01},{&quot;2026-08-04&quot;:4.01},{&quot;2026-08-05&quot;:3.75},{&quot;2026-08-07&quot;:3.75},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.78},{&quot;2026-08-10&quot;:3.54},{&quot;2026-08-11&quot;:3.62},{&quot;2026-08-12&quot;:3.45},{&quot;2026-08-13&quot;:3.36},{&quot;2026-08-14&quot;:3.36},{&quot;2026-08-15&quot;:3.42},{&quot;2026-08-16&quot;:3.46},{&quot;2026-08-17&quot;:3.51},{&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.45},{&quot;2026-08-22&quot;:3.48},{&quot;2026-08-23&quot;:3.48},{&quot;2026-08-24&quot;:3.66},{&quot;2026-08-25&quot;:3.66},{&quot;2026-08-26&quot;:3.52},{&quot;2026-08-27&quot;:3.52},{&quot;2026-08-28&quot;:3.52},{&quot;2026-08-29&quot;:3.52},{&quot;2026-08-30&quot;:3.3},{&quot;2026-08-31&quot;:3.15},{&quot;2026-09-01&quot;:3.15},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.27},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.35},{&quot;2026-09-08&quot;:3.38},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.43}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.53},{&quot;2026-06-11&quot;:2.42},{&quot;2026-06-12&quot;:2.34},{&quot;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.29},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.02},{&quot;2026-06-19&quot;:2.02},{&quot;2026-06-20&quot;:2.02},{&quot;2026-06-21&quot;:2.06},{&quot;2026-06-22&quot;:2.07},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.16},{&quot;2026-06-26&quot;:2.1},{&quot;2026-06-27&quot;:2.06},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.01},{&quot;2026-06-30&quot;:2.03},{&quot;2026-07-01&quot;:2.01},{&quot;2026-07-02&quot;:2.0},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.96},{&quot;2026-07-05&quot;:1.89},{&quot;2026-07-06&quot;:1.85},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:1.9},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:2.06},{&quot;2026-07-12&quot;:2.13},{&quot;2026-07-13&quot;:2.12},{&quot;2026-07-14&quot;:2.07},{&quot;2026-07-15&quot;:2.04},{&quot;2026-07-16&quot;:2.06},{&quot;2026-07-17&quot;:2.1},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.1},{&quot;2026-07-20&quot;:2.01},{&quot;2026-07-21&quot;:2.07},{&quot;2026-07-23&quot;:2.24},{&quot;2026-07-25&quot;:2.33},{&quot;2026-07-26&quot;:2.33},{&quot;2026-07-27&quot;:2.37},{&quot;2026-07-29&quot;:2.52},{&quot;2026-07-30&quot;:2.57},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.65},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.59},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.59},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.48},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.47},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.29},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.23},{&quot;2026-08-15&quot;:2.23},{&quot;2026-08-16&quot;:2.38},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.58},{&quot;2026-08-19&quot;:2.56},{&quot;2026-08-20&quot;:2.56},{&quot;2026-08-21&quot;:2.61},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.77},{&quot;2026-08-24&quot;:2.86},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.9},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:2.97},{&quot;2026-08-31&quot;:3.07},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:2.97},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.41},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.44},{&quot;2026-09-07&quot;:3.47},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.6},{&quot;2026-09-10&quot;:3.58},{&quot;2026-09-11&quot;:3.58}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79887"
  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">
            Ancient Den
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Ancient Den
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact 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="Ancient Den" src="https://cards.scryfall.io/large/front/c/d/cddf6c54-d928-42f7-b2b6-7ee58be58148.jpg?1783927702" />
    </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">
                $3.43
              </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">
                $29.16
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:16.61},{&quot;2026-06-11&quot;:16.61},{&quot;2026-06-12&quot;:16.61},{&quot;2026-06-13&quot;:16.61},{&quot;2026-06-14&quot;:16.62},{&quot;2026-06-15&quot;:16.62},{&quot;2026-06-16&quot;:16.62},{&quot;2026-06-17&quot;:16.62},{&quot;2026-06-18&quot;:16.62},{&quot;2026-06-19&quot;:16.62},{&quot;2026-06-20&quot;:16.62},{&quot;2026-06-21&quot;:16.62},{&quot;2026-06-22&quot;:17.65},{&quot;2026-06-23&quot;:17.65},{&quot;2026-06-24&quot;:16.62},{&quot;2026-06-25&quot;:16.62},{&quot;2026-06-26&quot;:16.62},{&quot;2026-06-27&quot;:16.62},{&quot;2026-06-28&quot;:16.62},{&quot;2026-06-29&quot;:16.62},{&quot;2026-06-30&quot;:16.62},{&quot;2026-07-01&quot;:17.31},{&quot;2026-07-02&quot;:17.31},{&quot;2026-07-03&quot;:17.31},{&quot;2026-07-04&quot;:17.31},{&quot;2026-07-05&quot;:17.31},{&quot;2026-07-06&quot;:17.31},{&quot;2026-07-07&quot;:17.31},{&quot;2026-07-08&quot;:17.31},{&quot;2026-07-09&quot;:17.31},{&quot;2026-07-10&quot;:17.31},{&quot;2026-07-11&quot;:17.31},{&quot;2026-07-12&quot;:17.31},{&quot;2026-07-13&quot;:17.31},{&quot;2026-07-14&quot;:17.31},{&quot;2026-07-15&quot;:17.31},{&quot;2026-07-16&quot;:19.36},{&quot;2026-07-17&quot;:19.36},{&quot;2026-07-18&quot;:19.36},{&quot;2026-07-19&quot;:19.79},{&quot;2026-07-20&quot;:20.55},{&quot;2026-07-21&quot;:20.55},{&quot;2026-07-23&quot;:20.55},{&quot;2026-07-25&quot;:22.54},{&quot;2026-07-26&quot;:22.54},{&quot;2026-07-27&quot;:22.54},{&quot;2026-07-29&quot;:22.54},{&quot;2026-07-30&quot;:22.54},{&quot;2026-07-31&quot;:22.54},{&quot;2026-08-01&quot;:22.54},{&quot;2026-08-02&quot;:22.54},{&quot;2026-08-03&quot;:22.54},{&quot;2026-08-04&quot;:22.54},{&quot;2026-08-05&quot;:22.54},{&quot;2026-08-07&quot;:22.89},{&quot;2026-08-08&quot;:23.59},{&quot;2026-08-09&quot;:23.59},{&quot;2026-08-10&quot;:23.59},{&quot;2026-08-11&quot;:23.59},{&quot;2026-08-12&quot;:23.59},{&quot;2026-08-13&quot;:23.59},{&quot;2026-08-14&quot;:23.59},{&quot;2026-08-15&quot;:24.14},{&quot;2026-08-16&quot;:24.14},{&quot;2026-08-17&quot;:24.95},{&quot;2026-08-18&quot;:24.95},{&quot;2026-08-19&quot;:25.85},{&quot;2026-08-20&quot;:25.85},{&quot;2026-08-21&quot;:25.85},{&quot;2026-08-22&quot;:25.85},{&quot;2026-08-23&quot;:25.85},{&quot;2026-08-24&quot;:25.85},{&quot;2026-08-25&quot;:25.85},{&quot;2026-08-26&quot;:25.85},{&quot;2026-08-27&quot;:25.85},{&quot;2026-08-28&quot;:25.85},{&quot;2026-08-29&quot;:25.85},{&quot;2026-08-30&quot;:25.85},{&quot;2026-08-31&quot;:25.85},{&quot;2026-09-01&quot;:25.85},{&quot;2026-09-02&quot;:25.85},{&quot;2026-09-03&quot;:26.76},{&quot;2026-09-04&quot;:26.76},{&quot;2026-09-05&quot;:26.76},{&quot;2026-09-06&quot;:29.16},{&quot;2026-09-07&quot;:29.16},{&quot;2026-09-08&quot;:29.16},{&quot;2026-09-09&quot;:29.16},{&quot;2026-09-10&quot;:29.16},{&quot;2026-09-11&quot;:29.16}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.36},{&quot;2026-06-11&quot;:3.36},{&quot;2026-06-12&quot;:3.23},{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.36},{&quot;2026-06-15&quot;:3.36},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.56},{&quot;2026-06-18&quot;:3.56},{&quot;2026-06-19&quot;:3.56},{&quot;2026-06-20&quot;:3.56},{&quot;2026-06-21&quot;:3.56},{&quot;2026-06-22&quot;:3.56},{&quot;2026-06-23&quot;:3.66},{&quot;2026-06-24&quot;:3.66},{&quot;2026-06-25&quot;:3.66},{&quot;2026-06-26&quot;:3.78},{&quot;2026-06-27&quot;:4.52},{&quot;2026-06-28&quot;:4.52},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.41},{&quot;2026-07-02&quot;:4.18},{&quot;2026-07-03&quot;:4.25},{&quot;2026-07-04&quot;:4.25},{&quot;2026-07-05&quot;:4.04},{&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.03},{&quot;2026-07-10&quot;:4.13},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.13},{&quot;2026-07-13&quot;:4.13},{&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.08},{&quot;2026-07-19&quot;:4.18},{&quot;2026-07-20&quot;:4.18},{&quot;2026-07-21&quot;:4.18},{&quot;2026-07-23&quot;:4.07},{&quot;2026-07-25&quot;:4.07},{&quot;2026-07-26&quot;:4.07},{&quot;2026-07-27&quot;:3.97},{&quot;2026-07-29&quot;:3.9},{&quot;2026-07-30&quot;:3.9},{&quot;2026-07-31&quot;:3.92},{&quot;2026-08-01&quot;:3.92},{&quot;2026-08-02&quot;:4.02},{&quot;2026-08-03&quot;:4.06},{&quot;2026-08-04&quot;:4.06},{&quot;2026-08-05&quot;:3.97},{&quot;2026-08-07&quot;:3.56},{&quot;2026-08-08&quot;:3.42},{&quot;2026-08-09&quot;:3.42},{&quot;2026-08-10&quot;:3.42},{&quot;2026-08-11&quot;:3.19},{&quot;2026-08-12&quot;:3.19},{&quot;2026-08-13&quot;:3.19},{&quot;2026-08-14&quot;:3.19},{&quot;2026-08-15&quot;:3.19},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.19},{&quot;2026-08-19&quot;:3.19},{&quot;2026-08-20&quot;:3.19},{&quot;2026-08-21&quot;:3.26},{&quot;2026-08-22&quot;:3.25},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.25},{&quot;2026-08-25&quot;:3.25},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.28},{&quot;2026-08-28&quot;:3.28},{&quot;2026-08-29&quot;:3.28},{&quot;2026-08-30&quot;:3.36},{&quot;2026-08-31&quot;:3.37},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.42},{&quot;2026-09-03&quot;:3.42},{&quot;2026-09-04&quot;:3.38},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.31},{&quot;2026-09-08&quot;:3.31},{&quot;2026-09-09&quot;:3.38},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Emeria Shepherd
        </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 — Angel</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-5'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </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="Emeria Shepherd" src="https://cards.scryfall.io/large/front/a/9/a99dd58d-9fed-4d85-9bb5-f9c91834cab8.jpg?1783929490" />
    </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">
                $3.43
              </span>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.08},{&quot;2026-06-10&quot;:3.27},{&quot;2026-06-11&quot;:3.25},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.24},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.44},{&quot;2026-06-16&quot;:3.37},{&quot;2026-06-17&quot;:3.37},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.81},{&quot;2026-06-22&quot;:3.82},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:4.1},{&quot;2026-06-26&quot;:4.14},{&quot;2026-06-27&quot;:4.14},{&quot;2026-06-28&quot;:4.11},{&quot;2026-06-29&quot;:4.09},{&quot;2026-06-30&quot;:4.08},{&quot;2026-07-01&quot;:4.09},{&quot;2026-07-02&quot;:4.12},{&quot;2026-07-03&quot;:3.99},{&quot;2026-07-04&quot;:3.84},{&quot;2026-07-05&quot;:3.84},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.38},{&quot;2026-07-08&quot;:3.22},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.07},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.16},{&quot;2026-07-18&quot;:3.26},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.0},{&quot;2026-07-23&quot;:3.11},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.11},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.38},{&quot;2026-08-01&quot;:3.38},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.52},{&quot;2026-08-04&quot;:3.61},{&quot;2026-08-05&quot;:3.68},{&quot;2026-08-07&quot;:3.65},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.27},{&quot;2026-08-10&quot;:3.32},{&quot;2026-08-11&quot;:3.32},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.37},{&quot;2026-08-14&quot;:3.37},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.42},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:3.01},{&quot;2026-08-26&quot;:3.08},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:2.96},{&quot;2026-08-29&quot;:2.96},{&quot;2026-08-30&quot;:2.83},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:3.21},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.17},{&quot;2026-09-05&quot;:2.87},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.21},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="109735"
  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-soa 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">
            Deflecting Palm
        </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">
              ↑
              10%
            </span>

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

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

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

        <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">
            Deflecting Palm
        </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-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="Deflecting Palm" src="https://cards.scryfall.io/large/front/f/a/fa80a2e6-303f-4cd4-b719-cdc030a51181.jpg?1783903914" />
    </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">
                $3.43
              </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.29
              </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.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;:3.84},{&quot;2026-06-14&quot;:3.72},{&quot;2026-06-15&quot;:3.74},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.78},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.68},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.69},{&quot;2026-06-23&quot;:3.7},{&quot;2026-06-24&quot;:3.65},{&quot;2026-06-25&quot;:3.75},{&quot;2026-06-26&quot;:3.77},{&quot;2026-06-27&quot;:3.71},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.36},{&quot;2026-06-30&quot;:3.39},{&quot;2026-07-01&quot;:3.54},{&quot;2026-07-02&quot;:3.58},{&quot;2026-07-03&quot;:3.57},{&quot;2026-07-04&quot;:3.92},{&quot;2026-07-05&quot;:4.04},{&quot;2026-07-06&quot;:4.26},{&quot;2026-07-07&quot;:4.19},{&quot;2026-07-08&quot;:4.28},{&quot;2026-07-09&quot;:4.39},{&quot;2026-07-10&quot;:4.4},{&quot;2026-07-11&quot;:4.33},{&quot;2026-07-12&quot;:4.27},{&quot;2026-07-13&quot;:4.1},{&quot;2026-07-14&quot;:4.63},{&quot;2026-07-15&quot;:4.6},{&quot;2026-07-16&quot;:4.55},{&quot;2026-07-17&quot;:4.61},{&quot;2026-07-18&quot;:4.66},{&quot;2026-07-19&quot;:4.38},{&quot;2026-07-20&quot;:4.38},{&quot;2026-07-21&quot;:4.58},{&quot;2026-07-22&quot;:4.58},{&quot;2026-07-23&quot;:4.52},{&quot;2026-07-24&quot;:4.52},{&quot;2026-07-25&quot;:4.53},{&quot;2026-07-26&quot;:4.37},{&quot;2026-07-27&quot;:3.63},{&quot;2026-07-28&quot;:3.49},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.59},{&quot;2026-07-31&quot;:3.59},{&quot;2026-08-01&quot;:3.51},{&quot;2026-08-02&quot;:3.38},{&quot;2026-08-03&quot;:3.08},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:2.85},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.92},{&quot;2026-08-12&quot;:2.97},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.1},{&quot;2026-08-15&quot;:3.2},{&quot;2026-08-16&quot;:3.34},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.76},{&quot;2026-08-20&quot;:3.91},{&quot;2026-08-21&quot;:3.77},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.54},{&quot;2026-08-24&quot;:3.59},{&quot;2026-08-25&quot;:3.51},{&quot;2026-08-26&quot;:3.54},{&quot;2026-08-27&quot;:3.49},{&quot;2026-08-28&quot;:3.33},{&quot;2026-08-29&quot;:3.33},{&quot;2026-08-30&quot;:3.5},{&quot;2026-08-31&quot;:3.5},{&quot;2026-09-01&quot;:3.5},{&quot;2026-09-02&quot;:3.73},{&quot;2026-09-03&quot;:3.92},{&quot;2026-09-04&quot;:3.93},{&quot;2026-09-05&quot;:4.01},{&quot;2026-09-06&quot;:3.93},{&quot;2026-09-07&quot;:3.89},{&quot;2026-09-08&quot;:4.03},{&quot;2026-09-09&quot;:4.29},{&quot;2026-09-10&quot;:4.29},{&quot;2026-09-11&quot;:4.29}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.42},{&quot;2026-06-15&quot;:2.41},{&quot;2026-06-16&quot;:2.07},{&quot;2026-06-17&quot;:2.24},{&quot;2026-06-18&quot;:2.27},{&quot;2026-06-19&quot;:2.38},{&quot;2026-06-20&quot;:2.63},{&quot;2026-06-21&quot;:2.67},{&quot;2026-06-22&quot;:2.48},{&quot;2026-06-23&quot;:2.62},{&quot;2026-06-24&quot;:2.64},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.74},{&quot;2026-06-28&quot;:2.74},{&quot;2026-06-29&quot;:3.16},{&quot;2026-06-30&quot;:3.25},{&quot;2026-07-01&quot;:3.06},{&quot;2026-07-02&quot;:2.89},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:2.94},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.89},{&quot;2026-07-08&quot;:2.65},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.28},{&quot;2026-07-12&quot;:3.47},{&quot;2026-07-13&quot;:2.99},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.81},{&quot;2026-07-16&quot;:3.01},{&quot;2026-07-17&quot;:3.48},{&quot;2026-07-18&quot;:3.36},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.08},{&quot;2026-07-21&quot;:2.9},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-24&quot;:3.74},{&quot;2026-07-25&quot;:3.63},{&quot;2026-07-26&quot;:3.68},{&quot;2026-07-27&quot;:3.68},{&quot;2026-07-28&quot;:3.14},{&quot;2026-07-29&quot;:2.92},{&quot;2026-07-30&quot;:2.97},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.85},{&quot;2026-08-04&quot;:2.8},{&quot;2026-08-05&quot;:2.87},{&quot;2026-08-07&quot;:2.9},{&quot;2026-08-08&quot;:2.93},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:2.99},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.83},{&quot;2026-08-19&quot;:2.95},{&quot;2026-08-20&quot;:2.88},{&quot;2026-08-21&quot;:2.92},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.85},{&quot;2026-08-24&quot;:2.79},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.78},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:3.15},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.37},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.17},{&quot;2026-09-05&quot;:3.11},{&quot;2026-09-06&quot;:3.11},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:3.29},{&quot;2026-09-09&quot;:3.41},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.43}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Eerie Ultimatum" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/a/3a9fb2db-228f-4d48-acdf-6330baf356c7.jpg?1783931025" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Eerie Ultimatum
        </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Eerie Ultimatum" src="https://cards.scryfall.io/large/front/3/a/3a9fb2db-228f-4d48-acdf-6330baf356c7.jpg?1783931025" />
    </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">
                $3.42
              </span>

                <span class="text-xs text-accent-100">
                  ↓
                  17%
                </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.60
              </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.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;:5.13},{&quot;2026-06-11&quot;:5.19},{&quot;2026-06-12&quot;:5.19},{&quot;2026-06-13&quot;:5.24},{&quot;2026-06-14&quot;:5.24},{&quot;2026-06-15&quot;:5.24},{&quot;2026-06-16&quot;:5.24},{&quot;2026-06-17&quot;:5.24},{&quot;2026-06-18&quot;:5.24},{&quot;2026-06-19&quot;:5.24},{&quot;2026-06-20&quot;:5.24},{&quot;2026-06-21&quot;:5.24},{&quot;2026-06-22&quot;:5.24},{&quot;2026-06-23&quot;:5.24},{&quot;2026-06-24&quot;:5.24},{&quot;2026-06-25&quot;:5.24},{&quot;2026-06-26&quot;:5.24},{&quot;2026-06-27&quot;:5.24},{&quot;2026-06-28&quot;:5.24},{&quot;2026-06-29&quot;:5.25},{&quot;2026-06-30&quot;:5.25},{&quot;2026-07-01&quot;:5.35},{&quot;2026-07-02&quot;:5.32},{&quot;2026-07-03&quot;:5.32},{&quot;2026-07-04&quot;:5.32},{&quot;2026-07-05&quot;:5.26},{&quot;2026-07-06&quot;:5.26},{&quot;2026-07-07&quot;:5.26},{&quot;2026-07-08&quot;:5.26},{&quot;2026-07-09&quot;:5.26},{&quot;2026-07-10&quot;:5.26},{&quot;2026-07-11&quot;:5.26},{&quot;2026-07-12&quot;:5.26},{&quot;2026-07-13&quot;:5.26},{&quot;2026-07-14&quot;:5.26},{&quot;2026-07-15&quot;:5.26},{&quot;2026-07-16&quot;:5.26},{&quot;2026-07-17&quot;:5.26},{&quot;2026-07-18&quot;:5.26},{&quot;2026-07-19&quot;:5.26},{&quot;2026-07-20&quot;:5.26},{&quot;2026-07-21&quot;:5.26},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-25&quot;:5.12},{&quot;2026-07-26&quot;:5.12},{&quot;2026-07-27&quot;:5.12},{&quot;2026-07-29&quot;:5.12},{&quot;2026-07-30&quot;:5.12},{&quot;2026-07-31&quot;:5.12},{&quot;2026-08-01&quot;:5.12},{&quot;2026-08-02&quot;:5.25},{&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.93},{&quot;2026-08-08&quot;:4.85},{&quot;2026-08-09&quot;:4.85},{&quot;2026-08-10&quot;:4.85},{&quot;2026-08-11&quot;:4.85},{&quot;2026-08-12&quot;:4.85},{&quot;2026-08-13&quot;:4.85},{&quot;2026-08-14&quot;:4.85},{&quot;2026-08-15&quot;:4.85},{&quot;2026-08-16&quot;:4.74},{&quot;2026-08-17&quot;:4.62},{&quot;2026-08-18&quot;:4.62},{&quot;2026-08-19&quot;:4.62},{&quot;2026-08-20&quot;:4.62},{&quot;2026-08-21&quot;:4.62},{&quot;2026-08-22&quot;:4.62},{&quot;2026-08-23&quot;:4.62},{&quot;2026-08-24&quot;:4.62},{&quot;2026-08-25&quot;:4.62},{&quot;2026-08-26&quot;:4.69},{&quot;2026-08-27&quot;:4.69},{&quot;2026-08-28&quot;:4.69},{&quot;2026-08-29&quot;:4.69},{&quot;2026-08-30&quot;:4.68},{&quot;2026-08-31&quot;:4.68},{&quot;2026-09-01&quot;:4.68},{&quot;2026-09-02&quot;:4.7},{&quot;2026-09-03&quot;:4.7},{&quot;2026-09-04&quot;:4.7},{&quot;2026-09-05&quot;:4.7},{&quot;2026-09-06&quot;:4.6},{&quot;2026-09-07&quot;:4.6},{&quot;2026-09-08&quot;:4.6},{&quot;2026-09-09&quot;:4.6},{&quot;2026-09-10&quot;:4.6},{&quot;2026-09-11&quot;:4.6}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.8},{&quot;2026-06-11&quot;:3.76},{&quot;2026-06-12&quot;:3.32},{&quot;2026-06-13&quot;:3.32},{&quot;2026-06-14&quot;:3.33},{&quot;2026-06-15&quot;:3.09},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:2.99},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.71},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-23&quot;:2.48},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.68},{&quot;2026-06-26&quot;:2.5},{&quot;2026-06-27&quot;:2.69},{&quot;2026-06-28&quot;:2.69},{&quot;2026-06-29&quot;:2.64},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.83},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.7},{&quot;2026-07-04&quot;:2.7},{&quot;2026-07-05&quot;:2.58},{&quot;2026-07-06&quot;:2.66},{&quot;2026-07-07&quot;:2.56},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.6},{&quot;2026-07-10&quot;:2.46},{&quot;2026-07-11&quot;:2.48},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.44},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.5},{&quot;2026-07-16&quot;:2.53},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.6},{&quot;2026-07-20&quot;:2.63},{&quot;2026-07-21&quot;:2.72},{&quot;2026-07-23&quot;:2.55},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-29&quot;:2.86},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:3.08},{&quot;2026-08-01&quot;:3.08},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:3.16},{&quot;2026-08-04&quot;:3.26},{&quot;2026-08-05&quot;:3.14},{&quot;2026-08-07&quot;:3.16},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:3.25},{&quot;2026-08-10&quot;:3.25},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.27},{&quot;2026-08-15&quot;:3.27},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.66},{&quot;2026-08-18&quot;:4.09},{&quot;2026-08-19&quot;:4.09},{&quot;2026-08-20&quot;:4.09},{&quot;2026-08-21&quot;:4.34},{&quot;2026-08-22&quot;:4.38},{&quot;2026-08-23&quot;:4.29},{&quot;2026-08-24&quot;:4.2},{&quot;2026-08-25&quot;:4.2},{&quot;2026-08-26&quot;:4.44},{&quot;2026-08-27&quot;:4.34},{&quot;2026-08-28&quot;:4.36},{&quot;2026-08-29&quot;:4.36},{&quot;2026-08-30&quot;:4.28},{&quot;2026-08-31&quot;:4.26},{&quot;2026-09-01&quot;:4.26},{&quot;2026-09-02&quot;:4.31},{&quot;2026-09-03&quot;:4.2},{&quot;2026-09-04&quot;:4.21},{&quot;2026-09-05&quot;:4.13},{&quot;2026-09-06&quot;:3.85},{&quot;2026-09-07&quot;:3.85},{&quot;2026-09-08&quot;:3.77},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

      <!-- Quantity & Price Row -->
      <div class="flex items-center justify-between mt-1.5">
          <div class="text-xs text-grey-text">
            7 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">
            $2.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="Plains" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/a/7a76d8ee-28fc-49ac-951c-a4d29822f91e.jpg?1783923807" />

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Plains" src="https://cards.scryfall.io/large/front/7/a/7a76d8ee-28fc-49ac-951c-a4d29822f91e.jpg?1783923807" />
    </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">
            5
          </span>
        </div>

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

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

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

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

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

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

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

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

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

            </div>
          </div>

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.42
              </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">$0.50</span>
              <span class="text-xs text-grey-text">Credit: $0.65</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-08&quot;:3.54},{&quot;2026-06-10&quot;:3.63},{&quot;2026-06-11&quot;:3.63},{&quot;2026-06-12&quot;:3.63},{&quot;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.73},{&quot;2026-06-15&quot;:3.73},{&quot;2026-06-16&quot;:3.43},{&quot;2026-06-17&quot;:3.44},{&quot;2026-06-18&quot;:3.44},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.23},{&quot;2026-06-22&quot;:3.21},{&quot;2026-06-24&quot;:3.11},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.14},{&quot;2026-06-27&quot;:3.01},{&quot;2026-06-28&quot;:3.09},{&quot;2026-06-29&quot;:3.09},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.05},{&quot;2026-07-02&quot;:3.05},{&quot;2026-07-03&quot;:3.0},{&quot;2026-07-04&quot;:3.01},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.07},{&quot;2026-07-08&quot;:3.0},{&quot;2026-07-09&quot;:2.96},{&quot;2026-07-10&quot;:2.93},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.9},{&quot;2026-07-13&quot;:2.9},{&quot;2026-07-14&quot;:2.86},{&quot;2026-07-15&quot;:2.88},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:3.38},{&quot;2026-07-18&quot;:3.37},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.37},{&quot;2026-07-21&quot;:3.38},{&quot;2026-07-23&quot;:3.46},{&quot;2026-07-25&quot;:3.6},{&quot;2026-07-26&quot;:3.64},{&quot;2026-07-27&quot;:3.64},{&quot;2026-07-29&quot;:3.75},{&quot;2026-07-30&quot;:3.98},{&quot;2026-07-31&quot;:3.95},{&quot;2026-08-01&quot;:3.95},{&quot;2026-08-02&quot;:3.95},{&quot;2026-08-03&quot;:3.95},{&quot;2026-08-04&quot;:4.02},{&quot;2026-08-05&quot;:4.2},{&quot;2026-08-07&quot;:4.05},{&quot;2026-08-08&quot;:4.05},{&quot;2026-08-09&quot;:4.12},{&quot;2026-08-10&quot;:3.34},{&quot;2026-08-11&quot;:3.34},{&quot;2026-08-12&quot;:3.34},{&quot;2026-08-13&quot;:3.42},{&quot;2026-08-14&quot;:3.42},{&quot;2026-08-15&quot;:3.52},{&quot;2026-08-16&quot;:3.52},{&quot;2026-08-17&quot;:3.51},{&quot;2026-08-18&quot;:3.51},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.63},{&quot;2026-08-21&quot;:3.77},{&quot;2026-08-22&quot;:3.85},{&quot;2026-08-23&quot;:3.83},{&quot;2026-08-24&quot;:3.96},{&quot;2026-08-25&quot;:3.96},{&quot;2026-08-26&quot;:3.92},{&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.62},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.58},{&quot;2026-09-03&quot;:3.59},{&quot;2026-09-04&quot;:3.59},{&quot;2026-09-05&quot;:3.59},{&quot;2026-09-06&quot;:3.54},{&quot;2026-09-07&quot;:3.51},{&quot;2026-09-08&quot;:3.51},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.45},{&quot;2026-09-11&quot;:3.42}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.73},{&quot;2026-06-10&quot;:1.73},{&quot;2026-06-11&quot;:1.82},{&quot;2026-06-12&quot;:1.83},{&quot;2026-06-13&quot;:1.83},{&quot;2026-06-14&quot;:1.84},{&quot;2026-06-15&quot;:1.77},{&quot;2026-06-16&quot;:1.81},{&quot;2026-06-17&quot;:1.81},{&quot;2026-06-18&quot;:1.81},{&quot;2026-06-19&quot;:1.81},{&quot;2026-06-20&quot;:1.81},{&quot;2026-06-21&quot;:1.81},{&quot;2026-06-22&quot;:1.79},{&quot;2026-06-24&quot;:1.73},{&quot;2026-06-25&quot;:1.74},{&quot;2026-06-26&quot;:1.72},{&quot;2026-06-27&quot;:1.75},{&quot;2026-06-28&quot;:1.82},{&quot;2026-06-29&quot;:1.88},{&quot;2026-06-30&quot;:1.86},{&quot;2026-07-01&quot;:1.83},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.82},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.82},{&quot;2026-07-06&quot;:1.78},{&quot;2026-07-07&quot;:1.8},{&quot;2026-07-08&quot;:1.78},{&quot;2026-07-09&quot;:1.73},{&quot;2026-07-10&quot;:1.76},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.81},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:1.85},{&quot;2026-07-16&quot;:1.95},{&quot;2026-07-17&quot;:1.96},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:1.91},{&quot;2026-07-20&quot;:1.9},{&quot;2026-07-21&quot;:1.87},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.84},{&quot;2026-07-27&quot;:1.84},{&quot;2026-07-29&quot;:1.81},{&quot;2026-07-30&quot;:1.68},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.65},{&quot;2026-08-02&quot;:1.67},{&quot;2026-08-03&quot;:1.66},{&quot;2026-08-04&quot;:1.66},{&quot;2026-08-05&quot;:1.68},{&quot;2026-08-07&quot;:1.72},{&quot;2026-08-08&quot;:1.69},{&quot;2026-08-09&quot;:1.72},{&quot;2026-08-10&quot;:1.69},{&quot;2026-08-11&quot;:1.75},{&quot;2026-08-12&quot;:1.75},{&quot;2026-08-13&quot;:1.75},{&quot;2026-08-14&quot;:1.75},{&quot;2026-08-15&quot;:1.76},{&quot;2026-08-16&quot;:1.78},{&quot;2026-08-17&quot;:1.84},{&quot;2026-08-18&quot;:1.87},{&quot;2026-08-19&quot;:1.94},{&quot;2026-08-20&quot;:1.94},{&quot;2026-08-21&quot;:2.02},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.13},{&quot;2026-08-24&quot;:2.13},{&quot;2026-08-25&quot;:2.13},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:2.04},{&quot;2026-08-28&quot;:1.99},{&quot;2026-08-29&quot;:1.99},{&quot;2026-08-30&quot;:1.99},{&quot;2026-08-31&quot;:1.95},{&quot;2026-09-01&quot;:1.95},{&quot;2026-09-02&quot;:2.03},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:2.01},{&quot;2026-09-05&quot;:2.1},{&quot;2026-09-06&quot;:2.1},{&quot;2026-09-07&quot;:2.1},{&quot;2026-09-08&quot;:2.06},{&quot;2026-09-09&quot;:2.02},{&quot;2026-09-10&quot;:2.03},{&quot;2026-09-11&quot;:2.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="79684"
  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">
            Stinkweed Imp
        </span>


      </div>

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

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

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

        <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">
            Stinkweed Imp
        </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 — Imp</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Stinkweed Imp" src="https://cards.scryfall.io/large/front/f/d/fd78ce3d-cf5a-4f1a-9a47-7872be8cf45c.jpg?1783927729" />
    </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">
                $3.42
              </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">
                $36.57
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:34.92},{&quot;2026-06-13&quot;:34.92},{&quot;2026-06-14&quot;:34.92},{&quot;2026-06-15&quot;:34.92},{&quot;2026-06-16&quot;:34.92},{&quot;2026-06-17&quot;:38.52},{&quot;2026-06-18&quot;:38.52},{&quot;2026-06-19&quot;:38.52},{&quot;2026-06-20&quot;:38.52},{&quot;2026-06-21&quot;:38.52},{&quot;2026-06-22&quot;:38.52},{&quot;2026-06-23&quot;:38.52},{&quot;2026-06-24&quot;:38.52},{&quot;2026-06-25&quot;:38.52},{&quot;2026-06-26&quot;:38.52},{&quot;2026-06-27&quot;:38.52},{&quot;2026-06-28&quot;:38.52},{&quot;2026-06-29&quot;:38.52},{&quot;2026-06-30&quot;:38.52},{&quot;2026-07-01&quot;:38.52},{&quot;2026-07-02&quot;:38.52},{&quot;2026-07-03&quot;:38.52},{&quot;2026-07-04&quot;:38.52},{&quot;2026-07-05&quot;:38.52},{&quot;2026-07-06&quot;:38.52},{&quot;2026-07-07&quot;:38.52},{&quot;2026-07-08&quot;:38.52},{&quot;2026-07-09&quot;:38.52},{&quot;2026-07-10&quot;:38.52},{&quot;2026-07-11&quot;:38.52},{&quot;2026-07-12&quot;:36.52},{&quot;2026-07-13&quot;:36.52},{&quot;2026-07-14&quot;:36.52},{&quot;2026-07-15&quot;:36.52},{&quot;2026-07-16&quot;:36.52},{&quot;2026-07-17&quot;:36.52},{&quot;2026-07-18&quot;:35.67},{&quot;2026-07-19&quot;:35.67},{&quot;2026-07-20&quot;:35.67},{&quot;2026-07-21&quot;:35.67},{&quot;2026-07-23&quot;:35.67},{&quot;2026-07-24&quot;:35.67},{&quot;2026-07-25&quot;:35.76},{&quot;2026-07-26&quot;:36.11},{&quot;2026-07-27&quot;:36.11},{&quot;2026-07-28&quot;:36.11},{&quot;2026-07-29&quot;:36.11},{&quot;2026-07-30&quot;:36.11},{&quot;2026-07-31&quot;:36.11},{&quot;2026-08-01&quot;:36.11},{&quot;2026-08-02&quot;:36.11},{&quot;2026-08-03&quot;:36.11},{&quot;2026-08-04&quot;:36.11},{&quot;2026-08-05&quot;:36.11},{&quot;2026-08-07&quot;:36.11},{&quot;2026-08-08&quot;:36.11},{&quot;2026-08-09&quot;:36.11},{&quot;2026-08-10&quot;:37.05},{&quot;2026-08-11&quot;:37.05},{&quot;2026-08-12&quot;:37.05},{&quot;2026-08-13&quot;:37.05},{&quot;2026-08-14&quot;:37.05},{&quot;2026-08-15&quot;:37.05},{&quot;2026-08-16&quot;:37.05},{&quot;2026-08-17&quot;:37.05},{&quot;2026-08-18&quot;:37.05},{&quot;2026-08-19&quot;:37.05},{&quot;2026-08-20&quot;:37.05},{&quot;2026-08-21&quot;:37.05},{&quot;2026-08-22&quot;:37.15},{&quot;2026-08-23&quot;:37.15},{&quot;2026-08-24&quot;:36.62},{&quot;2026-08-25&quot;:36.62},{&quot;2026-08-26&quot;:36.62},{&quot;2026-08-27&quot;:36.62},{&quot;2026-08-28&quot;:36.62},{&quot;2026-08-29&quot;:36.62},{&quot;2026-08-30&quot;:36.62},{&quot;2026-08-31&quot;:36.57},{&quot;2026-09-01&quot;:36.57},{&quot;2026-09-02&quot;:36.57},{&quot;2026-09-03&quot;:36.57},{&quot;2026-09-04&quot;:36.57},{&quot;2026-09-05&quot;:36.57},{&quot;2026-09-06&quot;:36.57},{&quot;2026-09-07&quot;:36.57},{&quot;2026-09-08&quot;:36.57},{&quot;2026-09-09&quot;:36.57},{&quot;2026-09-10&quot;:36.57},{&quot;2026-09-11&quot;:36.57}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.5},{&quot;2026-06-13&quot;:3.49},{&quot;2026-06-14&quot;:3.49},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.24},{&quot;2026-06-20&quot;:3.21},{&quot;2026-06-21&quot;:3.21},{&quot;2026-06-22&quot;:3.19},{&quot;2026-06-23&quot;:3.26},{&quot;2026-06-24&quot;:3.48},{&quot;2026-06-25&quot;:3.48},{&quot;2026-06-26&quot;:3.48},{&quot;2026-06-27&quot;:3.55},{&quot;2026-06-28&quot;:3.55},{&quot;2026-06-29&quot;:3.55},{&quot;2026-06-30&quot;:3.54},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.52},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.78},{&quot;2026-07-07&quot;:3.67},{&quot;2026-07-08&quot;:3.67},{&quot;2026-07-09&quot;:3.67},{&quot;2026-07-10&quot;:3.69},{&quot;2026-07-11&quot;:3.69},{&quot;2026-07-12&quot;:3.69},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.77},{&quot;2026-07-15&quot;:3.77},{&quot;2026-07-16&quot;:3.77},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.75},{&quot;2026-07-19&quot;:3.75},{&quot;2026-07-20&quot;:3.75},{&quot;2026-07-21&quot;:3.75},{&quot;2026-07-23&quot;:3.78},{&quot;2026-07-24&quot;:3.78},{&quot;2026-07-25&quot;:3.78},{&quot;2026-07-26&quot;:3.78},{&quot;2026-07-27&quot;:3.78},{&quot;2026-07-28&quot;:3.78},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.6},{&quot;2026-08-01&quot;:3.6},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.6},{&quot;2026-08-04&quot;:3.6},{&quot;2026-08-05&quot;:3.6},{&quot;2026-08-07&quot;:3.6},{&quot;2026-08-08&quot;:3.6},{&quot;2026-08-09&quot;:3.6},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.6},{&quot;2026-08-13&quot;:3.6},{&quot;2026-08-14&quot;:3.6},{&quot;2026-08-15&quot;:3.6},{&quot;2026-08-16&quot;:3.6},{&quot;2026-08-17&quot;:3.6},{&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.44},{&quot;2026-08-23&quot;:3.44},{&quot;2026-08-24&quot;:3.44},{&quot;2026-08-25&quot;:3.44},{&quot;2026-08-26&quot;:3.44},{&quot;2026-08-27&quot;:3.44},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.44},{&quot;2026-08-31&quot;:3.44},{&quot;2026-09-01&quot;:3.44},{&quot;2026-09-02&quot;:3.47},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.47},{&quot;2026-09-05&quot;:3.47},{&quot;2026-09-06&quot;:3.47},{&quot;2026-09-07&quot;:3.47},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.42},{&quot;2026-09-10&quot;:3.42},{&quot;2026-09-11&quot;:3.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Exploration Broodship" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/1/61596da3-2a0e-47d9-b707-8db4cce2479d.jpg?1782685707" />

        <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">
            Exploration Broodship
        </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 — Spacecraft</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="Exploration Broodship" src="https://cards.scryfall.io/large/front/6/1/61596da3-2a0e-47d9-b707-8db4cce2479d.jpg?1782685707" />
    </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">
                $3.42
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;normal&quot;:[{&quot;2026-06-12&quot;:3.88},{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.93},{&quot;2026-06-15&quot;:3.8},{&quot;2026-06-16&quot;:3.69},{&quot;2026-06-17&quot;:3.75},{&quot;2026-06-18&quot;:3.6},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.58},{&quot;2026-06-21&quot;:3.58},{&quot;2026-06-22&quot;:3.61},{&quot;2026-06-23&quot;:3.68},{&quot;2026-06-24&quot;:3.78},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.88},{&quot;2026-06-27&quot;:3.81},{&quot;2026-06-28&quot;:3.78},{&quot;2026-06-29&quot;:3.59},{&quot;2026-06-30&quot;:3.55},{&quot;2026-07-01&quot;:3.53},{&quot;2026-07-02&quot;:3.64},{&quot;2026-07-03&quot;:3.54},{&quot;2026-07-04&quot;:3.52},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.47},{&quot;2026-07-07&quot;:3.55},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.45},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.67},{&quot;2026-07-13&quot;:3.66},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.84},{&quot;2026-07-17&quot;:3.84},{&quot;2026-07-18&quot;:3.83},{&quot;2026-07-19&quot;:3.79},{&quot;2026-07-20&quot;:3.76},{&quot;2026-07-21&quot;:3.77},{&quot;2026-07-23&quot;:3.75},{&quot;2026-07-24&quot;:3.75},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.67},{&quot;2026-07-27&quot;:3.58},{&quot;2026-07-28&quot;:3.55},{&quot;2026-07-29&quot;:3.41},{&quot;2026-07-30&quot;:3.36},{&quot;2026-07-31&quot;:3.48},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.6},{&quot;2026-08-03&quot;:3.59},{&quot;2026-08-04&quot;:3.67},{&quot;2026-08-05&quot;:3.72},{&quot;2026-08-07&quot;:3.82},{&quot;2026-08-08&quot;:3.72},{&quot;2026-08-09&quot;:3.61},{&quot;2026-08-10&quot;:3.6},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.62},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.67},{&quot;2026-08-15&quot;:3.72},{&quot;2026-08-16&quot;:3.8},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:3.75},{&quot;2026-08-19&quot;:3.78},{&quot;2026-08-20&quot;:3.78},{&quot;2026-08-21&quot;:3.73},{&quot;2026-08-22&quot;:3.71},{&quot;2026-08-23&quot;:3.65},{&quot;2026-08-24&quot;:3.64},{&quot;2026-08-25&quot;:3.65},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.54},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.21},{&quot;2026-09-01&quot;:3.18},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.18},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.44},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.43},{&quot;2026-09-09&quot;:3.37},{&quot;2026-09-10&quot;:3.31},{&quot;2026-09-11&quot;:3.42}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="px-1.5 py-0.5 text-xs rounded-full bg-accent-50 text-badge-text">
              ↑
              14%
            </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="Dark Depths" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/0/00cb17a0-5a13-4d02-b7fb-f99531bc8ca5.jpg?1783930085" />

        <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 Depths
        </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 Snow 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="Dark Depths" src="https://cards.scryfall.io/large/front/0/0/00cb17a0-5a13-4d02-b7fb-f99531bc8ca5.jpg?1783930085" />
    </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">
                $3.41
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-13&quot;:3.63},{&quot;2026-06-14&quot;:3.63},{&quot;2026-06-15&quot;:3.59},{&quot;2026-06-16&quot;:3.59},{&quot;2026-06-17&quot;:3.59},{&quot;2026-06-18&quot;:3.59},{&quot;2026-06-19&quot;:3.59},{&quot;2026-06-20&quot;:3.54},{&quot;2026-06-21&quot;:3.54},{&quot;2026-06-22&quot;:3.54},{&quot;2026-06-23&quot;:3.54},{&quot;2026-06-24&quot;:3.54},{&quot;2026-06-25&quot;:3.54},{&quot;2026-06-26&quot;:3.54},{&quot;2026-06-27&quot;:3.53},{&quot;2026-06-28&quot;:3.53},{&quot;2026-06-29&quot;:3.53},{&quot;2026-06-30&quot;:3.53},{&quot;2026-07-01&quot;:3.58},{&quot;2026-07-02&quot;:3.58},{&quot;2026-07-03&quot;:3.56},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.56},{&quot;2026-07-06&quot;:3.56},{&quot;2026-07-07&quot;:3.62},{&quot;2026-07-08&quot;:3.62},{&quot;2026-07-09&quot;:3.62},{&quot;2026-07-10&quot;:3.62},{&quot;2026-07-11&quot;:3.62},{&quot;2026-07-12&quot;:3.62},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:3.62},{&quot;2026-07-15&quot;:3.62},{&quot;2026-07-16&quot;:3.62},{&quot;2026-07-17&quot;:3.62},{&quot;2026-07-18&quot;:3.62},{&quot;2026-07-19&quot;:3.62},{&quot;2026-07-20&quot;:3.62},{&quot;2026-07-21&quot;:3.62},{&quot;2026-07-22&quot;:3.62},{&quot;2026-07-23&quot;:3.62},{&quot;2026-07-24&quot;:3.62},{&quot;2026-07-25&quot;:3.62},{&quot;2026-07-26&quot;:3.62},{&quot;2026-07-27&quot;:3.62},{&quot;2026-07-28&quot;:3.62},{&quot;2026-07-29&quot;:3.62},{&quot;2026-07-30&quot;:3.62},{&quot;2026-07-31&quot;:3.62},{&quot;2026-08-01&quot;:3.62},{&quot;2026-08-02&quot;:3.62},{&quot;2026-08-03&quot;:3.62},{&quot;2026-08-04&quot;:3.62},{&quot;2026-08-05&quot;:3.62},{&quot;2026-08-07&quot;:3.62},{&quot;2026-08-08&quot;:3.62},{&quot;2026-08-09&quot;:3.63},{&quot;2026-08-10&quot;:3.63},{&quot;2026-08-11&quot;:3.63},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.63},{&quot;2026-08-14&quot;:3.63},{&quot;2026-08-15&quot;:3.63},{&quot;2026-08-16&quot;:3.63},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.63},{&quot;2026-08-19&quot;:3.63},{&quot;2026-08-20&quot;:3.63},{&quot;2026-08-21&quot;:3.63},{&quot;2026-08-22&quot;:3.63},{&quot;2026-08-23&quot;:3.63},{&quot;2026-08-24&quot;:3.63},{&quot;2026-08-25&quot;:3.63},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.63},{&quot;2026-08-29&quot;:3.63},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.69},{&quot;2026-09-01&quot;:3.69},{&quot;2026-09-02&quot;:3.69},{&quot;2026-09-03&quot;:3.69},{&quot;2026-09-04&quot;:3.69},{&quot;2026-09-05&quot;:3.69},{&quot;2026-09-06&quot;:3.69},{&quot;2026-09-07&quot;:3.69},{&quot;2026-09-08&quot;:3.69},{&quot;2026-09-09&quot;:3.69},{&quot;2026-09-10&quot;:3.69},{&quot;2026-09-11&quot;:3.69}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.44},{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.44},{&quot;2026-06-16&quot;:2.44},{&quot;2026-06-17&quot;:2.42},{&quot;2026-06-18&quot;:2.42},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.42},{&quot;2026-06-21&quot;:2.42},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.48},{&quot;2026-06-24&quot;:2.5},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.58},{&quot;2026-06-28&quot;:2.58},{&quot;2026-06-29&quot;:2.58},{&quot;2026-06-30&quot;:2.54},{&quot;2026-07-01&quot;:2.53},{&quot;2026-07-02&quot;:2.55},{&quot;2026-07-03&quot;:2.57},{&quot;2026-07-04&quot;:2.57},{&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.67},{&quot;2026-07-09&quot;:2.67},{&quot;2026-07-10&quot;:2.67},{&quot;2026-07-11&quot;:3.17},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:3.24},{&quot;2026-07-14&quot;:3.24},{&quot;2026-07-15&quot;:3.24},{&quot;2026-07-16&quot;:3.24},{&quot;2026-07-17&quot;:3.24},{&quot;2026-07-18&quot;:3.24},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.16},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-22&quot;:3.16},{&quot;2026-07-23&quot;:3.16},{&quot;2026-07-24&quot;:3.16},{&quot;2026-07-25&quot;:3.16},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-28&quot;:3.13},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.06},{&quot;2026-08-01&quot;:3.01},{&quot;2026-08-02&quot;:3.01},{&quot;2026-08-03&quot;:3.01},{&quot;2026-08-04&quot;:3.03},{&quot;2026-08-05&quot;:3.03},{&quot;2026-08-07&quot;:3.23},{&quot;2026-08-08&quot;:3.23},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.23},{&quot;2026-08-14&quot;:3.23},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:3.39},{&quot;2026-08-18&quot;:3.47},{&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.44},{&quot;2026-08-23&quot;:3.39},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.43},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.44},{&quot;2026-08-29&quot;:3.44},{&quot;2026-08-30&quot;:3.44},{&quot;2026-08-31&quot;:3.45},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.99},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.98},{&quot;2026-09-09&quot;:3.09},{&quot;2026-09-10&quot;:3.27},{&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="20150"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

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

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

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

        <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">
            Pongify
        </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="Pongify" src="https://cards.scryfall.io/large/front/4/0/40b7a6db-e0a3-45f7-9ef7-e4fd5490adb7.jpg?1783930197" />
    </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">
                $2.78
              </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">
                $3.40
              </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.80</span>
              <span class="text-xs text-grey-text">Credit: $2.34</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.75</span>
              <span class="text-xs text-grey-text">Credit: $2.28</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.86},{&quot;2026-06-14&quot;:2.86},{&quot;2026-06-15&quot;:2.86},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:2.94},{&quot;2026-06-22&quot;:2.94},{&quot;2026-06-23&quot;:2.94},{&quot;2026-06-24&quot;:2.94},{&quot;2026-06-25&quot;:2.94},{&quot;2026-06-26&quot;:2.94},{&quot;2026-06-27&quot;:2.94},{&quot;2026-06-28&quot;:2.98},{&quot;2026-06-29&quot;:3.0},{&quot;2026-06-30&quot;:3.02},{&quot;2026-07-01&quot;:3.02},{&quot;2026-07-02&quot;:3.02},{&quot;2026-07-03&quot;:3.02},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:3.05},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.1},{&quot;2026-07-08&quot;:3.1},{&quot;2026-07-09&quot;:3.1},{&quot;2026-07-10&quot;:3.1},{&quot;2026-07-11&quot;:3.1},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.1},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.12},{&quot;2026-07-19&quot;:3.12},{&quot;2026-07-20&quot;:3.12},{&quot;2026-07-21&quot;:3.13},{&quot;2026-07-22&quot;:3.13},{&quot;2026-07-23&quot;:3.14},{&quot;2026-07-24&quot;:3.14},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.14},{&quot;2026-07-28&quot;:3.14},{&quot;2026-07-29&quot;:3.2},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.21},{&quot;2026-08-01&quot;:3.21},{&quot;2026-08-02&quot;:3.21},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.21},{&quot;2026-08-05&quot;:3.21},{&quot;2026-08-07&quot;:3.21},{&quot;2026-08-08&quot;:3.21},{&quot;2026-08-09&quot;:3.21},{&quot;2026-08-10&quot;:3.21},{&quot;2026-08-11&quot;:3.25},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.28},{&quot;2026-08-16&quot;:3.28},{&quot;2026-08-17&quot;:3.28},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.22},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.2},{&quot;2026-08-23&quot;:3.2},{&quot;2026-08-24&quot;:3.26},{&quot;2026-08-25&quot;:3.27},{&quot;2026-08-26&quot;:3.27},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.26},{&quot;2026-09-03&quot;:3.26},{&quot;2026-09-04&quot;:3.26},{&quot;2026-09-05&quot;:3.28},{&quot;2026-09-06&quot;:3.28},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.46},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.4}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.66},{&quot;2026-06-15&quot;:2.65},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.73},{&quot;2026-06-18&quot;:2.73},{&quot;2026-06-19&quot;:2.73},{&quot;2026-06-20&quot;:2.73},{&quot;2026-06-21&quot;:2.77},{&quot;2026-06-22&quot;:2.77},{&quot;2026-06-23&quot;:2.77},{&quot;2026-06-24&quot;:2.77},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.77},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.8},{&quot;2026-06-29&quot;:2.85},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.84},{&quot;2026-07-02&quot;:2.79},{&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.74},{&quot;2026-07-08&quot;:2.76},{&quot;2026-07-09&quot;:2.76},{&quot;2026-07-10&quot;:2.76},{&quot;2026-07-11&quot;:2.76},{&quot;2026-07-12&quot;:2.76},{&quot;2026-07-13&quot;:2.75},{&quot;2026-07-14&quot;:2.77},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.72},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.87},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.83},{&quot;2026-07-21&quot;:2.83},{&quot;2026-07-22&quot;:2.83},{&quot;2026-07-23&quot;:2.82},{&quot;2026-07-24&quot;:2.82},{&quot;2026-07-25&quot;:2.88},{&quot;2026-07-26&quot;:2.88},{&quot;2026-07-27&quot;:2.8},{&quot;2026-07-28&quot;:2.8},{&quot;2026-07-29&quot;:2.7},{&quot;2026-07-30&quot;:2.63},{&quot;2026-07-31&quot;:2.52},{&quot;2026-08-01&quot;:2.52},{&quot;2026-08-02&quot;:2.5},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.43},{&quot;2026-08-08&quot;:2.38},{&quot;2026-08-09&quot;:2.38},{&quot;2026-08-10&quot;:2.38},{&quot;2026-08-11&quot;:2.38},{&quot;2026-08-12&quot;:2.25},{&quot;2026-08-13&quot;:2.3},{&quot;2026-08-14&quot;:2.26},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.28},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.32},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.35},{&quot;2026-08-22&quot;:2.35},{&quot;2026-08-23&quot;:2.4},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.39},{&quot;2026-08-27&quot;:2.52},{&quot;2026-08-28&quot;:2.5},{&quot;2026-08-29&quot;:2.5},{&quot;2026-08-30&quot;:2.46},{&quot;2026-08-31&quot;:2.46},{&quot;2026-09-01&quot;:2.46},{&quot;2026-09-02&quot;:2.43},{&quot;2026-09-03&quot;:2.45},{&quot;2026-09-04&quot;:2.45},{&quot;2026-09-05&quot;:2.45},{&quot;2026-09-06&quot;:2.44},{&quot;2026-09-07&quot;:2.55},{&quot;2026-09-08&quot;:2.61},{&quot;2026-09-09&quot;:2.7},{&quot;2026-09-10&quot;:2.78},{&quot;2026-09-11&quot;:2.78}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Krenko, Mob Boss" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/2/824b2d73-2151-4e5e-9f05-8f63e2bdcaa9.jpg?1783909065" />

        <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">
            Krenko, Mob Boss
        </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 — Goblin Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></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="Krenko, Mob Boss" src="https://cards.scryfall.io/large/front/8/2/824b2d73-2151-4e5e-9f05-8f63e2bdcaa9.jpg?1783909065" />
    </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">
                $3.40
              </span>

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.08},{&quot;2026-06-14&quot;:2.07},{&quot;2026-06-15&quot;:2.07},{&quot;2026-06-16&quot;:2.06},{&quot;2026-06-17&quot;:2.04},{&quot;2026-06-18&quot;:2.08},{&quot;2026-06-19&quot;:2.09},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-23&quot;:2.04},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.2},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.38},{&quot;2026-06-28&quot;:2.38},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.35},{&quot;2026-07-01&quot;:2.29},{&quot;2026-07-02&quot;:2.29},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.37},{&quot;2026-07-05&quot;:2.37},{&quot;2026-07-06&quot;:2.42},{&quot;2026-07-07&quot;:2.42},{&quot;2026-07-08&quot;:2.42},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.43},{&quot;2026-07-11&quot;:2.45},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.45},{&quot;2026-07-16&quot;:2.41},{&quot;2026-07-17&quot;:2.41},{&quot;2026-07-18&quot;:2.41},{&quot;2026-07-19&quot;:2.58},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-22&quot;:2.5},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-24&quot;:2.41},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.42},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.54},{&quot;2026-07-30&quot;:2.56},{&quot;2026-07-31&quot;:2.64},{&quot;2026-08-01&quot;:2.64},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.81},{&quot;2026-08-05&quot;:2.81},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.77},{&quot;2026-08-09&quot;:2.83},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.16},{&quot;2026-08-13&quot;:3.17},{&quot;2026-08-14&quot;:3.16},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.08},{&quot;2026-08-17&quot;:3.18},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.22},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.26},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.17},{&quot;2026-08-26&quot;:3.17},{&quot;2026-08-27&quot;:3.23},{&quot;2026-08-28&quot;:2.84},{&quot;2026-08-29&quot;:2.84},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.33},{&quot;2026-09-01&quot;:3.33},{&quot;2026-09-02&quot;:3.31},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.52},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.64},{&quot;2026-09-07&quot;:3.65},{&quot;2026-09-08&quot;:3.65},{&quot;2026-09-09&quot;:3.58},{&quot;2026-09-10&quot;:3.41},{&quot;2026-09-11&quot;:3.42}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:1.78},{&quot;2026-06-14&quot;:2.01},{&quot;2026-06-15&quot;:2.01},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:1.98},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.29},{&quot;2026-06-20&quot;:2.04},{&quot;2026-06-21&quot;:1.97},{&quot;2026-06-22&quot;:1.76},{&quot;2026-06-23&quot;:1.76},{&quot;2026-06-24&quot;:1.71},{&quot;2026-06-25&quot;:1.68},{&quot;2026-06-26&quot;:1.82},{&quot;2026-06-27&quot;:1.99},{&quot;2026-06-28&quot;:2.01},{&quot;2026-06-29&quot;:1.85},{&quot;2026-06-30&quot;:2.0},{&quot;2026-07-01&quot;:1.96},{&quot;2026-07-02&quot;:1.87},{&quot;2026-07-03&quot;:2.06},{&quot;2026-07-04&quot;:1.66},{&quot;2026-07-05&quot;:1.69},{&quot;2026-07-06&quot;:1.75},{&quot;2026-07-07&quot;:1.65},{&quot;2026-07-08&quot;:1.65},{&quot;2026-07-09&quot;:1.61},{&quot;2026-07-10&quot;:1.75},{&quot;2026-07-11&quot;:1.82},{&quot;2026-07-12&quot;:1.79},{&quot;2026-07-13&quot;:1.96},{&quot;2026-07-14&quot;:2.1},{&quot;2026-07-15&quot;:2.08},{&quot;2026-07-16&quot;:2.02},{&quot;2026-07-17&quot;:2.12},{&quot;2026-07-18&quot;:2.05},{&quot;2026-07-19&quot;:1.82},{&quot;2026-07-20&quot;:2.16},{&quot;2026-07-21&quot;:2.02},{&quot;2026-07-22&quot;:1.84},{&quot;2026-07-23&quot;:1.8},{&quot;2026-07-24&quot;:2.03},{&quot;2026-07-25&quot;:1.96},{&quot;2026-07-26&quot;:2.01},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-28&quot;:1.93},{&quot;2026-07-29&quot;:2.02},{&quot;2026-07-30&quot;:2.07},{&quot;2026-07-31&quot;:2.04},{&quot;2026-08-01&quot;:2.07},{&quot;2026-08-02&quot;:1.83},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.71},{&quot;2026-08-05&quot;:1.67},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:2.52},{&quot;2026-08-10&quot;:3.18},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.58},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:3.0},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:2.66},{&quot;2026-08-20&quot;:2.96},{&quot;2026-08-21&quot;:3.18},{&quot;2026-08-22&quot;:3.32},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.21},{&quot;2026-08-26&quot;:3.51},{&quot;2026-08-27&quot;:3.5},{&quot;2026-08-28&quot;:3.38},{&quot;2026-08-29&quot;:3.38},{&quot;2026-08-30&quot;:2.9},{&quot;2026-08-31&quot;:2.92},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.15},{&quot;2026-09-04&quot;:2.54},{&quot;2026-09-05&quot;:2.72},{&quot;2026-09-06&quot;:2.9},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.8},{&quot;2026-09-10&quot;:3.8},{&quot;2026-09-11&quot;:3.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Ripples of Potential
        </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-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="Ripples of Potential" src="https://cards.scryfall.io/large/front/8/e/8e724c6d-3922-406f-b9e6-e478e1039416.jpg?1783906041" />
    </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">
                $3.40
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;normal&quot;:[{&quot;2026-06-10&quot;:2.02},{&quot;2026-06-11&quot;:2.09},{&quot;2026-06-12&quot;:2.17},{&quot;2026-06-13&quot;:2.31},{&quot;2026-06-14&quot;:2.21},{&quot;2026-06-15&quot;:2.2},{&quot;2026-06-16&quot;:2.21},{&quot;2026-06-17&quot;:2.18},{&quot;2026-06-18&quot;:2.14},{&quot;2026-06-19&quot;:2.0},{&quot;2026-06-20&quot;:1.97},{&quot;2026-06-21&quot;:1.98},{&quot;2026-06-22&quot;:2.1},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.12},{&quot;2026-06-26&quot;:2.13},{&quot;2026-06-27&quot;:2.31},{&quot;2026-06-28&quot;:2.41},{&quot;2026-06-29&quot;:2.28},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.24},{&quot;2026-07-02&quot;:2.28},{&quot;2026-07-03&quot;:2.24},{&quot;2026-07-04&quot;:2.26},{&quot;2026-07-05&quot;:2.32},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.32},{&quot;2026-07-09&quot;:2.3},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.53},{&quot;2026-07-12&quot;:2.46},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.48},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.66},{&quot;2026-07-17&quot;:2.73},{&quot;2026-07-18&quot;:2.73},{&quot;2026-07-19&quot;:2.83},{&quot;2026-07-20&quot;:2.77},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-23&quot;:3.35},{&quot;2026-07-25&quot;:2.73},{&quot;2026-07-26&quot;:2.94},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.77},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.48},{&quot;2026-08-02&quot;:3.35},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.41},{&quot;2026-08-05&quot;:3.43},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:3.07},{&quot;2026-08-10&quot;:3.24},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.4},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:3.33},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.19},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.24},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.68},{&quot;2026-08-22&quot;:3.77},{&quot;2026-08-23&quot;:3.85},{&quot;2026-08-24&quot;:3.88},{&quot;2026-08-25&quot;:3.88},{&quot;2026-08-26&quot;:3.85},{&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.84},{&quot;2026-08-31&quot;:3.93},{&quot;2026-09-01&quot;:3.93},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.75},{&quot;2026-09-05&quot;:3.92},{&quot;2026-09-06&quot;:3.91},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:3.68},{&quot;2026-09-09&quot;:3.66},{&quot;2026-09-10&quot;:3.44},{&quot;2026-09-11&quot;:3.4}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $3.39
          </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="Herald of the Pantheon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/c/8c344783-63ca-42d0-9cba-aaaa1bc3b622.jpg?1783934285" />

        <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">
            Herald of the Pantheon
        </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 — Centaur 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="Herald of the Pantheon" src="https://cards.scryfall.io/large/front/8/c/8c344783-63ca-42d0-9cba-aaaa1bc3b622.jpg?1783934285" />
    </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">
                $3.39
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.45},{&quot;2026-06-12&quot;:3.45},{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.49},{&quot;2026-06-15&quot;:3.49},{&quot;2026-06-16&quot;:3.23},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.39},{&quot;2026-06-19&quot;:3.26},{&quot;2026-06-20&quot;:3.26},{&quot;2026-06-21&quot;:3.26},{&quot;2026-06-22&quot;:3.26},{&quot;2026-06-23&quot;:3.36},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.34},{&quot;2026-06-26&quot;:3.34},{&quot;2026-06-27&quot;:3.34},{&quot;2026-06-28&quot;:3.25},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.3},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.3},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.5},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.5},{&quot;2026-07-07&quot;:3.49},{&quot;2026-07-08&quot;:3.49},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.55},{&quot;2026-07-12&quot;:3.55},{&quot;2026-07-13&quot;:3.6},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.67},{&quot;2026-07-16&quot;:3.63},{&quot;2026-07-17&quot;:3.71},{&quot;2026-07-18&quot;:3.71},{&quot;2026-07-19&quot;:3.71},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.7},{&quot;2026-07-23&quot;:3.48},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.35},{&quot;2026-07-27&quot;:3.12},{&quot;2026-07-28&quot;:3.12},{&quot;2026-07-29&quot;:3.12},{&quot;2026-07-30&quot;:3.12},{&quot;2026-07-31&quot;:3.12},{&quot;2026-08-01&quot;:3.12},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.08},{&quot;2026-08-05&quot;:3.15},{&quot;2026-08-07&quot;:3.15},{&quot;2026-08-08&quot;:3.2},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.33},{&quot;2026-08-17&quot;:3.32},{&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.32},{&quot;2026-08-22&quot;:3.26},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.26},{&quot;2026-08-25&quot;:3.26},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.2},{&quot;2026-08-28&quot;:3.2},{&quot;2026-08-29&quot;:3.2},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.07},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.17},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.19},{&quot;2026-09-06&quot;:3.19},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.4},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.4},{&quot;2026-09-11&quot;:3.39}]}"
        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="73648"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-ltr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $3.39
          </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 Battle of Bywater" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/b/9bae7a4d-9117-43c5-a048-80a0ddadc034.jpg?1783916337" />

        <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 Battle of Bywater
        </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="The Battle of Bywater" src="https://cards.scryfall.io/large/front/9/b/9bae7a4d-9117-43c5-a048-80a0ddadc034.jpg?1783916337" />
    </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">
                $3.39
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.15
              </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.83},{&quot;2026-06-14&quot;:3.81},{&quot;2026-06-15&quot;:3.67},{&quot;2026-06-16&quot;:3.65},{&quot;2026-06-17&quot;:3.65},{&quot;2026-06-18&quot;:3.69},{&quot;2026-06-19&quot;:3.69},{&quot;2026-06-20&quot;:3.72},{&quot;2026-06-21&quot;:3.72},{&quot;2026-06-22&quot;:3.72},{&quot;2026-06-23&quot;:3.72},{&quot;2026-06-24&quot;:3.74},{&quot;2026-06-25&quot;:3.74},{&quot;2026-06-26&quot;:3.74},{&quot;2026-06-27&quot;:3.74},{&quot;2026-06-28&quot;:3.58},{&quot;2026-06-29&quot;:3.58},{&quot;2026-06-30&quot;:3.46},{&quot;2026-07-01&quot;:3.33},{&quot;2026-07-02&quot;:3.33},{&quot;2026-07-03&quot;:3.29},{&quot;2026-07-04&quot;:3.36},{&quot;2026-07-05&quot;:3.36},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.29},{&quot;2026-07-08&quot;:3.29},{&quot;2026-07-09&quot;:3.29},{&quot;2026-07-10&quot;:3.33},{&quot;2026-07-11&quot;:3.34},{&quot;2026-07-12&quot;:3.34},{&quot;2026-07-13&quot;:3.42},{&quot;2026-07-14&quot;:3.44},{&quot;2026-07-15&quot;:3.44},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.73},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.73},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.72},{&quot;2026-07-23&quot;:3.76},{&quot;2026-07-24&quot;:3.76},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.76},{&quot;2026-07-27&quot;:3.76},{&quot;2026-07-28&quot;:3.76},{&quot;2026-07-29&quot;:3.77},{&quot;2026-07-30&quot;:3.77},{&quot;2026-07-31&quot;:3.74},{&quot;2026-08-01&quot;:3.74},{&quot;2026-08-02&quot;:3.72},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:3.79},{&quot;2026-08-05&quot;:3.79},{&quot;2026-08-07&quot;:3.79},{&quot;2026-08-08&quot;:3.8},{&quot;2026-08-09&quot;:3.76},{&quot;2026-08-10&quot;:3.95},{&quot;2026-08-11&quot;:3.93},{&quot;2026-08-12&quot;:3.93},{&quot;2026-08-13&quot;:4.09},{&quot;2026-08-14&quot;:4.09},{&quot;2026-08-15&quot;:4.11},{&quot;2026-08-16&quot;:4.11},{&quot;2026-08-17&quot;:4.26},{&quot;2026-08-18&quot;:4.05},{&quot;2026-08-19&quot;:4.05},{&quot;2026-08-20&quot;:4.05},{&quot;2026-08-21&quot;:4.09},{&quot;2026-08-22&quot;:4.09},{&quot;2026-08-23&quot;:4.09},{&quot;2026-08-24&quot;:4.14},{&quot;2026-08-25&quot;:4.14},{&quot;2026-08-26&quot;:4.14},{&quot;2026-08-27&quot;:4.14},{&quot;2026-08-28&quot;:4.14},{&quot;2026-08-29&quot;:4.14},{&quot;2026-08-30&quot;:4.16},{&quot;2026-08-31&quot;:4.16},{&quot;2026-09-01&quot;:4.3},{&quot;2026-09-02&quot;:4.3},{&quot;2026-09-03&quot;:4.3},{&quot;2026-09-04&quot;:4.3},{&quot;2026-09-05&quot;:4.3},{&quot;2026-09-06&quot;:4.22},{&quot;2026-09-07&quot;:4.34},{&quot;2026-09-08&quot;:4.34},{&quot;2026-09-09&quot;:4.21},{&quot;2026-09-10&quot;:4.18},{&quot;2026-09-11&quot;:4.15}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.87},{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.8},{&quot;2026-06-17&quot;:2.81},{&quot;2026-06-18&quot;:2.83},{&quot;2026-06-19&quot;:2.86},{&quot;2026-06-20&quot;:2.83},{&quot;2026-06-21&quot;:2.84},{&quot;2026-06-22&quot;:2.59},{&quot;2026-06-23&quot;:2.48},{&quot;2026-06-24&quot;:2.34},{&quot;2026-06-25&quot;:2.25},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.29},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.43},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.54},{&quot;2026-07-04&quot;:2.5},{&quot;2026-07-05&quot;:2.38},{&quot;2026-07-06&quot;:2.54},{&quot;2026-07-07&quot;:2.64},{&quot;2026-07-08&quot;:2.6},{&quot;2026-07-09&quot;:2.69},{&quot;2026-07-10&quot;:2.58},{&quot;2026-07-11&quot;:2.88},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:3.02},{&quot;2026-07-14&quot;:3.07},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.15},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.19},{&quot;2026-07-20&quot;:3.04},{&quot;2026-07-21&quot;:3.1},{&quot;2026-07-22&quot;:3.08},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-24&quot;:3.13},{&quot;2026-07-25&quot;:3.11},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:2.94},{&quot;2026-07-28&quot;:2.9},{&quot;2026-07-29&quot;:2.92},{&quot;2026-07-30&quot;:3.12},{&quot;2026-07-31&quot;:3.18},{&quot;2026-08-01&quot;:3.28},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.65},{&quot;2026-08-04&quot;:3.69},{&quot;2026-08-05&quot;:3.75},{&quot;2026-08-07&quot;:3.72},{&quot;2026-08-08&quot;:3.71},{&quot;2026-08-09&quot;:3.4},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.28},{&quot;2026-08-12&quot;:3.38},{&quot;2026-08-13&quot;:3.22},{&quot;2026-08-14&quot;:4.22},{&quot;2026-08-15&quot;:4.44},{&quot;2026-08-16&quot;:4.15},{&quot;2026-08-17&quot;:3.69},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.24},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.47},{&quot;2026-08-23&quot;:3.88},{&quot;2026-08-24&quot;:4.24},{&quot;2026-08-25&quot;:4.43},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.15},{&quot;2026-08-28&quot;:3.86},{&quot;2026-08-29&quot;:3.86},{&quot;2026-08-30&quot;:3.49},{&quot;2026-08-31&quot;:3.61},{&quot;2026-09-01&quot;:3.58},{&quot;2026-09-02&quot;:3.9},{&quot;2026-09-03&quot;:3.98},{&quot;2026-09-04&quot;:4.02},{&quot;2026-09-05&quot;:4.0},{&quot;2026-09-06&quot;:3.96},{&quot;2026-09-07&quot;:3.77},{&quot;2026-09-08&quot;:3.59},{&quot;2026-09-09&quot;:3.56},{&quot;2026-09-10&quot;:3.5},{&quot;2026-09-11&quot;:3.39}]}"
        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="42015"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-neo ss-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">
            Forest
        </span>


      </div>

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

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Forest" src="https://cards.scryfall.io/large/front/c/8/c8179106-e5d7-457a-9250-70df980b38ce.jpg?1783923805" />
    </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">
            6
          </span>
        </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.38
              </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">$0.65</span>
              <span class="text-xs text-grey-text">Credit: $0.85</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-10&quot;:3.2},{&quot;2026-06-11&quot;:3.2},{&quot;2026-06-12&quot;:3.22},{&quot;2026-06-13&quot;:3.18},{&quot;2026-06-14&quot;:3.18},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.16},{&quot;2026-06-17&quot;:3.17},{&quot;2026-06-18&quot;:3.18},{&quot;2026-06-19&quot;:3.2},{&quot;2026-06-20&quot;:3.29},{&quot;2026-06-21&quot;:3.29},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.24},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.24},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.29},{&quot;2026-07-01&quot;:3.3},{&quot;2026-07-02&quot;:3.28},{&quot;2026-07-03&quot;:3.28},{&quot;2026-07-04&quot;:3.31},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.3},{&quot;2026-07-08&quot;:3.26},{&quot;2026-07-09&quot;:3.29},{&quot;2026-07-10&quot;:3.22},{&quot;2026-07-11&quot;:3.11},{&quot;2026-07-12&quot;:3.11},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.16},{&quot;2026-07-17&quot;:3.12},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.18},{&quot;2026-07-20&quot;:3.17},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-23&quot;:3.25},{&quot;2026-07-25&quot;:3.21},{&quot;2026-07-26&quot;:3.21},{&quot;2026-07-27&quot;:3.24},{&quot;2026-07-29&quot;:3.21},{&quot;2026-07-30&quot;:3.16},{&quot;2026-07-31&quot;:2.86},{&quot;2026-08-01&quot;:2.86},{&quot;2026-08-02&quot;:2.87},{&quot;2026-08-03&quot;:2.87},{&quot;2026-08-04&quot;:2.83},{&quot;2026-08-05&quot;:2.79},{&quot;2026-08-07&quot;:2.83},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:3.04},{&quot;2026-08-10&quot;:3.07},{&quot;2026-08-11&quot;:3.07},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.4},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.45},{&quot;2026-08-16&quot;:3.45},{&quot;2026-08-17&quot;:3.47},{&quot;2026-08-18&quot;:3.47},{&quot;2026-08-19&quot;:3.53},{&quot;2026-08-20&quot;:3.53},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:3.12},{&quot;2026-08-26&quot;:2.97},{&quot;2026-08-27&quot;:2.97},{&quot;2026-08-28&quot;:2.97},{&quot;2026-08-29&quot;:2.97},{&quot;2026-08-30&quot;:3.13},{&quot;2026-08-31&quot;:3.13},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.11},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.16},{&quot;2026-09-06&quot;:3.22},{&quot;2026-09-07&quot;:3.47},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.47},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.38}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.39},{&quot;2026-06-12&quot;:2.37},{&quot;2026-06-13&quot;:2.36},{&quot;2026-06-14&quot;:2.36},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.49},{&quot;2026-06-17&quot;:2.53},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.48},{&quot;2026-06-20&quot;:2.48},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.38},{&quot;2026-06-23&quot;:2.33},{&quot;2026-06-24&quot;:2.27},{&quot;2026-06-25&quot;:2.19},{&quot;2026-06-26&quot;:2.16},{&quot;2026-06-27&quot;:2.02},{&quot;2026-06-28&quot;:1.93},{&quot;2026-06-29&quot;:1.93},{&quot;2026-06-30&quot;:1.94},{&quot;2026-07-01&quot;:1.84},{&quot;2026-07-02&quot;:1.84},{&quot;2026-07-03&quot;:1.84},{&quot;2026-07-04&quot;:1.84},{&quot;2026-07-05&quot;:1.79},{&quot;2026-07-06&quot;:1.79},{&quot;2026-07-07&quot;:1.75},{&quot;2026-07-08&quot;:1.82},{&quot;2026-07-09&quot;:1.81},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.81},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.88},{&quot;2026-07-14&quot;:1.92},{&quot;2026-07-15&quot;:1.93},{&quot;2026-07-16&quot;:2.01},{&quot;2026-07-17&quot;:1.99},{&quot;2026-07-18&quot;:1.97},{&quot;2026-07-19&quot;:1.92},{&quot;2026-07-20&quot;:1.94},{&quot;2026-07-21&quot;:2.01},{&quot;2026-07-23&quot;:1.93},{&quot;2026-07-25&quot;:2.02},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-29&quot;:1.99},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.47},{&quot;2026-08-02&quot;:2.48},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.49},{&quot;2026-08-05&quot;:2.72},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.6},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.49},{&quot;2026-08-14&quot;:2.44},{&quot;2026-08-15&quot;:2.36},{&quot;2026-08-16&quot;:2.33},{&quot;2026-08-17&quot;:2.54},{&quot;2026-08-18&quot;:2.42},{&quot;2026-08-19&quot;:2.42},{&quot;2026-08-20&quot;:2.42},{&quot;2026-08-21&quot;:2.53},{&quot;2026-08-22&quot;:2.51},{&quot;2026-08-23&quot;:2.34},{&quot;2026-08-24&quot;:2.41},{&quot;2026-08-25&quot;:2.41},{&quot;2026-08-26&quot;:2.42},{&quot;2026-08-27&quot;:2.38},{&quot;2026-08-28&quot;:2.39},{&quot;2026-08-29&quot;:2.39},{&quot;2026-08-30&quot;:2.18},{&quot;2026-08-31&quot;:2.17},{&quot;2026-09-01&quot;:2.17},{&quot;2026-09-02&quot;:2.02},{&quot;2026-09-03&quot;:2.02},{&quot;2026-09-04&quot;:2.02},{&quot;2026-09-05&quot;:1.91},{&quot;2026-09-06&quot;:1.91},{&quot;2026-09-07&quot;:1.81},{&quot;2026-09-08&quot;:1.83},{&quot;2026-09-09&quot;:1.94},{&quot;2026-09-10&quot;:1.89},{&quot;2026-09-11&quot;:1.87}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Krenko, Tin Street Kingpin" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/5/f51d53fc-8e62-45fd-b2cd-8f93d7f9e1fa.jpg?1783923956" />

        <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">
            Krenko, Tin Street Kingpin
        </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 — Goblin</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="Krenko, Tin Street Kingpin" src="https://cards.scryfall.io/large/front/f/5/f51d53fc-8e62-45fd-b2cd-8f93d7f9e1fa.jpg?1783923956" />
    </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">
                $3.38
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.9},{&quot;2026-06-14&quot;:3.9},{&quot;2026-06-15&quot;:3.9},{&quot;2026-06-16&quot;:3.9},{&quot;2026-06-17&quot;:3.9},{&quot;2026-06-18&quot;:3.9},{&quot;2026-06-19&quot;:4.02},{&quot;2026-06-20&quot;:3.98},{&quot;2026-06-21&quot;:3.95},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.87},{&quot;2026-06-25&quot;:3.87},{&quot;2026-06-26&quot;:3.76},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.74},{&quot;2026-06-29&quot;:3.74},{&quot;2026-06-30&quot;:3.7},{&quot;2026-07-01&quot;:3.66},{&quot;2026-07-02&quot;:3.63},{&quot;2026-07-03&quot;:3.63},{&quot;2026-07-04&quot;:3.65},{&quot;2026-07-05&quot;:3.65},{&quot;2026-07-06&quot;:3.65},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.68},{&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.67},{&quot;2026-07-14&quot;:3.67},{&quot;2026-07-15&quot;:3.67},{&quot;2026-07-16&quot;:3.67},{&quot;2026-07-17&quot;:3.65},{&quot;2026-07-18&quot;:3.65},{&quot;2026-07-19&quot;:3.63},{&quot;2026-07-20&quot;:3.63},{&quot;2026-07-21&quot;:3.58},{&quot;2026-07-22&quot;:3.45},{&quot;2026-07-23&quot;:3.53},{&quot;2026-07-24&quot;:3.36},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.29},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-28&quot;:3.28},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.26},{&quot;2026-07-31&quot;:3.15},{&quot;2026-08-01&quot;:3.15},{&quot;2026-08-02&quot;:3.15},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.09},{&quot;2026-08-07&quot;:3.06},{&quot;2026-08-08&quot;:3.06},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:3.06},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.1},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.25},{&quot;2026-08-18&quot;:3.28},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.3},{&quot;2026-08-21&quot;:3.3},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.27},{&quot;2026-08-24&quot;:3.27},{&quot;2026-08-25&quot;:3.35},{&quot;2026-08-26&quot;:3.35},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.46},{&quot;2026-08-29&quot;:3.46},{&quot;2026-08-30&quot;:3.47},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.45},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.31},{&quot;2026-09-04&quot;:3.37},{&quot;2026-09-05&quot;:3.35},{&quot;2026-09-06&quot;:3.31},{&quot;2026-09-07&quot;:3.34},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.34},{&quot;2026-09-10&quot;:3.35},{&quot;2026-09-11&quot;:3.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="73798"
  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">
            Chancellor of the Annex
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Chancellor of the Annex" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/2/7253b970-b394-4b39-abe1-ba243887f7d0.jpg?1783932441" />

        <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">
            Chancellor of the Annex
        </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 Angel</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chancellor of the Annex" src="https://cards.scryfall.io/large/front/7/2/7253b970-b394-4b39-abe1-ba243887f7d0.jpg?1783932441" />
    </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">
                $3.38
              </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.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-08&quot;:2.92},{&quot;2026-06-10&quot;:3.1},{&quot;2026-06-11&quot;:3.1},{&quot;2026-06-12&quot;:3.17},{&quot;2026-06-13&quot;:3.17},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.36},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.3},{&quot;2026-06-19&quot;:3.3},{&quot;2026-06-20&quot;:3.28},{&quot;2026-06-21&quot;:3.34},{&quot;2026-06-22&quot;:3.34},{&quot;2026-06-24&quot;:3.15},{&quot;2026-06-25&quot;:3.15},{&quot;2026-06-26&quot;:3.15},{&quot;2026-06-27&quot;:3.2},{&quot;2026-06-28&quot;:3.26},{&quot;2026-06-29&quot;:3.26},{&quot;2026-06-30&quot;:3.2},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.26},{&quot;2026-07-04&quot;:3.26},{&quot;2026-07-05&quot;:3.34},{&quot;2026-07-06&quot;:3.34},{&quot;2026-07-07&quot;:3.39},{&quot;2026-07-08&quot;:3.35},{&quot;2026-07-09&quot;:3.35},{&quot;2026-07-10&quot;:3.35},{&quot;2026-07-11&quot;:3.39},{&quot;2026-07-12&quot;:3.39},{&quot;2026-07-13&quot;:3.39},{&quot;2026-07-14&quot;:3.53},{&quot;2026-07-15&quot;:3.53},{&quot;2026-07-16&quot;:3.51},{&quot;2026-07-17&quot;:3.51},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.54},{&quot;2026-07-21&quot;:3.54},{&quot;2026-07-23&quot;:3.47},{&quot;2026-07-25&quot;:3.49},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.49},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.58},{&quot;2026-07-31&quot;:3.58},{&quot;2026-08-01&quot;:3.55},{&quot;2026-08-02&quot;:3.55},{&quot;2026-08-03&quot;:3.55},{&quot;2026-08-04&quot;:3.65},{&quot;2026-08-05&quot;:3.65},{&quot;2026-08-07&quot;:3.65},{&quot;2026-08-08&quot;:3.65},{&quot;2026-08-09&quot;:3.65},{&quot;2026-08-10&quot;:3.65},{&quot;2026-08-11&quot;:3.61},{&quot;2026-08-12&quot;:3.61},{&quot;2026-08-13&quot;:3.61},{&quot;2026-08-14&quot;:3.61},{&quot;2026-08-15&quot;:3.61},{&quot;2026-08-16&quot;:3.61},{&quot;2026-08-17&quot;:3.61},{&quot;2026-08-18&quot;:3.61},{&quot;2026-08-19&quot;:3.61},{&quot;2026-08-20&quot;:3.61},{&quot;2026-08-21&quot;:3.61},{&quot;2026-08-22&quot;:3.56},{&quot;2026-08-23&quot;:3.56},{&quot;2026-08-24&quot;:3.56},{&quot;2026-08-25&quot;:3.56},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.58},{&quot;2026-08-28&quot;:3.58},{&quot;2026-08-29&quot;:3.58},{&quot;2026-08-30&quot;:3.51},{&quot;2026-08-31&quot;:3.51},{&quot;2026-09-01&quot;:3.51},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.56},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.56},{&quot;2026-09-06&quot;:3.47},{&quot;2026-09-07&quot;:3.47},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="79793"
  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">
            Abrupt Decay
        </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">
            3 owned
          </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Abrupt Decay" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/7/57010ba9-52be-484d-9976-7576c4ce48d0.jpg?1783927715" />

        <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">
            Abrupt Decay
        </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-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Abrupt Decay" src="https://cards.scryfall.io/large/front/5/7/57010ba9-52be-484d-9976-7576c4ce48d0.jpg?1783927715" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:59.89},{&quot;2026-06-14&quot;:59.89},{&quot;2026-06-15&quot;:59.89},{&quot;2026-06-16&quot;:59.89},{&quot;2026-06-17&quot;:59.89},{&quot;2026-06-18&quot;:59.89},{&quot;2026-06-19&quot;:59.89},{&quot;2026-06-20&quot;:59.89},{&quot;2026-06-21&quot;:59.89},{&quot;2026-06-22&quot;:59.89},{&quot;2026-06-23&quot;:59.89},{&quot;2026-06-24&quot;:59.89},{&quot;2026-06-25&quot;:59.89},{&quot;2026-06-26&quot;:59.89},{&quot;2026-06-27&quot;:59.89},{&quot;2026-06-28&quot;:59.89},{&quot;2026-06-29&quot;:59.89},{&quot;2026-06-30&quot;:59.89},{&quot;2026-07-01&quot;:59.89},{&quot;2026-07-02&quot;:59.89},{&quot;2026-07-03&quot;:59.89},{&quot;2026-07-04&quot;:59.89},{&quot;2026-07-05&quot;:59.89},{&quot;2026-07-06&quot;:59.89},{&quot;2026-07-07&quot;:59.89},{&quot;2026-07-08&quot;:60.48},{&quot;2026-07-09&quot;:60.48},{&quot;2026-07-10&quot;:60.48},{&quot;2026-07-11&quot;:60.51},{&quot;2026-07-12&quot;:60.51},{&quot;2026-07-13&quot;:60.51},{&quot;2026-07-14&quot;:60.51},{&quot;2026-07-15&quot;:60.51},{&quot;2026-07-16&quot;:60.51},{&quot;2026-07-17&quot;:60.51},{&quot;2026-07-18&quot;:60.51},{&quot;2026-07-19&quot;:60.51},{&quot;2026-07-20&quot;:60.51},{&quot;2026-07-21&quot;:60.51},{&quot;2026-07-22&quot;:60.51},{&quot;2026-07-23&quot;:60.51},{&quot;2026-07-24&quot;:60.51},{&quot;2026-07-25&quot;:60.51},{&quot;2026-07-26&quot;:60.51},{&quot;2026-07-27&quot;:60.51},{&quot;2026-07-28&quot;:60.51},{&quot;2026-07-29&quot;:60.51},{&quot;2026-07-30&quot;:60.51},{&quot;2026-07-31&quot;:60.51},{&quot;2026-08-01&quot;:61.72},{&quot;2026-08-02&quot;:61.89},{&quot;2026-08-03&quot;:61.89},{&quot;2026-08-04&quot;:60.61},{&quot;2026-08-05&quot;:60.61},{&quot;2026-08-07&quot;:60.61},{&quot;2026-08-08&quot;:60.61},{&quot;2026-08-09&quot;:60.61},{&quot;2026-08-10&quot;:61.89},{&quot;2026-08-11&quot;:61.89},{&quot;2026-08-12&quot;:61.89},{&quot;2026-08-13&quot;:61.89},{&quot;2026-08-14&quot;:61.89},{&quot;2026-08-15&quot;:61.89},{&quot;2026-08-16&quot;:62.21},{&quot;2026-08-17&quot;:62.21},{&quot;2026-08-18&quot;:62.21},{&quot;2026-08-19&quot;:62.21},{&quot;2026-08-20&quot;:62.21},{&quot;2026-08-21&quot;:62.21},{&quot;2026-08-22&quot;:62.21},{&quot;2026-08-23&quot;:62.21},{&quot;2026-08-24&quot;:62.21},{&quot;2026-08-25&quot;:62.21},{&quot;2026-08-26&quot;:62.21},{&quot;2026-08-27&quot;:62.21},{&quot;2026-08-28&quot;:62.21},{&quot;2026-08-29&quot;:62.21},{&quot;2026-08-30&quot;:62.21},{&quot;2026-08-31&quot;:62.64},{&quot;2026-09-01&quot;:62.64},{&quot;2026-09-02&quot;:69.77},{&quot;2026-09-03&quot;:69.77},{&quot;2026-09-04&quot;:69.77},{&quot;2026-09-05&quot;:69.77},{&quot;2026-09-06&quot;:69.77},{&quot;2026-09-07&quot;:69.77},{&quot;2026-09-08&quot;:69.77},{&quot;2026-09-09&quot;:69.77},{&quot;2026-09-10&quot;:69.77},{&quot;2026-09-11&quot;:69.77}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.81},{&quot;2026-06-14&quot;:2.81},{&quot;2026-06-15&quot;:2.81},{&quot;2026-06-16&quot;:2.81},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.87},{&quot;2026-06-19&quot;:2.87},{&quot;2026-06-20&quot;:2.84},{&quot;2026-06-21&quot;:2.82},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.88},{&quot;2026-06-24&quot;:2.96},{&quot;2026-06-25&quot;:2.96},{&quot;2026-06-26&quot;:2.96},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:2.96},{&quot;2026-06-30&quot;:2.96},{&quot;2026-07-01&quot;:2.96},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.85},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.77},{&quot;2026-07-06&quot;:2.63},{&quot;2026-07-07&quot;:2.63},{&quot;2026-07-08&quot;:2.66},{&quot;2026-07-09&quot;:2.66},{&quot;2026-07-10&quot;:2.66},{&quot;2026-07-11&quot;:2.69},{&quot;2026-07-12&quot;:2.69},{&quot;2026-07-13&quot;:2.69},{&quot;2026-07-14&quot;:2.69},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.56},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.74},{&quot;2026-07-20&quot;:2.74},{&quot;2026-07-21&quot;:2.72},{&quot;2026-07-22&quot;:2.71},{&quot;2026-07-23&quot;:2.71},{&quot;2026-07-24&quot;:2.71},{&quot;2026-07-25&quot;:2.71},{&quot;2026-07-26&quot;:2.71},{&quot;2026-07-27&quot;:2.68},{&quot;2026-07-28&quot;:2.66},{&quot;2026-07-29&quot;:2.66},{&quot;2026-07-30&quot;:2.65},{&quot;2026-07-31&quot;:2.67},{&quot;2026-08-01&quot;:2.67},{&quot;2026-08-02&quot;:2.75},{&quot;2026-08-03&quot;:2.75},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.78},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.8},{&quot;2026-08-12&quot;:2.76},{&quot;2026-08-13&quot;:2.76},{&quot;2026-08-14&quot;:2.76},{&quot;2026-08-15&quot;:2.8},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.87},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.98},{&quot;2026-08-20&quot;:2.82},{&quot;2026-08-21&quot;:2.9},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.24},{&quot;2026-08-25&quot;:3.24},{&quot;2026-08-26&quot;:3.24},{&quot;2026-08-27&quot;:3.27},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.27},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.25},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.25},{&quot;2026-09-05&quot;:3.25},{&quot;2026-09-06&quot;:3.25},{&quot;2026-09-07&quot;:3.25},{&quot;2026-09-08&quot;:3.25},{&quot;2026-09-09&quot;:3.23},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12453"
  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">
            Wyleth, Soul of Steel
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wyleth, Soul of Steel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7c5ada8c-98f2-4f9c-bcb5-dfa4f804fbe6.jpg?1783928737" />

        <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">
            Wyleth, Soul of Steel
        </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 Warrior</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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="Wyleth, Soul of Steel" src="https://cards.scryfall.io/large/front/7/c/7c5ada8c-98f2-4f9c-bcb5-dfa4f804fbe6.jpg?1783928737" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</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-08&quot;:3.57},{&quot;2026-06-10&quot;:3.57},{&quot;2026-06-11&quot;:3.56},{&quot;2026-06-12&quot;:3.66},{&quot;2026-06-13&quot;:3.62},{&quot;2026-06-14&quot;:3.63},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.66},{&quot;2026-06-17&quot;:3.66},{&quot;2026-06-18&quot;:3.49},{&quot;2026-06-19&quot;:3.35},{&quot;2026-06-20&quot;:3.3},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.42},{&quot;2026-06-24&quot;:3.28},{&quot;2026-06-25&quot;:3.28},{&quot;2026-06-26&quot;:3.28},{&quot;2026-06-27&quot;:3.28},{&quot;2026-06-28&quot;:3.24},{&quot;2026-06-29&quot;:3.3},{&quot;2026-06-30&quot;:3.36},{&quot;2026-07-01&quot;:3.41},{&quot;2026-07-02&quot;:3.41},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.54},{&quot;2026-07-05&quot;:3.68},{&quot;2026-07-06&quot;:3.99},{&quot;2026-07-07&quot;:4.14},{&quot;2026-07-08&quot;:4.18},{&quot;2026-07-09&quot;:4.29},{&quot;2026-07-10&quot;:4.54},{&quot;2026-07-11&quot;:4.49},{&quot;2026-07-12&quot;:4.49},{&quot;2026-07-13&quot;:4.49},{&quot;2026-07-14&quot;:4.51},{&quot;2026-07-15&quot;:4.54},{&quot;2026-07-16&quot;:4.55},{&quot;2026-07-17&quot;:4.59},{&quot;2026-07-18&quot;:4.59},{&quot;2026-07-19&quot;:4.59},{&quot;2026-07-20&quot;:4.5},{&quot;2026-07-21&quot;:4.57},{&quot;2026-07-23&quot;:4.46},{&quot;2026-07-25&quot;:3.58},{&quot;2026-07-26&quot;:3.5},{&quot;2026-07-27&quot;:3.5},{&quot;2026-07-29&quot;:3.5},{&quot;2026-07-30&quot;:3.5},{&quot;2026-07-31&quot;:3.58},{&quot;2026-08-01&quot;:3.43},{&quot;2026-08-02&quot;:3.3},{&quot;2026-08-03&quot;:3.3},{&quot;2026-08-04&quot;:3.19},{&quot;2026-08-05&quot;:3.19},{&quot;2026-08-07&quot;:3.26},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.29},{&quot;2026-08-11&quot;:3.39},{&quot;2026-08-12&quot;:3.71},{&quot;2026-08-13&quot;:3.86},{&quot;2026-08-14&quot;:3.92},{&quot;2026-08-15&quot;:3.92},{&quot;2026-08-16&quot;:3.89},{&quot;2026-08-17&quot;:4.31},{&quot;2026-08-18&quot;:4.11},{&quot;2026-08-19&quot;:4.22},{&quot;2026-08-20&quot;:4.22},{&quot;2026-08-21&quot;:4.22},{&quot;2026-08-22&quot;:4.22},{&quot;2026-08-23&quot;:4.22},{&quot;2026-08-24&quot;:4.08},{&quot;2026-08-25&quot;:4.08},{&quot;2026-08-26&quot;:4.13},{&quot;2026-08-27&quot;:4.18},{&quot;2026-08-28&quot;:4.15},{&quot;2026-08-29&quot;:4.15},{&quot;2026-08-30&quot;:4.15},{&quot;2026-08-31&quot;:4.06},{&quot;2026-09-01&quot;:4.06},{&quot;2026-09-02&quot;:3.99},{&quot;2026-09-03&quot;:3.85},{&quot;2026-09-04&quot;:3.83},{&quot;2026-09-05&quot;:3.83},{&quot;2026-09-06&quot;:3.8},{&quot;2026-09-07&quot;:3.8},{&quot;2026-09-08&quot;:3.77},{&quot;2026-09-09&quot;:3.54},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.37}],&quot;normal&quot;:[]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="91090"
  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">
            Sundown Pass
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sundown Pass" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/2/12ca1b4f-3e98-4ad4-93fe-c4c2de09aa58.jpg?1783908055" />

        <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">
            Sundown Pass
        </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="Sundown Pass" src="https://cards.scryfall.io/large/front/1/2/12ca1b4f-3e98-4ad4-93fe-c4c2de09aa58.jpg?1783908055" />
    </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">
                $3.37
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:7.15},{&quot;2026-06-12&quot;:7.09},{&quot;2026-06-13&quot;:7.09},{&quot;2026-06-14&quot;:7.08},{&quot;2026-06-15&quot;:7.08},{&quot;2026-06-16&quot;:7.08},{&quot;2026-06-17&quot;:7.08},{&quot;2026-06-18&quot;:7.08},{&quot;2026-06-19&quot;:7.06},{&quot;2026-06-20&quot;:7.06},{&quot;2026-06-21&quot;:7.06},{&quot;2026-06-22&quot;:7.06},{&quot;2026-06-23&quot;:7.06},{&quot;2026-06-24&quot;:7.06},{&quot;2026-06-25&quot;:7.06},{&quot;2026-06-26&quot;:7.06},{&quot;2026-06-27&quot;:7.06},{&quot;2026-06-28&quot;:7.06},{&quot;2026-06-29&quot;:7.06},{&quot;2026-06-30&quot;:7.06},{&quot;2026-07-01&quot;:7.06},{&quot;2026-07-02&quot;:7.06},{&quot;2026-07-03&quot;:7.06},{&quot;2026-07-04&quot;:7.06},{&quot;2026-07-05&quot;:7.06},{&quot;2026-07-06&quot;:7.06},{&quot;2026-07-07&quot;:7.06},{&quot;2026-07-08&quot;:7.06},{&quot;2026-07-09&quot;:7.06},{&quot;2026-07-10&quot;:7.06},{&quot;2026-07-11&quot;:7.06},{&quot;2026-07-12&quot;:7.06},{&quot;2026-07-13&quot;:7.06},{&quot;2026-07-14&quot;:7.06},{&quot;2026-07-15&quot;:6.96},{&quot;2026-07-16&quot;:6.96},{&quot;2026-07-17&quot;:6.96},{&quot;2026-07-18&quot;:6.96},{&quot;2026-07-19&quot;:6.96},{&quot;2026-07-20&quot;:6.87},{&quot;2026-07-21&quot;:6.87},{&quot;2026-07-23&quot;:6.87},{&quot;2026-07-25&quot;:6.74},{&quot;2026-07-26&quot;:6.74},{&quot;2026-07-27&quot;:6.75},{&quot;2026-07-28&quot;:6.75},{&quot;2026-07-29&quot;:6.75},{&quot;2026-07-30&quot;:6.75},{&quot;2026-07-31&quot;:6.75},{&quot;2026-08-01&quot;:6.75},{&quot;2026-08-02&quot;:6.75},{&quot;2026-08-03&quot;:6.75},{&quot;2026-08-04&quot;:6.75},{&quot;2026-08-05&quot;:6.75},{&quot;2026-08-07&quot;:6.75},{&quot;2026-08-08&quot;:6.58},{&quot;2026-08-09&quot;:6.58},{&quot;2026-08-10&quot;:6.58},{&quot;2026-08-11&quot;:6.58},{&quot;2026-08-12&quot;:6.58},{&quot;2026-08-13&quot;:6.58},{&quot;2026-08-14&quot;:6.58},{&quot;2026-08-15&quot;:6.58},{&quot;2026-08-16&quot;:6.58},{&quot;2026-08-17&quot;:6.58},{&quot;2026-08-18&quot;:6.58},{&quot;2026-08-19&quot;:6.58},{&quot;2026-08-20&quot;:6.58},{&quot;2026-08-21&quot;:6.58},{&quot;2026-08-22&quot;:6.58},{&quot;2026-08-23&quot;:6.58},{&quot;2026-08-24&quot;:6.58},{&quot;2026-08-25&quot;:6.58},{&quot;2026-08-26&quot;:6.58},{&quot;2026-08-27&quot;:6.7},{&quot;2026-08-28&quot;:6.7},{&quot;2026-08-29&quot;:6.7},{&quot;2026-08-30&quot;:6.6},{&quot;2026-08-31&quot;:6.6},{&quot;2026-09-01&quot;:6.6},{&quot;2026-09-02&quot;:6.6},{&quot;2026-09-03&quot;:6.6},{&quot;2026-09-04&quot;:6.36},{&quot;2026-09-05&quot;:6.28},{&quot;2026-09-06&quot;:6.28},{&quot;2026-09-07&quot;:5.74},{&quot;2026-09-08&quot;:5.74},{&quot;2026-09-09&quot;:5.74},{&quot;2026-09-10&quot;:5.74},{&quot;2026-09-11&quot;:5.74}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:6.11},{&quot;2026-06-12&quot;:6.11},{&quot;2026-06-13&quot;:6.18},{&quot;2026-06-14&quot;:6.18},{&quot;2026-06-15&quot;:6.18},{&quot;2026-06-16&quot;:6.18},{&quot;2026-06-17&quot;:6.18},{&quot;2026-06-18&quot;:6.18},{&quot;2026-06-19&quot;:6.05},{&quot;2026-06-20&quot;:5.89},{&quot;2026-06-21&quot;:5.89},{&quot;2026-06-22&quot;:5.89},{&quot;2026-06-23&quot;:5.89},{&quot;2026-06-24&quot;:5.34},{&quot;2026-06-25&quot;:5.33},{&quot;2026-06-26&quot;:5.33},{&quot;2026-06-27&quot;:5.33},{&quot;2026-06-28&quot;:5.33},{&quot;2026-06-29&quot;:4.93},{&quot;2026-06-30&quot;:5.4},{&quot;2026-07-01&quot;:5.4},{&quot;2026-07-02&quot;:4.91},{&quot;2026-07-03&quot;:4.91},{&quot;2026-07-04&quot;:4.91},{&quot;2026-07-05&quot;:4.91},{&quot;2026-07-06&quot;:4.73},{&quot;2026-07-07&quot;:4.73},{&quot;2026-07-08&quot;:4.73},{&quot;2026-07-09&quot;:4.65},{&quot;2026-07-10&quot;:4.65},{&quot;2026-07-11&quot;:4.59},{&quot;2026-07-12&quot;:4.48},{&quot;2026-07-13&quot;:4.42},{&quot;2026-07-14&quot;:4.46},{&quot;2026-07-15&quot;:4.46},{&quot;2026-07-16&quot;:4.46},{&quot;2026-07-17&quot;:4.32},{&quot;2026-07-18&quot;:4.4},{&quot;2026-07-19&quot;:4.38},{&quot;2026-07-20&quot;:4.28},{&quot;2026-07-21&quot;:4.28},{&quot;2026-07-23&quot;:4.28},{&quot;2026-07-25&quot;:4.18},{&quot;2026-07-26&quot;:4.18},{&quot;2026-07-27&quot;:4.18},{&quot;2026-07-28&quot;:4.14},{&quot;2026-07-29&quot;:4.14},{&quot;2026-07-30&quot;:3.99},{&quot;2026-07-31&quot;:3.99},{&quot;2026-08-01&quot;:3.94},{&quot;2026-08-02&quot;:3.93},{&quot;2026-08-03&quot;:3.87},{&quot;2026-08-04&quot;:3.73},{&quot;2026-08-05&quot;:3.69},{&quot;2026-08-07&quot;:3.73},{&quot;2026-08-08&quot;:3.7},{&quot;2026-08-09&quot;:3.6},{&quot;2026-08-10&quot;:3.53},{&quot;2026-08-11&quot;:3.53},{&quot;2026-08-12&quot;:3.38},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:3.36},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.32},{&quot;2026-08-18&quot;:3.24},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.37},{&quot;2026-08-22&quot;:3.37},{&quot;2026-08-23&quot;:3.35},{&quot;2026-08-24&quot;:3.49},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.56},{&quot;2026-08-27&quot;:3.56},{&quot;2026-08-28&quot;:3.53},{&quot;2026-08-29&quot;:3.53},{&quot;2026-08-30&quot;:3.66},{&quot;2026-08-31&quot;:3.66},{&quot;2026-09-01&quot;:3.66},{&quot;2026-09-02&quot;:3.45},{&quot;2026-09-03&quot;:3.45},{&quot;2026-09-04&quot;:3.48},{&quot;2026-09-05&quot;:3.45},{&quot;2026-09-06&quot;:3.37},{&quot;2026-09-07&quot;:3.37},{&quot;2026-09-08&quot;:3.37},{&quot;2026-09-09&quot;:3.37},{&quot;2026-09-10&quot;:3.37},{&quot;2026-09-11&quot;:3.37}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Library of Leng" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/8/b811a515-87a2-4dee-8689-48bfba12e6c5.jpg?1783947797" />

        <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">
            Library of Leng
        </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="Library of Leng" src="https://cards.scryfall.io/large/front/b/8/b811a515-87a2-4dee-8689-48bfba12e6c5.jpg?1783947797" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:4.74},{&quot;2026-06-14&quot;:4.74},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.37},{&quot;2026-06-17&quot;:4.11},{&quot;2026-06-18&quot;:3.96},{&quot;2026-06-19&quot;:3.96},{&quot;2026-06-20&quot;:3.96},{&quot;2026-06-21&quot;:3.84},{&quot;2026-06-22&quot;:3.84},{&quot;2026-06-23&quot;:3.84},{&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.84},{&quot;2026-06-28&quot;:3.84},{&quot;2026-06-29&quot;:3.84},{&quot;2026-06-30&quot;:3.84},{&quot;2026-07-01&quot;:3.84},{&quot;2026-07-02&quot;:3.71},{&quot;2026-07-03&quot;:3.71},{&quot;2026-07-04&quot;:3.71},{&quot;2026-07-05&quot;:3.71},{&quot;2026-07-06&quot;:3.71},{&quot;2026-07-07&quot;:3.74},{&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.65},{&quot;2026-07-16&quot;:3.65},{&quot;2026-07-17&quot;:3.68},{&quot;2026-07-18&quot;:3.68},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-22&quot;:3.68},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.62},{&quot;2026-07-25&quot;:3.65},{&quot;2026-07-26&quot;:3.68},{&quot;2026-07-27&quot;:3.64},{&quot;2026-07-28&quot;:3.64},{&quot;2026-07-29&quot;:3.64},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.49},{&quot;2026-08-01&quot;:3.41},{&quot;2026-08-02&quot;:3.41},{&quot;2026-08-03&quot;:3.39},{&quot;2026-08-04&quot;:3.39},{&quot;2026-08-05&quot;:3.39},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.39},{&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.39},{&quot;2026-08-13&quot;:3.39},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.2},{&quot;2026-08-18&quot;:3.3},{&quot;2026-08-19&quot;:3.3},{&quot;2026-08-20&quot;:3.31},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.31},{&quot;2026-08-23&quot;:3.31},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.41},{&quot;2026-08-29&quot;:3.41},{&quot;2026-08-30&quot;:3.37},{&quot;2026-08-31&quot;:3.37},{&quot;2026-09-01&quot;:3.36},{&quot;2026-09-02&quot;:3.36},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.36},{&quot;2026-09-05&quot;:3.36},{&quot;2026-09-06&quot;:3.36},{&quot;2026-09-07&quot;:3.36},{&quot;2026-09-08&quot;:3.36},{&quot;2026-09-09&quot;:3.36},{&quot;2026-09-10&quot;:3.36},{&quot;2026-09-11&quot;:3.36}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Hidden Hideout" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/3/f356522c-018d-43c7-988a-9ef9829ae75c.jpg?1783904160" />

        <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">
            Hidden Hideout
        </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="Hidden Hideout" src="https://cards.scryfall.io/large/front/f/3/f356522c-018d-43c7-988a-9ef9829ae75c.jpg?1783904160" />
    </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">
                $3.35
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-08-19&quot;:21.58},{&quot;2026-08-20&quot;:21.58},{&quot;2026-08-21&quot;:21.58},{&quot;2026-08-22&quot;:21.58},{&quot;2026-08-23&quot;:21.58},{&quot;2026-08-24&quot;:21.5},{&quot;2026-08-25&quot;:21.5},{&quot;2026-08-26&quot;:21.5},{&quot;2026-08-27&quot;:21.5},{&quot;2026-08-28&quot;:21.5},{&quot;2026-08-29&quot;:21.5},{&quot;2026-08-30&quot;:21.3},{&quot;2026-08-31&quot;:21.3},{&quot;2026-09-01&quot;:21.3},{&quot;2026-09-02&quot;:21.3},{&quot;2026-09-03&quot;:21.3},{&quot;2026-09-04&quot;:21.3},{&quot;2026-09-05&quot;:21.3},{&quot;2026-09-06&quot;:21.0},{&quot;2026-09-07&quot;:21.0},{&quot;2026-09-08&quot;:21.0},{&quot;2026-09-09&quot;:21.0},{&quot;2026-09-10&quot;:21.0},{&quot;2026-09-11&quot;:21.0}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.9},{&quot;2026-06-14&quot;:2.89},{&quot;2026-06-15&quot;:3.02},{&quot;2026-06-16&quot;:3.06},{&quot;2026-06-17&quot;:3.22},{&quot;2026-06-18&quot;:3.29},{&quot;2026-06-19&quot;:3.28},{&quot;2026-06-20&quot;:3.42},{&quot;2026-06-21&quot;:3.36},{&quot;2026-06-22&quot;:3.43},{&quot;2026-06-23&quot;:3.19},{&quot;2026-06-24&quot;:3.1},{&quot;2026-06-25&quot;:3.09},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.17},{&quot;2026-06-28&quot;:3.07},{&quot;2026-06-29&quot;:3.14},{&quot;2026-06-30&quot;:3.17},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.09},{&quot;2026-07-03&quot;:2.97},{&quot;2026-07-04&quot;:2.9},{&quot;2026-07-05&quot;:2.98},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.04},{&quot;2026-07-08&quot;:2.82},{&quot;2026-07-09&quot;:2.71},{&quot;2026-07-10&quot;:2.61},{&quot;2026-07-11&quot;:2.59},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.97},{&quot;2026-07-16&quot;:2.86},{&quot;2026-07-17&quot;:2.8},{&quot;2026-07-18&quot;:2.77},{&quot;2026-07-19&quot;:2.65},{&quot;2026-07-20&quot;:2.37},{&quot;2026-07-21&quot;:2.53},{&quot;2026-07-22&quot;:2.62},{&quot;2026-07-23&quot;:2.75},{&quot;2026-07-24&quot;:2.84},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:3.15},{&quot;2026-07-28&quot;:3.0},{&quot;2026-07-29&quot;:2.9},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.87},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.91},{&quot;2026-08-03&quot;:2.91},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:2.85},{&quot;2026-08-07&quot;:2.93},{&quot;2026-08-08&quot;:2.84},{&quot;2026-08-09&quot;:2.71},{&quot;2026-08-10&quot;:2.61},{&quot;2026-08-11&quot;:2.51},{&quot;2026-08-12&quot;:2.52},{&quot;2026-08-13&quot;:2.39},{&quot;2026-08-14&quot;:2.24},{&quot;2026-08-15&quot;:2.2},{&quot;2026-08-16&quot;:2.27},{&quot;2026-08-17&quot;:2.53},{&quot;2026-08-18&quot;:2.61},{&quot;2026-08-19&quot;:2.9},{&quot;2026-08-20&quot;:3.18},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:3.1},{&quot;2026-08-23&quot;:3.11},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:3.25},{&quot;2026-08-26&quot;:3.19},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:3.14},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.23},{&quot;2026-09-02&quot;:3.13},{&quot;2026-09-03&quot;:3.15},{&quot;2026-09-04&quot;:3.32},{&quot;2026-09-05&quot;:3.42},{&quot;2026-09-06&quot;:3.58},{&quot;2026-09-07&quot;:3.44},{&quot;2026-09-08&quot;:3.48},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.46},{&quot;2026-09-11&quot;:3.35}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

        <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">
            Lion Sash
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Equipment Cat</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="Lion Sash" src="https://cards.scryfall.io/large/front/3/e/3e1766e9-2fa7-4446-a255-7beea1467ece.jpg?1783923917" />
    </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">
                $2.38
              </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">
                $3.34
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.43},{&quot;2026-06-14&quot;:2.5},{&quot;2026-06-15&quot;:2.32},{&quot;2026-06-16&quot;:2.35},{&quot;2026-06-17&quot;:2.3},{&quot;2026-06-18&quot;:2.3},{&quot;2026-06-19&quot;:2.3},{&quot;2026-06-20&quot;:2.3},{&quot;2026-06-21&quot;:2.3},{&quot;2026-06-22&quot;:2.3},{&quot;2026-06-23&quot;:2.3},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.24},{&quot;2026-06-26&quot;:2.24},{&quot;2026-06-27&quot;:2.26},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.25},{&quot;2026-06-30&quot;:2.25},{&quot;2026-07-01&quot;:2.25},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.28},{&quot;2026-07-05&quot;:2.28},{&quot;2026-07-06&quot;:2.28},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.28},{&quot;2026-07-09&quot;:2.28},{&quot;2026-07-10&quot;:2.28},{&quot;2026-07-11&quot;:2.3},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.34},{&quot;2026-07-14&quot;:2.44},{&quot;2026-07-15&quot;:2.51},{&quot;2026-07-16&quot;:2.51},{&quot;2026-07-17&quot;:2.51},{&quot;2026-07-18&quot;:2.49},{&quot;2026-07-19&quot;:2.52},{&quot;2026-07-20&quot;:2.57},{&quot;2026-07-21&quot;:2.57},{&quot;2026-07-22&quot;:2.57},{&quot;2026-07-23&quot;:2.59},{&quot;2026-07-24&quot;:2.59},{&quot;2026-07-25&quot;:2.62},{&quot;2026-07-26&quot;:2.62},{&quot;2026-07-27&quot;:2.62},{&quot;2026-07-28&quot;:2.62},{&quot;2026-07-29&quot;:2.64},{&quot;2026-07-30&quot;:2.64},{&quot;2026-07-31&quot;:2.72},{&quot;2026-08-01&quot;:2.72},{&quot;2026-08-02&quot;:2.72},{&quot;2026-08-03&quot;:2.79},{&quot;2026-08-04&quot;:2.79},{&quot;2026-08-05&quot;:2.79},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.88},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.89},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:3.02},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.15},{&quot;2026-08-17&quot;:3.14},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.12},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.12},{&quot;2026-08-22&quot;:3.12},{&quot;2026-08-23&quot;:3.12},{&quot;2026-08-24&quot;:3.13},{&quot;2026-08-25&quot;:3.13},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.24},{&quot;2026-08-28&quot;:3.24},{&quot;2026-08-29&quot;:3.24},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.11},{&quot;2026-09-01&quot;:3.11},{&quot;2026-09-02&quot;:3.11},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.17},{&quot;2026-09-06&quot;:3.18},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.29},{&quot;2026-09-11&quot;:3.34}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:3.04},{&quot;2026-06-15&quot;:3.1},{&quot;2026-06-16&quot;:3.08},{&quot;2026-06-17&quot;:3.08},{&quot;2026-06-18&quot;:2.95},{&quot;2026-06-19&quot;:2.6},{&quot;2026-06-20&quot;:2.57},{&quot;2026-06-21&quot;:2.49},{&quot;2026-06-22&quot;:2.53},{&quot;2026-06-23&quot;:2.57},{&quot;2026-06-24&quot;:2.45},{&quot;2026-06-25&quot;:2.38},{&quot;2026-06-26&quot;:2.42},{&quot;2026-06-27&quot;:2.38},{&quot;2026-06-28&quot;:2.31},{&quot;2026-06-29&quot;:2.37},{&quot;2026-06-30&quot;:2.34},{&quot;2026-07-01&quot;:2.28},{&quot;2026-07-02&quot;:2.39},{&quot;2026-07-03&quot;:2.49},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.45},{&quot;2026-07-06&quot;:2.32},{&quot;2026-07-07&quot;:2.28},{&quot;2026-07-08&quot;:2.32},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.34},{&quot;2026-07-12&quot;:2.32},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.31},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.18},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-22&quot;:2.41},{&quot;2026-07-23&quot;:2.52},{&quot;2026-07-24&quot;:2.52},{&quot;2026-07-25&quot;:2.67},{&quot;2026-07-26&quot;:2.54},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.33},{&quot;2026-07-29&quot;:2.44},{&quot;2026-07-30&quot;:2.55},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.36},{&quot;2026-08-03&quot;:2.42},{&quot;2026-08-04&quot;:2.36},{&quot;2026-08-05&quot;:2.47},{&quot;2026-08-07&quot;:2.41},{&quot;2026-08-08&quot;:2.37},{&quot;2026-08-09&quot;:2.61},{&quot;2026-08-10&quot;:2.78},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.84},{&quot;2026-08-13&quot;:2.85},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.91},{&quot;2026-08-16&quot;:2.94},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.71},{&quot;2026-08-19&quot;:2.62},{&quot;2026-08-20&quot;:2.29},{&quot;2026-08-21&quot;:2.26},{&quot;2026-08-22&quot;:2.25},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.45},{&quot;2026-08-25&quot;:2.47},{&quot;2026-08-26&quot;:2.58},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.73},{&quot;2026-08-29&quot;:2.73},{&quot;2026-08-30&quot;:2.75},{&quot;2026-08-31&quot;:2.75},{&quot;2026-09-01&quot;:2.71},{&quot;2026-09-02&quot;:2.73},{&quot;2026-09-03&quot;:2.76},{&quot;2026-09-04&quot;:2.61},{&quot;2026-09-05&quot;:2.62},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.56},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.47},{&quot;2026-09-10&quot;:2.48},{&quot;2026-09-11&quot;:2.38}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Curse of the Restless Dead" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/d/cdde244a-d2f4-44b3-badd-d6142785e25c.jpg?1783925377" />

        <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 the Restless Dead
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Curse of the Restless Dead" src="https://cards.scryfall.io/large/front/c/d/cdde244a-d2f4-44b3-badd-d6142785e25c.jpg?1783925377" />
    </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">
                $3.34
              </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.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-08&quot;:4.44},{&quot;2026-06-10&quot;:4.44},{&quot;2026-06-11&quot;:4.44},{&quot;2026-06-12&quot;:4.54},{&quot;2026-06-13&quot;:4.62},{&quot;2026-06-14&quot;:4.58},{&quot;2026-06-15&quot;:4.57},{&quot;2026-06-16&quot;:4.47},{&quot;2026-06-17&quot;:4.47},{&quot;2026-06-18&quot;:4.42},{&quot;2026-06-19&quot;:4.38},{&quot;2026-06-20&quot;:4.38},{&quot;2026-06-21&quot;:4.41},{&quot;2026-06-22&quot;:4.41},{&quot;2026-06-24&quot;:4.4},{&quot;2026-06-25&quot;:4.36},{&quot;2026-06-26&quot;:4.36},{&quot;2026-06-27&quot;:4.36},{&quot;2026-06-28&quot;:4.36},{&quot;2026-06-29&quot;:4.17},{&quot;2026-06-30&quot;:4.13},{&quot;2026-07-01&quot;:4.1},{&quot;2026-07-02&quot;:4.03},{&quot;2026-07-03&quot;:4.09},{&quot;2026-07-04&quot;:4.08},{&quot;2026-07-05&quot;:4.08},{&quot;2026-07-06&quot;:4.08},{&quot;2026-07-07&quot;:4.0},{&quot;2026-07-08&quot;:4.0},{&quot;2026-07-09&quot;:4.07},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.13},{&quot;2026-07-12&quot;:4.25},{&quot;2026-07-13&quot;:4.23},{&quot;2026-07-14&quot;:4.25},{&quot;2026-07-15&quot;:4.15},{&quot;2026-07-16&quot;:4.12},{&quot;2026-07-17&quot;:4.12},{&quot;2026-07-18&quot;:4.24},{&quot;2026-07-19&quot;:4.27},{&quot;2026-07-20&quot;:4.27},{&quot;2026-07-21&quot;:4.24},{&quot;2026-07-23&quot;:4.2},{&quot;2026-07-25&quot;:4.2},{&quot;2026-07-26&quot;:4.2},{&quot;2026-07-27&quot;:4.24},{&quot;2026-07-29&quot;:4.21},{&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.19},{&quot;2026-08-03&quot;:4.39},{&quot;2026-08-04&quot;:4.39},{&quot;2026-08-05&quot;:4.4},{&quot;2026-08-07&quot;:4.43},{&quot;2026-08-08&quot;:4.35},{&quot;2026-08-09&quot;:4.22},{&quot;2026-08-10&quot;:4.23},{&quot;2026-08-11&quot;:4.08},{&quot;2026-08-12&quot;:4.09},{&quot;2026-08-13&quot;:4.13},{&quot;2026-08-14&quot;:3.93},{&quot;2026-08-15&quot;:3.94},{&quot;2026-08-16&quot;:3.79},{&quot;2026-08-17&quot;:3.79},{&quot;2026-08-18&quot;:3.69},{&quot;2026-08-19&quot;:3.59},{&quot;2026-08-20&quot;:3.59},{&quot;2026-08-21&quot;:3.69},{&quot;2026-08-22&quot;:3.69},{&quot;2026-08-23&quot;:3.69},{&quot;2026-08-24&quot;:3.69},{&quot;2026-08-25&quot;:3.69},{&quot;2026-08-26&quot;:3.73},{&quot;2026-08-27&quot;:3.73},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.63},{&quot;2026-08-31&quot;:3.63},{&quot;2026-09-01&quot;:3.63},{&quot;2026-09-02&quot;:3.56},{&quot;2026-09-03&quot;:3.63},{&quot;2026-09-04&quot;:3.58},{&quot;2026-09-05&quot;:3.5},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.39},{&quot;2026-09-09&quot;:3.39},{&quot;2026-09-10&quot;:3.43},{&quot;2026-09-11&quot;:3.34}]}"
        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="48963"
  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">
            Svyelun of Sea and Sky
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Svyelun of Sea and Sky" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c6f9ece1-669a-47c9-96c3-1e1dbf87421c.jpg?1783926868" />

        <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">
            Svyelun of Sea and Sky
        </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 — Merfolk God</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="Svyelun of Sea and Sky" src="https://cards.scryfall.io/large/front/c/6/c6f9ece1-669a-47c9-96c3-1e1dbf87421c.jpg?1783926868" />
    </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.89
              </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">
                $3.34
              </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">$1.60</span>
              <span class="text-xs text-grey-text">Credit: $2.08</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.61},{&quot;2026-06-12&quot;:2.61},{&quot;2026-06-13&quot;:2.61},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.56},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.56},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.62},{&quot;2026-06-22&quot;:2.62},{&quot;2026-06-23&quot;:2.74},{&quot;2026-06-24&quot;:2.74},{&quot;2026-06-25&quot;:2.74},{&quot;2026-06-26&quot;:2.86},{&quot;2026-06-27&quot;:2.86},{&quot;2026-06-28&quot;:2.93},{&quot;2026-06-29&quot;:2.93},{&quot;2026-06-30&quot;:2.93},{&quot;2026-07-01&quot;:2.93},{&quot;2026-07-02&quot;:2.93},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.91},{&quot;2026-07-05&quot;:2.84},{&quot;2026-07-06&quot;:2.84},{&quot;2026-07-07&quot;:2.84},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.83},{&quot;2026-07-10&quot;:2.99},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.94},{&quot;2026-07-14&quot;:2.99},{&quot;2026-07-15&quot;:2.99},{&quot;2026-07-16&quot;:2.99},{&quot;2026-07-17&quot;:2.99},{&quot;2026-07-18&quot;:2.99},{&quot;2026-07-19&quot;:2.99},{&quot;2026-07-20&quot;:2.66},{&quot;2026-07-21&quot;:2.69},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-25&quot;:2.93},{&quot;2026-07-26&quot;:2.93},{&quot;2026-07-27&quot;:2.93},{&quot;2026-07-28&quot;:2.93},{&quot;2026-07-29&quot;:2.78},{&quot;2026-07-30&quot;:2.78},{&quot;2026-07-31&quot;:2.78},{&quot;2026-08-01&quot;:2.8},{&quot;2026-08-02&quot;:2.8},{&quot;2026-08-03&quot;:2.8},{&quot;2026-08-04&quot;:2.8},{&quot;2026-08-05&quot;:2.8},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.97},{&quot;2026-08-10&quot;:2.97},{&quot;2026-08-11&quot;:2.97},{&quot;2026-08-12&quot;:2.97},{&quot;2026-08-13&quot;:2.97},{&quot;2026-08-14&quot;:3.07},{&quot;2026-08-15&quot;:3.07},{&quot;2026-08-16&quot;:3.07},{&quot;2026-08-17&quot;:3.07},{&quot;2026-08-18&quot;:3.07},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.25},{&quot;2026-08-22&quot;:3.25},{&quot;2026-08-23&quot;:3.25},{&quot;2026-08-24&quot;:3.25},{&quot;2026-08-25&quot;:3.25},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.34},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.34},{&quot;2026-08-31&quot;:3.34},{&quot;2026-09-01&quot;:3.34},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.34},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.34},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.34},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.34}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:0.51},{&quot;2026-06-12&quot;:0.51},{&quot;2026-06-13&quot;:0.51},{&quot;2026-06-14&quot;:0.51},{&quot;2026-06-15&quot;:0.51},{&quot;2026-06-16&quot;:0.54},{&quot;2026-06-17&quot;:0.55},{&quot;2026-06-18&quot;:0.57},{&quot;2026-06-19&quot;:0.57},{&quot;2026-06-20&quot;:0.57},{&quot;2026-06-21&quot;:0.56},{&quot;2026-06-22&quot;:0.56},{&quot;2026-06-23&quot;:0.56},{&quot;2026-06-24&quot;:0.54},{&quot;2026-06-25&quot;:0.55},{&quot;2026-06-26&quot;:0.55},{&quot;2026-06-27&quot;:0.57},{&quot;2026-06-28&quot;:0.52},{&quot;2026-06-29&quot;:0.53},{&quot;2026-06-30&quot;:0.52},{&quot;2026-07-01&quot;:0.52},{&quot;2026-07-02&quot;:0.52},{&quot;2026-07-03&quot;:0.51},{&quot;2026-07-04&quot;:0.5},{&quot;2026-07-05&quot;:0.5},{&quot;2026-07-06&quot;:0.5},{&quot;2026-07-07&quot;:0.5},{&quot;2026-07-08&quot;:0.5},{&quot;2026-07-09&quot;:0.55},{&quot;2026-07-10&quot;:0.53},{&quot;2026-07-11&quot;:0.52},{&quot;2026-07-12&quot;:0.52},{&quot;2026-07-13&quot;:0.54},{&quot;2026-07-14&quot;:0.55},{&quot;2026-07-15&quot;:0.62},{&quot;2026-07-16&quot;:0.61},{&quot;2026-07-17&quot;:0.61},{&quot;2026-07-18&quot;:0.63},{&quot;2026-07-19&quot;:0.66},{&quot;2026-07-20&quot;:0.68},{&quot;2026-07-21&quot;:0.67},{&quot;2026-07-23&quot;:0.67},{&quot;2026-07-25&quot;:0.67},{&quot;2026-07-26&quot;:0.68},{&quot;2026-07-27&quot;:0.65},{&quot;2026-07-28&quot;:0.69},{&quot;2026-07-29&quot;:0.7},{&quot;2026-07-30&quot;:0.68},{&quot;2026-07-31&quot;:0.66},{&quot;2026-08-01&quot;:0.64},{&quot;2026-08-02&quot;:0.69},{&quot;2026-08-03&quot;:0.75},{&quot;2026-08-04&quot;:0.75},{&quot;2026-08-05&quot;:0.8},{&quot;2026-08-07&quot;:0.96},{&quot;2026-08-08&quot;:0.97},{&quot;2026-08-09&quot;:0.97},{&quot;2026-08-10&quot;:1.05},{&quot;2026-08-11&quot;:1.04},{&quot;2026-08-12&quot;:1.06},{&quot;2026-08-13&quot;:1.08},{&quot;2026-08-14&quot;:1.09},{&quot;2026-08-15&quot;:1.09},{&quot;2026-08-16&quot;:1.09},{&quot;2026-08-17&quot;:1.05},{&quot;2026-08-18&quot;:1.05},{&quot;2026-08-19&quot;:1.06},{&quot;2026-08-20&quot;:1.06},{&quot;2026-08-21&quot;:0.89},{&quot;2026-08-22&quot;:0.92},{&quot;2026-08-23&quot;:0.9},{&quot;2026-08-24&quot;:0.9},{&quot;2026-08-25&quot;:0.9},{&quot;2026-08-26&quot;:0.88},{&quot;2026-08-27&quot;:0.86},{&quot;2026-08-28&quot;:0.85},{&quot;2026-08-29&quot;:0.85},{&quot;2026-08-30&quot;:0.79},{&quot;2026-08-31&quot;:0.83},{&quot;2026-09-01&quot;:0.83},{&quot;2026-09-02&quot;:0.84},{&quot;2026-09-03&quot;:0.84},{&quot;2026-09-04&quot;:0.84},{&quot;2026-09-05&quot;:0.83},{&quot;2026-09-06&quot;:0.85},{&quot;2026-09-07&quot;:0.83},{&quot;2026-09-08&quot;:0.81},{&quot;2026-09-09&quot;:0.83},{&quot;2026-09-10&quot;:0.86},{&quot;2026-09-11&quot;:0.89}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57447"
  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">
            Conduit of Worlds
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Conduit of Worlds" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/3/635146da-d415-4107-a7f9-2c46189e5c52.jpg?1783918018" />

        <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">
            Conduit of Worlds
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><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="Conduit of Worlds" src="https://cards.scryfall.io/large/front/6/3/635146da-d415-4107-a7f9-2c46189e5c52.jpg?1783918018" />
    </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">
                $3.34
              </span>

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

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

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

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

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

      <!-- 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.48},{&quot;2026-06-13&quot;:4.48},{&quot;2026-06-14&quot;:4.48},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:4.52},{&quot;2026-06-17&quot;:4.52},{&quot;2026-06-18&quot;:4.59},{&quot;2026-06-19&quot;:4.79},{&quot;2026-06-20&quot;:4.9},{&quot;2026-06-21&quot;:5.02},{&quot;2026-06-22&quot;:5.03},{&quot;2026-06-23&quot;:5.04},{&quot;2026-06-24&quot;:5.04},{&quot;2026-06-25&quot;:5.14},{&quot;2026-06-26&quot;:5.14},{&quot;2026-06-27&quot;:5.18},{&quot;2026-06-28&quot;:5.18},{&quot;2026-06-29&quot;:5.18},{&quot;2026-06-30&quot;:5.18},{&quot;2026-07-01&quot;:5.15},{&quot;2026-07-02&quot;:5.15},{&quot;2026-07-03&quot;:5.07},{&quot;2026-07-04&quot;:5.07},{&quot;2026-07-05&quot;:5.07},{&quot;2026-07-06&quot;:5.07},{&quot;2026-07-07&quot;:5.13},{&quot;2026-07-08&quot;:5.13},{&quot;2026-07-09&quot;:5.13},{&quot;2026-07-10&quot;:5.13},{&quot;2026-07-11&quot;:5.15},{&quot;2026-07-12&quot;:5.15},{&quot;2026-07-13&quot;:5.15},{&quot;2026-07-14&quot;:5.21},{&quot;2026-07-15&quot;:5.28},{&quot;2026-07-16&quot;:5.25},{&quot;2026-07-17&quot;:5.37},{&quot;2026-07-18&quot;:5.38},{&quot;2026-07-19&quot;:5.38},{&quot;2026-07-20&quot;:5.38},{&quot;2026-07-21&quot;:5.3},{&quot;2026-07-23&quot;:5.3},{&quot;2026-07-24&quot;:5.3},{&quot;2026-07-25&quot;:5.12},{&quot;2026-07-26&quot;:4.95},{&quot;2026-07-27&quot;:4.85},{&quot;2026-07-28&quot;:4.77},{&quot;2026-07-29&quot;:4.77},{&quot;2026-07-30&quot;:4.74},{&quot;2026-07-31&quot;:4.76},{&quot;2026-08-01&quot;:4.76},{&quot;2026-08-02&quot;:4.75},{&quot;2026-08-03&quot;:4.75},{&quot;2026-08-04&quot;:4.75},{&quot;2026-08-05&quot;:4.75},{&quot;2026-08-07&quot;:4.75},{&quot;2026-08-08&quot;:4.75},{&quot;2026-08-09&quot;:4.75},{&quot;2026-08-10&quot;:4.75},{&quot;2026-08-11&quot;:4.75},{&quot;2026-08-12&quot;:4.75},{&quot;2026-08-13&quot;:4.75},{&quot;2026-08-14&quot;:4.75},{&quot;2026-08-15&quot;:4.78},{&quot;2026-08-16&quot;:4.78},{&quot;2026-08-17&quot;:4.78},{&quot;2026-08-18&quot;:4.78},{&quot;2026-08-19&quot;:4.78},{&quot;2026-08-20&quot;:4.78},{&quot;2026-08-21&quot;:4.78},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.81},{&quot;2026-08-24&quot;:4.81},{&quot;2026-08-25&quot;:4.73},{&quot;2026-08-26&quot;:4.53},{&quot;2026-08-27&quot;:4.61},{&quot;2026-08-28&quot;:4.83},{&quot;2026-08-29&quot;:4.83},{&quot;2026-08-30&quot;:4.75},{&quot;2026-08-31&quot;:4.72},{&quot;2026-09-01&quot;:4.72},{&quot;2026-09-02&quot;:4.72},{&quot;2026-09-03&quot;:4.72},{&quot;2026-09-04&quot;:4.72},{&quot;2026-09-05&quot;:4.72},{&quot;2026-09-06&quot;:4.72},{&quot;2026-09-07&quot;:4.72},{&quot;2026-09-08&quot;:4.7},{&quot;2026-09-09&quot;:4.76},{&quot;2026-09-10&quot;:4.74},{&quot;2026-09-11&quot;:4.63}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:4.41},{&quot;2026-06-13&quot;:4.35},{&quot;2026-06-14&quot;:4.37},{&quot;2026-06-15&quot;:4.36},{&quot;2026-06-16&quot;:4.11},{&quot;2026-06-17&quot;:4.07},{&quot;2026-06-18&quot;:4.43},{&quot;2026-06-19&quot;:4.68},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.73},{&quot;2026-06-22&quot;:5.16},{&quot;2026-06-23&quot;:5.03},{&quot;2026-06-24&quot;:4.86},{&quot;2026-06-25&quot;:4.55},{&quot;2026-06-26&quot;:4.55},{&quot;2026-06-27&quot;:4.17},{&quot;2026-06-28&quot;:4.1},{&quot;2026-06-29&quot;:3.95},{&quot;2026-06-30&quot;:4.06},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.9},{&quot;2026-07-03&quot;:3.93},{&quot;2026-07-04&quot;:3.91},{&quot;2026-07-05&quot;:3.97},{&quot;2026-07-06&quot;:4.05},{&quot;2026-07-07&quot;:4.05},{&quot;2026-07-08&quot;:4.17},{&quot;2026-07-09&quot;:4.06},{&quot;2026-07-10&quot;:4.09},{&quot;2026-07-11&quot;:4.02},{&quot;2026-07-12&quot;:3.97},{&quot;2026-07-13&quot;:3.98},{&quot;2026-07-14&quot;:4.0},{&quot;2026-07-15&quot;:3.81},{&quot;2026-07-16&quot;:3.61},{&quot;2026-07-17&quot;:3.54},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.49},{&quot;2026-07-20&quot;:3.5},{&quot;2026-07-21&quot;:3.46},{&quot;2026-07-23&quot;:3.42},{&quot;2026-07-24&quot;:3.29},{&quot;2026-07-25&quot;:3.14},{&quot;2026-07-26&quot;:3.14},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.27},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:2.95},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:2.99},{&quot;2026-08-04&quot;:2.84},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:2.86},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.86},{&quot;2026-08-13&quot;:2.81},{&quot;2026-08-14&quot;:2.96},{&quot;2026-08-15&quot;:2.89},{&quot;2026-08-16&quot;:2.77},{&quot;2026-08-17&quot;:2.92},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.86},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.08},{&quot;2026-08-24&quot;:3.39},{&quot;2026-08-25&quot;:3.54},{&quot;2026-08-26&quot;:3.68},{&quot;2026-08-27&quot;:3.79},{&quot;2026-08-28&quot;:3.61},{&quot;2026-08-29&quot;:3.61},{&quot;2026-08-30&quot;:3.39},{&quot;2026-08-31&quot;:3.19},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.82},{&quot;2026-09-03&quot;:2.9},{&quot;2026-09-04&quot;:2.85},{&quot;2026-09-05&quot;:2.88},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.97},{&quot;2026-09-08&quot;:3.04},{&quot;2026-09-09&quot;:3.04},{&quot;2026-09-10&quot;:3.06},{&quot;2026-09-11&quot;:3.34}]}"
        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="75627"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-mythic ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Thassa, God of the Sea" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/f/9f9db424-e668-48b4-b275-7b35be4e1bf8.jpg?1783913880" />

        <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">
            Thassa, God of the Sea
        </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 Enchantment Creature — God</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Thassa, God of the Sea" src="https://cards.scryfall.io/large/front/9/f/9f9db424-e668-48b4-b275-7b35be4e1bf8.jpg?1783913880" />
    </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">
                $3.34
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.58},{&quot;2026-06-14&quot;:3.6},{&quot;2026-06-15&quot;:3.61},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.63},{&quot;2026-06-18&quot;:3.81},{&quot;2026-06-19&quot;:3.82},{&quot;2026-06-20&quot;:3.82},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:4.01},{&quot;2026-06-23&quot;:3.84},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.6},{&quot;2026-06-28&quot;:3.68},{&quot;2026-06-29&quot;:3.69},{&quot;2026-06-30&quot;:3.77},{&quot;2026-07-01&quot;:3.7},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.63},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.62},{&quot;2026-07-06&quot;:3.49},{&quot;2026-07-07&quot;:3.52},{&quot;2026-07-08&quot;:3.49},{&quot;2026-07-09&quot;:3.54},{&quot;2026-07-10&quot;:3.5},{&quot;2026-07-11&quot;:3.51},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.57},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.63},{&quot;2026-07-16&quot;:3.67},{&quot;2026-07-17&quot;:3.62},{&quot;2026-07-18&quot;:3.49},{&quot;2026-07-19&quot;:3.49},{&quot;2026-07-20&quot;:3.47},{&quot;2026-07-21&quot;:3.47},{&quot;2026-07-22&quot;:3.6},{&quot;2026-07-23&quot;:3.63},{&quot;2026-07-24&quot;:3.65},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.56},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.47},{&quot;2026-07-29&quot;:3.47},{&quot;2026-07-30&quot;:3.54},{&quot;2026-07-31&quot;:3.44},{&quot;2026-08-01&quot;:3.46},{&quot;2026-08-02&quot;:3.38},{&quot;2026-08-03&quot;:3.28},{&quot;2026-08-04&quot;:3.23},{&quot;2026-08-05&quot;:3.27},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.25},{&quot;2026-08-09&quot;:3.34},{&quot;2026-08-10&quot;:3.39},{&quot;2026-08-11&quot;:3.37},{&quot;2026-08-12&quot;:3.44},{&quot;2026-08-13&quot;:3.5},{&quot;2026-08-14&quot;:3.55},{&quot;2026-08-15&quot;:3.57},{&quot;2026-08-16&quot;:3.56},{&quot;2026-08-17&quot;:3.47},{&quot;2026-08-18&quot;:3.48},{&quot;2026-08-19&quot;:3.48},{&quot;2026-08-20&quot;:3.56},{&quot;2026-08-21&quot;:3.59},{&quot;2026-08-22&quot;:3.64},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.45},{&quot;2026-08-25&quot;:3.49},{&quot;2026-08-26&quot;:3.49},{&quot;2026-08-27&quot;:3.41},{&quot;2026-08-28&quot;:3.5},{&quot;2026-08-29&quot;:3.5},{&quot;2026-08-30&quot;:3.76},{&quot;2026-08-31&quot;:3.59},{&quot;2026-09-01&quot;:3.48},{&quot;2026-09-02&quot;:3.68},{&quot;2026-09-03&quot;:3.5},{&quot;2026-09-04&quot;:3.5},{&quot;2026-09-05&quot;:3.54},{&quot;2026-09-06&quot;:3.75},{&quot;2026-09-07&quot;:3.58},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.59},{&quot;2026-09-10&quot;:3.54},{&quot;2026-09-11&quot;:3.34}]}"
        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="78854"
  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-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">
            Delay
        </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">
              ↓
              18%
            </span>

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

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

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

        <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">
            Delay
        </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-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="Delay" src="https://cards.scryfall.io/large/front/3/9/3906d538-f1ca-4799-b91c-2e0d2934f241.jpg?1783927858" />
    </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">
                $3.34
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;:5.81},{&quot;2026-06-13&quot;:5.81},{&quot;2026-06-14&quot;:5.81},{&quot;2026-06-15&quot;:5.81},{&quot;2026-06-16&quot;:5.81},{&quot;2026-06-17&quot;:5.81},{&quot;2026-06-18&quot;:5.82},{&quot;2026-06-19&quot;:5.82},{&quot;2026-06-20&quot;:5.82},{&quot;2026-06-21&quot;:5.82},{&quot;2026-06-22&quot;:5.82},{&quot;2026-06-23&quot;:5.82},{&quot;2026-06-24&quot;:5.82},{&quot;2026-06-25&quot;:5.83},{&quot;2026-06-26&quot;:5.83},{&quot;2026-06-27&quot;:5.83},{&quot;2026-06-28&quot;:5.83},{&quot;2026-06-29&quot;:5.83},{&quot;2026-06-30&quot;:5.83},{&quot;2026-07-01&quot;:5.83},{&quot;2026-07-02&quot;:5.83},{&quot;2026-07-03&quot;:5.83},{&quot;2026-07-04&quot;:5.83},{&quot;2026-07-05&quot;:5.83},{&quot;2026-07-06&quot;:5.83},{&quot;2026-07-07&quot;:5.87},{&quot;2026-07-08&quot;:5.87},{&quot;2026-07-09&quot;:5.86},{&quot;2026-07-10&quot;:5.86},{&quot;2026-07-11&quot;:5.86},{&quot;2026-07-12&quot;:5.86},{&quot;2026-07-13&quot;:5.86},{&quot;2026-07-14&quot;:5.86},{&quot;2026-07-15&quot;:5.86},{&quot;2026-07-16&quot;:5.86},{&quot;2026-07-17&quot;:5.86},{&quot;2026-07-18&quot;:5.86},{&quot;2026-07-19&quot;:5.86},{&quot;2026-07-20&quot;:5.86},{&quot;2026-07-21&quot;:5.86},{&quot;2026-07-23&quot;:5.86},{&quot;2026-07-24&quot;:5.86},{&quot;2026-07-25&quot;:5.97},{&quot;2026-07-26&quot;:5.97},{&quot;2026-07-27&quot;:5.97},{&quot;2026-07-28&quot;:5.97},{&quot;2026-07-29&quot;:5.97},{&quot;2026-07-30&quot;:5.97},{&quot;2026-07-31&quot;:5.99},{&quot;2026-08-01&quot;:5.99},{&quot;2026-08-02&quot;:6.03},{&quot;2026-08-03&quot;:6.14},{&quot;2026-08-04&quot;:6.14},{&quot;2026-08-05&quot;:6.14},{&quot;2026-08-07&quot;:6.14},{&quot;2026-08-08&quot;:6.14},{&quot;2026-08-09&quot;:6.14},{&quot;2026-08-10&quot;:6.14},{&quot;2026-08-11&quot;:6.14},{&quot;2026-08-12&quot;:6.14},{&quot;2026-08-13&quot;:6.14},{&quot;2026-08-14&quot;:6.14},{&quot;2026-08-15&quot;:6.14},{&quot;2026-08-16&quot;:6.06},{&quot;2026-08-17&quot;:6.06},{&quot;2026-08-18&quot;:6.06},{&quot;2026-08-19&quot;:6.12},{&quot;2026-08-20&quot;:6.12},{&quot;2026-08-21&quot;:6.12},{&quot;2026-08-22&quot;:6.12},{&quot;2026-08-23&quot;:6.12},{&quot;2026-08-24&quot;:6.12},{&quot;2026-08-25&quot;:6.12},{&quot;2026-08-26&quot;:6.12},{&quot;2026-08-27&quot;:6.12},{&quot;2026-08-28&quot;:6.12},{&quot;2026-08-29&quot;:6.12},{&quot;2026-08-30&quot;:6.12},{&quot;2026-08-31&quot;:6.13},{&quot;2026-09-01&quot;:6.13},{&quot;2026-09-02&quot;:6.13},{&quot;2026-09-03&quot;:6.18},{&quot;2026-09-04&quot;:6.18},{&quot;2026-09-05&quot;:6.18},{&quot;2026-09-06&quot;:6.18},{&quot;2026-09-07&quot;:6.18},{&quot;2026-09-08&quot;:6.18},{&quot;2026-09-09&quot;:6.18},{&quot;2026-09-10&quot;:6.18},{&quot;2026-09-11&quot;:6.18}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.98},{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:2.99},{&quot;2026-06-15&quot;:2.78},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.87},{&quot;2026-06-18&quot;:2.78},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.74},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.83},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.84},{&quot;2026-06-25&quot;:2.91},{&quot;2026-06-26&quot;:2.82},{&quot;2026-06-27&quot;:2.86},{&quot;2026-06-28&quot;:2.95},{&quot;2026-06-29&quot;:3.08},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.83},{&quot;2026-07-02&quot;:2.72},{&quot;2026-07-03&quot;:2.53},{&quot;2026-07-04&quot;:2.46},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.46},{&quot;2026-07-07&quot;:2.41},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.32},{&quot;2026-07-10&quot;:2.31},{&quot;2026-07-11&quot;:2.27},{&quot;2026-07-12&quot;:2.23},{&quot;2026-07-13&quot;:2.27},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:2.27},{&quot;2026-07-16&quot;:2.38},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.34},{&quot;2026-07-21&quot;:2.37},{&quot;2026-07-23&quot;:2.27},{&quot;2026-07-24&quot;:2.37},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-28&quot;:2.18},{&quot;2026-07-29&quot;:2.14},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.17},{&quot;2026-08-01&quot;:2.17},{&quot;2026-08-02&quot;:2.25},{&quot;2026-08-03&quot;:2.29},{&quot;2026-08-04&quot;:2.38},{&quot;2026-08-05&quot;:2.41},{&quot;2026-08-07&quot;:2.71},{&quot;2026-08-08&quot;:2.81},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.4},{&quot;2026-08-12&quot;:3.5},{&quot;2026-08-13&quot;:3.72},{&quot;2026-08-14&quot;:3.72},{&quot;2026-08-15&quot;:3.85},{&quot;2026-08-16&quot;:3.5},{&quot;2026-08-17&quot;:3.53},{&quot;2026-08-18&quot;:3.52},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&quot;2026-08-21&quot;:3.45},{&quot;2026-08-22&quot;:3.43},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.45},{&quot;2026-08-27&quot;:3.43},{&quot;2026-08-28&quot;:3.73},{&quot;2026-08-29&quot;:3.73},{&quot;2026-08-30&quot;:3.84},{&quot;2026-08-31&quot;:3.84},{&quot;2026-09-01&quot;:3.92},{&quot;2026-09-02&quot;:4.02},{&quot;2026-09-03&quot;:4.03},{&quot;2026-09-04&quot;:4.09},{&quot;2026-09-05&quot;:4.08},{&quot;2026-09-06&quot;:3.89},{&quot;2026-09-07&quot;:3.51},{&quot;2026-09-08&quot;:3.42},{&quot;2026-09-09&quot;:3.24},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.34}]}"
        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="86903"
  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">
            Will, Scion of Peace
        </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="text-sm font-medium text-nine-white">
            $3.34
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Will, Scion of Peace" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/f/0f25e3db-19ae-4f89-80ec-bf0ad561be39.jpg?1783915044" />

        <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">
            Will, Scion of Peace
        </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-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="Will, Scion of Peace" src="https://cards.scryfall.io/large/front/0/f/0f25e3db-19ae-4f89-80ec-bf0ad561be39.jpg?1783915044" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $3.34
              </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">$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;:2.74},{&quot;2026-06-13&quot;:2.74},{&quot;2026-06-14&quot;:2.74},{&quot;2026-06-15&quot;:2.74},{&quot;2026-06-16&quot;:2.74},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.72},{&quot;2026-06-20&quot;:2.72},{&quot;2026-06-21&quot;:2.72},{&quot;2026-06-22&quot;:2.72},{&quot;2026-06-23&quot;:2.72},{&quot;2026-06-24&quot;:2.72},{&quot;2026-06-25&quot;:2.72},{&quot;2026-06-26&quot;:2.72},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.77},{&quot;2026-06-29&quot;:2.77},{&quot;2026-06-30&quot;:2.77},{&quot;2026-07-01&quot;:2.77},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.78},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:2.78},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.8},{&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.85},{&quot;2026-07-13&quot;:2.88},{&quot;2026-07-14&quot;:2.88},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.92},{&quot;2026-07-18&quot;:2.92},{&quot;2026-07-19&quot;:2.93},{&quot;2026-07-20&quot;:2.93},{&quot;2026-07-21&quot;:2.93},{&quot;2026-07-23&quot;:2.96},{&quot;2026-07-24&quot;:2.96},{&quot;2026-07-25&quot;:2.96},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:3.01},{&quot;2026-07-28&quot;:3.02},{&quot;2026-07-29&quot;:3.02},{&quot;2026-07-30&quot;:3.02},{&quot;2026-07-31&quot;:3.03},{&quot;2026-08-01&quot;:3.03},{&quot;2026-08-02&quot;:3.03},{&quot;2026-08-03&quot;:3.02},{&quot;2026-08-04&quot;:3.05},{&quot;2026-08-05&quot;:3.06},{&quot;2026-08-07&quot;:3.1},{&quot;2026-08-08&quot;:3.1},{&quot;2026-08-09&quot;:3.1},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:3.08},{&quot;2026-08-12&quot;:3.13},{&quot;2026-08-13&quot;:3.13},{&quot;2026-08-14&quot;:3.13},{&quot;2026-08-15&quot;:3.13},{&quot;2026-08-16&quot;:3.13},{&quot;2026-08-17&quot;:3.15},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:3.17},{&quot;2026-08-22&quot;:3.17},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.33},{&quot;2026-08-25&quot;:3.33},{&quot;2026-08-26&quot;:3.32},{&quot;2026-08-27&quot;:3.32},{&quot;2026-08-28&quot;:3.32},{&quot;2026-08-29&quot;:3.32},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.34},{&quot;2026-09-01&quot;:3.34},{&quot;2026-09-02&quot;:3.34},{&quot;2026-09-03&quot;:3.34},{&quot;2026-09-04&quot;:3.34},{&quot;2026-09-05&quot;:3.34},{&quot;2026-09-06&quot;:3.34},{&quot;2026-09-07&quot;:3.34},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.34},{&quot;2026-09-10&quot;:3.34},{&quot;2026-09-11&quot;:3.34}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:1.22},{&quot;2026-06-13&quot;:1.2},{&quot;2026-06-14&quot;:1.19},{&quot;2026-06-15&quot;:1.21},{&quot;2026-06-16&quot;:1.2},{&quot;2026-06-17&quot;:1.19},{&quot;2026-06-18&quot;:1.19},{&quot;2026-06-19&quot;:1.17},{&quot;2026-06-20&quot;:1.17},{&quot;2026-06-21&quot;:1.17},{&quot;2026-06-22&quot;:1.17},{&quot;2026-06-23&quot;:1.18},{&quot;2026-06-24&quot;:1.18},{&quot;2026-06-25&quot;:1.18},{&quot;2026-06-26&quot;:1.18},{&quot;2026-06-27&quot;:1.15},{&quot;2026-06-28&quot;:1.16},{&quot;2026-06-29&quot;:1.18},{&quot;2026-06-30&quot;:1.18},{&quot;2026-07-01&quot;:1.18},{&quot;2026-07-02&quot;:1.18},{&quot;2026-07-03&quot;:1.17},{&quot;2026-07-04&quot;:1.15},{&quot;2026-07-05&quot;:1.15},{&quot;2026-07-06&quot;:1.14},{&quot;2026-07-07&quot;:1.14},{&quot;2026-07-08&quot;:1.12},{&quot;2026-07-09&quot;:1.14},{&quot;2026-07-10&quot;:1.14},{&quot;2026-07-11&quot;:1.16},{&quot;2026-07-12&quot;:1.16},{&quot;2026-07-13&quot;:1.2},{&quot;2026-07-14&quot;:1.21},{&quot;2026-07-15&quot;:1.21},{&quot;2026-07-16&quot;:1.2},{&quot;2026-07-17&quot;:1.21},{&quot;2026-07-18&quot;:1.27},{&quot;2026-07-19&quot;:1.27},{&quot;2026-07-20&quot;:1.34},{&quot;2026-07-21&quot;:1.34},{&quot;2026-07-23&quot;:1.35},{&quot;2026-07-24&quot;:1.36},{&quot;2026-07-25&quot;:1.38},{&quot;2026-07-26&quot;:1.38},{&quot;2026-07-27&quot;:1.43},{&quot;2026-07-28&quot;:1.44},{&quot;2026-07-29&quot;:1.44},{&quot;2026-07-30&quot;:1.44},{&quot;2026-07-31&quot;:1.44},{&quot;2026-08-01&quot;:1.44},{&quot;2026-08-02&quot;:1.43},{&quot;2026-08-03&quot;:1.45},{&quot;2026-08-04&quot;:1.44},{&quot;2026-08-05&quot;:1.49},{&quot;2026-08-07&quot;:1.52},{&quot;2026-08-08&quot;:1.52},{&quot;2026-08-09&quot;:1.54},{&quot;2026-08-10&quot;:1.47},{&quot;2026-08-11&quot;:1.46},{&quot;2026-08-12&quot;:1.46},{&quot;2026-08-13&quot;:1.51},{&quot;2026-08-14&quot;:1.54},{&quot;2026-08-15&quot;:1.59},{&quot;2026-08-16&quot;:1.59},{&quot;2026-08-17&quot;:1.59},{&quot;2026-08-18&quot;:1.56},{&quot;2026-08-19&quot;:1.56},{&quot;2026-08-20&quot;:1.56},{&quot;2026-08-21&quot;:1.49},{&quot;2026-08-22&quot;:1.53},{&quot;2026-08-23&quot;:1.53},{&quot;2026-08-24&quot;:1.53},{&quot;2026-08-25&quot;:1.52},{&quot;2026-08-26&quot;:1.54},{&quot;2026-08-27&quot;:1.55},{&quot;2026-08-28&quot;:1.54},{&quot;2026-08-29&quot;:1.54},{&quot;2026-08-30&quot;:1.54},{&quot;2026-08-31&quot;:1.5},{&quot;2026-09-01&quot;:1.51},{&quot;2026-09-02&quot;:1.54},{&quot;2026-09-03&quot;:1.54},{&quot;2026-09-04&quot;:1.54},{&quot;2026-09-05&quot;:1.47},{&quot;2026-09-06&quot;:1.43},{&quot;2026-09-07&quot;:1.44},{&quot;2026-09-08&quot;:1.46},{&quot;2026-09-09&quot;:1.46},{&quot;2026-09-10&quot;:1.46},{&quot;2026-09-11&quot;:1.49}]}"
        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="89658"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-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">
            Blackblade Reforged
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Blackblade Reforged
        </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 — Equipment</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="Blackblade Reforged" src="https://cards.scryfall.io/large/front/a/a/aa4146f0-0c8c-4b8a-8d24-b6c5e33eba3d.jpg?1783929450" />
    </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">
                $3.34
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-10&quot;:3.04},{&quot;2026-06-11&quot;:3.26},{&quot;2026-06-12&quot;:3.29},{&quot;2026-06-13&quot;:3.42},{&quot;2026-06-14&quot;:3.41},{&quot;2026-06-15&quot;:3.37},{&quot;2026-06-16&quot;:3.34},{&quot;2026-06-17&quot;:3.2},{&quot;2026-06-18&quot;:3.2},{&quot;2026-06-19&quot;:3.1},{&quot;2026-06-20&quot;:3.08},{&quot;2026-06-21&quot;:3.14},{&quot;2026-06-22&quot;:3.12},{&quot;2026-06-23&quot;:3.12},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.36},{&quot;2026-06-26&quot;:3.46},{&quot;2026-06-27&quot;:3.5},{&quot;2026-06-28&quot;:3.72},{&quot;2026-06-29&quot;:3.72},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.79},{&quot;2026-07-04&quot;:3.79},{&quot;2026-07-05&quot;:3.5},{&quot;2026-07-06&quot;:3.44},{&quot;2026-07-07&quot;:3.27},{&quot;2026-07-08&quot;:3.05},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.92},{&quot;2026-07-11&quot;:2.97},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.19},{&quot;2026-07-15&quot;:3.19},{&quot;2026-07-16&quot;:3.32},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.21},{&quot;2026-07-21&quot;:3.25},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:2.99},{&quot;2026-07-27&quot;:3.1},{&quot;2026-07-29&quot;:3.1},{&quot;2026-07-30&quot;:3.11},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.27},{&quot;2026-08-03&quot;:3.31},{&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.3},{&quot;2026-08-09&quot;:3.28},{&quot;2026-08-10&quot;:3.22},{&quot;2026-08-11&quot;:3.22},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.18},{&quot;2026-08-14&quot;:3.18},{&quot;2026-08-15&quot;:3.18},{&quot;2026-08-16&quot;:3.18},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.41},{&quot;2026-08-20&quot;:3.41},{&quot;2026-08-21&quot;:3.48},{&quot;2026-08-22&quot;:3.66},{&quot;2026-08-23&quot;:3.71},{&quot;2026-08-24&quot;:3.67},{&quot;2026-08-25&quot;:3.67},{&quot;2026-08-26&quot;:3.55},{&quot;2026-08-27&quot;:3.55},{&quot;2026-08-28&quot;:3.6},{&quot;2026-08-29&quot;:3.6},{&quot;2026-08-30&quot;:3.69},{&quot;2026-08-31&quot;:3.6},{&quot;2026-09-01&quot;:3.6},{&quot;2026-09-02&quot;:3.6},{&quot;2026-09-03&quot;:3.55},{&quot;2026-09-04&quot;:3.55},{&quot;2026-09-05&quot;:3.71},{&quot;2026-09-06&quot;:3.57},{&quot;2026-09-07&quot;:3.41},{&quot;2026-09-08&quot;:3.53},{&quot;2026-09-09&quot;:3.44},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.34}]}"
        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="108468"
  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">
            Bebop &amp; Rocksteady
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Bebop &amp; Rocksteady" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/c/9c925f63-9559-4a57-b57b-56ba296042e6.jpg?1783904045" />

        <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">
            Bebop &amp; Rocksteady
        </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 — Boar Rhino Mutant</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-bg'></i><i class='no-tailwind ms ms-cost ml-0 ms-bg'></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="Bebop &amp; Rocksteady" src="https://cards.scryfall.io/large/front/9/c/9c925f63-9559-4a57-b57b-56ba296042e6.jpg?1783904045" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.58},{&quot;2026-06-14&quot;:3.62},{&quot;2026-06-15&quot;:3.65},{&quot;2026-06-16&quot;:3.65},{&quot;2026-06-17&quot;:3.76},{&quot;2026-06-18&quot;:3.76},{&quot;2026-06-19&quot;:3.73},{&quot;2026-06-20&quot;:3.73},{&quot;2026-06-21&quot;:3.73},{&quot;2026-06-22&quot;:3.65},{&quot;2026-06-23&quot;:3.65},{&quot;2026-06-24&quot;:3.65},{&quot;2026-06-25&quot;:3.73},{&quot;2026-06-26&quot;:3.69},{&quot;2026-06-27&quot;:3.76},{&quot;2026-06-28&quot;:3.91},{&quot;2026-06-29&quot;:3.85},{&quot;2026-06-30&quot;:3.82},{&quot;2026-07-01&quot;:3.82},{&quot;2026-07-02&quot;:3.77},{&quot;2026-07-03&quot;:3.77},{&quot;2026-07-04&quot;:3.67},{&quot;2026-07-05&quot;:3.67},{&quot;2026-07-06&quot;:3.67},{&quot;2026-07-07&quot;:3.64},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.51},{&quot;2026-07-10&quot;:3.4},{&quot;2026-07-11&quot;:3.4},{&quot;2026-07-12&quot;:3.41},{&quot;2026-07-13&quot;:3.41},{&quot;2026-07-14&quot;:3.33},{&quot;2026-07-15&quot;:3.35},{&quot;2026-07-16&quot;:3.35},{&quot;2026-07-17&quot;:3.35},{&quot;2026-07-18&quot;:3.44},{&quot;2026-07-19&quot;:3.5},{&quot;2026-07-20&quot;:3.49},{&quot;2026-07-21&quot;:3.52},{&quot;2026-07-22&quot;:3.52},{&quot;2026-07-23&quot;:3.67},{&quot;2026-07-24&quot;:3.67},{&quot;2026-07-25&quot;:3.76},{&quot;2026-07-26&quot;:3.69},{&quot;2026-07-27&quot;:3.69},{&quot;2026-07-28&quot;:3.69},{&quot;2026-07-29&quot;:3.66},{&quot;2026-07-30&quot;:3.66},{&quot;2026-07-31&quot;:3.66},{&quot;2026-08-01&quot;:3.57},{&quot;2026-08-02&quot;:3.57},{&quot;2026-08-03&quot;:3.57},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.57},{&quot;2026-08-07&quot;:3.38},{&quot;2026-08-08&quot;:3.29},{&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.34},{&quot;2026-08-13&quot;:3.38},{&quot;2026-08-14&quot;:3.38},{&quot;2026-08-15&quot;:3.38},{&quot;2026-08-16&quot;:3.38},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.4},{&quot;2026-08-20&quot;:3.36},{&quot;2026-08-21&quot;:3.37},{&quot;2026-08-22&quot;:3.37},{&quot;2026-08-23&quot;:3.37},{&quot;2026-08-24&quot;:3.37},{&quot;2026-08-25&quot;:3.37},{&quot;2026-08-26&quot;:3.35},{&quot;2026-08-27&quot;:3.35},{&quot;2026-08-28&quot;:3.36},{&quot;2026-08-29&quot;:3.36},{&quot;2026-08-30&quot;:3.32},{&quot;2026-08-31&quot;:3.32},{&quot;2026-09-01&quot;:3.32},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.32},{&quot;2026-09-05&quot;:3.32},{&quot;2026-09-06&quot;:3.32},{&quot;2026-09-07&quot;:3.32},{&quot;2026-09-08&quot;:3.18},{&quot;2026-09-09&quot;:3.22},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.34}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.37},{&quot;2026-06-14&quot;:2.4},{&quot;2026-06-15&quot;:2.4},{&quot;2026-06-16&quot;:2.26},{&quot;2026-06-17&quot;:2.26},{&quot;2026-06-18&quot;:2.19},{&quot;2026-06-19&quot;:2.05},{&quot;2026-06-20&quot;:2.1},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.16},{&quot;2026-06-23&quot;:2.17},{&quot;2026-06-24&quot;:2.08},{&quot;2026-06-25&quot;:2.06},{&quot;2026-06-26&quot;:2.01},{&quot;2026-06-27&quot;:1.93},{&quot;2026-06-28&quot;:1.92},{&quot;2026-06-29&quot;:1.96},{&quot;2026-06-30&quot;:1.89},{&quot;2026-07-01&quot;:1.87},{&quot;2026-07-02&quot;:1.83},{&quot;2026-07-03&quot;:1.85},{&quot;2026-07-04&quot;:1.77},{&quot;2026-07-05&quot;:1.72},{&quot;2026-07-06&quot;:1.71},{&quot;2026-07-07&quot;:1.66},{&quot;2026-07-08&quot;:1.66},{&quot;2026-07-09&quot;:1.64},{&quot;2026-07-10&quot;:1.64},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.61},{&quot;2026-07-13&quot;:1.59},{&quot;2026-07-14&quot;:1.63},{&quot;2026-07-15&quot;:1.63},{&quot;2026-07-16&quot;:1.63},{&quot;2026-07-17&quot;:1.62},{&quot;2026-07-18&quot;:1.59},{&quot;2026-07-19&quot;:1.6},{&quot;2026-07-20&quot;:1.66},{&quot;2026-07-21&quot;:1.65},{&quot;2026-07-22&quot;:1.65},{&quot;2026-07-23&quot;:1.62},{&quot;2026-07-24&quot;:1.64},{&quot;2026-07-25&quot;:1.64},{&quot;2026-07-26&quot;:1.67},{&quot;2026-07-27&quot;:1.67},{&quot;2026-07-28&quot;:1.7},{&quot;2026-07-29&quot;:1.65},{&quot;2026-07-30&quot;:1.62},{&quot;2026-07-31&quot;:1.65},{&quot;2026-08-01&quot;:1.7},{&quot;2026-08-02&quot;:1.66},{&quot;2026-08-03&quot;:1.63},{&quot;2026-08-04&quot;:1.62},{&quot;2026-08-05&quot;:1.63},{&quot;2026-08-07&quot;:1.62},{&quot;2026-08-08&quot;:1.66},{&quot;2026-08-09&quot;:1.64},{&quot;2026-08-10&quot;:1.67},{&quot;2026-08-11&quot;:1.69},{&quot;2026-08-12&quot;:1.67},{&quot;2026-08-13&quot;:1.7},{&quot;2026-08-14&quot;:1.74},{&quot;2026-08-15&quot;:1.74},{&quot;2026-08-16&quot;:1.73},{&quot;2026-08-17&quot;:1.75},{&quot;2026-08-18&quot;:1.79},{&quot;2026-08-19&quot;:1.84},{&quot;2026-08-20&quot;:1.78},{&quot;2026-08-21&quot;:1.81},{&quot;2026-08-22&quot;:1.75},{&quot;2026-08-23&quot;:1.7},{&quot;2026-08-24&quot;:1.7},{&quot;2026-08-25&quot;:1.67},{&quot;2026-08-26&quot;:1.72},{&quot;2026-08-27&quot;:1.75},{&quot;2026-08-28&quot;:1.74},{&quot;2026-08-29&quot;:1.74},{&quot;2026-08-30&quot;:1.74},{&quot;2026-08-31&quot;:1.74},{&quot;2026-09-01&quot;:1.74},{&quot;2026-09-02&quot;:1.75},{&quot;2026-09-03&quot;:1.8},{&quot;2026-09-04&quot;:1.76},{&quot;2026-09-05&quot;:1.72},{&quot;2026-09-06&quot;:1.67},{&quot;2026-09-07&quot;:1.62},{&quot;2026-09-08&quot;:1.66},{&quot;2026-09-09&quot;:1.68},{&quot;2026-09-10&quot;:1.68},{&quot;2026-09-11&quot;:1.68}]}"
        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="15613"
  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-m20 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">
            Dread Presence
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Dread Presence
        </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 — Nightmare</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Dread Presence" src="https://cards.scryfall.io/large/front/0/4/0430db1a-5cad-4444-ba93-57fb32e65606.jpg?1783932995" />
    </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">
                $3.33
              </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.98
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:4.62},{&quot;2026-06-11&quot;:4.62},{&quot;2026-06-12&quot;:4.62},{&quot;2026-06-13&quot;:4.62},{&quot;2026-06-14&quot;:4.62},{&quot;2026-06-15&quot;:4.62},{&quot;2026-06-16&quot;:4.62},{&quot;2026-06-17&quot;:4.62},{&quot;2026-06-18&quot;:4.62},{&quot;2026-06-19&quot;:4.61},{&quot;2026-06-20&quot;:4.61},{&quot;2026-06-21&quot;:4.61},{&quot;2026-06-22&quot;:4.66},{&quot;2026-06-23&quot;:4.66},{&quot;2026-06-24&quot;:4.66},{&quot;2026-06-25&quot;:4.66},{&quot;2026-06-26&quot;:4.66},{&quot;2026-06-27&quot;:4.66},{&quot;2026-06-28&quot;:4.66},{&quot;2026-06-29&quot;:4.66},{&quot;2026-06-30&quot;:4.66},{&quot;2026-07-01&quot;:4.66},{&quot;2026-07-02&quot;:4.66},{&quot;2026-07-03&quot;:4.66},{&quot;2026-07-04&quot;:4.66},{&quot;2026-07-05&quot;:4.66},{&quot;2026-07-06&quot;:4.66},{&quot;2026-07-07&quot;:4.66},{&quot;2026-07-08&quot;:4.7},{&quot;2026-07-09&quot;:4.7},{&quot;2026-07-10&quot;:4.7},{&quot;2026-07-11&quot;:4.7},{&quot;2026-07-12&quot;:4.7},{&quot;2026-07-13&quot;:4.7},{&quot;2026-07-14&quot;:4.7},{&quot;2026-07-15&quot;:4.7},{&quot;2026-07-16&quot;:4.7},{&quot;2026-07-17&quot;:4.7},{&quot;2026-07-18&quot;:4.72},{&quot;2026-07-19&quot;:4.72},{&quot;2026-07-20&quot;:4.72},{&quot;2026-07-21&quot;:4.72},{&quot;2026-07-23&quot;:4.75},{&quot;2026-07-25&quot;:4.75},{&quot;2026-07-26&quot;:4.75},{&quot;2026-07-27&quot;:4.73},{&quot;2026-07-29&quot;:4.73},{&quot;2026-07-30&quot;:4.74},{&quot;2026-07-31&quot;:4.74},{&quot;2026-08-01&quot;:4.74},{&quot;2026-08-02&quot;:4.76},{&quot;2026-08-03&quot;:4.76},{&quot;2026-08-04&quot;:4.76},{&quot;2026-08-05&quot;:4.76},{&quot;2026-08-07&quot;:4.76},{&quot;2026-08-08&quot;:4.76},{&quot;2026-08-09&quot;:4.76},{&quot;2026-08-10&quot;:4.76},{&quot;2026-08-11&quot;:4.76},{&quot;2026-08-12&quot;:4.76},{&quot;2026-08-13&quot;:4.76},{&quot;2026-08-14&quot;:4.76},{&quot;2026-08-15&quot;:4.76},{&quot;2026-08-16&quot;:4.76},{&quot;2026-08-17&quot;:4.79},{&quot;2026-08-18&quot;:4.79},{&quot;2026-08-19&quot;:4.79},{&quot;2026-08-20&quot;:4.79},{&quot;2026-08-21&quot;:4.81},{&quot;2026-08-22&quot;:4.81},{&quot;2026-08-23&quot;:4.87},{&quot;2026-08-24&quot;:4.87},{&quot;2026-08-25&quot;:4.87},{&quot;2026-08-26&quot;:4.87},{&quot;2026-08-27&quot;:4.98},{&quot;2026-08-28&quot;:4.98},{&quot;2026-08-29&quot;:4.98},{&quot;2026-08-30&quot;:4.98},{&quot;2026-08-31&quot;:4.98},{&quot;2026-09-01&quot;:4.98},{&quot;2026-09-02&quot;:4.98},{&quot;2026-09-03&quot;:4.98},{&quot;2026-09-04&quot;:4.98},{&quot;2026-09-05&quot;:4.98},{&quot;2026-09-06&quot;:4.98},{&quot;2026-09-07&quot;:4.98},{&quot;2026-09-08&quot;:4.98},{&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-10&quot;:3.61},{&quot;2026-06-11&quot;:3.68},{&quot;2026-06-12&quot;:3.46},{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.27},{&quot;2026-06-16&quot;:3.27},{&quot;2026-06-17&quot;:3.12},{&quot;2026-06-18&quot;:3.02},{&quot;2026-06-19&quot;:3.05},{&quot;2026-06-20&quot;:2.92},{&quot;2026-06-21&quot;:2.86},{&quot;2026-06-22&quot;:2.86},{&quot;2026-06-23&quot;:2.81},{&quot;2026-06-24&quot;:2.63},{&quot;2026-06-25&quot;:2.67},{&quot;2026-06-26&quot;:2.64},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.59},{&quot;2026-06-30&quot;:2.59},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.52},{&quot;2026-07-04&quot;:2.54},{&quot;2026-07-05&quot;:2.53},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.49},{&quot;2026-07-09&quot;:2.5},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.38},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.36},{&quot;2026-07-15&quot;:2.36},{&quot;2026-07-16&quot;:2.35},{&quot;2026-07-17&quot;:2.3},{&quot;2026-07-18&quot;:2.28},{&quot;2026-07-19&quot;:2.3},{&quot;2026-07-20&quot;:2.29},{&quot;2026-07-21&quot;:2.29},{&quot;2026-07-23&quot;:2.25},{&quot;2026-07-25&quot;:2.26},{&quot;2026-07-26&quot;:2.26},{&quot;2026-07-27&quot;:2.26},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.4},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.43},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.52},{&quot;2026-08-07&quot;:2.62},{&quot;2026-08-08&quot;:2.66},{&quot;2026-08-09&quot;:2.66},{&quot;2026-08-10&quot;:2.69},{&quot;2026-08-11&quot;:2.85},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.87},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.79},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.07},{&quot;2026-08-20&quot;:3.07},{&quot;2026-08-21&quot;:3.24},{&quot;2026-08-22&quot;:3.31},{&quot;2026-08-23&quot;:3.56},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.43},{&quot;2026-08-26&quot;:3.25},{&quot;2026-08-27&quot;:3.19},{&quot;2026-08-28&quot;:3.2},{&quot;2026-08-29&quot;:3.2},{&quot;2026-08-30&quot;:3.25},{&quot;2026-08-31&quot;:3.26},{&quot;2026-09-01&quot;:3.26},{&quot;2026-09-02&quot;:3.35},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.49},{&quot;2026-09-05&quot;:3.57},{&quot;2026-09-06&quot;:3.63},{&quot;2026-09-07&quot;:3.55},{&quot;2026-09-08&quot;:3.44},{&quot;2026-09-09&quot;:3.37},{&quot;2026-09-10&quot;:3.26},{&quot;2026-09-11&quot;:3.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Jodah, the Unifier" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/e/4/e4b1aa1e-b4e3-4346-8937-76b312501c70.jpg?1783921283" />

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Jodah, the Unifier
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Jodah, the Unifier" src="https://cards.scryfall.io/large/front/e/4/e4b1aa1e-b4e3-4346-8937-76b312501c70.jpg?1783921283" />
    </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">
                $3.33
              </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">
                $3.87
              </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.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-13&quot;:3.55},{&quot;2026-06-14&quot;:3.55},{&quot;2026-06-15&quot;:3.67},{&quot;2026-06-16&quot;:3.67},{&quot;2026-06-17&quot;:3.67},{&quot;2026-06-18&quot;:3.67},{&quot;2026-06-19&quot;:3.67},{&quot;2026-06-20&quot;:3.67},{&quot;2026-06-21&quot;:3.67},{&quot;2026-06-22&quot;:3.67},{&quot;2026-06-23&quot;:3.67},{&quot;2026-06-24&quot;:3.68},{&quot;2026-06-25&quot;:3.68},{&quot;2026-06-26&quot;:3.68},{&quot;2026-06-27&quot;:3.68},{&quot;2026-06-28&quot;:3.68},{&quot;2026-06-29&quot;:3.68},{&quot;2026-06-30&quot;:3.68},{&quot;2026-07-01&quot;:3.68},{&quot;2026-07-02&quot;:3.68},{&quot;2026-07-03&quot;:3.68},{&quot;2026-07-04&quot;:3.68},{&quot;2026-07-05&quot;:3.68},{&quot;2026-07-06&quot;:3.68},{&quot;2026-07-07&quot;:3.68},{&quot;2026-07-08&quot;:3.68},{&quot;2026-07-09&quot;:3.73},{&quot;2026-07-10&quot;:3.73},{&quot;2026-07-11&quot;:3.73},{&quot;2026-07-12&quot;:3.73},{&quot;2026-07-13&quot;:3.73},{&quot;2026-07-14&quot;:3.73},{&quot;2026-07-15&quot;:3.73},{&quot;2026-07-16&quot;:3.73},{&quot;2026-07-17&quot;:3.73},{&quot;2026-07-18&quot;:3.73},{&quot;2026-07-19&quot;:3.73},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.74},{&quot;2026-07-23&quot;:3.74},{&quot;2026-07-24&quot;:3.74},{&quot;2026-07-25&quot;:3.74},{&quot;2026-07-26&quot;:3.74},{&quot;2026-07-27&quot;:3.74},{&quot;2026-07-28&quot;:3.74},{&quot;2026-07-29&quot;:3.81},{&quot;2026-07-30&quot;:3.81},{&quot;2026-07-31&quot;:3.84},{&quot;2026-08-01&quot;:3.81},{&quot;2026-08-02&quot;:3.81},{&quot;2026-08-03&quot;:3.81},{&quot;2026-08-04&quot;:3.81},{&quot;2026-08-05&quot;:3.81},{&quot;2026-08-07&quot;:3.81},{&quot;2026-08-08&quot;:3.81},{&quot;2026-08-09&quot;:3.81},{&quot;2026-08-10&quot;:3.8},{&quot;2026-08-11&quot;:3.77},{&quot;2026-08-12&quot;:3.83},{&quot;2026-08-13&quot;:3.83},{&quot;2026-08-14&quot;:3.83},{&quot;2026-08-15&quot;:3.83},{&quot;2026-08-16&quot;:3.85},{&quot;2026-08-17&quot;:3.92},{&quot;2026-08-18&quot;:3.92},{&quot;2026-08-19&quot;:3.99},{&quot;2026-08-20&quot;:3.99},{&quot;2026-08-21&quot;:3.99},{&quot;2026-08-22&quot;:3.92},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.92},{&quot;2026-08-26&quot;:3.92},{&quot;2026-08-27&quot;:3.92},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:3.91},{&quot;2026-08-31&quot;:3.83},{&quot;2026-09-01&quot;:3.83},{&quot;2026-09-02&quot;:3.83},{&quot;2026-09-03&quot;:3.83},{&quot;2026-09-04&quot;:3.83},{&quot;2026-09-05&quot;:3.83},{&quot;2026-09-06&quot;:3.83},{&quot;2026-09-07&quot;:3.83},{&quot;2026-09-08&quot;:3.83},{&quot;2026-09-09&quot;:3.83},{&quot;2026-09-10&quot;:3.87},{&quot;2026-09-11&quot;:3.87}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:2.98},{&quot;2026-06-15&quot;:2.93},{&quot;2026-06-16&quot;:2.95},{&quot;2026-06-17&quot;:2.94},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.82},{&quot;2026-06-20&quot;:2.77},{&quot;2026-06-21&quot;:2.6},{&quot;2026-06-22&quot;:2.7},{&quot;2026-06-23&quot;:2.6},{&quot;2026-06-24&quot;:2.53},{&quot;2026-06-25&quot;:2.65},{&quot;2026-06-26&quot;:2.7},{&quot;2026-06-27&quot;:2.7},{&quot;2026-06-28&quot;:2.88},{&quot;2026-06-29&quot;:2.86},{&quot;2026-06-30&quot;:2.86},{&quot;2026-07-01&quot;:2.87},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.86},{&quot;2026-07-04&quot;:2.86},{&quot;2026-07-05&quot;:2.86},{&quot;2026-07-06&quot;:2.82},{&quot;2026-07-07&quot;:2.85},{&quot;2026-07-08&quot;:2.88},{&quot;2026-07-09&quot;:2.88},{&quot;2026-07-10&quot;:2.9},{&quot;2026-07-11&quot;:2.97},{&quot;2026-07-12&quot;:3.06},{&quot;2026-07-13&quot;:3.06},{&quot;2026-07-14&quot;:3.08},{&quot;2026-07-15&quot;:3.08},{&quot;2026-07-16&quot;:3.1},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-22&quot;:3.0},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-24&quot;:3.02},{&quot;2026-07-25&quot;:3.06},{&quot;2026-07-26&quot;:3.06},{&quot;2026-07-27&quot;:3.03},{&quot;2026-07-28&quot;:3.03},{&quot;2026-07-29&quot;:3.06},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.1},{&quot;2026-08-01&quot;:3.1},{&quot;2026-08-02&quot;:3.19},{&quot;2026-08-03&quot;:3.19},{&quot;2026-08-04&quot;:3.21},{&quot;2026-08-05&quot;:3.21},{&quot;2026-08-07&quot;:3.29},{&quot;2026-08-08&quot;:3.29},{&quot;2026-08-09&quot;:3.29},{&quot;2026-08-10&quot;:3.11},{&quot;2026-08-11&quot;:3.2},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:3.09},{&quot;2026-08-14&quot;:3.04},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.15},{&quot;2026-08-19&quot;:3.11},{&quot;2026-08-20&quot;:3.11},{&quot;2026-08-21&quot;:3.16},{&quot;2026-08-22&quot;:3.22},{&quot;2026-08-23&quot;:3.46},{&quot;2026-08-24&quot;:3.43},{&quot;2026-08-25&quot;:3.39},{&quot;2026-08-26&quot;:3.39},{&quot;2026-08-27&quot;:3.39},{&quot;2026-08-28&quot;:3.39},{&quot;2026-08-29&quot;:3.39},{&quot;2026-08-30&quot;:3.39},{&quot;2026-08-31&quot;:3.36},{&quot;2026-09-01&quot;:3.48},{&quot;2026-09-02&quot;:3.43},{&quot;2026-09-03&quot;:3.49},{&quot;2026-09-04&quot;:3.46},{&quot;2026-09-05&quot;:3.46},{&quot;2026-09-06&quot;:3.46},{&quot;2026-09-07&quot;:3.4},{&quot;2026-09-08&quot;:3.34},{&quot;2026-09-09&quot;:3.37},{&quot;2026-09-10&quot;:3.37},{&quot;2026-09-11&quot;:3.33}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="8933"
  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-c14 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">
            Swiftfoot Boots
        </span>


      </div>

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

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

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

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

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Swiftfoot Boots" src="https://cards.scryfall.io/large/front/4/b/4b224614-6374-4c42-8715-daa0b73ca05c.jpg?1783938815" />
    </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">
                $3.32
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.86},{&quot;2026-06-10&quot;:2.45},{&quot;2026-06-11&quot;:2.39},{&quot;2026-06-12&quot;:2.43},{&quot;2026-06-13&quot;:2.43},{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.35},{&quot;2026-06-16&quot;:2.29},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.35},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.31},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-24&quot;:2.26},{&quot;2026-06-25&quot;:2.26},{&quot;2026-06-26&quot;:2.07},{&quot;2026-06-27&quot;:2.07},{&quot;2026-06-28&quot;:2.26},{&quot;2026-06-29&quot;:2.26},{&quot;2026-06-30&quot;:2.22},{&quot;2026-07-01&quot;:2.2},{&quot;2026-07-02&quot;:2.2},{&quot;2026-07-03&quot;:2.2},{&quot;2026-07-04&quot;:2.2},{&quot;2026-07-05&quot;:2.2},{&quot;2026-07-06&quot;:2.31},{&quot;2026-07-07&quot;:2.37},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.51},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.57},{&quot;2026-07-13&quot;:2.53},{&quot;2026-07-14&quot;:2.21},{&quot;2026-07-15&quot;:2.28},{&quot;2026-07-16&quot;:2.28},{&quot;2026-07-17&quot;:2.28},{&quot;2026-07-18&quot;:2.32},{&quot;2026-07-19&quot;:2.34},{&quot;2026-07-20&quot;:2.34},{&quot;2026-07-21&quot;:2.32},{&quot;2026-07-23&quot;:2.32},{&quot;2026-07-25&quot;:2.59},{&quot;2026-07-26&quot;:2.55},{&quot;2026-07-27&quot;:2.64},{&quot;2026-07-29&quot;:2.64},{&quot;2026-07-30&quot;:2.72},{&quot;2026-07-31&quot;:2.84},{&quot;2026-08-01&quot;:2.84},{&quot;2026-08-02&quot;:2.7},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.75},{&quot;2026-08-05&quot;:2.75},{&quot;2026-08-07&quot;:2.72},{&quot;2026-08-08&quot;:2.72},{&quot;2026-08-09&quot;:2.72},{&quot;2026-08-10&quot;:2.72},{&quot;2026-08-11&quot;:2.72},{&quot;2026-08-12&quot;:2.65},{&quot;2026-08-13&quot;:2.74},{&quot;2026-08-14&quot;:2.74},{&quot;2026-08-15&quot;:2.74},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.69},{&quot;2026-08-18&quot;:2.66},{&quot;2026-08-19&quot;:2.69},{&quot;2026-08-20&quot;:2.69},{&quot;2026-08-21&quot;:2.63},{&quot;2026-08-22&quot;:2.6},{&quot;2026-08-23&quot;:2.79},{&quot;2026-08-24&quot;:2.79},{&quot;2026-08-25&quot;:2.79},{&quot;2026-08-26&quot;:2.67},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:2.96},{&quot;2026-09-03&quot;:3.03},{&quot;2026-09-04&quot;:3.01},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.06},{&quot;2026-09-07&quot;:3.49},{&quot;2026-09-08&quot;:3.47},{&quot;2026-09-09&quot;:3.32},{&quot;2026-09-10&quot;:3.32},{&quot;2026-09-11&quot;:3.32}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="12705"
  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">
            Deflecting Palm
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Deflecting Palm" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/5/c5580886-a402-4048-b8b6-39e19479f491.jpg?1783928699" />

        <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">
            Deflecting Palm
        </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-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="Deflecting Palm" src="https://cards.scryfall.io/large/front/c/5/c5580886-a402-4048-b8b6-39e19479f491.jpg?1783928699" />
    </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">
                $3.32
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-12&quot;:3.44},{&quot;2026-06-13&quot;:3.44},{&quot;2026-06-14&quot;:3.41},{&quot;2026-06-15&quot;:3.41},{&quot;2026-06-16&quot;:3.58},{&quot;2026-06-17&quot;:3.52},{&quot;2026-06-18&quot;:3.48},{&quot;2026-06-19&quot;:3.57},{&quot;2026-06-20&quot;:3.57},{&quot;2026-06-21&quot;:3.55},{&quot;2026-06-22&quot;:3.53},{&quot;2026-06-23&quot;:3.53},{&quot;2026-06-24&quot;:3.57},{&quot;2026-06-25&quot;:3.5},{&quot;2026-06-26&quot;:3.37},{&quot;2026-06-27&quot;:3.37},{&quot;2026-06-28&quot;:3.18},{&quot;2026-06-29&quot;:3.08},{&quot;2026-06-30&quot;:3.08},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.47},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.43},{&quot;2026-07-06&quot;:3.52},{&quot;2026-07-07&quot;:3.46},{&quot;2026-07-08&quot;:3.46},{&quot;2026-07-09&quot;:3.49},{&quot;2026-07-10&quot;:3.49},{&quot;2026-07-11&quot;:3.42},{&quot;2026-07-12&quot;:3.68},{&quot;2026-07-13&quot;:3.72},{&quot;2026-07-14&quot;:3.72},{&quot;2026-07-15&quot;:3.72},{&quot;2026-07-16&quot;:3.72},{&quot;2026-07-17&quot;:3.77},{&quot;2026-07-18&quot;:3.69},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.68},{&quot;2026-07-23&quot;:3.68},{&quot;2026-07-24&quot;:3.64},{&quot;2026-07-25&quot;:3.65},{&quot;2026-07-26&quot;:3.59},{&quot;2026-07-27&quot;:3.59},{&quot;2026-07-28&quot;:3.55},{&quot;2026-07-29&quot;:3.43},{&quot;2026-07-30&quot;:3.22},{&quot;2026-07-31&quot;:3.14},{&quot;2026-08-01&quot;:2.99},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.7},{&quot;2026-08-05&quot;:2.65},{&quot;2026-08-07&quot;:2.65},{&quot;2026-08-08&quot;:2.65},{&quot;2026-08-09&quot;:2.8},{&quot;2026-08-10&quot;:2.77},{&quot;2026-08-11&quot;:2.83},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.08},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.01},{&quot;2026-08-18&quot;:3.01},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:2.99},{&quot;2026-08-23&quot;:2.93},{&quot;2026-08-24&quot;:2.96},{&quot;2026-08-25&quot;:2.99},{&quot;2026-08-26&quot;:2.99},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.99},{&quot;2026-08-29&quot;:2.99},{&quot;2026-08-30&quot;:2.85},{&quot;2026-08-31&quot;:2.87},{&quot;2026-09-01&quot;:2.87},{&quot;2026-09-02&quot;:2.79},{&quot;2026-09-03&quot;:2.83},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:3.07},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.08},{&quot;2026-09-10&quot;:3.25},{&quot;2026-09-11&quot;:3.32}]}"
        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 1301-1350 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=26&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=26&amp;username=denvermullets" rel="prev">26</a><a role="link" aria-disabled="true" aria-current="page">27</a><a href="/load_collection?direction=asc&amp;page=28&amp;username=denvermullets" rel="next">28</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=28&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="91250"
          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">
              441
            </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">
                  $3.46

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

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

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


            </td>

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="70949"
          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">
              241
            </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-rare ss-fw ss-2x mr-4"></i>
              Elvish Warmaster


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14982"
          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">
              992
            </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>
              Eldrazi Temple


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="20804"
          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">
              248
            </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>
              Marchesa, the Black Rose


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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28156"
          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-5ed ss-rare ss-fw ss-2x mr-4"></i>
              Verduran Enchantress


            </td>

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

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

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

                </div>
            </td>

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49426"
          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">
              231
            </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>
              Nettlecyst


            </td>

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

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

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

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

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

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

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


            </td>

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

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

                    <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.50
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74217"
          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">
              THB-13
            </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>
              Elspeth Conquers Death


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="79887"
          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">
              403
            </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>
              Ancient Den


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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


            </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-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-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.42

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      17%
                    </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.69
            </td>
        </tr>

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

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

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


            </td>

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

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

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

                </div>
            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="96063"
          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-eoc ss-rare ss-fw ss-2x mr-4"></i>
              Exploration Broodship


            </td>

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      25%
                    </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">
                1.17
            </td>
        </tr>

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Centaur 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">
                <div class="flex items-center gap-2">
                  $3.39

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-nec ss-rare ss-fw ss-2x mr-4"></i>
              Krenko, Tin Street Kingpin


            </td>

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

                    <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.50
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12453"
          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">
              362
            </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>
              Wyleth, Soul of Steel


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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


            </td>

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

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

                    <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">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.40
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.18
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="41160"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_41160" src="/boxset_card/41160?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47271"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              18
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mic ss-rare ss-fw ss-2x mr-4"></i>
              Curse of the Restless Dead


            </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-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.34

                    <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">
                $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.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="47271"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_47271" src="/boxset_card/47271?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="48963"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              69
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mh2 ss-mythic ss-fw ss-2x mr-4"></i>
              Svyelun of Sea and Sky


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Merfolk God
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.34

                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.60
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.25
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="48963"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_48963" src="/boxset_card/48963?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57447"
          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">
              163
            </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>
              Conduit of Worlds


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      16%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $0.60
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.40
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="57447"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_57447" src="/boxset_card/57447?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="75627"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              176
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-lcc ss-mythic ss-fw ss-2x mr-4"></i>
              Thassa, God of the Sea


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Enchantment Creature — God
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-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">
                  $3.34

                    <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">
                $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.37
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="75627"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_75627" src="/boxset_card/75627?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="78854"
          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">
              61
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Delay


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      18%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.34
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="78854"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_78854" src="/boxset_card/78854?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="86903"
          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">
              302
            </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>
              Will, Scion of Peace


            </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-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">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.34

                </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="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.64
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="86903"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_86903" src="/boxset_card/86903?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="89658"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              107
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-znc ss-rare ss-fw ss-2x mr-4"></i>
              Blackblade Reforged


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.34

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      10%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.36
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="89658"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_89658" src="/boxset_card/89658?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="108468"
          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">
              241
            </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>
              Bebop &amp; Rocksteady


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Boar Rhino Mutant
            </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-bg'></i><i class='no-tailwind ms ms-cost ml-0 ms-bg'></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">
                  $3.34

                    <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.58
            </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="108468"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_108468" src="/boxset_card/108468?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15613"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              96
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-m20 ss-rare ss-fw ss-2x mr-4"></i>
              Dread Presence


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Creature — Nightmare
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.33

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      7%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $3.70
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.19
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="15613"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_15613" src="/boxset_card/15613?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="18765"
          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-dmu ss-mythic ss-fw ss-2x mr-4"></i>
              Jodah, the Unifier


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Legendary Creature — Human Wizard
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-w'></i><i class='no-tailwind ms ms-cost ml-0 ms-u'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-r'></i><i class='no-tailwind ms ms-cost ml-0 ms-g'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.33

                    <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">
                $1.00
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                1.94
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="18765"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_18765" src="/boxset_card/18765?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="8933"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              275
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-c14 ss-uncommon ss-fw ss-2x mr-4"></i>
              Swiftfoot Boots


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Artifact — Equipment
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
              </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                <div class="flex items-center gap-2">
                  $3.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      9%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $1.10
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
                0.38
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="8933"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_8933" src="/boxset_card/8933?show_other_printings=true&amp;username=denvermullets"></turbo-frame>
          </td>
        </tr>

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12705"
          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">
              444
            </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>
              Deflecting Palm


            </td>

            <td class="hidden px-4 py-2 text-sm whitespace-nowrap lg:table-cell">
              Instant
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <div class="flex items-center m-0 space-x-1">
                <i class='no-tailwind ms ms-cost ml-0 ms-r'></i><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">
                  $3.32

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-50 text-badge-text">
                      ↑
                      8%
                    </span>
                </div>
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
            </td>

            <td class="px-4 py-2 text-sm whitespace-nowrap">
                $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.51
            </td>
        </tr>

        <tr
          data-expandable-row-target="content"
          data-card-id="12705"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_12705" src="/boxset_card/12705?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 1301-1350 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=26&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=26&amp;username=denvermullets" rel="prev">26</a><a role="link" aria-disabled="true" aria-current="page">27</a><a href="/load_collection?direction=asc&amp;page=28&amp;username=denvermullets" rel="next">28</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=28&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>