<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="89459"
  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">
            In Garruk&#39;s Wake
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="In Garruk&#39;s Wake" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/6/c6d60af9-d006-4441-974e-117599283ee3.jpg?1783929476" />

        <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">
            In Garruk&#39;s Wake
        </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-7'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </div>
      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="In Garruk&#39;s Wake" src="https://cards.scryfall.io/large/front/c/6/c6d60af9-d006-4441-974e-117599283ee3.jpg?1783929476" />
    </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.06
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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;:4.13},{&quot;2026-06-14&quot;:4.13},{&quot;2026-06-15&quot;:4.27},{&quot;2026-06-16&quot;:4.66},{&quot;2026-06-17&quot;:4.63},{&quot;2026-06-18&quot;:4.59},{&quot;2026-06-19&quot;:4.62},{&quot;2026-06-20&quot;:4.62},{&quot;2026-06-21&quot;:4.62},{&quot;2026-06-22&quot;:4.62},{&quot;2026-06-23&quot;:4.78},{&quot;2026-06-24&quot;:4.71},{&quot;2026-06-25&quot;:4.52},{&quot;2026-06-26&quot;:4.52},{&quot;2026-06-27&quot;:4.44},{&quot;2026-06-28&quot;:4.41},{&quot;2026-06-29&quot;:4.52},{&quot;2026-06-30&quot;:4.52},{&quot;2026-07-01&quot;:4.59},{&quot;2026-07-02&quot;:4.46},{&quot;2026-07-03&quot;:4.46},{&quot;2026-07-04&quot;:3.77},{&quot;2026-07-05&quot;:3.58},{&quot;2026-07-06&quot;:3.57},{&quot;2026-07-07&quot;:3.54},{&quot;2026-07-08&quot;:3.54},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.48},{&quot;2026-07-11&quot;:3.38},{&quot;2026-07-12&quot;:3.24},{&quot;2026-07-13&quot;:3.19},{&quot;2026-07-14&quot;:3.32},{&quot;2026-07-15&quot;:3.42},{&quot;2026-07-16&quot;:3.42},{&quot;2026-07-17&quot;:3.42},{&quot;2026-07-18&quot;:3.42},{&quot;2026-07-19&quot;:3.44},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.43},{&quot;2026-07-22&quot;:3.24},{&quot;2026-07-23&quot;:3.27},{&quot;2026-07-24&quot;:3.32},{&quot;2026-07-25&quot;:3.27},{&quot;2026-07-26&quot;:3.19},{&quot;2026-07-27&quot;:3.41},{&quot;2026-07-28&quot;:3.31},{&quot;2026-07-29&quot;:3.39},{&quot;2026-07-30&quot;:3.28},{&quot;2026-07-31&quot;:3.58},{&quot;2026-08-01&quot;:3.49},{&quot;2026-08-02&quot;:3.52},{&quot;2026-08-03&quot;:3.58},{&quot;2026-08-04&quot;:3.53},{&quot;2026-08-05&quot;:3.56},{&quot;2026-08-07&quot;:3.56},{&quot;2026-08-08&quot;:3.48},{&quot;2026-08-09&quot;:3.51},{&quot;2026-08-10&quot;:3.46},{&quot;2026-08-11&quot;:3.37},{&quot;2026-08-12&quot;:3.37},{&quot;2026-08-13&quot;:3.3},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.25},{&quot;2026-08-17&quot;:3.3},{&quot;2026-08-18&quot;:3.2},{&quot;2026-08-19&quot;:3.2},{&quot;2026-08-20&quot;:3.12},{&quot;2026-08-21&quot;:3.21},{&quot;2026-08-22&quot;:3.18},{&quot;2026-08-23&quot;:3.2},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.1},{&quot;2026-08-26&quot;:3.0},{&quot;2026-08-27&quot;:3.0},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:2.96},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.89},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.97},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.18},{&quot;2026-09-10&quot;:3.11},{&quot;2026-09-11&quot;:3.06}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Arcane Denial" src="https://cards.scryfall.io/large/front/4/1/415a3104-90e6-4235-b67f-69337c7fe714.jpg?1783947197" />
    </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.05
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell 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-12&quot;:3.41},{&quot;2026-06-13&quot;:3.44},{&quot;2026-06-14&quot;:3.38},{&quot;2026-06-15&quot;:3.38},{&quot;2026-06-16&quot;:3.38},{&quot;2026-06-17&quot;:3.38},{&quot;2026-06-18&quot;:3.38},{&quot;2026-06-19&quot;:3.4},{&quot;2026-06-20&quot;:3.4},{&quot;2026-06-21&quot;:3.4},{&quot;2026-06-22&quot;:3.4},{&quot;2026-06-23&quot;:3.4},{&quot;2026-06-24&quot;:3.4},{&quot;2026-06-25&quot;:3.4},{&quot;2026-06-26&quot;:3.46},{&quot;2026-06-27&quot;:3.46},{&quot;2026-06-28&quot;:3.46},{&quot;2026-06-29&quot;:3.43},{&quot;2026-06-30&quot;:3.43},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.41},{&quot;2026-07-03&quot;:3.43},{&quot;2026-07-04&quot;:3.43},{&quot;2026-07-05&quot;:3.45},{&quot;2026-07-06&quot;:3.45},{&quot;2026-07-07&quot;:3.5},{&quot;2026-07-08&quot;:3.5},{&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.5},{&quot;2026-07-13&quot;:3.53},{&quot;2026-07-14&quot;:3.64},{&quot;2026-07-15&quot;:3.64},{&quot;2026-07-16&quot;:3.64},{&quot;2026-07-17&quot;:3.64},{&quot;2026-07-18&quot;:3.58},{&quot;2026-07-19&quot;:3.57},{&quot;2026-07-20&quot;:3.55},{&quot;2026-07-21&quot;:3.48},{&quot;2026-07-23&quot;:3.47},{&quot;2026-07-24&quot;:3.49},{&quot;2026-07-25&quot;:3.49},{&quot;2026-07-26&quot;:3.49},{&quot;2026-07-27&quot;:3.49},{&quot;2026-07-28&quot;:3.49},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.49},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.17},{&quot;2026-08-04&quot;:3.17},{&quot;2026-08-05&quot;:3.19},{&quot;2026-08-07&quot;:3.22},{&quot;2026-08-08&quot;:3.22},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.24},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.23},{&quot;2026-08-13&quot;:3.22},{&quot;2026-08-14&quot;:3.22},{&quot;2026-08-15&quot;:3.22},{&quot;2026-08-16&quot;:3.22},{&quot;2026-08-17&quot;:3.24},{&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.28},{&quot;2026-08-22&quot;:3.28},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.22},{&quot;2026-08-25&quot;:3.22},{&quot;2026-08-26&quot;:3.25},{&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.28},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.22},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.16},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.08},{&quot;2026-09-09&quot;:3.08},{&quot;2026-09-10&quot;:3.05},{&quot;2026-09-11&quot;:3.05}]}"
        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="91025"
  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-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">
            Wrenn and Seven
        </span>


      </div>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Wrenn and Seven" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/3/0/302f0dc1-88ab-4961-b78c-fbe7980dca18.jpg?1783908083" />

        <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">
            Wrenn and Seven
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Wrenn</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Wrenn and Seven" src="https://cards.scryfall.io/large/front/3/0/302f0dc1-88ab-4961-b78c-fbe7980dca18.jpg?1783908083" />
    </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.05
              </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">
                $3.25
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-13&quot;:3.75},{&quot;2026-06-14&quot;:3.75},{&quot;2026-06-15&quot;:3.75},{&quot;2026-06-16&quot;:3.75},{&quot;2026-06-17&quot;:3.75},{&quot;2026-06-18&quot;:3.75},{&quot;2026-06-19&quot;:3.75},{&quot;2026-06-20&quot;:3.75},{&quot;2026-06-21&quot;:3.75},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-23&quot;:3.75},{&quot;2026-06-24&quot;:3.75},{&quot;2026-06-25&quot;:3.75},{&quot;2026-06-26&quot;:3.75},{&quot;2026-06-27&quot;:3.75},{&quot;2026-06-28&quot;:3.75},{&quot;2026-06-29&quot;:3.75},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.75},{&quot;2026-07-03&quot;:3.75},{&quot;2026-07-04&quot;:3.75},{&quot;2026-07-05&quot;:3.75},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.75},{&quot;2026-07-08&quot;:3.75},{&quot;2026-07-09&quot;:3.75},{&quot;2026-07-10&quot;:3.75},{&quot;2026-07-11&quot;:3.75},{&quot;2026-07-12&quot;:3.75},{&quot;2026-07-13&quot;:3.75},{&quot;2026-07-14&quot;:3.75},{&quot;2026-07-15&quot;:3.75},{&quot;2026-07-16&quot;:3.75},{&quot;2026-07-17&quot;:3.75},{&quot;2026-07-18&quot;:3.82},{&quot;2026-07-19&quot;:3.72},{&quot;2026-07-20&quot;:3.72},{&quot;2026-07-21&quot;:3.72},{&quot;2026-07-22&quot;:3.72},{&quot;2026-07-23&quot;:3.72},{&quot;2026-07-24&quot;:3.72},{&quot;2026-07-25&quot;:3.72},{&quot;2026-07-26&quot;:3.72},{&quot;2026-07-27&quot;:3.72},{&quot;2026-07-28&quot;:3.72},{&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.72},{&quot;2026-08-04&quot;:3.64},{&quot;2026-08-05&quot;:3.64},{&quot;2026-08-07&quot;:3.64},{&quot;2026-08-08&quot;:3.64},{&quot;2026-08-09&quot;:3.64},{&quot;2026-08-10&quot;:3.64},{&quot;2026-08-11&quot;:3.64},{&quot;2026-08-12&quot;:3.59},{&quot;2026-08-13&quot;:3.49},{&quot;2026-08-14&quot;:3.49},{&quot;2026-08-15&quot;:3.49},{&quot;2026-08-16&quot;:3.49},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.26},{&quot;2026-08-19&quot;:3.26},{&quot;2026-08-20&quot;:3.26},{&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.2},{&quot;2026-08-25&quot;:3.2},{&quot;2026-08-26&quot;:3.2},{&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.24},{&quot;2026-08-31&quot;:3.24},{&quot;2026-09-01&quot;:3.24},{&quot;2026-09-02&quot;:3.24},{&quot;2026-09-03&quot;:3.24},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.24},{&quot;2026-09-06&quot;:3.24},{&quot;2026-09-07&quot;:3.24},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.24},{&quot;2026-09-10&quot;:3.24},{&quot;2026-09-11&quot;:3.25}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.55},{&quot;2026-06-14&quot;:2.63},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.65},{&quot;2026-06-17&quot;:2.65},{&quot;2026-06-18&quot;:2.65},{&quot;2026-06-19&quot;:2.76},{&quot;2026-06-20&quot;:2.76},{&quot;2026-06-21&quot;:2.76},{&quot;2026-06-22&quot;:2.76},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.76},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.76},{&quot;2026-06-27&quot;:2.76},{&quot;2026-06-28&quot;:2.76},{&quot;2026-06-29&quot;:2.76},{&quot;2026-06-30&quot;:2.76},{&quot;2026-07-01&quot;:2.76},{&quot;2026-07-02&quot;:2.88},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.88},{&quot;2026-07-05&quot;:2.88},{&quot;2026-07-06&quot;:2.88},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.89},{&quot;2026-07-09&quot;:2.89},{&quot;2026-07-10&quot;:2.81},{&quot;2026-07-11&quot;:2.81},{&quot;2026-07-12&quot;:2.81},{&quot;2026-07-13&quot;:2.68},{&quot;2026-07-14&quot;:2.68},{&quot;2026-07-15&quot;:2.63},{&quot;2026-07-16&quot;:2.63},{&quot;2026-07-17&quot;:2.68},{&quot;2026-07-18&quot;:2.68},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.76},{&quot;2026-07-21&quot;:2.85},{&quot;2026-07-22&quot;:2.85},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-24&quot;:2.85},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-28&quot;:2.88},{&quot;2026-07-29&quot;:2.88},{&quot;2026-07-30&quot;:2.88},{&quot;2026-07-31&quot;:2.85},{&quot;2026-08-01&quot;:2.85},{&quot;2026-08-02&quot;:2.88},{&quot;2026-08-03&quot;:2.94},{&quot;2026-08-04&quot;:2.94},{&quot;2026-08-05&quot;:2.94},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:3.01},{&quot;2026-08-11&quot;:2.98},{&quot;2026-08-12&quot;:3.05},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.03},{&quot;2026-08-15&quot;:2.99},{&quot;2026-08-16&quot;:2.99},{&quot;2026-08-17&quot;:3.02},{&quot;2026-08-18&quot;:2.96},{&quot;2026-08-19&quot;:2.99},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:3.05},{&quot;2026-08-22&quot;:3.1},{&quot;2026-08-23&quot;:3.15},{&quot;2026-08-24&quot;:3.08},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.93},{&quot;2026-08-27&quot;:2.92},{&quot;2026-08-28&quot;:3.0},{&quot;2026-08-29&quot;:3.0},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:3.0},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.95},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.01},{&quot;2026-09-10&quot;:3.05},{&quot;2026-09-11&quot;:3.05}]}"
        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="94664"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fic ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Champions from Beyond
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-x'></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="Champions from Beyond" src="https://cards.scryfall.io/large/front/d/1/d1031ce5-063f-4c38-a6a9-abc15d254dfc.jpg?1783906370" />
    </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.05
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-08-19&quot;:12.88},{&quot;2026-08-20&quot;:12.97},{&quot;2026-08-21&quot;:12.97},{&quot;2026-08-22&quot;:12.97},{&quot;2026-08-23&quot;:12.97},{&quot;2026-08-24&quot;:12.97},{&quot;2026-08-25&quot;:12.97},{&quot;2026-08-26&quot;:12.92},{&quot;2026-08-27&quot;:12.92},{&quot;2026-08-28&quot;:12.95},{&quot;2026-08-29&quot;:12.95},{&quot;2026-08-30&quot;:13.21},{&quot;2026-08-31&quot;:13.21},{&quot;2026-09-01&quot;:13.21},{&quot;2026-09-02&quot;:13.21},{&quot;2026-09-03&quot;:13.21},{&quot;2026-09-04&quot;:13.21},{&quot;2026-09-05&quot;:13.23},{&quot;2026-09-06&quot;:13.23},{&quot;2026-09-07&quot;:13.23},{&quot;2026-09-08&quot;:13.23},{&quot;2026-09-09&quot;:13.23},{&quot;2026-09-10&quot;:12.84},{&quot;2026-09-11&quot;:12.84}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.62},{&quot;2026-06-14&quot;:2.92},{&quot;2026-06-15&quot;:3.12},{&quot;2026-06-16&quot;:3.29},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.25},{&quot;2026-06-20&quot;:2.14},{&quot;2026-06-21&quot;:2.48},{&quot;2026-06-22&quot;:2.84},{&quot;2026-06-23&quot;:2.92},{&quot;2026-06-24&quot;:2.81},{&quot;2026-06-25&quot;:2.85},{&quot;2026-06-26&quot;:2.54},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.62},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.51},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.52},{&quot;2026-07-03&quot;:3.95},{&quot;2026-07-04&quot;:4.28},{&quot;2026-07-05&quot;:4.74},{&quot;2026-07-06&quot;:4.81},{&quot;2026-07-07&quot;:4.65},{&quot;2026-07-08&quot;:5.09},{&quot;2026-07-09&quot;:4.9},{&quot;2026-07-10&quot;:4.75},{&quot;2026-07-11&quot;:5.21},{&quot;2026-07-12&quot;:5.61},{&quot;2026-07-13&quot;:5.32},{&quot;2026-07-14&quot;:5.37},{&quot;2026-07-15&quot;:5.33},{&quot;2026-07-16&quot;:5.21},{&quot;2026-07-17&quot;:5.2},{&quot;2026-07-18&quot;:5.52},{&quot;2026-07-19&quot;:5.35},{&quot;2026-07-20&quot;:5.23},{&quot;2026-07-21&quot;:5.14},{&quot;2026-07-22&quot;:5.16},{&quot;2026-07-23&quot;:5.12},{&quot;2026-07-24&quot;:4.99},{&quot;2026-07-25&quot;:5.03},{&quot;2026-07-26&quot;:4.78},{&quot;2026-07-27&quot;:4.54},{&quot;2026-07-28&quot;:4.49},{&quot;2026-07-29&quot;:4.48},{&quot;2026-07-30&quot;:4.36},{&quot;2026-07-31&quot;:4.47},{&quot;2026-08-01&quot;:4.16},{&quot;2026-08-02&quot;:4.06},{&quot;2026-08-03&quot;:3.8},{&quot;2026-08-04&quot;:3.74},{&quot;2026-08-05&quot;:3.61},{&quot;2026-08-07&quot;:3.67},{&quot;2026-08-08&quot;:3.6},{&quot;2026-08-09&quot;:3.45},{&quot;2026-08-10&quot;:3.48},{&quot;2026-08-11&quot;:3.57},{&quot;2026-08-12&quot;:3.57},{&quot;2026-08-13&quot;:3.58},{&quot;2026-08-14&quot;:3.73},{&quot;2026-08-15&quot;:3.7},{&quot;2026-08-16&quot;:3.51},{&quot;2026-08-17&quot;:3.56},{&quot;2026-08-18&quot;:3.71},{&quot;2026-08-19&quot;:3.73},{&quot;2026-08-20&quot;:3.72},{&quot;2026-08-21&quot;:3.74},{&quot;2026-08-22&quot;:3.84},{&quot;2026-08-23&quot;:3.77},{&quot;2026-08-24&quot;:3.77},{&quot;2026-08-25&quot;:3.74},{&quot;2026-08-26&quot;:3.71},{&quot;2026-08-27&quot;:3.71},{&quot;2026-08-28&quot;:3.7},{&quot;2026-08-29&quot;:3.7},{&quot;2026-08-30&quot;:3.39},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.41},{&quot;2026-09-02&quot;:3.38},{&quot;2026-09-03&quot;:3.36},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.26},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.23},{&quot;2026-09-08&quot;:3.24},{&quot;2026-09-09&quot;:3.21},{&quot;2026-09-10&quot;:3.18},{&quot;2026-09-11&quot;:3.05}]}"
        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="14084"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-clb ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Grim Haruspex
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Grim Haruspex" src="https://cards.scryfall.io/large/front/f/5/f5c19b87-e114-46d4-9f6c-c02e838a08dd.jpg?1783922449" />
    </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.04
              </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">$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.04},{&quot;2026-06-14&quot;:3.17},{&quot;2026-06-15&quot;:3.17},{&quot;2026-06-16&quot;:3.21},{&quot;2026-06-17&quot;:3.21},{&quot;2026-06-18&quot;:3.26},{&quot;2026-06-19&quot;:3.22},{&quot;2026-06-20&quot;:3.26},{&quot;2026-06-21&quot;:3.33},{&quot;2026-06-22&quot;:3.33},{&quot;2026-06-23&quot;:3.33},{&quot;2026-06-24&quot;:3.35},{&quot;2026-06-25&quot;:3.34},{&quot;2026-06-26&quot;:3.43},{&quot;2026-06-27&quot;:3.43},{&quot;2026-06-28&quot;:3.43},{&quot;2026-06-29&quot;:3.35},{&quot;2026-06-30&quot;:3.35},{&quot;2026-07-01&quot;:3.34},{&quot;2026-07-02&quot;:3.34},{&quot;2026-07-03&quot;:3.34},{&quot;2026-07-04&quot;:3.42},{&quot;2026-07-05&quot;:3.31},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.3},{&quot;2026-07-08&quot;:3.3},{&quot;2026-07-09&quot;:3.38},{&quot;2026-07-10&quot;:3.42},{&quot;2026-07-11&quot;:3.45},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.37},{&quot;2026-07-14&quot;:3.16},{&quot;2026-07-15&quot;:3.16},{&quot;2026-07-16&quot;:3.13},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.03},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:3.11},{&quot;2026-07-22&quot;:3.09},{&quot;2026-07-23&quot;:3.09},{&quot;2026-07-24&quot;:3.1},{&quot;2026-07-25&quot;:3.1},{&quot;2026-07-26&quot;:3.08},{&quot;2026-07-27&quot;:3.19},{&quot;2026-07-28&quot;:3.28},{&quot;2026-07-29&quot;:3.28},{&quot;2026-07-30&quot;:3.28},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.31},{&quot;2026-08-02&quot;:3.22},{&quot;2026-08-03&quot;:3.11},{&quot;2026-08-04&quot;:3.04},{&quot;2026-08-05&quot;:2.78},{&quot;2026-08-07&quot;:2.82},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.81},{&quot;2026-08-10&quot;:2.84},{&quot;2026-08-11&quot;:2.95},{&quot;2026-08-12&quot;:3.15},{&quot;2026-08-13&quot;:3.25},{&quot;2026-08-14&quot;:3.25},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.43},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.31},{&quot;2026-08-19&quot;:3.31},{&quot;2026-08-20&quot;:3.29},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.4},{&quot;2026-08-23&quot;:3.43},{&quot;2026-08-24&quot;:3.31},{&quot;2026-08-25&quot;:3.31},{&quot;2026-08-26&quot;:3.31},{&quot;2026-08-27&quot;:3.31},{&quot;2026-08-28&quot;:3.31},{&quot;2026-08-29&quot;:3.31},{&quot;2026-08-30&quot;:3.29},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.27},{&quot;2026-09-02&quot;:3.27},{&quot;2026-09-03&quot;:3.33},{&quot;2026-09-04&quot;:3.33},{&quot;2026-09-05&quot;:3.33},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.22},{&quot;2026-09-08&quot;:3.1},{&quot;2026-09-09&quot;:3.08},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:3.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="14890"
  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">
            Metalwork Colossus
        </span>


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Metalwork Colossus" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/6/f/6f61e807-aa79-41b1-b785-24dddad28021.jpg?1783915404" />

        <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">
            Metalwork Colossus
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-11'></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="Metalwork Colossus" src="https://cards.scryfall.io/large/front/6/f/6f61e807-aa79-41b1-b785-24dddad28021.jpg?1783915404" />
    </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.04
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.10</span>
              <span class="text-xs text-grey-text">Credit: $0.13</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.01},{&quot;2026-06-14&quot;:3.11},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:3.15},{&quot;2026-06-17&quot;:3.06},{&quot;2026-06-18&quot;:3.17},{&quot;2026-06-19&quot;:3.18},{&quot;2026-06-20&quot;:3.18},{&quot;2026-06-21&quot;:3.27},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.37},{&quot;2026-06-24&quot;:3.47},{&quot;2026-06-25&quot;:3.49},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.52},{&quot;2026-06-28&quot;:3.63},{&quot;2026-06-29&quot;:3.73},{&quot;2026-06-30&quot;:3.72},{&quot;2026-07-01&quot;:3.72},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.72},{&quot;2026-07-04&quot;:3.7},{&quot;2026-07-05&quot;:3.7},{&quot;2026-07-06&quot;:3.7},{&quot;2026-07-07&quot;:3.6},{&quot;2026-07-08&quot;:3.6},{&quot;2026-07-09&quot;:3.6},{&quot;2026-07-10&quot;:3.6},{&quot;2026-07-11&quot;:3.59},{&quot;2026-07-12&quot;:3.58},{&quot;2026-07-13&quot;:3.64},{&quot;2026-07-14&quot;:3.63},{&quot;2026-07-15&quot;:3.55},{&quot;2026-07-16&quot;:3.53},{&quot;2026-07-17&quot;:3.66},{&quot;2026-07-18&quot;:3.66},{&quot;2026-07-19&quot;:3.65},{&quot;2026-07-20&quot;:3.64},{&quot;2026-07-21&quot;:3.54},{&quot;2026-07-22&quot;:3.54},{&quot;2026-07-23&quot;:3.54},{&quot;2026-07-24&quot;:3.54},{&quot;2026-07-25&quot;:3.54},{&quot;2026-07-26&quot;:3.54},{&quot;2026-07-27&quot;:3.44},{&quot;2026-07-28&quot;:3.44},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.34},{&quot;2026-07-31&quot;:3.25},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.22},{&quot;2026-08-03&quot;:3.09},{&quot;2026-08-04&quot;:3.09},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.1},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.17},{&quot;2026-08-11&quot;:3.18},{&quot;2026-08-12&quot;:3.37},{&quot;2026-08-13&quot;:3.48},{&quot;2026-08-14&quot;:3.59},{&quot;2026-08-15&quot;:3.59},{&quot;2026-08-16&quot;:3.59},{&quot;2026-08-17&quot;:3.49},{&quot;2026-08-18&quot;:3.57},{&quot;2026-08-19&quot;:3.55},{&quot;2026-08-20&quot;:3.44},{&quot;2026-08-21&quot;:3.35},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.21},{&quot;2026-08-24&quot;:3.21},{&quot;2026-08-25&quot;:3.21},{&quot;2026-08-26&quot;:3.21},{&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.17},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.08},{&quot;2026-09-04&quot;:3.17},{&quot;2026-09-05&quot;:3.17},{&quot;2026-09-06&quot;:3.07},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:3.04},{&quot;2026-09-09&quot;:3.04},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:3.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30224"
  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-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">
            Red Elemental Blast
        </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">
            6 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.04
          </span>
        </div>
      </div>
    </div>

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

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

        <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">
            Red Elemental Blast
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Red Elemental Blast" src="https://cards.scryfall.io/large/front/a/5/a54246c9-5e5c-484e-a546-ae1f9fd020f3.jpg?1783947824" />
    </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-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.04
              </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">$3.50</span>
              <span class="text-xs text-grey-text">Credit: $4.55</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:5.66},{&quot;2026-06-14&quot;:5.73},{&quot;2026-06-15&quot;:5.73},{&quot;2026-06-16&quot;:5.74},{&quot;2026-06-17&quot;:5.7},{&quot;2026-06-18&quot;:5.59},{&quot;2026-06-19&quot;:5.59},{&quot;2026-06-20&quot;:5.55},{&quot;2026-06-21&quot;:5.55},{&quot;2026-06-22&quot;:5.44},{&quot;2026-06-23&quot;:5.2},{&quot;2026-06-24&quot;:5.14},{&quot;2026-06-25&quot;:5.14},{&quot;2026-06-26&quot;:4.93},{&quot;2026-06-27&quot;:4.82},{&quot;2026-06-28&quot;:4.71},{&quot;2026-06-29&quot;:4.41},{&quot;2026-06-30&quot;:4.23},{&quot;2026-07-01&quot;:4.24},{&quot;2026-07-02&quot;:4.21},{&quot;2026-07-03&quot;:3.93},{&quot;2026-07-04&quot;:3.81},{&quot;2026-07-05&quot;:3.79},{&quot;2026-07-06&quot;:3.75},{&quot;2026-07-07&quot;:3.82},{&quot;2026-07-08&quot;:3.82},{&quot;2026-07-09&quot;:3.73},{&quot;2026-07-10&quot;:3.77},{&quot;2026-07-11&quot;:3.76},{&quot;2026-07-12&quot;:3.67},{&quot;2026-07-13&quot;:3.62},{&quot;2026-07-14&quot;:3.43},{&quot;2026-07-15&quot;:3.47},{&quot;2026-07-16&quot;:3.49},{&quot;2026-07-17&quot;:3.44},{&quot;2026-07-18&quot;:3.38},{&quot;2026-07-19&quot;:3.31},{&quot;2026-07-20&quot;:3.44},{&quot;2026-07-21&quot;:3.39},{&quot;2026-07-22&quot;:3.37},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-24&quot;:3.4},{&quot;2026-07-25&quot;:3.3},{&quot;2026-07-26&quot;:3.3},{&quot;2026-07-27&quot;:3.28},{&quot;2026-07-28&quot;:3.51},{&quot;2026-07-29&quot;:3.45},{&quot;2026-07-30&quot;:3.43},{&quot;2026-07-31&quot;:3.42},{&quot;2026-08-01&quot;:3.42},{&quot;2026-08-02&quot;:3.54},{&quot;2026-08-03&quot;:3.46},{&quot;2026-08-04&quot;:3.46},{&quot;2026-08-05&quot;:3.51},{&quot;2026-08-07&quot;:3.46},{&quot;2026-08-08&quot;:3.46},{&quot;2026-08-09&quot;:3.46},{&quot;2026-08-10&quot;:3.46},{&quot;2026-08-11&quot;:3.58},{&quot;2026-08-12&quot;:3.63},{&quot;2026-08-13&quot;:3.61},{&quot;2026-08-14&quot;:3.64},{&quot;2026-08-15&quot;:3.58},{&quot;2026-08-16&quot;:3.61},{&quot;2026-08-17&quot;:3.63},{&quot;2026-08-18&quot;:3.59},{&quot;2026-08-19&quot;:3.58},{&quot;2026-08-20&quot;:3.51},{&quot;2026-08-21&quot;:3.45},{&quot;2026-08-22&quot;:3.3},{&quot;2026-08-23&quot;:3.26},{&quot;2026-08-24&quot;:3.17},{&quot;2026-08-25&quot;:3.11},{&quot;2026-08-26&quot;:3.11},{&quot;2026-08-27&quot;:3.14},{&quot;2026-08-28&quot;:3.14},{&quot;2026-08-29&quot;:3.14},{&quot;2026-08-30&quot;:3.14},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.29},{&quot;2026-09-02&quot;:3.23},{&quot;2026-09-03&quot;:3.21},{&quot;2026-09-04&quot;:3.21},{&quot;2026-09-05&quot;:3.21},{&quot;2026-09-06&quot;:3.21},{&quot;2026-09-07&quot;:3.22},{&quot;2026-09-08&quot;:3.11},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:3.14},{&quot;2026-09-11&quot;:3.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

        <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">
            Gigantosaurus
        </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 — Dinosaur</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Gigantosaurus" src="https://cards.scryfall.io/large/front/c/3/c3289fae-6cdd-4e8d-999f-a17d5c6d08c0.jpg?1783929591" />
    </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.04
              </span>

            </div>
          </div>

      </div>


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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[]}"
        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="90242"
  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-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">
            Hare Apparent
        </span>


      </div>

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

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

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

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

        <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">
            Hare Apparent
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Rabbit Noble</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="Hare Apparent" src="https://cards.scryfall.io/large/front/9/f/9fc6f0e9-eb5f-4bc0-b3d7-756644b66d12.jpg?1783909127" />
    </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-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.04
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.41
              </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;2026-06-13&quot;:4.38},{&quot;2026-06-14&quot;:4.37},{&quot;2026-06-15&quot;:4.42},{&quot;2026-06-16&quot;:4.42},{&quot;2026-06-17&quot;:4.64},{&quot;2026-06-18&quot;:4.67},{&quot;2026-06-19&quot;:4.67},{&quot;2026-06-20&quot;:4.66},{&quot;2026-06-21&quot;:4.66},{&quot;2026-06-22&quot;:4.74},{&quot;2026-06-23&quot;:4.74},{&quot;2026-06-24&quot;:4.74},{&quot;2026-06-25&quot;:4.69},{&quot;2026-06-26&quot;:4.62},{&quot;2026-06-27&quot;:4.59},{&quot;2026-06-28&quot;:4.61},{&quot;2026-06-29&quot;:4.53},{&quot;2026-06-30&quot;:4.46},{&quot;2026-07-01&quot;:4.32},{&quot;2026-07-02&quot;:4.05},{&quot;2026-07-03&quot;:3.92},{&quot;2026-07-04&quot;:3.61},{&quot;2026-07-05&quot;:3.61},{&quot;2026-07-06&quot;:3.58},{&quot;2026-07-07&quot;:3.58},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.13},{&quot;2026-07-10&quot;:3.06},{&quot;2026-07-11&quot;:3.08},{&quot;2026-07-12&quot;:3.01},{&quot;2026-07-13&quot;:2.88},{&quot;2026-07-14&quot;:2.79},{&quot;2026-07-15&quot;:2.85},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:2.97},{&quot;2026-07-18&quot;:2.83},{&quot;2026-07-19&quot;:2.67},{&quot;2026-07-20&quot;:2.64},{&quot;2026-07-21&quot;:2.66},{&quot;2026-07-22&quot;:2.67},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-24&quot;:2.52},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.41},{&quot;2026-07-27&quot;:2.41},{&quot;2026-07-28&quot;:2.45},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.54},{&quot;2026-07-31&quot;:2.68},{&quot;2026-08-01&quot;:2.71},{&quot;2026-08-02&quot;:2.79},{&quot;2026-08-03&quot;:3.3},{&quot;2026-08-04&quot;:3.3},{&quot;2026-08-05&quot;:3.18},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:3.01},{&quot;2026-08-09&quot;:2.89},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.79},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.71},{&quot;2026-08-14&quot;:2.75},{&quot;2026-08-15&quot;:2.71},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.65},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.67},{&quot;2026-08-23&quot;:2.73},{&quot;2026-08-24&quot;:2.76},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.78},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:3.22},{&quot;2026-08-31&quot;:3.22},{&quot;2026-09-01&quot;:3.3},{&quot;2026-09-02&quot;:3.39},{&quot;2026-09-03&quot;:4.11},{&quot;2026-09-04&quot;:4.03},{&quot;2026-09-05&quot;:4.06},{&quot;2026-09-06&quot;:4.24},{&quot;2026-09-07&quot;:4.36},{&quot;2026-09-08&quot;:4.36},{&quot;2026-09-09&quot;:4.41},{&quot;2026-09-10&quot;:4.41},{&quot;2026-09-11&quot;:4.41}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.81},{&quot;2026-06-14&quot;:3.27},{&quot;2026-06-15&quot;:2.94},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:3.0},{&quot;2026-06-19&quot;:2.74},{&quot;2026-06-20&quot;:2.7},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.61},{&quot;2026-06-23&quot;:2.84},{&quot;2026-06-24&quot;:2.66},{&quot;2026-06-25&quot;:2.79},{&quot;2026-06-26&quot;:2.73},{&quot;2026-06-27&quot;:2.77},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.44},{&quot;2026-06-30&quot;:2.49},{&quot;2026-07-01&quot;:2.31},{&quot;2026-07-02&quot;:2.38},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.44},{&quot;2026-07-05&quot;:2.44},{&quot;2026-07-06&quot;:2.55},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.4},{&quot;2026-07-09&quot;:2.5},{&quot;2026-07-10&quot;:2.38},{&quot;2026-07-11&quot;:2.36},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.43},{&quot;2026-07-14&quot;:2.37},{&quot;2026-07-15&quot;:2.09},{&quot;2026-07-16&quot;:1.67},{&quot;2026-07-17&quot;:2.01},{&quot;2026-07-18&quot;:2.07},{&quot;2026-07-19&quot;:2.0},{&quot;2026-07-20&quot;:2.11},{&quot;2026-07-21&quot;:2.32},{&quot;2026-07-22&quot;:2.22},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-24&quot;:2.1},{&quot;2026-07-25&quot;:2.06},{&quot;2026-07-26&quot;:2.28},{&quot;2026-07-27&quot;:2.31},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.49},{&quot;2026-07-30&quot;:2.57},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.66},{&quot;2026-08-04&quot;:2.64},{&quot;2026-08-05&quot;:2.51},{&quot;2026-08-07&quot;:2.42},{&quot;2026-08-08&quot;:2.54},{&quot;2026-08-09&quot;:2.45},{&quot;2026-08-10&quot;:2.44},{&quot;2026-08-11&quot;:2.89},{&quot;2026-08-12&quot;:3.03},{&quot;2026-08-13&quot;:2.77},{&quot;2026-08-14&quot;:2.92},{&quot;2026-08-15&quot;:2.92},{&quot;2026-08-16&quot;:2.87},{&quot;2026-08-17&quot;:2.56},{&quot;2026-08-18&quot;:2.79},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.83},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.81},{&quot;2026-08-23&quot;:3.28},{&quot;2026-08-24&quot;:3.12},{&quot;2026-08-25&quot;:2.98},{&quot;2026-08-26&quot;:2.87},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:3.09},{&quot;2026-08-29&quot;:3.09},{&quot;2026-08-30&quot;:3.0},{&quot;2026-08-31&quot;:2.64},{&quot;2026-09-01&quot;:2.6},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:3.79},{&quot;2026-09-04&quot;:3.98},{&quot;2026-09-05&quot;:3.38},{&quot;2026-09-06&quot;:3.41},{&quot;2026-09-07&quot;:3.28},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.76},{&quot;2026-09-11&quot;:3.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Serra</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Serra the Benevolent" src="https://cards.scryfall.io/large/front/5/b/5b0bb45b-1235-4b7a-8be7-f27cfda30838.jpg?1783907947" />
    </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.04
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.30</span>
              <span class="text-xs text-grey-text">Credit: $1.69</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.53},{&quot;2026-06-14&quot;:2.59},{&quot;2026-06-15&quot;:2.63},{&quot;2026-06-16&quot;:2.69},{&quot;2026-06-17&quot;:2.76},{&quot;2026-06-18&quot;:2.79},{&quot;2026-06-19&quot;:2.79},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.79},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-23&quot;:2.95},{&quot;2026-06-24&quot;:2.95},{&quot;2026-06-25&quot;:2.95},{&quot;2026-06-26&quot;:2.95},{&quot;2026-06-27&quot;:2.91},{&quot;2026-06-28&quot;:2.91},{&quot;2026-06-29&quot;:2.95},{&quot;2026-06-30&quot;:2.95},{&quot;2026-07-01&quot;:2.91},{&quot;2026-07-02&quot;:2.91},{&quot;2026-07-03&quot;:2.91},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.82},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.81},{&quot;2026-07-08&quot;:2.81},{&quot;2026-07-09&quot;:2.81},{&quot;2026-07-10&quot;:2.81},{&quot;2026-07-11&quot;:2.81},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.84},{&quot;2026-07-15&quot;:2.93},{&quot;2026-07-16&quot;:2.86},{&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.88},{&quot;2026-07-21&quot;:2.97},{&quot;2026-07-22&quot;:2.97},{&quot;2026-07-23&quot;:2.98},{&quot;2026-07-24&quot;:3.07},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:3.07},{&quot;2026-07-27&quot;:3.07},{&quot;2026-07-28&quot;:3.04},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.06},{&quot;2026-07-31&quot;:3.06},{&quot;2026-08-01&quot;:3.06},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:3.1},{&quot;2026-08-05&quot;:3.1},{&quot;2026-08-07&quot;:3.1},{&quot;2026-08-08&quot;:3.16},{&quot;2026-08-09&quot;:3.07},{&quot;2026-08-10&quot;:3.03},{&quot;2026-08-11&quot;:3.03},{&quot;2026-08-12&quot;:3.11},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.11},{&quot;2026-08-15&quot;:3.1},{&quot;2026-08-16&quot;:3.1},{&quot;2026-08-17&quot;:3.1},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.02},{&quot;2026-08-20&quot;:3.02},{&quot;2026-08-21&quot;:3.02},{&quot;2026-08-22&quot;:2.93},{&quot;2026-08-23&quot;:3.04},{&quot;2026-08-24&quot;:3.04},{&quot;2026-08-25&quot;:3.04},{&quot;2026-08-26&quot;:2.95},{&quot;2026-08-27&quot;:2.91},{&quot;2026-08-28&quot;:2.91},{&quot;2026-08-29&quot;:2.91},{&quot;2026-08-30&quot;:2.96},{&quot;2026-08-31&quot;:2.96},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:3.02},{&quot;2026-09-04&quot;:3.02},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.96},{&quot;2026-09-08&quot;:2.96},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.96},{&quot;2026-09-11&quot;:3.04}],&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="108214"
  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-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">
            Stock Up
        </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">
            4 owned
          </div>

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

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

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

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

        <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">
            Stock Up
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Stock Up" src="https://cards.scryfall.io/large/front/a/d/ad048b7c-588f-4c34-906f-4224f1aaaeb6.jpg?1783903928" />
    </div>

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

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

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

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

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

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

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

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

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

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-nine-white">
                $1.18
              </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.04
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $1.37</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.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-13&quot;:2.59},{&quot;2026-06-14&quot;:2.79},{&quot;2026-06-15&quot;:2.75},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.58},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.01},{&quot;2026-06-20&quot;:1.84},{&quot;2026-06-21&quot;:1.88},{&quot;2026-06-22&quot;:2.06},{&quot;2026-06-23&quot;:2.09},{&quot;2026-06-24&quot;:2.09},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:1.97},{&quot;2026-06-27&quot;:1.84},{&quot;2026-06-28&quot;:1.91},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:1.7},{&quot;2026-07-01&quot;:1.71},{&quot;2026-07-02&quot;:1.67},{&quot;2026-07-03&quot;:1.7},{&quot;2026-07-04&quot;:1.83},{&quot;2026-07-05&quot;:1.85},{&quot;2026-07-06&quot;:1.84},{&quot;2026-07-07&quot;:2.09},{&quot;2026-07-08&quot;:2.18},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.32},{&quot;2026-07-11&quot;:2.38},{&quot;2026-07-12&quot;:2.25},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.43},{&quot;2026-07-15&quot;:2.44},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.58},{&quot;2026-07-18&quot;:2.63},{&quot;2026-07-19&quot;:2.63},{&quot;2026-07-20&quot;:2.92},{&quot;2026-07-21&quot;:2.8},{&quot;2026-07-22&quot;:2.77},{&quot;2026-07-23&quot;:2.39},{&quot;2026-07-24&quot;:2.3},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:1.95},{&quot;2026-07-28&quot;:1.93},{&quot;2026-07-29&quot;:1.98},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.67},{&quot;2026-08-01&quot;:1.82},{&quot;2026-08-02&quot;:1.81},{&quot;2026-08-03&quot;:1.83},{&quot;2026-08-04&quot;:1.89},{&quot;2026-08-05&quot;:1.74},{&quot;2026-08-07&quot;:1.65},{&quot;2026-08-08&quot;:1.65},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.71},{&quot;2026-08-11&quot;:1.67},{&quot;2026-08-12&quot;:1.71},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.63},{&quot;2026-08-15&quot;:1.66},{&quot;2026-08-16&quot;:1.53},{&quot;2026-08-17&quot;:1.58},{&quot;2026-08-18&quot;:1.89},{&quot;2026-08-19&quot;:1.96},{&quot;2026-08-20&quot;:2.01},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.16},{&quot;2026-08-24&quot;:2.16},{&quot;2026-08-25&quot;:2.12},{&quot;2026-08-26&quot;:2.24},{&quot;2026-08-27&quot;:2.53},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&quot;2026-08-30&quot;:2.55},{&quot;2026-08-31&quot;:2.6},{&quot;2026-09-01&quot;:2.19},{&quot;2026-09-02&quot;:2.2},{&quot;2026-09-03&quot;:2.35},{&quot;2026-09-04&quot;:2.74},{&quot;2026-09-05&quot;:2.94},{&quot;2026-09-06&quot;:2.94},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.8},{&quot;2026-09-09&quot;:2.91},{&quot;2026-09-10&quot;:3.06},{&quot;2026-09-11&quot;:3.04}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:0.86},{&quot;2026-06-14&quot;:0.93},{&quot;2026-06-15&quot;:1.2},{&quot;2026-06-16&quot;:1.05},{&quot;2026-06-17&quot;:1.09},{&quot;2026-06-18&quot;:1.18},{&quot;2026-06-19&quot;:1.09},{&quot;2026-06-20&quot;:1.1},{&quot;2026-06-21&quot;:1.02},{&quot;2026-06-22&quot;:1.11},{&quot;2026-06-23&quot;:1.05},{&quot;2026-06-24&quot;:1.02},{&quot;2026-06-25&quot;:1.07},{&quot;2026-06-26&quot;:1.02},{&quot;2026-06-27&quot;:0.88},{&quot;2026-06-28&quot;:1.08},{&quot;2026-06-29&quot;:1.13},{&quot;2026-06-30&quot;:1.1},{&quot;2026-07-01&quot;:1.16},{&quot;2026-07-02&quot;:0.97},{&quot;2026-07-03&quot;:0.93},{&quot;2026-07-04&quot;:1.11},{&quot;2026-07-05&quot;:1.08},{&quot;2026-07-06&quot;:1.05},{&quot;2026-07-07&quot;:1.07},{&quot;2026-07-08&quot;:1.29},{&quot;2026-07-09&quot;:1.28},{&quot;2026-07-10&quot;:1.22},{&quot;2026-07-11&quot;:1.01},{&quot;2026-07-12&quot;:1.08},{&quot;2026-07-13&quot;:1.06},{&quot;2026-07-14&quot;:1.09},{&quot;2026-07-15&quot;:1.18},{&quot;2026-07-16&quot;:1.25},{&quot;2026-07-17&quot;:1.11},{&quot;2026-07-18&quot;:1.08},{&quot;2026-07-19&quot;:1.2},{&quot;2026-07-20&quot;:1.06},{&quot;2026-07-21&quot;:1.0},{&quot;2026-07-22&quot;:0.96},{&quot;2026-07-23&quot;:0.89},{&quot;2026-07-24&quot;:0.87},{&quot;2026-07-25&quot;:0.9},{&quot;2026-07-26&quot;:0.86},{&quot;2026-07-27&quot;:1.11},{&quot;2026-07-28&quot;:1.0},{&quot;2026-07-29&quot;:1.07},{&quot;2026-07-30&quot;:0.99},{&quot;2026-07-31&quot;:0.9},{&quot;2026-08-01&quot;:0.99},{&quot;2026-08-02&quot;:1.01},{&quot;2026-08-03&quot;:1.05},{&quot;2026-08-04&quot;:1.04},{&quot;2026-08-05&quot;:1.01},{&quot;2026-08-07&quot;:0.9},{&quot;2026-08-08&quot;:0.99},{&quot;2026-08-09&quot;:1.13},{&quot;2026-08-10&quot;:1.01},{&quot;2026-08-11&quot;:1.13},{&quot;2026-08-12&quot;:1.3},{&quot;2026-08-13&quot;:1.47},{&quot;2026-08-14&quot;:1.1},{&quot;2026-08-15&quot;:1.08},{&quot;2026-08-16&quot;:1.08},{&quot;2026-08-17&quot;:1.25},{&quot;2026-08-18&quot;:1.33},{&quot;2026-08-19&quot;:1.25},{&quot;2026-08-20&quot;:1.34},{&quot;2026-08-21&quot;:1.42},{&quot;2026-08-22&quot;:1.3},{&quot;2026-08-23&quot;:1.37},{&quot;2026-08-24&quot;:1.42},{&quot;2026-08-25&quot;:1.71},{&quot;2026-08-26&quot;:1.63},{&quot;2026-08-27&quot;:1.51},{&quot;2026-08-28&quot;:1.5},{&quot;2026-08-29&quot;:1.5},{&quot;2026-08-30&quot;:1.73},{&quot;2026-08-31&quot;:1.91},{&quot;2026-09-01&quot;:1.56},{&quot;2026-09-02&quot;:1.23},{&quot;2026-09-03&quot;:1.11},{&quot;2026-09-04&quot;:1.31},{&quot;2026-09-05&quot;:1.23},{&quot;2026-09-06&quot;:1.36},{&quot;2026-09-07&quot;:1.53},{&quot;2026-09-08&quot;:1.35},{&quot;2026-09-09&quot;:1.39},{&quot;2026-09-10&quot;:1.28},{&quot;2026-09-11&quot;:1.18}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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/b/3/b34000e9-ff20-4fb4-9d0b-03a172a92457.jpg?1782682814" />
    </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.04
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:1.79},{&quot;2026-06-11&quot;:1.85},{&quot;2026-06-12&quot;:1.95},{&quot;2026-06-13&quot;:1.92},{&quot;2026-06-14&quot;:2.07},{&quot;2026-06-15&quot;:1.96},{&quot;2026-06-16&quot;:2.09},{&quot;2026-06-17&quot;:2.06},{&quot;2026-06-18&quot;:2.11},{&quot;2026-06-19&quot;:1.91},{&quot;2026-06-20&quot;:2.03},{&quot;2026-06-21&quot;:2.1},{&quot;2026-06-22&quot;:1.93},{&quot;2026-06-23&quot;:1.78},{&quot;2026-06-24&quot;:1.9},{&quot;2026-06-25&quot;:1.79},{&quot;2026-06-26&quot;:1.78},{&quot;2026-06-27&quot;:1.82},{&quot;2026-06-28&quot;:2.06},{&quot;2026-06-29&quot;:2.09},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.61},{&quot;2026-07-02&quot;:2.47},{&quot;2026-07-03&quot;:2.41},{&quot;2026-07-04&quot;:2.39},{&quot;2026-07-05&quot;:2.25},{&quot;2026-07-06&quot;:2.22},{&quot;2026-07-07&quot;:2.33},{&quot;2026-07-08&quot;:2.61},{&quot;2026-07-09&quot;:2.61},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.6},{&quot;2026-07-13&quot;:2.5},{&quot;2026-07-14&quot;:2.49},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.31},{&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.42},{&quot;2026-07-21&quot;:2.27},{&quot;2026-07-23&quot;:2.22},{&quot;2026-07-25&quot;:2.13},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.51},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.33},{&quot;2026-07-31&quot;:2.36},{&quot;2026-08-01&quot;:2.4},{&quot;2026-08-02&quot;:2.33},{&quot;2026-08-03&quot;:2.25},{&quot;2026-08-04&quot;:2.27},{&quot;2026-08-05&quot;:2.25},{&quot;2026-08-07&quot;:2.27},{&quot;2026-08-08&quot;:2.27},{&quot;2026-08-09&quot;:2.22},{&quot;2026-08-10&quot;:2.27},{&quot;2026-08-11&quot;:2.3},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.25},{&quot;2026-08-14&quot;:2.27},{&quot;2026-08-15&quot;:2.28},{&quot;2026-08-16&quot;:2.23},{&quot;2026-08-17&quot;:2.26},{&quot;2026-08-18&quot;:2.2},{&quot;2026-08-19&quot;:2.13},{&quot;2026-08-20&quot;:2.13},{&quot;2026-08-21&quot;:2.37},{&quot;2026-08-22&quot;:2.45},{&quot;2026-08-23&quot;:2.45},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.35},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.53},{&quot;2026-08-29&quot;:2.53},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.45},{&quot;2026-09-01&quot;:2.45},{&quot;2026-09-02&quot;:2.46},{&quot;2026-09-03&quot;:2.51},{&quot;2026-09-04&quot;:2.56},{&quot;2026-09-05&quot;:2.34},{&quot;2026-09-06&quot;:2.46},{&quot;2026-09-07&quot;:2.49},{&quot;2026-09-08&quot;:2.54},{&quot;2026-09-09&quot;:2.53},{&quot;2026-09-10&quot;:2.58},{&quot;2026-09-11&quot;:2.62}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.91},{&quot;2026-06-11&quot;:1.51},{&quot;2026-06-12&quot;:1.88},{&quot;2026-06-13&quot;:1.77},{&quot;2026-06-14&quot;:1.88},{&quot;2026-06-15&quot;:2.14},{&quot;2026-06-16&quot;:2.33},{&quot;2026-06-17&quot;:2.23},{&quot;2026-06-18&quot;:2.58},{&quot;2026-06-19&quot;:2.18},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.09},{&quot;2026-06-22&quot;:1.81},{&quot;2026-06-23&quot;:1.75},{&quot;2026-06-24&quot;:1.98},{&quot;2026-06-25&quot;:1.9},{&quot;2026-06-26&quot;:1.93},{&quot;2026-06-27&quot;:1.98},{&quot;2026-06-28&quot;:1.95},{&quot;2026-06-29&quot;:2.18},{&quot;2026-06-30&quot;:2.12},{&quot;2026-07-01&quot;:2.08},{&quot;2026-07-02&quot;:2.04},{&quot;2026-07-03&quot;:2.04},{&quot;2026-07-04&quot;:1.93},{&quot;2026-07-05&quot;:2.18},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:1.9},{&quot;2026-07-08&quot;:2.07},{&quot;2026-07-09&quot;:2.08},{&quot;2026-07-10&quot;:2.09},{&quot;2026-07-11&quot;:2.16},{&quot;2026-07-12&quot;:2.21},{&quot;2026-07-13&quot;:2.21},{&quot;2026-07-14&quot;:2.27},{&quot;2026-07-15&quot;:1.96},{&quot;2026-07-16&quot;:1.68},{&quot;2026-07-17&quot;:1.51},{&quot;2026-07-18&quot;:1.62},{&quot;2026-07-19&quot;:1.64},{&quot;2026-07-20&quot;:1.89},{&quot;2026-07-21&quot;:2.21},{&quot;2026-07-23&quot;:2.12},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:1.98},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:2.06},{&quot;2026-07-31&quot;:2.06},{&quot;2026-08-01&quot;:2.11},{&quot;2026-08-02&quot;:2.22},{&quot;2026-08-03&quot;:1.98},{&quot;2026-08-04&quot;:1.88},{&quot;2026-08-05&quot;:1.95},{&quot;2026-08-07&quot;:2.14},{&quot;2026-08-08&quot;:2.22},{&quot;2026-08-09&quot;:2.07},{&quot;2026-08-10&quot;:2.08},{&quot;2026-08-11&quot;:2.5},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.35},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.14},{&quot;2026-08-17&quot;:2.23},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.33},{&quot;2026-08-20&quot;:2.33},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.14},{&quot;2026-08-23&quot;:2.46},{&quot;2026-08-24&quot;:2.51},{&quot;2026-08-25&quot;:2.51},{&quot;2026-08-26&quot;:2.34},{&quot;2026-08-27&quot;:2.37},{&quot;2026-08-28&quot;:2.31},{&quot;2026-08-29&quot;:2.31},{&quot;2026-08-30&quot;:2.69},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:2.85},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.48},{&quot;2026-09-04&quot;:2.23},{&quot;2026-09-05&quot;:2.25},{&quot;2026-09-06&quot;:2.47},{&quot;2026-09-07&quot;:2.37},{&quot;2026-09-08&quot;:2.53},{&quot;2026-09-09&quot;:2.5},{&quot;2026-09-10&quot;:2.6},{&quot;2026-09-11&quot;:3.04}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/a/2/a2a64307-b0ab-4f28-ad37-47d8b4c8b882.jpg?1783926190" />
    </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.03
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:4.08},{&quot;2026-06-12&quot;:3.89},{&quot;2026-06-13&quot;:4.11},{&quot;2026-06-14&quot;:4.11},{&quot;2026-06-15&quot;:4.11},{&quot;2026-06-16&quot;:4.02},{&quot;2026-06-17&quot;:4.02},{&quot;2026-06-18&quot;:4.02},{&quot;2026-06-19&quot;:4.02},{&quot;2026-06-20&quot;:4.1},{&quot;2026-06-21&quot;:4.1},{&quot;2026-06-22&quot;:4.1},{&quot;2026-06-23&quot;:4.1},{&quot;2026-06-24&quot;:4.1},{&quot;2026-06-25&quot;:3.97},{&quot;2026-06-26&quot;:3.67},{&quot;2026-06-27&quot;:3.88},{&quot;2026-06-28&quot;:3.64},{&quot;2026-06-29&quot;:3.64},{&quot;2026-06-30&quot;:3.64},{&quot;2026-07-01&quot;:3.64},{&quot;2026-07-02&quot;:3.62},{&quot;2026-07-03&quot;:3.62},{&quot;2026-07-04&quot;:3.58},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.54},{&quot;2026-07-07&quot;:3.51},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.51},{&quot;2026-07-10&quot;:3.51},{&quot;2026-07-11&quot;:3.41},{&quot;2026-07-12&quot;:3.44},{&quot;2026-07-13&quot;:3.6},{&quot;2026-07-14&quot;:3.58},{&quot;2026-07-15&quot;:3.51},{&quot;2026-07-16&quot;:3.51},{&quot;2026-07-17&quot;:3.54},{&quot;2026-07-18&quot;:3.54},{&quot;2026-07-19&quot;:3.54},{&quot;2026-07-20&quot;:3.43},{&quot;2026-07-21&quot;:3.37},{&quot;2026-07-23&quot;:3.41},{&quot;2026-07-25&quot;:3.44},{&quot;2026-07-26&quot;:3.4},{&quot;2026-07-27&quot;:3.4},{&quot;2026-07-28&quot;:3.37},{&quot;2026-07-29&quot;:3.34},{&quot;2026-07-30&quot;:3.29},{&quot;2026-07-31&quot;:3.23},{&quot;2026-08-01&quot;:3.23},{&quot;2026-08-02&quot;:3.23},{&quot;2026-08-03&quot;:3.23},{&quot;2026-08-04&quot;:3.25},{&quot;2026-08-05&quot;:3.25},{&quot;2026-08-07&quot;:3.19},{&quot;2026-08-08&quot;:3.19},{&quot;2026-08-09&quot;:3.09},{&quot;2026-08-10&quot;:3.23},{&quot;2026-08-11&quot;:3.23},{&quot;2026-08-12&quot;:3.25},{&quot;2026-08-13&quot;:3.24},{&quot;2026-08-14&quot;:3.24},{&quot;2026-08-15&quot;:3.24},{&quot;2026-08-16&quot;:3.17},{&quot;2026-08-17&quot;:3.08},{&quot;2026-08-18&quot;:3.06},{&quot;2026-08-19&quot;:3.06},{&quot;2026-08-20&quot;:3.06},{&quot;2026-08-21&quot;:3.06},{&quot;2026-08-22&quot;:3.09},{&quot;2026-08-23&quot;:3.07},{&quot;2026-08-24&quot;:3.07},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:3.06},{&quot;2026-08-27&quot;:3.06},{&quot;2026-08-28&quot;:3.06},{&quot;2026-08-29&quot;:3.06},{&quot;2026-08-30&quot;:3.05},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.13},{&quot;2026-09-02&quot;:3.12},{&quot;2026-09-03&quot;:3.12},{&quot;2026-09-04&quot;:3.11},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.05},{&quot;2026-09-09&quot;:2.99},{&quot;2026-09-10&quot;:2.99},{&quot;2026-09-11&quot;:3.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="30511"
  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">
            Glasses of Urza
        </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">
              ↑
              2%
            </span>

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

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

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

        <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">
            Glasses of Urza
        </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="Glasses of Urza" src="https://cards.scryfall.io/large/front/4/d/4d71a210-eb2c-4bcc-ae3b-f60a6fb615cb.jpg?1783947800" />
    </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.03
              </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.85</span>
              <span class="text-xs text-grey-text">Credit: $1.11</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.9},{&quot;2026-06-10&quot;:1.89},{&quot;2026-06-11&quot;:1.89},{&quot;2026-06-12&quot;:1.5},{&quot;2026-06-13&quot;:1.62},{&quot;2026-06-14&quot;:1.57},{&quot;2026-06-15&quot;:1.57},{&quot;2026-06-16&quot;:1.62},{&quot;2026-06-17&quot;:1.62},{&quot;2026-06-18&quot;:1.62},{&quot;2026-06-19&quot;:1.64},{&quot;2026-06-20&quot;:1.64},{&quot;2026-06-21&quot;:1.64},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-24&quot;:1.69},{&quot;2026-06-25&quot;:1.45},{&quot;2026-06-26&quot;:1.5},{&quot;2026-06-27&quot;:1.57},{&quot;2026-06-28&quot;:1.58},{&quot;2026-06-29&quot;:1.63},{&quot;2026-06-30&quot;:1.91},{&quot;2026-07-01&quot;:2.02},{&quot;2026-07-02&quot;:1.89},{&quot;2026-07-03&quot;:1.88},{&quot;2026-07-04&quot;:1.73},{&quot;2026-07-05&quot;:1.68},{&quot;2026-07-06&quot;:1.63},{&quot;2026-07-07&quot;:1.63},{&quot;2026-07-08&quot;:1.63},{&quot;2026-07-09&quot;:1.63},{&quot;2026-07-10&quot;:1.62},{&quot;2026-07-11&quot;:1.62},{&quot;2026-07-12&quot;:1.72},{&quot;2026-07-13&quot;:1.83},{&quot;2026-07-14&quot;:1.83},{&quot;2026-07-15&quot;:1.83},{&quot;2026-07-16&quot;:1.83},{&quot;2026-07-17&quot;:1.83},{&quot;2026-07-18&quot;:1.95},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:2.07},{&quot;2026-07-21&quot;:1.97},{&quot;2026-07-23&quot;:1.91},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.05},{&quot;2026-07-27&quot;:2.05},{&quot;2026-07-29&quot;:2.05},{&quot;2026-07-30&quot;:2.05},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.28},{&quot;2026-08-02&quot;:2.24},{&quot;2026-08-03&quot;:2.3},{&quot;2026-08-04&quot;:2.48},{&quot;2026-08-05&quot;:2.66},{&quot;2026-08-07&quot;:2.76},{&quot;2026-08-08&quot;:2.74},{&quot;2026-08-09&quot;:2.74},{&quot;2026-08-10&quot;:2.65},{&quot;2026-08-11&quot;:2.82},{&quot;2026-08-12&quot;:2.82},{&quot;2026-08-13&quot;:2.78},{&quot;2026-08-14&quot;:2.7},{&quot;2026-08-15&quot;:2.62},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.67},{&quot;2026-08-18&quot;:2.67},{&quot;2026-08-19&quot;:2.67},{&quot;2026-08-20&quot;:2.67},{&quot;2026-08-21&quot;:2.62},{&quot;2026-08-22&quot;:2.62},{&quot;2026-08-23&quot;:2.62},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.89},{&quot;2026-08-27&quot;:2.89},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:3.01},{&quot;2026-08-31&quot;:3.01},{&quot;2026-09-01&quot;:3.01},{&quot;2026-09-02&quot;:3.01},{&quot;2026-09-03&quot;:3.01},{&quot;2026-09-04&quot;:3.01},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.98},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Meren of Clan Nel Toth" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/f/e/fe5d1b77-e0bb-422c-8d69-6bc4bc61a28b.jpg?1783931877" />

        <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">
            Meren of Clan Nel Toth
        </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 Shaman</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Meren of Clan Nel Toth" src="https://cards.scryfall.io/large/front/f/e/fe5d1b77-e0bb-422c-8d69-6bc4bc61a28b.jpg?1783931877" />
    </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.03
              </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.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-13&quot;:2.28},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.39},{&quot;2026-06-17&quot;:2.39},{&quot;2026-06-18&quot;:2.39},{&quot;2026-06-19&quot;:2.39},{&quot;2026-06-20&quot;:2.32},{&quot;2026-06-21&quot;:2.32},{&quot;2026-06-22&quot;:2.32},{&quot;2026-06-23&quot;:2.32},{&quot;2026-06-24&quot;:2.3},{&quot;2026-06-25&quot;:2.3},{&quot;2026-06-26&quot;:2.3},{&quot;2026-06-27&quot;:2.3},{&quot;2026-06-28&quot;:2.3},{&quot;2026-06-29&quot;:2.31},{&quot;2026-06-30&quot;:2.3},{&quot;2026-07-01&quot;:2.38},{&quot;2026-07-02&quot;:2.39},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.86},{&quot;2026-07-05&quot;:2.86},{&quot;2026-07-06&quot;:2.86},{&quot;2026-07-07&quot;:2.86},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.82},{&quot;2026-07-10&quot;:2.87},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.87},{&quot;2026-07-13&quot;:2.87},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.6},{&quot;2026-07-16&quot;:2.6},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.6},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-22&quot;:2.47},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-24&quot;:2.47},{&quot;2026-07-25&quot;:2.31},{&quot;2026-07-26&quot;:2.3},{&quot;2026-07-27&quot;:2.22},{&quot;2026-07-28&quot;:2.22},{&quot;2026-07-29&quot;:2.22},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:1.95},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:1.88},{&quot;2026-08-03&quot;:1.44},{&quot;2026-08-04&quot;:1.48},{&quot;2026-08-05&quot;:1.59},{&quot;2026-08-07&quot;:1.67},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.67},{&quot;2026-08-10&quot;:1.59},{&quot;2026-08-11&quot;:1.73},{&quot;2026-08-12&quot;:1.77},{&quot;2026-08-13&quot;:1.77},{&quot;2026-08-14&quot;:1.72},{&quot;2026-08-15&quot;:1.72},{&quot;2026-08-16&quot;:1.72},{&quot;2026-08-17&quot;:1.76},{&quot;2026-08-18&quot;:1.76},{&quot;2026-08-19&quot;:1.91},{&quot;2026-08-20&quot;:1.92},{&quot;2026-08-21&quot;:1.91},{&quot;2026-08-22&quot;:1.91},{&quot;2026-08-23&quot;:1.94},{&quot;2026-08-24&quot;:2.04},{&quot;2026-08-25&quot;:2.08},{&quot;2026-08-26&quot;:2.08},{&quot;2026-08-27&quot;:2.17},{&quot;2026-08-28&quot;:2.26},{&quot;2026-08-29&quot;:2.26},{&quot;2026-08-30&quot;:2.23},{&quot;2026-08-31&quot;:2.24},{&quot;2026-09-01&quot;:2.31},{&quot;2026-09-02&quot;:2.3},{&quot;2026-09-03&quot;:2.43},{&quot;2026-09-04&quot;:2.72},{&quot;2026-09-05&quot;:3.01},{&quot;2026-09-06&quot;:3.06},{&quot;2026-09-07&quot;:3.05},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.03},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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

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

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

        <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">
            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-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/a/f/aff074f2-6ad9-4c0c-88e2-fc622772d2a1.jpg?1783904750" />
    </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.03
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.54},{&quot;2026-06-14&quot;:2.6},{&quot;2026-06-15&quot;:2.64},{&quot;2026-06-16&quot;:2.58},{&quot;2026-06-17&quot;:2.6},{&quot;2026-06-18&quot;:2.51},{&quot;2026-06-19&quot;:2.46},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.63},{&quot;2026-06-22&quot;:2.68},{&quot;2026-06-23&quot;:2.76},{&quot;2026-06-24&quot;:2.85},{&quot;2026-06-25&quot;:2.8},{&quot;2026-06-26&quot;:2.8},{&quot;2026-06-27&quot;:2.96},{&quot;2026-06-28&quot;:2.87},{&quot;2026-06-29&quot;:2.83},{&quot;2026-06-30&quot;:2.97},{&quot;2026-07-01&quot;:2.77},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.65},{&quot;2026-07-04&quot;:2.56},{&quot;2026-07-05&quot;:2.42},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.47},{&quot;2026-07-08&quot;:2.46},{&quot;2026-07-09&quot;:2.41},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.44},{&quot;2026-07-12&quot;:2.45},{&quot;2026-07-13&quot;:2.62},{&quot;2026-07-14&quot;:2.74},{&quot;2026-07-15&quot;:2.71},{&quot;2026-07-16&quot;:2.69},{&quot;2026-07-17&quot;:2.6},{&quot;2026-07-18&quot;:2.53},{&quot;2026-07-19&quot;:2.26},{&quot;2026-07-20&quot;:2.19},{&quot;2026-07-21&quot;:2.22},{&quot;2026-07-22&quot;:2.26},{&quot;2026-07-23&quot;:2.37},{&quot;2026-07-24&quot;:2.39},{&quot;2026-07-25&quot;:2.53},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.52},{&quot;2026-07-28&quot;:2.49},{&quot;2026-07-29&quot;:2.48},{&quot;2026-07-30&quot;:2.5},{&quot;2026-07-31&quot;:2.48},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.5},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.51},{&quot;2026-08-05&quot;:2.43},{&quot;2026-08-07&quot;:2.52},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.48},{&quot;2026-08-10&quot;:2.62},{&quot;2026-08-11&quot;:2.55},{&quot;2026-08-12&quot;:2.73},{&quot;2026-08-13&quot;:2.73},{&quot;2026-08-14&quot;:2.73},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.64},{&quot;2026-08-17&quot;:2.61},{&quot;2026-08-18&quot;:2.68},{&quot;2026-08-19&quot;:2.78},{&quot;2026-08-20&quot;:2.8},{&quot;2026-08-21&quot;:2.86},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.94},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.95},{&quot;2026-08-28&quot;:3.19},{&quot;2026-08-29&quot;:3.19},{&quot;2026-08-30&quot;:3.31},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.34},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.03},{&quot;2026-09-05&quot;:2.97},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.86},{&quot;2026-09-08&quot;:2.96},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:3.03}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="10969"
  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-c21 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">
            Darksteel Citadel
        </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-100 text-badge-text">
              ↓
              6%
            </span>

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Darksteel Citadel" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/b/2ba7597d-6d76-45b8-b172-342999e401bd.jpg?1783927495" />

        <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">
            Darksteel Citadel
        </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 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="Darksteel Citadel" src="https://cards.scryfall.io/large/front/2/b/2ba7597d-6d76-45b8-b172-342999e401bd.jpg?1783927495" />
    </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.02
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.93},{&quot;2026-06-10&quot;:3.94},{&quot;2026-06-11&quot;:3.94},{&quot;2026-06-12&quot;:3.94},{&quot;2026-06-13&quot;:3.94},{&quot;2026-06-14&quot;:3.94},{&quot;2026-06-15&quot;:3.86},{&quot;2026-06-16&quot;:3.86},{&quot;2026-06-17&quot;:3.86},{&quot;2026-06-18&quot;:3.86},{&quot;2026-06-19&quot;:3.86},{&quot;2026-06-20&quot;:3.69},{&quot;2026-06-21&quot;:3.69},{&quot;2026-06-22&quot;:3.75},{&quot;2026-06-24&quot;:3.66},{&quot;2026-06-25&quot;:3.91},{&quot;2026-06-26&quot;:3.91},{&quot;2026-06-27&quot;:3.94},{&quot;2026-06-28&quot;:3.94},{&quot;2026-06-29&quot;:4.04},{&quot;2026-06-30&quot;:3.94},{&quot;2026-07-01&quot;:3.9},{&quot;2026-07-02&quot;:3.9},{&quot;2026-07-03&quot;:3.73},{&quot;2026-07-04&quot;:3.66},{&quot;2026-07-05&quot;:3.55},{&quot;2026-07-06&quot;:3.55},{&quot;2026-07-07&quot;:3.57},{&quot;2026-07-08&quot;:3.51},{&quot;2026-07-09&quot;:3.55},{&quot;2026-07-10&quot;:3.55},{&quot;2026-07-11&quot;:3.61},{&quot;2026-07-12&quot;:3.57},{&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.58},{&quot;2026-07-17&quot;:3.66},{&quot;2026-07-18&quot;:3.66},{&quot;2026-07-19&quot;:3.68},{&quot;2026-07-20&quot;:3.68},{&quot;2026-07-21&quot;:3.55},{&quot;2026-07-23&quot;:3.49},{&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.6},{&quot;2026-07-30&quot;:3.6},{&quot;2026-07-31&quot;:3.59},{&quot;2026-08-01&quot;:3.54},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.59},{&quot;2026-08-04&quot;:3.86},{&quot;2026-08-05&quot;:3.9},{&quot;2026-08-07&quot;:3.84},{&quot;2026-08-08&quot;:3.84},{&quot;2026-08-09&quot;:3.84},{&quot;2026-08-10&quot;:3.84},{&quot;2026-08-11&quot;:3.84},{&quot;2026-08-12&quot;:3.68},{&quot;2026-08-13&quot;:3.68},{&quot;2026-08-14&quot;:3.68},{&quot;2026-08-15&quot;:3.77},{&quot;2026-08-16&quot;:3.77},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.62},{&quot;2026-08-19&quot;:3.62},{&quot;2026-08-20&quot;:3.62},{&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.6},{&quot;2026-08-25&quot;:3.6},{&quot;2026-08-26&quot;:3.6},{&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.5},{&quot;2026-08-31&quot;:3.38},{&quot;2026-09-01&quot;:3.38},{&quot;2026-09-02&quot;:3.38},{&quot;2026-09-03&quot;:3.38},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.2},{&quot;2026-09-06&quot;:3.16},{&quot;2026-09-07&quot;:3.13},{&quot;2026-09-08&quot;:3.13},{&quot;2026-09-09&quot;:3.05},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="15151"
  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">
            Tyrite Sanctum
        </span>


      </div>

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

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

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

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

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

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

        <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">
            Tyrite Sanctum
        </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="Tyrite Sanctum" src="https://cards.scryfall.io/large/front/2/7/27906645-7d43-4c18-a20b-8d683069351e.jpg?1783915371" />
    </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.02
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-08&quot;:2.98},{&quot;2026-06-10&quot;:2.98},{&quot;2026-06-11&quot;:2.98},{&quot;2026-06-12&quot;:2.98},{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:2.87},{&quot;2026-06-15&quot;:3.01},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:2.98},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.95},{&quot;2026-06-20&quot;:2.93},{&quot;2026-06-21&quot;:2.95},{&quot;2026-06-22&quot;:2.95},{&quot;2026-06-24&quot;:2.98},{&quot;2026-06-25&quot;:2.99},{&quot;2026-06-26&quot;:2.99},{&quot;2026-06-27&quot;:3.0},{&quot;2026-06-28&quot;:2.96},{&quot;2026-06-29&quot;:2.92},{&quot;2026-06-30&quot;:2.92},{&quot;2026-07-01&quot;:3.01},{&quot;2026-07-02&quot;:2.93},{&quot;2026-07-03&quot;:2.96},{&quot;2026-07-04&quot;:3.02},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:3.05},{&quot;2026-07-07&quot;:3.05},{&quot;2026-07-08&quot;:3.06},{&quot;2026-07-09&quot;:3.06},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.03},{&quot;2026-07-12&quot;:3.04},{&quot;2026-07-13&quot;:3.07},{&quot;2026-07-14&quot;:3.07},{&quot;2026-07-15&quot;:3.07},{&quot;2026-07-16&quot;:3.07},{&quot;2026-07-17&quot;:3.05},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.05},{&quot;2026-07-21&quot;:3.04},{&quot;2026-07-23&quot;:3.04},{&quot;2026-07-25&quot;:3.04},{&quot;2026-07-26&quot;:3.05},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-29&quot;:3.04},{&quot;2026-07-30&quot;:3.04},{&quot;2026-07-31&quot;:3.01},{&quot;2026-08-01&quot;:3.01},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.95},{&quot;2026-08-05&quot;:2.95},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.91},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.9},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.82},{&quot;2026-08-16&quot;:2.82},{&quot;2026-08-17&quot;:2.78},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.71},{&quot;2026-08-20&quot;:2.71},{&quot;2026-08-21&quot;:2.7},{&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.66},{&quot;2026-08-26&quot;:2.69},{&quot;2026-08-27&quot;:2.68},{&quot;2026-08-28&quot;:2.69},{&quot;2026-08-29&quot;:2.69},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.65},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.69},{&quot;2026-09-03&quot;:2.71},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:2.79},{&quot;2026-09-06&quot;:2.79},{&quot;2026-09-07&quot;:2.84},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:3.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

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


      </div>

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

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

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

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

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

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

        <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">
            Rundvelt Hordemaster
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Rundvelt Hordemaster" src="https://cards.scryfall.io/large/front/0/6/060d14a4-e903-4c89-9c3a-baa91f125c4e.jpg?1783921186" />
    </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.02
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:3.6},{&quot;2026-06-11&quot;:3.6},{&quot;2026-06-12&quot;:3.6},{&quot;2026-06-13&quot;:3.9},{&quot;2026-06-14&quot;:3.9},{&quot;2026-06-15&quot;:3.62},{&quot;2026-06-16&quot;:3.62},{&quot;2026-06-17&quot;:3.62},{&quot;2026-06-18&quot;:3.62},{&quot;2026-06-19&quot;:3.64},{&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.64},{&quot;2026-06-24&quot;:3.64},{&quot;2026-06-25&quot;:3.65},{&quot;2026-06-26&quot;:3.65},{&quot;2026-06-27&quot;:3.65},{&quot;2026-06-28&quot;:3.65},{&quot;2026-06-29&quot;:3.65},{&quot;2026-06-30&quot;:3.65},{&quot;2026-07-01&quot;:3.65},{&quot;2026-07-02&quot;:3.65},{&quot;2026-07-03&quot;:3.71},{&quot;2026-07-04&quot;:3.78},{&quot;2026-07-05&quot;:3.78},{&quot;2026-07-06&quot;:3.83},{&quot;2026-07-07&quot;:3.83},{&quot;2026-07-08&quot;:3.83},{&quot;2026-07-09&quot;:3.83},{&quot;2026-07-10&quot;:3.83},{&quot;2026-07-11&quot;:3.83},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.93},{&quot;2026-07-14&quot;:4.03},{&quot;2026-07-15&quot;:4.03},{&quot;2026-07-16&quot;:4.03},{&quot;2026-07-17&quot;:4.03},{&quot;2026-07-18&quot;:4.03},{&quot;2026-07-19&quot;:4.1},{&quot;2026-07-20&quot;:4.1},{&quot;2026-07-21&quot;:4.1},{&quot;2026-07-23&quot;:4.14},{&quot;2026-07-25&quot;:4.14},{&quot;2026-07-26&quot;:4.09},{&quot;2026-07-27&quot;:4.09},{&quot;2026-07-29&quot;:4.09},{&quot;2026-07-30&quot;:4.09},{&quot;2026-07-31&quot;:4.09},{&quot;2026-08-01&quot;:4.09},{&quot;2026-08-02&quot;:4.09},{&quot;2026-08-03&quot;:4.09},{&quot;2026-08-04&quot;:4.09},{&quot;2026-08-05&quot;:4.09},{&quot;2026-08-07&quot;:4.18},{&quot;2026-08-08&quot;:4.18},{&quot;2026-08-09&quot;:4.18},{&quot;2026-08-10&quot;:4.18},{&quot;2026-08-11&quot;:4.18},{&quot;2026-08-12&quot;:4.18},{&quot;2026-08-13&quot;:4.18},{&quot;2026-08-14&quot;:4.18},{&quot;2026-08-15&quot;:4.18},{&quot;2026-08-16&quot;:4.18},{&quot;2026-08-17&quot;:4.18},{&quot;2026-08-18&quot;:4.18},{&quot;2026-08-19&quot;:4.18},{&quot;2026-08-20&quot;:4.18},{&quot;2026-08-21&quot;:4.16},{&quot;2026-08-22&quot;:4.16},{&quot;2026-08-23&quot;:4.16},{&quot;2026-08-24&quot;:4.16},{&quot;2026-08-25&quot;:4.16},{&quot;2026-08-26&quot;:4.12},{&quot;2026-08-27&quot;:4.09},{&quot;2026-08-28&quot;:4.09},{&quot;2026-08-29&quot;:4.09},{&quot;2026-08-30&quot;:4.03},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:3.5},{&quot;2026-09-03&quot;:3.71},{&quot;2026-09-04&quot;:3.71},{&quot;2026-09-05&quot;:3.85},{&quot;2026-09-06&quot;:3.85},{&quot;2026-09-07&quot;:3.85},{&quot;2026-09-08&quot;:3.85},{&quot;2026-09-09&quot;:3.85},{&quot;2026-09-10&quot;:3.95},{&quot;2026-09-11&quot;:3.95}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.43},{&quot;2026-06-11&quot;:2.43},{&quot;2026-06-12&quot;:2.43},{&quot;2026-06-13&quot;:2.48},{&quot;2026-06-14&quot;:2.48},{&quot;2026-06-15&quot;:2.48},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.47},{&quot;2026-06-18&quot;:2.47},{&quot;2026-06-19&quot;:2.47},{&quot;2026-06-20&quot;:2.47},{&quot;2026-06-21&quot;:2.47},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.46},{&quot;2026-06-24&quot;:2.46},{&quot;2026-06-25&quot;:2.46},{&quot;2026-06-26&quot;:2.46},{&quot;2026-06-27&quot;:2.46},{&quot;2026-06-28&quot;:2.46},{&quot;2026-06-29&quot;:2.46},{&quot;2026-06-30&quot;:2.46},{&quot;2026-07-01&quot;:2.46},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.48},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.48},{&quot;2026-07-06&quot;:2.48},{&quot;2026-07-07&quot;:2.48},{&quot;2026-07-08&quot;:2.48},{&quot;2026-07-09&quot;:2.53},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.52},{&quot;2026-07-13&quot;:2.52},{&quot;2026-07-14&quot;:2.52},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.52},{&quot;2026-07-17&quot;:2.52},{&quot;2026-07-18&quot;:2.52},{&quot;2026-07-19&quot;:2.53},{&quot;2026-07-20&quot;:2.61},{&quot;2026-07-21&quot;:2.61},{&quot;2026-07-23&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-29&quot;:2.6},{&quot;2026-07-30&quot;:2.6},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.53},{&quot;2026-08-02&quot;:2.53},{&quot;2026-08-03&quot;:2.53},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.53},{&quot;2026-08-07&quot;:2.53},{&quot;2026-08-08&quot;:2.53},{&quot;2026-08-09&quot;:2.53},{&quot;2026-08-10&quot;:2.53},{&quot;2026-08-11&quot;:2.68},{&quot;2026-08-12&quot;:2.62},{&quot;2026-08-13&quot;:2.62},{&quot;2026-08-14&quot;:2.63},{&quot;2026-08-15&quot;:2.58},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.61},{&quot;2026-08-18&quot;:2.61},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:2.74},{&quot;2026-08-23&quot;:2.74},{&quot;2026-08-24&quot;:2.74},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.76},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.77},{&quot;2026-08-31&quot;:2.8},{&quot;2026-09-01&quot;:2.8},{&quot;2026-09-02&quot;:2.8},{&quot;2026-09-03&quot;:2.69},{&quot;2026-09-04&quot;:2.69},{&quot;2026-09-05&quot;:2.81},{&quot;2026-09-06&quot;:2.87},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.87},{&quot;2026-09-09&quot;:2.87},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="23947"
  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-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">
            Charred Foyer 
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Charred Foyer // Warped Space" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a128e6d1-b90f-45a1-b587-f8c29bd0ec8c.jpg?1783909470" />

        <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">
            Charred Foyer 
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <div data-controller="card-flip" class="flex flex-col items-center">
          <div
            data-action="click->card-flip#flip"
            class="flip-container cursor-pointer w-full max-w-xs mx-auto"
          >
            <div data-card-flip-target="card" class="flip-card">
              <div class="flip-card-front">
                <img class="w-full h-auto rounded-2xl" alt="Charred Foyer // Warped Space" src="https://cards.scryfall.io/large/front/a/1/a128e6d1-b90f-45a1-b587-f8c29bd0ec8c.jpg?1783909470" />
              </div>

              <div class="flip-card-back">
                <img class="w-full h-auto rounded-2xl" alt="Charred Foyer // Warped Space" src="https://cards.scryfall.io/large/front/a/1/a128e6d1-b90f-45a1-b587-f8c29bd0ec8c.jpg?1783909470" />
              </div>
            </div>
          </div>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-12&quot;:2.57},{&quot;2026-06-13&quot;:2.57},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.67},{&quot;2026-06-16&quot;:2.67},{&quot;2026-06-17&quot;:2.74},{&quot;2026-06-18&quot;:2.74},{&quot;2026-06-19&quot;:2.74},{&quot;2026-06-20&quot;:2.79},{&quot;2026-06-21&quot;:2.79},{&quot;2026-06-22&quot;:2.79},{&quot;2026-06-23&quot;:2.79},{&quot;2026-06-24&quot;:2.79},{&quot;2026-06-25&quot;:2.79},{&quot;2026-06-26&quot;:2.79},{&quot;2026-06-27&quot;:2.78},{&quot;2026-06-28&quot;:2.78},{&quot;2026-06-29&quot;:2.78},{&quot;2026-06-30&quot;:2.78},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.78},{&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.78},{&quot;2026-07-08&quot;:2.87},{&quot;2026-07-09&quot;:2.91},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.88},{&quot;2026-07-12&quot;:2.88},{&quot;2026-07-13&quot;:2.88},{&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.88},{&quot;2026-07-21&quot;:2.92},{&quot;2026-07-23&quot;:2.95},{&quot;2026-07-24&quot;:2.95},{&quot;2026-07-25&quot;:2.95},{&quot;2026-07-26&quot;:2.95},{&quot;2026-07-27&quot;:2.95},{&quot;2026-07-28&quot;:2.95},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:3.1},{&quot;2026-07-31&quot;:3.13},{&quot;2026-08-01&quot;:3.13},{&quot;2026-08-02&quot;:3.13},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.11},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:3.18},{&quot;2026-08-08&quot;:3.23},{&quot;2026-08-09&quot;:3.23},{&quot;2026-08-10&quot;:3.26},{&quot;2026-08-11&quot;:3.21},{&quot;2026-08-12&quot;:3.21},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.21},{&quot;2026-08-16&quot;:3.21},{&quot;2026-08-17&quot;:3.19},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.13},{&quot;2026-08-20&quot;:3.13},{&quot;2026-08-21&quot;:3.15},{&quot;2026-08-22&quot;:3.15},{&quot;2026-08-23&quot;:3.22},{&quot;2026-08-24&quot;:3.22},{&quot;2026-08-25&quot;:3.22},{&quot;2026-08-26&quot;:3.22},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.4},{&quot;2026-08-29&quot;:3.4},{&quot;2026-08-30&quot;:3.4},{&quot;2026-08-31&quot;:3.4},{&quot;2026-09-01&quot;:3.4},{&quot;2026-09-02&quot;:3.4},{&quot;2026-09-03&quot;:3.4},{&quot;2026-09-04&quot;:3.4},{&quot;2026-09-05&quot;:3.4},{&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.47},{&quot;2026-09-10&quot;:3.38},{&quot;2026-09-11&quot;:3.38}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.11},{&quot;2026-06-13&quot;:2.1},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.06},{&quot;2026-06-16&quot;:2.1},{&quot;2026-06-17&quot;:2.05},{&quot;2026-06-18&quot;:2.05},{&quot;2026-06-19&quot;:2.1},{&quot;2026-06-20&quot;:1.99},{&quot;2026-06-21&quot;:1.99},{&quot;2026-06-22&quot;:1.86},{&quot;2026-06-23&quot;:1.74},{&quot;2026-06-24&quot;:1.79},{&quot;2026-06-25&quot;:1.76},{&quot;2026-06-26&quot;:1.73},{&quot;2026-06-27&quot;:1.72},{&quot;2026-06-28&quot;:1.71},{&quot;2026-06-29&quot;:1.87},{&quot;2026-06-30&quot;:2.08},{&quot;2026-07-01&quot;:2.04},{&quot;2026-07-02&quot;:2.32},{&quot;2026-07-03&quot;:2.3},{&quot;2026-07-04&quot;:2.29},{&quot;2026-07-05&quot;:2.35},{&quot;2026-07-06&quot;:2.44},{&quot;2026-07-07&quot;:2.27},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.24},{&quot;2026-07-10&quot;:2.04},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:2.16},{&quot;2026-07-13&quot;:2.39},{&quot;2026-07-14&quot;:2.34},{&quot;2026-07-15&quot;:2.38},{&quot;2026-07-16&quot;:2.43},{&quot;2026-07-17&quot;:2.5},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.45},{&quot;2026-07-20&quot;:2.46},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-23&quot;:2.29},{&quot;2026-07-24&quot;:2.4},{&quot;2026-07-25&quot;:2.28},{&quot;2026-07-26&quot;:2.37},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-28&quot;:2.32},{&quot;2026-07-29&quot;:2.14},{&quot;2026-07-30&quot;:2.21},{&quot;2026-07-31&quot;:2.12},{&quot;2026-08-01&quot;:2.15},{&quot;2026-08-02&quot;:2.05},{&quot;2026-08-03&quot;:1.93},{&quot;2026-08-04&quot;:1.97},{&quot;2026-08-05&quot;:2.22},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.33},{&quot;2026-08-09&quot;:2.37},{&quot;2026-08-10&quot;:2.32},{&quot;2026-08-11&quot;:2.44},{&quot;2026-08-12&quot;:2.43},{&quot;2026-08-13&quot;:2.57},{&quot;2026-08-14&quot;:2.48},{&quot;2026-08-15&quot;:2.42},{&quot;2026-08-16&quot;:2.43},{&quot;2026-08-17&quot;:2.46},{&quot;2026-08-18&quot;:2.32},{&quot;2026-08-19&quot;:2.31},{&quot;2026-08-20&quot;:2.31},{&quot;2026-08-21&quot;:2.21},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.1},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.37},{&quot;2026-08-26&quot;:2.44},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.71},{&quot;2026-08-29&quot;:2.71},{&quot;2026-08-30&quot;:2.79},{&quot;2026-08-31&quot;:2.76},{&quot;2026-09-01&quot;:2.64},{&quot;2026-09-02&quot;:2.55},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.46},{&quot;2026-09-06&quot;:2.61},{&quot;2026-09-07&quot;:2.73},{&quot;2026-09-08&quot;:2.91},{&quot;2026-09-09&quot;:2.98},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:3.02}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="19634"
  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-dmc 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">
            Gerrard&#39;s Hourglass Pendant
        </span>


      </div>

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

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

        <!-- Primary Price with Trend -->
        <div class="flex items-center gap-1.5 flex-shrink-0 ml-auto">
            <span class="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.01
          </span>
        </div>
      </div>
    </div>

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Gerrard&#39;s Hourglass Pendant" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/091135ec-4f4c-432c-bd6c-e7e2fb7561a3.jpg?1783921438" />

        <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">
            Gerrard&#39;s Hourglass Pendant
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-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="Gerrard&#39;s Hourglass Pendant" src="https://cards.scryfall.io/large/front/0/9/091135ec-4f4c-432c-bd6c-e7e2fb7561a3.jpg?1783921438" />
    </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.01
              </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.40</span>
              <span class="text-xs text-grey-text">Credit: $1.82</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.51},{&quot;2026-06-11&quot;:3.51},{&quot;2026-06-12&quot;:3.51},{&quot;2026-06-13&quot;:3.51},{&quot;2026-06-14&quot;:3.51},{&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.36},{&quot;2026-06-20&quot;:3.36},{&quot;2026-06-21&quot;:3.36},{&quot;2026-06-22&quot;:3.4},{&quot;2026-06-23&quot;:3.36},{&quot;2026-06-24&quot;:3.36},{&quot;2026-06-25&quot;:3.17},{&quot;2026-06-26&quot;:3.3},{&quot;2026-06-27&quot;:3.3},{&quot;2026-06-28&quot;:3.3},{&quot;2026-06-29&quot;:3.11},{&quot;2026-06-30&quot;:3.11},{&quot;2026-07-01&quot;:3.11},{&quot;2026-07-02&quot;:3.1},{&quot;2026-07-03&quot;:3.1},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.75},{&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.77},{&quot;2026-07-11&quot;:2.77},{&quot;2026-07-12&quot;:2.74},{&quot;2026-07-13&quot;:2.58},{&quot;2026-07-14&quot;:2.55},{&quot;2026-07-15&quot;:2.55},{&quot;2026-07-16&quot;:2.55},{&quot;2026-07-17&quot;:2.55},{&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.74},{&quot;2026-07-23&quot;:2.74},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.82},{&quot;2026-07-27&quot;:2.82},{&quot;2026-07-29&quot;:2.97},{&quot;2026-07-30&quot;:2.97},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:2.94},{&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.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.86},{&quot;2026-08-10&quot;:2.88},{&quot;2026-08-11&quot;:2.88},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.88},{&quot;2026-08-14&quot;:2.88},{&quot;2026-08-15&quot;:2.88},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.85},{&quot;2026-08-19&quot;:2.85},{&quot;2026-08-20&quot;:2.85},{&quot;2026-08-21&quot;:2.92},{&quot;2026-08-22&quot;:2.92},{&quot;2026-08-23&quot;:2.92},{&quot;2026-08-24&quot;:2.92},{&quot;2026-08-25&quot;:2.92},{&quot;2026-08-26&quot;:2.92},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:2.85},{&quot;2026-08-31&quot;:2.86},{&quot;2026-09-01&quot;:2.86},{&quot;2026-09-02&quot;:3.04},{&quot;2026-09-03&quot;:3.04},{&quot;2026-09-04&quot;:3.04},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:3.01},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.01},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:3.01}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

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

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Sunken Ruins
        </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.00
          </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="Sunken Ruins" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/2/d/2dbd21b1-d6cf-4d10-8a31-aa52208c95d7.jpg?1783906206" />

        <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">
            Sunken Ruins
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Sunken Ruins" src="https://cards.scryfall.io/large/front/2/d/2dbd21b1-d6cf-4d10-8a31-aa52208c95d7.jpg?1783906206" />
    </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.00
              </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">
                $6.78
              </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.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-08-19&quot;:6.35},{&quot;2026-08-20&quot;:6.35},{&quot;2026-08-21&quot;:6.39},{&quot;2026-08-22&quot;:6.38},{&quot;2026-08-23&quot;:6.38},{&quot;2026-08-24&quot;:6.41},{&quot;2026-08-25&quot;:6.41},{&quot;2026-08-26&quot;:6.51},{&quot;2026-08-27&quot;:6.48},{&quot;2026-08-28&quot;:6.48},{&quot;2026-08-29&quot;:6.48},{&quot;2026-08-30&quot;:6.64},{&quot;2026-08-31&quot;:6.64},{&quot;2026-09-01&quot;:6.64},{&quot;2026-09-02&quot;:6.65},{&quot;2026-09-03&quot;:6.64},{&quot;2026-09-04&quot;:6.64},{&quot;2026-09-05&quot;:6.72},{&quot;2026-09-06&quot;:6.71},{&quot;2026-09-07&quot;:6.74},{&quot;2026-09-08&quot;:6.78},{&quot;2026-09-09&quot;:6.78},{&quot;2026-09-10&quot;:6.78},{&quot;2026-09-11&quot;:6.78}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.3},{&quot;2026-06-10&quot;:3.32},{&quot;2026-06-11&quot;:3.38},{&quot;2026-06-12&quot;:3.38},{&quot;2026-06-13&quot;:3.39},{&quot;2026-06-14&quot;:3.32},{&quot;2026-06-15&quot;:3.34},{&quot;2026-06-16&quot;:3.39},{&quot;2026-06-17&quot;:3.32},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.25},{&quot;2026-06-20&quot;:3.26},{&quot;2026-06-21&quot;:3.26},{&quot;2026-06-22&quot;:3.29},{&quot;2026-06-24&quot;:3.24},{&quot;2026-06-25&quot;:3.22},{&quot;2026-06-26&quot;:3.23},{&quot;2026-06-27&quot;:3.25},{&quot;2026-06-28&quot;:3.28},{&quot;2026-06-29&quot;:3.31},{&quot;2026-06-30&quot;:3.19},{&quot;2026-07-01&quot;:3.1},{&quot;2026-07-02&quot;:3.06},{&quot;2026-07-03&quot;:2.99},{&quot;2026-07-04&quot;:2.97},{&quot;2026-07-05&quot;:3.02},{&quot;2026-07-06&quot;:3.07},{&quot;2026-07-07&quot;:3.1},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.22},{&quot;2026-07-10&quot;:3.22},{&quot;2026-07-11&quot;:3.14},{&quot;2026-07-12&quot;:3.14},{&quot;2026-07-13&quot;:3.19},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.27},{&quot;2026-07-16&quot;:3.26},{&quot;2026-07-17&quot;:3.25},{&quot;2026-07-18&quot;:3.14},{&quot;2026-07-19&quot;:3.15},{&quot;2026-07-20&quot;:3.13},{&quot;2026-07-21&quot;:3.15},{&quot;2026-07-23&quot;:3.21},{&quot;2026-07-25&quot;:3.24},{&quot;2026-07-26&quot;:3.24},{&quot;2026-07-27&quot;:3.19},{&quot;2026-07-29&quot;:3.17},{&quot;2026-07-30&quot;:3.18},{&quot;2026-07-31&quot;:3.2},{&quot;2026-08-01&quot;:3.2},{&quot;2026-08-02&quot;:3.23},{&quot;2026-08-03&quot;:3.2},{&quot;2026-08-04&quot;:3.21},{&quot;2026-08-05&quot;:3.18},{&quot;2026-08-07&quot;:3.25},{&quot;2026-08-08&quot;:3.27},{&quot;2026-08-09&quot;:3.18},{&quot;2026-08-10&quot;:3.13},{&quot;2026-08-11&quot;:3.14},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.27},{&quot;2026-08-14&quot;:3.32},{&quot;2026-08-15&quot;:3.33},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.21},{&quot;2026-08-18&quot;:3.09},{&quot;2026-08-19&quot;:3.13},{&quot;2026-08-20&quot;:3.13},{&quot;2026-08-21&quot;:3.24},{&quot;2026-08-22&quot;:3.23},{&quot;2026-08-23&quot;:3.17},{&quot;2026-08-24&quot;:3.14},{&quot;2026-08-25&quot;:3.14},{&quot;2026-08-26&quot;:3.12},{&quot;2026-08-27&quot;:3.1},{&quot;2026-08-28&quot;:3.09},{&quot;2026-08-29&quot;:3.09},{&quot;2026-08-30&quot;:3.06},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.19},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.0},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:3.06},{&quot;2026-09-09&quot;:3.06},{&quot;2026-09-10&quot;:3.01},{&quot;2026-09-11&quot;:3.0}]}"
        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="112710"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-hob ss-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">
            Wizard&#39;s Staff
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $3.00
          </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="Wizard&#39;s Staff" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/d/0de529a7-bdc5-4581-a169-1ad123bc099a.jpg?1785152406" />

        <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">
            Wizard&#39;s Staff
        </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-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="Wizard&#39;s Staff" src="https://cards.scryfall.io/large/front/0/d/0de529a7-bdc5-4581-a169-1ad123bc099a.jpg?1785152406" />
    </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.00
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-07-31&quot;:24.57},{&quot;2026-08-01&quot;:24.57},{&quot;2026-08-03&quot;:24.25},{&quot;2026-08-04&quot;:24.25},{&quot;2026-08-05&quot;:16.67},{&quot;2026-08-07&quot;:11.13},{&quot;2026-08-08&quot;:5.36},{&quot;2026-08-09&quot;:5.66},{&quot;2026-08-10&quot;:5.76},{&quot;2026-08-11&quot;:6.53},{&quot;2026-08-12&quot;:6.36},{&quot;2026-08-13&quot;:6.67},{&quot;2026-08-14&quot;:6.23},{&quot;2026-08-15&quot;:4.24},{&quot;2026-08-16&quot;:4.68},{&quot;2026-08-17&quot;:5.22},{&quot;2026-08-18&quot;:5.07},{&quot;2026-08-19&quot;:5.98},{&quot;2026-08-20&quot;:7.39},{&quot;2026-08-21&quot;:6.84},{&quot;2026-08-22&quot;:6.31},{&quot;2026-08-23&quot;:7.24},{&quot;2026-08-24&quot;:5.98},{&quot;2026-08-25&quot;:7.54},{&quot;2026-08-26&quot;:7.34},{&quot;2026-08-27&quot;:5.87},{&quot;2026-08-28&quot;:5.81},{&quot;2026-08-29&quot;:5.81},{&quot;2026-08-30&quot;:5.87},{&quot;2026-08-31&quot;:6.37},{&quot;2026-09-01&quot;:5.57},{&quot;2026-09-02&quot;:5.9},{&quot;2026-09-03&quot;:6.58},{&quot;2026-09-04&quot;:6.09},{&quot;2026-09-05&quot;:5.31},{&quot;2026-09-06&quot;:5.52},{&quot;2026-09-07&quot;:5.08},{&quot;2026-09-08&quot;:4.87},{&quot;2026-09-09&quot;:4.48},{&quot;2026-09-10&quot;:4.54},{&quot;2026-09-11&quot;:4.25}],&quot;normal&quot;:[{&quot;2026-07-31&quot;:19.47},{&quot;2026-08-01&quot;:19.03},{&quot;2026-08-02&quot;:18.07},{&quot;2026-08-03&quot;:16.4},{&quot;2026-08-04&quot;:15.44},{&quot;2026-08-05&quot;:12.1},{&quot;2026-08-07&quot;:5.09},{&quot;2026-08-08&quot;:5.04},{&quot;2026-08-09&quot;:4.73},{&quot;2026-08-10&quot;:5.64},{&quot;2026-08-11&quot;:6.59},{&quot;2026-08-12&quot;:5.98},{&quot;2026-08-13&quot;:6.63},{&quot;2026-08-14&quot;:6.73},{&quot;2026-08-15&quot;:4.3},{&quot;2026-08-16&quot;:4.61},{&quot;2026-08-17&quot;:4.76},{&quot;2026-08-18&quot;:5.26},{&quot;2026-08-19&quot;:5.14},{&quot;2026-08-20&quot;:5.1},{&quot;2026-08-21&quot;:5.4},{&quot;2026-08-22&quot;:5.03},{&quot;2026-08-23&quot;:5.18},{&quot;2026-08-24&quot;:4.76},{&quot;2026-08-25&quot;:4.81},{&quot;2026-08-26&quot;:4.9},{&quot;2026-08-27&quot;:5.31},{&quot;2026-08-28&quot;:5.51},{&quot;2026-08-29&quot;:5.51},{&quot;2026-08-30&quot;:5.27},{&quot;2026-08-31&quot;:5.68},{&quot;2026-09-01&quot;:5.44},{&quot;2026-09-02&quot;:5.38},{&quot;2026-09-03&quot;:5.38},{&quot;2026-09-04&quot;:5.22},{&quot;2026-09-05&quot;:4.46},{&quot;2026-09-06&quot;:4.33},{&quot;2026-09-07&quot;:3.46},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.8},{&quot;2026-09-11&quot;:3.0}]}"
        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="18646"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmr ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

        <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">
            Helm of Awakening
        </h3>

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Helm of Awakening" src="https://cards.scryfall.io/large/front/e/9/e9e4ff9c-6244-43e1-b569-32a270c4e014.jpg?1783918414" />
    </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">
                $2.99
              </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.15
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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-11&quot;:3.4},{&quot;2026-06-12&quot;:3.4},{&quot;2026-06-13&quot;:3.5},{&quot;2026-06-14&quot;:3.64},{&quot;2026-06-15&quot;:3.64},{&quot;2026-06-16&quot;:3.64},{&quot;2026-06-17&quot;:3.71},{&quot;2026-06-18&quot;:3.71},{&quot;2026-06-19&quot;:3.71},{&quot;2026-06-20&quot;:3.77},{&quot;2026-06-21&quot;:3.8},{&quot;2026-06-22&quot;:3.83},{&quot;2026-06-23&quot;:3.85},{&quot;2026-06-24&quot;:3.82},{&quot;2026-06-25&quot;:3.82},{&quot;2026-06-26&quot;:3.82},{&quot;2026-06-27&quot;:3.82},{&quot;2026-06-28&quot;:3.81},{&quot;2026-06-29&quot;:3.78},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.77},{&quot;2026-07-02&quot;:3.79},{&quot;2026-07-03&quot;:3.82},{&quot;2026-07-04&quot;:3.82},{&quot;2026-07-05&quot;:3.88},{&quot;2026-07-06&quot;:3.87},{&quot;2026-07-07&quot;:3.87},{&quot;2026-07-08&quot;:3.86},{&quot;2026-07-09&quot;:3.86},{&quot;2026-07-10&quot;:3.84},{&quot;2026-07-11&quot;:3.84},{&quot;2026-07-12&quot;:3.84},{&quot;2026-07-13&quot;:3.84},{&quot;2026-07-14&quot;:3.85},{&quot;2026-07-15&quot;:3.85},{&quot;2026-07-16&quot;:3.85},{&quot;2026-07-17&quot;:3.9},{&quot;2026-07-18&quot;:3.78},{&quot;2026-07-19&quot;:3.78},{&quot;2026-07-20&quot;:3.78},{&quot;2026-07-21&quot;:3.77},{&quot;2026-07-23&quot;:3.77},{&quot;2026-07-25&quot;:3.45},{&quot;2026-07-26&quot;:3.45},{&quot;2026-07-27&quot;:3.45},{&quot;2026-07-28&quot;:3.45},{&quot;2026-07-29&quot;:3.44},{&quot;2026-07-30&quot;:3.44},{&quot;2026-07-31&quot;:3.45},{&quot;2026-08-01&quot;:3.47},{&quot;2026-08-02&quot;:3.53},{&quot;2026-08-03&quot;:3.53},{&quot;2026-08-04&quot;:3.57},{&quot;2026-08-05&quot;:3.57},{&quot;2026-08-07&quot;:3.57},{&quot;2026-08-08&quot;:3.54},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.38},{&quot;2026-08-11&quot;:3.33},{&quot;2026-08-12&quot;:3.33},{&quot;2026-08-13&quot;:3.24},{&quot;2026-08-14&quot;:3.23},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.23},{&quot;2026-08-18&quot;:3.23},{&quot;2026-08-19&quot;:3.23},{&quot;2026-08-20&quot;:3.23},{&quot;2026-08-21&quot;:3.23},{&quot;2026-08-22&quot;:3.23},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:3.23},{&quot;2026-08-25&quot;:3.23},{&quot;2026-08-26&quot;:3.23},{&quot;2026-08-27&quot;:3.23},{&quot;2026-08-28&quot;:3.23},{&quot;2026-08-29&quot;:3.23},{&quot;2026-08-30&quot;:3.23},{&quot;2026-08-31&quot;:3.3},{&quot;2026-09-01&quot;:3.3},{&quot;2026-09-02&quot;:3.32},{&quot;2026-09-03&quot;:3.32},{&quot;2026-09-04&quot;:3.27},{&quot;2026-09-05&quot;:3.27},{&quot;2026-09-06&quot;:3.27},{&quot;2026-09-07&quot;:3.27},{&quot;2026-09-08&quot;:3.15},{&quot;2026-09-09&quot;:3.15},{&quot;2026-09-10&quot;:3.15},{&quot;2026-09-11&quot;:3.15}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:3.84},{&quot;2026-06-12&quot;:3.77},{&quot;2026-06-13&quot;:3.81},{&quot;2026-06-14&quot;:3.82},{&quot;2026-06-15&quot;:3.82},{&quot;2026-06-16&quot;:3.74},{&quot;2026-06-17&quot;:3.74},{&quot;2026-06-18&quot;:3.74},{&quot;2026-06-19&quot;:3.74},{&quot;2026-06-20&quot;:3.76},{&quot;2026-06-21&quot;:3.76},{&quot;2026-06-22&quot;:3.76},{&quot;2026-06-23&quot;:3.93},{&quot;2026-06-24&quot;:3.94},{&quot;2026-06-25&quot;:3.95},{&quot;2026-06-26&quot;:3.95},{&quot;2026-06-27&quot;:4.03},{&quot;2026-06-28&quot;:4.09},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.1},{&quot;2026-07-01&quot;:4.1},{&quot;2026-07-02&quot;:4.1},{&quot;2026-07-03&quot;:4.1},{&quot;2026-07-04&quot;:4.02},{&quot;2026-07-05&quot;:4.02},{&quot;2026-07-06&quot;:3.86},{&quot;2026-07-07&quot;:3.86},{&quot;2026-07-08&quot;:3.85},{&quot;2026-07-09&quot;:3.85},{&quot;2026-07-10&quot;:3.91},{&quot;2026-07-11&quot;:3.83},{&quot;2026-07-12&quot;:3.83},{&quot;2026-07-13&quot;:3.93},{&quot;2026-07-14&quot;:3.94},{&quot;2026-07-15&quot;:3.99},{&quot;2026-07-16&quot;:4.08},{&quot;2026-07-17&quot;:3.79},{&quot;2026-07-18&quot;:3.69},{&quot;2026-07-19&quot;:3.53},{&quot;2026-07-20&quot;:3.53},{&quot;2026-07-21&quot;:3.53},{&quot;2026-07-23&quot;:3.56},{&quot;2026-07-25&quot;:3.37},{&quot;2026-07-26&quot;:3.37},{&quot;2026-07-27&quot;:3.4},{&quot;2026-07-28&quot;:3.36},{&quot;2026-07-29&quot;:3.38},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.24},{&quot;2026-08-01&quot;:3.24},{&quot;2026-08-02&quot;:3.28},{&quot;2026-08-03&quot;:3.22},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:3.08},{&quot;2026-08-07&quot;:3.03},{&quot;2026-08-08&quot;:3.03},{&quot;2026-08-09&quot;:3.03},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.0},{&quot;2026-08-12&quot;:3.0},{&quot;2026-08-13&quot;:3.08},{&quot;2026-08-14&quot;:3.09},{&quot;2026-08-15&quot;:3.09},{&quot;2026-08-16&quot;:2.96},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:2.87},{&quot;2026-08-19&quot;:2.87},{&quot;2026-08-20&quot;:2.87},{&quot;2026-08-21&quot;:2.79},{&quot;2026-08-22&quot;:2.76},{&quot;2026-08-23&quot;:2.72},{&quot;2026-08-24&quot;:2.71},{&quot;2026-08-25&quot;:2.71},{&quot;2026-08-26&quot;:2.72},{&quot;2026-08-27&quot;:2.71},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&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.95},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:2.93},{&quot;2026-09-05&quot;:2.96},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.94},{&quot;2026-09-08&quot;:2.94},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.99},{&quot;2026-09-11&quot;:2.99}]}"
        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="42441"
  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">
            2 owned
          </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.93
          </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/8/4/84f8ce4c-c6fc-408c-a216-33374bbfb08d.jpg?1783923752" />

        <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/8/4/84f8ce4c-c6fc-408c-a216-33374bbfb08d.jpg?1783923752" />
    </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.93
              </span>

            </div>
          </div>

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

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

                <span class="text-xs text-accent-50">
                  ↑
                  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.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</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;:3.13},{&quot;2026-06-14&quot;:3.13},{&quot;2026-06-15&quot;:3.13},{&quot;2026-06-16&quot;:3.12},{&quot;2026-06-17&quot;:3.12},{&quot;2026-06-18&quot;:3.12},{&quot;2026-06-19&quot;:3.12},{&quot;2026-06-20&quot;:3.12},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.12},{&quot;2026-06-23&quot;:3.12},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:3.12},{&quot;2026-06-26&quot;:3.12},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.16},{&quot;2026-06-29&quot;:3.16},{&quot;2026-06-30&quot;:3.16},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.22},{&quot;2026-07-03&quot;:3.24},{&quot;2026-07-04&quot;:3.24},{&quot;2026-07-05&quot;:3.24},{&quot;2026-07-06&quot;:3.24},{&quot;2026-07-07&quot;:3.25},{&quot;2026-07-08&quot;:3.25},{&quot;2026-07-09&quot;:3.25},{&quot;2026-07-10&quot;:3.25},{&quot;2026-07-11&quot;:3.25},{&quot;2026-07-12&quot;:3.25},{&quot;2026-07-13&quot;:3.29},{&quot;2026-07-14&quot;:3.25},{&quot;2026-07-15&quot;:3.2},{&quot;2026-07-16&quot;:3.2},{&quot;2026-07-17&quot;:3.22},{&quot;2026-07-18&quot;:3.18},{&quot;2026-07-19&quot;:3.18},{&quot;2026-07-20&quot;:3.18},{&quot;2026-07-21&quot;:3.18},{&quot;2026-07-22&quot;:3.18},{&quot;2026-07-23&quot;:3.18},{&quot;2026-07-24&quot;:3.18},{&quot;2026-07-25&quot;:3.18},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.12},{&quot;2026-07-30&quot;:3.12},{&quot;2026-07-31&quot;:3.16},{&quot;2026-08-01&quot;:3.16},{&quot;2026-08-02&quot;:3.13},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.13},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.13},{&quot;2026-08-09&quot;:3.13},{&quot;2026-08-10&quot;:3.13},{&quot;2026-08-11&quot;:3.13},{&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.13},{&quot;2026-08-18&quot;:3.13},{&quot;2026-08-19&quot;:3.13},{&quot;2026-08-20&quot;:3.08},{&quot;2026-08-21&quot;:2.88},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.88},{&quot;2026-08-24&quot;:2.88},{&quot;2026-08-25&quot;:2.88},{&quot;2026-08-26&quot;:2.88},{&quot;2026-08-27&quot;:2.88},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.88},{&quot;2026-08-31&quot;:2.88},{&quot;2026-09-01&quot;:2.88},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.88},{&quot;2026-09-04&quot;:2.94},{&quot;2026-09-05&quot;:2.94},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.99},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:2.99},{&quot;2026-09-10&quot;:2.99},{&quot;2026-09-11&quot;:2.99}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.21},{&quot;2026-06-14&quot;:3.27},{&quot;2026-06-15&quot;:3.18},{&quot;2026-06-16&quot;:3.18},{&quot;2026-06-17&quot;:3.07},{&quot;2026-06-18&quot;:3.07},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.02},{&quot;2026-06-21&quot;:3.02},{&quot;2026-06-22&quot;:3.05},{&quot;2026-06-23&quot;:3.05},{&quot;2026-06-24&quot;:3.03},{&quot;2026-06-25&quot;:3.03},{&quot;2026-06-26&quot;:3.09},{&quot;2026-06-27&quot;:3.09},{&quot;2026-06-28&quot;:3.09},{&quot;2026-06-29&quot;:3.09},{&quot;2026-06-30&quot;:3.16},{&quot;2026-07-01&quot;:3.16},{&quot;2026-07-02&quot;:3.16},{&quot;2026-07-03&quot;:3.16},{&quot;2026-07-04&quot;:3.16},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.2},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:3.2},{&quot;2026-07-14&quot;:3.2},{&quot;2026-07-15&quot;:3.2},{&quot;2026-07-16&quot;:3.2},{&quot;2026-07-17&quot;:3.2},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.24},{&quot;2026-07-20&quot;:3.24},{&quot;2026-07-21&quot;:3.26},{&quot;2026-07-22&quot;:3.26},{&quot;2026-07-23&quot;:3.31},{&quot;2026-07-24&quot;:3.31},{&quot;2026-07-25&quot;:3.31},{&quot;2026-07-26&quot;:3.31},{&quot;2026-07-27&quot;:3.31},{&quot;2026-07-28&quot;:3.31},{&quot;2026-07-29&quot;:3.31},{&quot;2026-07-30&quot;:3.33},{&quot;2026-07-31&quot;:3.33},{&quot;2026-08-01&quot;:3.33},{&quot;2026-08-02&quot;:3.33},{&quot;2026-08-03&quot;:3.39},{&quot;2026-08-04&quot;:2.91},{&quot;2026-08-05&quot;:2.91},{&quot;2026-08-07&quot;:2.94},{&quot;2026-08-08&quot;:2.94},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:2.94},{&quot;2026-08-11&quot;:2.94},{&quot;2026-08-12&quot;:2.94},{&quot;2026-08-13&quot;:2.94},{&quot;2026-08-14&quot;:2.94},{&quot;2026-08-15&quot;:2.94},{&quot;2026-08-16&quot;:2.93},{&quot;2026-08-17&quot;:2.93},{&quot;2026-08-18&quot;:2.93},{&quot;2026-08-19&quot;:2.93},{&quot;2026-08-20&quot;:2.99},{&quot;2026-08-21&quot;:2.99},{&quot;2026-08-22&quot;:3.01},{&quot;2026-08-23&quot;:3.01},{&quot;2026-08-24&quot;:3.01},{&quot;2026-08-25&quot;:3.01},{&quot;2026-08-26&quot;:3.01},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.01},{&quot;2026-08-29&quot;:3.01},{&quot;2026-08-30&quot;:2.95},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:2.95},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:2.93},{&quot;2026-09-06&quot;:2.93},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.93},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.93}]}"
        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="49378"
  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">
            Sythis, Harvest&#39;s Hand
        </span>


      </div>

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

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

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

  <!-- Expanded State -->
  <div
    data-mobile-card-target="content"
    class="hidden border-t border-highlight overflow-hidden"
    style="transition: max-height 250ms ease-out;"
  >
    <!-- Card Header with Thumbnail -->
    <div class="flex items-start gap-4 p-4 bg-menu/50">
      <button
        data-action="click->mobile-card#toggleImage"
        class="flex-shrink-0 focus:outline-none"
      >
        <img alt="Sythis, Harvest&#39;s Hand" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/b/0babfe00-9bad-48fc-b3b1-df8280242fd2.jpg?1783926809" />

        <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">
            Sythis, Harvest&#39;s Hand
        </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 — Nymph</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Sythis, Harvest&#39;s Hand" src="https://cards.scryfall.io/large/front/0/b/0babfe00-9bad-48fc-b3b1-df8280242fd2.jpg?1783926809" />
    </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">
                $2.99
              </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">
                $5.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.00</span>
              <span class="text-xs text-grey-text">Credit: $2.60</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:5.94},{&quot;2026-06-11&quot;:5.94},{&quot;2026-06-12&quot;:5.94},{&quot;2026-06-13&quot;:5.94},{&quot;2026-06-14&quot;:5.94},{&quot;2026-06-15&quot;:6.11},{&quot;2026-06-16&quot;:6.11},{&quot;2026-06-17&quot;:6.11},{&quot;2026-06-18&quot;:6.11},{&quot;2026-06-19&quot;:6.11},{&quot;2026-06-20&quot;:6.11},{&quot;2026-06-21&quot;:6.11},{&quot;2026-06-22&quot;:6.11},{&quot;2026-06-23&quot;:6.11},{&quot;2026-06-24&quot;:6.11},{&quot;2026-06-25&quot;:6.09},{&quot;2026-06-26&quot;:6.16},{&quot;2026-06-27&quot;:6.16},{&quot;2026-06-28&quot;:6.16},{&quot;2026-06-29&quot;:6.0},{&quot;2026-06-30&quot;:6.0},{&quot;2026-07-01&quot;:6.0},{&quot;2026-07-02&quot;:6.0},{&quot;2026-07-03&quot;:6.0},{&quot;2026-07-04&quot;:5.95},{&quot;2026-07-05&quot;:5.91},{&quot;2026-07-06&quot;:5.91},{&quot;2026-07-07&quot;:5.79},{&quot;2026-07-08&quot;:5.79},{&quot;2026-07-09&quot;:5.78},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:5.78},{&quot;2026-07-12&quot;:5.78},{&quot;2026-07-13&quot;:5.69},{&quot;2026-07-14&quot;:5.69},{&quot;2026-07-15&quot;:5.69},{&quot;2026-07-16&quot;:5.69},{&quot;2026-07-17&quot;:5.69},{&quot;2026-07-18&quot;:5.69},{&quot;2026-07-19&quot;:5.69},{&quot;2026-07-20&quot;:5.69},{&quot;2026-07-21&quot;:5.62},{&quot;2026-07-23&quot;:5.62},{&quot;2026-07-25&quot;:5.47},{&quot;2026-07-26&quot;:5.45},{&quot;2026-07-27&quot;:5.45},{&quot;2026-07-29&quot;:5.45},{&quot;2026-07-30&quot;:5.45},{&quot;2026-07-31&quot;:5.45},{&quot;2026-08-01&quot;:5.45},{&quot;2026-08-02&quot;:5.45},{&quot;2026-08-03&quot;:5.45},{&quot;2026-08-04&quot;:5.45},{&quot;2026-08-05&quot;:5.45},{&quot;2026-08-07&quot;:5.45},{&quot;2026-08-08&quot;:5.31},{&quot;2026-08-09&quot;:5.32},{&quot;2026-08-10&quot;:5.32},{&quot;2026-08-11&quot;:5.32},{&quot;2026-08-12&quot;:5.22},{&quot;2026-08-13&quot;:5.22},{&quot;2026-08-14&quot;:5.15},{&quot;2026-08-15&quot;:5.15},{&quot;2026-08-16&quot;:5.06},{&quot;2026-08-17&quot;:5.06},{&quot;2026-08-18&quot;:5.06},{&quot;2026-08-19&quot;:5.06},{&quot;2026-08-20&quot;:5.06},{&quot;2026-08-21&quot;:5.06},{&quot;2026-08-22&quot;:5.06},{&quot;2026-08-23&quot;:5.07},{&quot;2026-08-24&quot;:5.07},{&quot;2026-08-25&quot;:5.07},{&quot;2026-08-26&quot;:5.07},{&quot;2026-08-27&quot;:5.07},{&quot;2026-08-28&quot;:5.07},{&quot;2026-08-29&quot;:5.07},{&quot;2026-08-30&quot;:5.07},{&quot;2026-08-31&quot;:5.07},{&quot;2026-09-01&quot;:5.07},{&quot;2026-09-02&quot;:5.07},{&quot;2026-09-03&quot;:5.07},{&quot;2026-09-04&quot;:5.07},{&quot;2026-09-05&quot;:5.08},{&quot;2026-09-06&quot;:5.08},{&quot;2026-09-07&quot;:5.08},{&quot;2026-09-08&quot;:5.1},{&quot;2026-09-09&quot;:5.1},{&quot;2026-09-10&quot;:5.1},{&quot;2026-09-11&quot;:5.1}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.84},{&quot;2026-06-11&quot;:3.81},{&quot;2026-06-12&quot;:3.52},{&quot;2026-06-13&quot;:3.45},{&quot;2026-06-14&quot;:3.2},{&quot;2026-06-15&quot;:3.13},{&quot;2026-06-16&quot;:3.02},{&quot;2026-06-17&quot;:2.97},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.93},{&quot;2026-06-20&quot;:2.85},{&quot;2026-06-21&quot;:2.78},{&quot;2026-06-22&quot;:2.78},{&quot;2026-06-23&quot;:2.72},{&quot;2026-06-24&quot;:2.62},{&quot;2026-06-25&quot;:2.58},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.6},{&quot;2026-06-28&quot;:2.6},{&quot;2026-06-29&quot;:2.62},{&quot;2026-06-30&quot;:2.67},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.57},{&quot;2026-07-03&quot;:2.51},{&quot;2026-07-04&quot;:2.59},{&quot;2026-07-05&quot;:2.63},{&quot;2026-07-06&quot;:2.6},{&quot;2026-07-07&quot;:2.53},{&quot;2026-07-08&quot;:2.56},{&quot;2026-07-09&quot;:2.62},{&quot;2026-07-10&quot;:2.45},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.33},{&quot;2026-07-13&quot;:2.3},{&quot;2026-07-14&quot;:2.3},{&quot;2026-07-15&quot;:2.35},{&quot;2026-07-16&quot;:2.34},{&quot;2026-07-17&quot;:2.33},{&quot;2026-07-18&quot;:2.31},{&quot;2026-07-19&quot;:2.26},{&quot;2026-07-20&quot;:2.21},{&quot;2026-07-21&quot;:2.28},{&quot;2026-07-23&quot;:2.16},{&quot;2026-07-25&quot;:2.21},{&quot;2026-07-26&quot;:2.1},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-29&quot;:2.04},{&quot;2026-07-30&quot;:2.02},{&quot;2026-07-31&quot;:2.0},{&quot;2026-08-01&quot;:1.99},{&quot;2026-08-02&quot;:2.03},{&quot;2026-08-03&quot;:2.06},{&quot;2026-08-04&quot;:2.06},{&quot;2026-08-05&quot;:2.05},{&quot;2026-08-07&quot;:2.21},{&quot;2026-08-08&quot;:2.13},{&quot;2026-08-09&quot;:2.15},{&quot;2026-08-10&quot;:2.14},{&quot;2026-08-11&quot;:2.08},{&quot;2026-08-12&quot;:2.12},{&quot;2026-08-13&quot;:2.1},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.09},{&quot;2026-08-16&quot;:2.09},{&quot;2026-08-17&quot;:2.1},{&quot;2026-08-18&quot;:2.1},{&quot;2026-08-19&quot;:2.08},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:2.15},{&quot;2026-08-22&quot;:2.16},{&quot;2026-08-23&quot;:2.09},{&quot;2026-08-24&quot;:2.07},{&quot;2026-08-25&quot;:2.07},{&quot;2026-08-26&quot;:2.25},{&quot;2026-08-27&quot;:2.27},{&quot;2026-08-28&quot;:2.4},{&quot;2026-08-29&quot;:2.4},{&quot;2026-08-30&quot;:2.58},{&quot;2026-08-31&quot;:2.66},{&quot;2026-09-01&quot;:2.66},{&quot;2026-09-02&quot;:2.7},{&quot;2026-09-03&quot;:2.7},{&quot;2026-09-04&quot;:2.71},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.14},{&quot;2026-09-07&quot;:3.16},{&quot;2026-09-08&quot;:3.01},{&quot;2026-09-09&quot;:3.14},{&quot;2026-09-10&quot;:2.83},{&quot;2026-09-11&quot;:2.99}]}"
        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="98530"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tla ss-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">
            Earthbender Ascension
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.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="Earthbender Ascension" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/9/590a58ab-5e98-4031-8aa6-ce396dc1429f.jpg?1783904943" />

        <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">
            Earthbender Ascension
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Earthbender Ascension" src="https://cards.scryfall.io/large/front/5/9/590a58ab-5e98-4031-8aa6-ce396dc1429f.jpg?1783904943" />
    </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.87
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $2.99
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Foil</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:4.2},{&quot;2026-06-13&quot;:4.18},{&quot;2026-06-14&quot;:4.19},{&quot;2026-06-15&quot;:4.21},{&quot;2026-06-16&quot;:4.17},{&quot;2026-06-17&quot;:4.15},{&quot;2026-06-18&quot;:4.15},{&quot;2026-06-19&quot;:4.08},{&quot;2026-06-20&quot;:4.09},{&quot;2026-06-21&quot;:4.09},{&quot;2026-06-22&quot;:4.09},{&quot;2026-06-23&quot;:4.06},{&quot;2026-06-24&quot;:4.01},{&quot;2026-06-25&quot;:4.05},{&quot;2026-06-26&quot;:3.97},{&quot;2026-06-27&quot;:3.97},{&quot;2026-06-28&quot;:3.97},{&quot;2026-06-29&quot;:3.97},{&quot;2026-06-30&quot;:3.75},{&quot;2026-07-01&quot;:3.75},{&quot;2026-07-02&quot;:3.23},{&quot;2026-07-03&quot;:3.23},{&quot;2026-07-04&quot;:3.23},{&quot;2026-07-05&quot;:3.23},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.21},{&quot;2026-07-09&quot;:3.21},{&quot;2026-07-10&quot;:3.16},{&quot;2026-07-11&quot;:3.14},{&quot;2026-07-12&quot;:3.14},{&quot;2026-07-13&quot;:3.14},{&quot;2026-07-14&quot;:3.14},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.23},{&quot;2026-07-17&quot;:3.23},{&quot;2026-07-18&quot;:3.2},{&quot;2026-07-19&quot;:3.14},{&quot;2026-07-20&quot;:3.14},{&quot;2026-07-21&quot;:3.16},{&quot;2026-07-23&quot;:3.09},{&quot;2026-07-24&quot;:3.13},{&quot;2026-07-25&quot;:3.07},{&quot;2026-07-26&quot;:3.09},{&quot;2026-07-27&quot;:3.08},{&quot;2026-07-28&quot;:3.12},{&quot;2026-07-29&quot;:3.01},{&quot;2026-07-30&quot;:3.02},{&quot;2026-07-31&quot;:2.89},{&quot;2026-08-01&quot;:2.89},{&quot;2026-08-02&quot;:2.83},{&quot;2026-08-03&quot;:2.9},{&quot;2026-08-04&quot;:2.98},{&quot;2026-08-05&quot;:3.04},{&quot;2026-08-07&quot;:2.95},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.02},{&quot;2026-08-10&quot;:2.95},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.91},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.61},{&quot;2026-08-17&quot;:2.72},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.63},{&quot;2026-08-20&quot;:2.63},{&quot;2026-08-21&quot;:2.68},{&quot;2026-08-22&quot;:2.71},{&quot;2026-08-23&quot;:2.65},{&quot;2026-08-24&quot;:2.9},{&quot;2026-08-25&quot;:2.83},{&quot;2026-08-26&quot;:2.89},{&quot;2026-08-27&quot;:2.69},{&quot;2026-08-28&quot;:2.72},{&quot;2026-08-29&quot;:2.72},{&quot;2026-08-30&quot;:3.11},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.05},{&quot;2026-09-02&quot;:3.05},{&quot;2026-09-03&quot;:2.99},{&quot;2026-09-04&quot;:3.08},{&quot;2026-09-05&quot;:3.06},{&quot;2026-09-06&quot;:3.06},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:3.15},{&quot;2026-09-09&quot;:3.23},{&quot;2026-09-10&quot;:3.15},{&quot;2026-09-11&quot;:2.99}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:3.19},{&quot;2026-06-13&quot;:3.06},{&quot;2026-06-14&quot;:3.0},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.88},{&quot;2026-06-17&quot;:2.85},{&quot;2026-06-18&quot;:2.93},{&quot;2026-06-19&quot;:2.98},{&quot;2026-06-20&quot;:2.82},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.42},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.18},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.1},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.23},{&quot;2026-06-30&quot;:1.93},{&quot;2026-07-01&quot;:1.94},{&quot;2026-07-02&quot;:2.25},{&quot;2026-07-03&quot;:1.98},{&quot;2026-07-04&quot;:1.94},{&quot;2026-07-05&quot;:1.92},{&quot;2026-07-06&quot;:2.13},{&quot;2026-07-07&quot;:1.93},{&quot;2026-07-08&quot;:1.88},{&quot;2026-07-09&quot;:1.74},{&quot;2026-07-10&quot;:1.79},{&quot;2026-07-11&quot;:1.78},{&quot;2026-07-12&quot;:1.72},{&quot;2026-07-13&quot;:1.67},{&quot;2026-07-14&quot;:1.73},{&quot;2026-07-15&quot;:1.52},{&quot;2026-07-16&quot;:1.62},{&quot;2026-07-17&quot;:2.0},{&quot;2026-07-18&quot;:2.1},{&quot;2026-07-19&quot;:2.21},{&quot;2026-07-20&quot;:1.93},{&quot;2026-07-21&quot;:1.74},{&quot;2026-07-23&quot;:1.82},{&quot;2026-07-24&quot;:1.96},{&quot;2026-07-25&quot;:1.84},{&quot;2026-07-26&quot;:1.99},{&quot;2026-07-27&quot;:2.09},{&quot;2026-07-28&quot;:2.08},{&quot;2026-07-29&quot;:2.06},{&quot;2026-07-30&quot;:1.97},{&quot;2026-07-31&quot;:1.89},{&quot;2026-08-01&quot;:1.74},{&quot;2026-08-02&quot;:1.87},{&quot;2026-08-03&quot;:1.67},{&quot;2026-08-04&quot;:1.56},{&quot;2026-08-05&quot;:1.91},{&quot;2026-08-07&quot;:1.89},{&quot;2026-08-08&quot;:1.67},{&quot;2026-08-09&quot;:1.84},{&quot;2026-08-10&quot;:1.74},{&quot;2026-08-11&quot;:1.76},{&quot;2026-08-12&quot;:1.51},{&quot;2026-08-13&quot;:1.71},{&quot;2026-08-14&quot;:1.88},{&quot;2026-08-15&quot;:1.93},{&quot;2026-08-16&quot;:1.84},{&quot;2026-08-17&quot;:2.07},{&quot;2026-08-18&quot;:2.09},{&quot;2026-08-19&quot;:2.52},{&quot;2026-08-20&quot;:2.52},{&quot;2026-08-21&quot;:2.25},{&quot;2026-08-22&quot;:2.54},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.36},{&quot;2026-08-25&quot;:2.56},{&quot;2026-08-26&quot;:2.1},{&quot;2026-08-27&quot;:1.98},{&quot;2026-08-28&quot;:2.14},{&quot;2026-08-29&quot;:2.14},{&quot;2026-08-30&quot;:2.51},{&quot;2026-08-31&quot;:2.4},{&quot;2026-09-01&quot;:2.65},{&quot;2026-09-02&quot;:2.78},{&quot;2026-09-03&quot;:2.58},{&quot;2026-09-04&quot;:2.16},{&quot;2026-09-05&quot;:2.81},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:2.91},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.75},{&quot;2026-09-10&quot;:2.7},{&quot;2026-09-11&quot;:2.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="12580"
  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">
            Scourge of Fleets
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Kraken
      </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">
            $2.98
          </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="Scourge of Fleets" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/7/a79471f9-5cc0-48f5-9fa4-1f1374993825.jpg?1783928720" />

        <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">
            Scourge of Fleets
        </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 — Kraken</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Scourge of Fleets" src="https://cards.scryfall.io/large/front/a/7/a79471f9-5cc0-48f5-9fa4-1f1374993825.jpg?1783928720" />
    </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">
                $2.98
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.57},{&quot;2026-06-14&quot;:3.44},{&quot;2026-06-15&quot;:3.46},{&quot;2026-06-16&quot;:3.46},{&quot;2026-06-17&quot;:3.45},{&quot;2026-06-18&quot;:3.14},{&quot;2026-06-19&quot;:3.17},{&quot;2026-06-20&quot;:3.1},{&quot;2026-06-21&quot;:3.12},{&quot;2026-06-22&quot;:3.12},{&quot;2026-06-23&quot;:2.89},{&quot;2026-06-24&quot;:2.83},{&quot;2026-06-25&quot;:2.84},{&quot;2026-06-26&quot;:2.84},{&quot;2026-06-27&quot;:2.63},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.63},{&quot;2026-06-30&quot;:2.63},{&quot;2026-07-01&quot;:2.62},{&quot;2026-07-02&quot;:2.17},{&quot;2026-07-03&quot;:2.02},{&quot;2026-07-04&quot;:2.03},{&quot;2026-07-05&quot;:2.05},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.24},{&quot;2026-07-09&quot;:2.25},{&quot;2026-07-10&quot;:2.18},{&quot;2026-07-11&quot;:2.18},{&quot;2026-07-12&quot;:2.18},{&quot;2026-07-13&quot;:2.18},{&quot;2026-07-14&quot;:2.18},{&quot;2026-07-15&quot;:2.18},{&quot;2026-07-16&quot;:2.19},{&quot;2026-07-17&quot;:2.25},{&quot;2026-07-18&quot;:2.12},{&quot;2026-07-19&quot;:2.37},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.5},{&quot;2026-07-22&quot;:2.5},{&quot;2026-07-23&quot;:2.4},{&quot;2026-07-24&quot;:2.32},{&quot;2026-07-25&quot;:2.39},{&quot;2026-07-26&quot;:2.39},{&quot;2026-07-27&quot;:2.39},{&quot;2026-07-28&quot;:2.39},{&quot;2026-07-29&quot;:2.47},{&quot;2026-07-30&quot;:2.47},{&quot;2026-07-31&quot;:2.47},{&quot;2026-08-01&quot;:2.48},{&quot;2026-08-02&quot;:2.49},{&quot;2026-08-03&quot;:2.51},{&quot;2026-08-04&quot;:2.67},{&quot;2026-08-05&quot;:2.67},{&quot;2026-08-07&quot;:2.8},{&quot;2026-08-08&quot;:3.02},{&quot;2026-08-09&quot;:3.19},{&quot;2026-08-10&quot;:3.19},{&quot;2026-08-11&quot;:3.19},{&quot;2026-08-12&quot;:3.18},{&quot;2026-08-13&quot;:3.34},{&quot;2026-08-14&quot;:3.69},{&quot;2026-08-15&quot;:3.69},{&quot;2026-08-16&quot;:3.77},{&quot;2026-08-17&quot;:3.85},{&quot;2026-08-18&quot;:3.79},{&quot;2026-08-19&quot;:3.67},{&quot;2026-08-20&quot;:3.67},{&quot;2026-08-21&quot;:3.67},{&quot;2026-08-22&quot;:3.67},{&quot;2026-08-23&quot;:3.58},{&quot;2026-08-24&quot;:3.36},{&quot;2026-08-25&quot;:3.38},{&quot;2026-08-26&quot;:3.4},{&quot;2026-08-27&quot;:3.4},{&quot;2026-08-28&quot;:3.27},{&quot;2026-08-29&quot;:3.27},{&quot;2026-08-30&quot;:3.2},{&quot;2026-08-31&quot;:2.94},{&quot;2026-09-01&quot;:2.9},{&quot;2026-09-02&quot;:2.96},{&quot;2026-09-03&quot;:2.9},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.08},{&quot;2026-09-07&quot;:3.0},{&quot;2026-09-08&quot;:2.87},{&quot;2026-09-09&quot;:2.87},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.98}]}"
        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="49276"
  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-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">
            Tireless Provisioner
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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="Tireless Provisioner" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/5/c/5c5be54d-660e-42ab-b5ea-5e1cf3bad0bc.jpg?1783926824" />

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

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

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Creature — Elf Scout</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="Tireless Provisioner" src="https://cards.scryfall.io/large/front/5/c/5c5be54d-660e-42ab-b5ea-5e1cf3bad0bc.jpg?1783926824" />
    </div>

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

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:4.0},{&quot;2026-06-14&quot;:3.96},{&quot;2026-06-15&quot;:3.96},{&quot;2026-06-16&quot;:3.96},{&quot;2026-06-17&quot;:3.96},{&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.92},{&quot;2026-06-22&quot;:3.92},{&quot;2026-06-23&quot;:3.92},{&quot;2026-06-24&quot;:3.89},{&quot;2026-06-25&quot;:3.89},{&quot;2026-06-26&quot;:3.89},{&quot;2026-06-27&quot;:3.89},{&quot;2026-06-28&quot;:3.89},{&quot;2026-06-29&quot;:3.89},{&quot;2026-06-30&quot;:3.89},{&quot;2026-07-01&quot;:3.89},{&quot;2026-07-02&quot;:3.89},{&quot;2026-07-03&quot;:3.89},{&quot;2026-07-04&quot;:3.89},{&quot;2026-07-05&quot;:3.89},{&quot;2026-07-06&quot;:3.89},{&quot;2026-07-07&quot;:3.89},{&quot;2026-07-08&quot;:3.88},{&quot;2026-07-09&quot;:3.88},{&quot;2026-07-10&quot;:3.88},{&quot;2026-07-11&quot;:3.88},{&quot;2026-07-12&quot;:3.88},{&quot;2026-07-13&quot;:3.81},{&quot;2026-07-14&quot;:3.81},{&quot;2026-07-15&quot;:3.8},{&quot;2026-07-16&quot;:3.8},{&quot;2026-07-17&quot;:3.8},{&quot;2026-07-18&quot;:3.8},{&quot;2026-07-19&quot;:3.8},{&quot;2026-07-20&quot;:3.8},{&quot;2026-07-21&quot;:3.8},{&quot;2026-07-22&quot;:3.8},{&quot;2026-07-23&quot;:3.8},{&quot;2026-07-24&quot;:3.8},{&quot;2026-07-25&quot;:3.8},{&quot;2026-07-26&quot;:3.8},{&quot;2026-07-27&quot;:3.8},{&quot;2026-07-28&quot;:3.8},{&quot;2026-07-29&quot;:3.78},{&quot;2026-07-30&quot;:3.78},{&quot;2026-07-31&quot;:3.76},{&quot;2026-08-01&quot;:3.76},{&quot;2026-08-02&quot;:3.76},{&quot;2026-08-03&quot;:3.79},{&quot;2026-08-04&quot;:3.79},{&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.76},{&quot;2026-08-10&quot;:3.76},{&quot;2026-08-11&quot;:3.76},{&quot;2026-08-12&quot;:3.76},{&quot;2026-08-13&quot;:3.7},{&quot;2026-08-14&quot;:3.72},{&quot;2026-08-15&quot;:3.62},{&quot;2026-08-16&quot;:3.62},{&quot;2026-08-17&quot;:3.62},{&quot;2026-08-18&quot;:3.66},{&quot;2026-08-19&quot;:3.66},{&quot;2026-08-20&quot;:3.6},{&quot;2026-08-21&quot;:3.55},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.55},{&quot;2026-08-24&quot;:3.55},{&quot;2026-08-25&quot;:3.55},{&quot;2026-08-26&quot;:3.48},{&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.28},{&quot;2026-08-31&quot;:3.28},{&quot;2026-09-01&quot;:3.28},{&quot;2026-09-02&quot;:3.28},{&quot;2026-09-03&quot;:3.29},{&quot;2026-09-04&quot;:3.3},{&quot;2026-09-05&quot;:3.3},{&quot;2026-09-06&quot;:3.35},{&quot;2026-09-07&quot;:3.35},{&quot;2026-09-08&quot;:3.35},{&quot;2026-09-09&quot;:3.35},{&quot;2026-09-10&quot;:3.35},{&quot;2026-09-11&quot;:3.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.72},{&quot;2026-06-14&quot;:2.67},{&quot;2026-06-15&quot;:2.8},{&quot;2026-06-16&quot;:2.73},{&quot;2026-06-17&quot;:2.7},{&quot;2026-06-18&quot;:2.41},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.31},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.19},{&quot;2026-06-23&quot;:2.19},{&quot;2026-06-24&quot;:2.16},{&quot;2026-06-25&quot;:2.27},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.17},{&quot;2026-07-01&quot;:2.0},{&quot;2026-07-02&quot;:2.0},{&quot;2026-07-03&quot;:2.01},{&quot;2026-07-04&quot;:2.12},{&quot;2026-07-05&quot;:2.1},{&quot;2026-07-06&quot;:2.12},{&quot;2026-07-07&quot;:2.07},{&quot;2026-07-08&quot;:2.1},{&quot;2026-07-09&quot;:2.09},{&quot;2026-07-10&quot;:2.05},{&quot;2026-07-11&quot;:1.97},{&quot;2026-07-12&quot;:1.92},{&quot;2026-07-13&quot;:1.91},{&quot;2026-07-14&quot;:2.0},{&quot;2026-07-15&quot;:2.0},{&quot;2026-07-16&quot;:1.97},{&quot;2026-07-17&quot;:1.97},{&quot;2026-07-18&quot;:2.09},{&quot;2026-07-19&quot;:2.08},{&quot;2026-07-20&quot;:1.97},{&quot;2026-07-21&quot;:1.92},{&quot;2026-07-22&quot;:1.89},{&quot;2026-07-23&quot;:1.92},{&quot;2026-07-24&quot;:1.89},{&quot;2026-07-25&quot;:2.05},{&quot;2026-07-26&quot;:2.06},{&quot;2026-07-27&quot;:2.13},{&quot;2026-07-28&quot;:2.13},{&quot;2026-07-29&quot;:2.17},{&quot;2026-07-30&quot;:2.24},{&quot;2026-07-31&quot;:2.13},{&quot;2026-08-01&quot;:2.13},{&quot;2026-08-02&quot;:2.06},{&quot;2026-08-03&quot;:2.08},{&quot;2026-08-04&quot;:2.01},{&quot;2026-08-05&quot;:2.01},{&quot;2026-08-07&quot;:2.1},{&quot;2026-08-08&quot;:2.08},{&quot;2026-08-09&quot;:2.03},{&quot;2026-08-10&quot;:2.09},{&quot;2026-08-11&quot;:1.99},{&quot;2026-08-12&quot;:1.94},{&quot;2026-08-13&quot;:1.67},{&quot;2026-08-14&quot;:1.44},{&quot;2026-08-15&quot;:1.6},{&quot;2026-08-16&quot;:1.44},{&quot;2026-08-17&quot;:1.61},{&quot;2026-08-18&quot;:1.67},{&quot;2026-08-19&quot;:1.77},{&quot;2026-08-20&quot;:1.93},{&quot;2026-08-21&quot;:1.94},{&quot;2026-08-22&quot;:2.05},{&quot;2026-08-23&quot;:2.05},{&quot;2026-08-24&quot;:2.28},{&quot;2026-08-25&quot;:2.35},{&quot;2026-08-26&quot;:2.4},{&quot;2026-08-27&quot;:2.48},{&quot;2026-08-28&quot;:2.61},{&quot;2026-08-29&quot;:2.61},{&quot;2026-08-30&quot;:2.64},{&quot;2026-08-31&quot;:2.85},{&quot;2026-09-01&quot;:3.07},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.67},{&quot;2026-09-04&quot;:3.85},{&quot;2026-09-05&quot;:3.72},{&quot;2026-09-06&quot;:3.33},{&quot;2026-09-07&quot;:3.22},{&quot;2026-09-08&quot;:3.07},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.09},{&quot;2026-09-11&quot;:2.98}]}"
        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="69093"
  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-snc 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">
            Falco Spara, Pactweaver
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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="Falco Spara, Pactweaver" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17bbac59-da58-49d8-887e-272dd90724b4.jpg?1783923033" />

        <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">
            Falco Spara, Pactweaver
        </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 — Bird Demon</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-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="Falco Spara, Pactweaver" src="https://cards.scryfall.io/large/front/1/7/17bbac59-da58-49d8-887e-272dd90724b4.jpg?1783923033" />
    </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">
                $2.98
              </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">
                $6.12
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;2026-06-13&quot;:5.91},{&quot;2026-06-14&quot;:5.91},{&quot;2026-06-15&quot;:5.91},{&quot;2026-06-16&quot;:5.91},{&quot;2026-06-17&quot;:5.91},{&quot;2026-06-18&quot;:5.91},{&quot;2026-06-19&quot;:5.91},{&quot;2026-06-20&quot;:5.91},{&quot;2026-06-21&quot;:5.91},{&quot;2026-06-22&quot;:5.91},{&quot;2026-06-23&quot;:5.91},{&quot;2026-06-24&quot;:5.91},{&quot;2026-06-25&quot;:5.91},{&quot;2026-06-26&quot;:6.11},{&quot;2026-06-27&quot;:6.11},{&quot;2026-06-28&quot;:6.11},{&quot;2026-06-29&quot;:6.11},{&quot;2026-06-30&quot;:6.11},{&quot;2026-07-01&quot;:6.11},{&quot;2026-07-02&quot;:6.11},{&quot;2026-07-03&quot;:6.12},{&quot;2026-07-04&quot;:6.12},{&quot;2026-07-05&quot;:6.12},{&quot;2026-07-06&quot;:6.12},{&quot;2026-07-07&quot;:5.78},{&quot;2026-07-08&quot;:5.78},{&quot;2026-07-09&quot;:5.78},{&quot;2026-07-10&quot;:5.78},{&quot;2026-07-11&quot;:5.78},{&quot;2026-07-12&quot;:5.78},{&quot;2026-07-13&quot;:5.78},{&quot;2026-07-14&quot;:5.78},{&quot;2026-07-15&quot;:5.78},{&quot;2026-07-16&quot;:5.78},{&quot;2026-07-17&quot;:5.78},{&quot;2026-07-18&quot;:5.78},{&quot;2026-07-19&quot;:5.78},{&quot;2026-07-20&quot;:5.78},{&quot;2026-07-21&quot;:5.78},{&quot;2026-07-22&quot;:5.78},{&quot;2026-07-23&quot;:5.78},{&quot;2026-07-24&quot;:5.78},{&quot;2026-07-25&quot;:5.78},{&quot;2026-07-26&quot;:5.78},{&quot;2026-07-27&quot;:5.78},{&quot;2026-07-28&quot;:5.78},{&quot;2026-07-29&quot;:5.78},{&quot;2026-07-30&quot;:5.78},{&quot;2026-07-31&quot;:5.78},{&quot;2026-08-01&quot;:5.78},{&quot;2026-08-02&quot;:5.78},{&quot;2026-08-03&quot;:5.78},{&quot;2026-08-04&quot;:5.78},{&quot;2026-08-05&quot;:5.78},{&quot;2026-08-07&quot;:5.86},{&quot;2026-08-08&quot;:5.86},{&quot;2026-08-09&quot;:5.86},{&quot;2026-08-10&quot;:5.86},{&quot;2026-08-11&quot;:5.86},{&quot;2026-08-12&quot;:5.86},{&quot;2026-08-13&quot;:5.91},{&quot;2026-08-14&quot;:5.91},{&quot;2026-08-15&quot;:6.0},{&quot;2026-08-16&quot;:6.0},{&quot;2026-08-17&quot;:6.0},{&quot;2026-08-18&quot;:6.0},{&quot;2026-08-19&quot;:5.99},{&quot;2026-08-20&quot;:5.97},{&quot;2026-08-21&quot;:5.97},{&quot;2026-08-22&quot;:5.97},{&quot;2026-08-23&quot;:5.97},{&quot;2026-08-24&quot;:5.97},{&quot;2026-08-25&quot;:5.97},{&quot;2026-08-26&quot;:5.97},{&quot;2026-08-27&quot;:5.97},{&quot;2026-08-28&quot;:5.97},{&quot;2026-08-29&quot;:5.97},{&quot;2026-08-30&quot;:5.97},{&quot;2026-08-31&quot;:5.97},{&quot;2026-09-01&quot;:5.97},{&quot;2026-09-02&quot;:5.97},{&quot;2026-09-03&quot;:5.97},{&quot;2026-09-04&quot;:6.21},{&quot;2026-09-05&quot;:6.12},{&quot;2026-09-06&quot;:6.21},{&quot;2026-09-07&quot;:6.21},{&quot;2026-09-08&quot;:6.21},{&quot;2026-09-09&quot;:6.21},{&quot;2026-09-10&quot;:6.21},{&quot;2026-09-11&quot;:6.12}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.11},{&quot;2026-06-14&quot;:3.11},{&quot;2026-06-15&quot;:3.11},{&quot;2026-06-16&quot;:3.11},{&quot;2026-06-17&quot;:3.11},{&quot;2026-06-18&quot;:3.11},{&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.22},{&quot;2026-06-24&quot;:3.22},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.12},{&quot;2026-06-27&quot;:3.12},{&quot;2026-06-28&quot;:3.17},{&quot;2026-06-29&quot;:3.18},{&quot;2026-06-30&quot;:3.18},{&quot;2026-07-01&quot;:3.18},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.19},{&quot;2026-07-06&quot;:3.19},{&quot;2026-07-07&quot;:3.19},{&quot;2026-07-08&quot;:3.19},{&quot;2026-07-09&quot;:3.23},{&quot;2026-07-10&quot;:3.22},{&quot;2026-07-11&quot;:3.22},{&quot;2026-07-12&quot;:3.22},{&quot;2026-07-13&quot;:3.21},{&quot;2026-07-14&quot;:3.21},{&quot;2026-07-15&quot;:3.21},{&quot;2026-07-16&quot;:3.21},{&quot;2026-07-17&quot;:3.21},{&quot;2026-07-18&quot;:3.21},{&quot;2026-07-19&quot;:3.21},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-22&quot;:3.19},{&quot;2026-07-23&quot;:3.19},{&quot;2026-07-24&quot;:3.19},{&quot;2026-07-25&quot;:3.17},{&quot;2026-07-26&quot;:3.17},{&quot;2026-07-27&quot;:3.17},{&quot;2026-07-28&quot;:3.17},{&quot;2026-07-29&quot;:3.15},{&quot;2026-07-30&quot;:3.07},{&quot;2026-07-31&quot;:3.07},{&quot;2026-08-01&quot;:3.07},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.06},{&quot;2026-08-04&quot;:2.87},{&quot;2026-08-05&quot;:2.87},{&quot;2026-08-07&quot;:2.87},{&quot;2026-08-08&quot;:2.87},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.9},{&quot;2026-08-11&quot;:2.9},{&quot;2026-08-12&quot;:2.88},{&quot;2026-08-13&quot;:2.84},{&quot;2026-08-14&quot;:2.9},{&quot;2026-08-15&quot;:2.86},{&quot;2026-08-16&quot;:2.86},{&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.88},{&quot;2026-08-22&quot;:2.88},{&quot;2026-08-23&quot;:2.95},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:3.02},{&quot;2026-08-26&quot;:3.01},{&quot;2026-08-27&quot;:3.01},{&quot;2026-08-28&quot;:3.01},{&quot;2026-08-29&quot;:3.01},{&quot;2026-08-30&quot;:3.03},{&quot;2026-08-31&quot;:2.99},{&quot;2026-09-01&quot;:2.99},{&quot;2026-09-02&quot;:2.99},{&quot;2026-09-03&quot;:3.05},{&quot;2026-09-04&quot;:3.05},{&quot;2026-09-05&quot;:3.05},{&quot;2026-09-06&quot;:3.05},{&quot;2026-09-07&quot;:3.04},{&quot;2026-09-08&quot;:3.04},{&quot;2026-09-09&quot;:3.04},{&quot;2026-09-10&quot;:3.02},{&quot;2026-09-11&quot;:2.98}]}"
        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="73471"
  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">
            Always Watching
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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="Always Watching" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/7/878667d8-89ee-4eba-bf56-ac05bbba1770.jpg?1783926586" />

        <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">
            Always Watching
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-1'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Always Watching" src="https://cards.scryfall.io/large/front/8/7/878667d8-89ee-4eba-bf56-ac05bbba1770.jpg?1783926586" />
    </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">
                $2.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">$0.90</span>
              <span class="text-xs text-grey-text">Credit: $1.17</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:3.59},{&quot;2026-06-10&quot;:3.59},{&quot;2026-06-11&quot;:3.59},{&quot;2026-06-12&quot;:3.56},{&quot;2026-06-13&quot;:3.59},{&quot;2026-06-14&quot;:3.59},{&quot;2026-06-15&quot;:3.59},{&quot;2026-06-16&quot;:3.59},{&quot;2026-06-17&quot;:3.52},{&quot;2026-06-18&quot;:3.52},{&quot;2026-06-19&quot;:3.52},{&quot;2026-06-20&quot;:3.52},{&quot;2026-06-21&quot;:3.52},{&quot;2026-06-22&quot;:3.52},{&quot;2026-06-24&quot;:3.52},{&quot;2026-06-25&quot;:3.52},{&quot;2026-06-26&quot;:3.52},{&quot;2026-06-27&quot;:3.52},{&quot;2026-06-28&quot;:3.52},{&quot;2026-06-29&quot;:3.52},{&quot;2026-06-30&quot;:3.52},{&quot;2026-07-01&quot;:3.52},{&quot;2026-07-02&quot;:3.54},{&quot;2026-07-03&quot;:3.54},{&quot;2026-07-04&quot;:3.54},{&quot;2026-07-05&quot;:3.54},{&quot;2026-07-06&quot;:3.54},{&quot;2026-07-07&quot;:3.54},{&quot;2026-07-08&quot;:3.54},{&quot;2026-07-09&quot;:3.54},{&quot;2026-07-10&quot;:3.54},{&quot;2026-07-11&quot;:3.54},{&quot;2026-07-12&quot;:3.54},{&quot;2026-07-13&quot;:3.54},{&quot;2026-07-14&quot;:3.54},{&quot;2026-07-15&quot;:3.49},{&quot;2026-07-16&quot;:3.49},{&quot;2026-07-17&quot;:3.49},{&quot;2026-07-18&quot;:3.49},{&quot;2026-07-19&quot;:3.49},{&quot;2026-07-20&quot;:3.49},{&quot;2026-07-21&quot;:3.49},{&quot;2026-07-23&quot;:3.49},{&quot;2026-07-25&quot;:3.5},{&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.5},{&quot;2026-08-01&quot;:3.5},{&quot;2026-08-02&quot;:3.5},{&quot;2026-08-03&quot;:3.5},{&quot;2026-08-04&quot;:3.5},{&quot;2026-08-05&quot;:3.37},{&quot;2026-08-07&quot;:3.37},{&quot;2026-08-08&quot;:3.24},{&quot;2026-08-09&quot;:3.24},{&quot;2026-08-10&quot;:3.14},{&quot;2026-08-11&quot;:3.14},{&quot;2026-08-12&quot;:3.14},{&quot;2026-08-13&quot;:3.14},{&quot;2026-08-14&quot;:3.14},{&quot;2026-08-15&quot;:3.14},{&quot;2026-08-16&quot;:3.14},{&quot;2026-08-17&quot;:3.14},{&quot;2026-08-18&quot;:3.14},{&quot;2026-08-19&quot;:3.14},{&quot;2026-08-20&quot;:3.14},{&quot;2026-08-21&quot;:3.04},{&quot;2026-08-22&quot;:3.11},{&quot;2026-08-23&quot;:3.11},{&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.1},{&quot;2026-08-28&quot;:3.1},{&quot;2026-08-29&quot;:3.1},{&quot;2026-08-30&quot;:3.1},{&quot;2026-08-31&quot;:3.1},{&quot;2026-09-01&quot;:3.1},{&quot;2026-09-02&quot;:2.98},{&quot;2026-09-03&quot;:2.98},{&quot;2026-09-04&quot;:2.98},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.98},{&quot;2026-09-09&quot;:2.98},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.98}]}"
        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="76586"
  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">
            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">
              ↑
              1%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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/3/6/36aef540-1565-4f03-a01a-a51eb8cd1f0f.jpg?1783932299" />

        <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/3/6/36aef540-1565-4f03-a01a-a51eb8cd1f0f.jpg?1783932299" />
    </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">
                $2.98
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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;normal&quot;:[{&quot;2026-06-11&quot;:1.96},{&quot;2026-06-12&quot;:1.96},{&quot;2026-06-13&quot;:1.96},{&quot;2026-06-14&quot;:1.99},{&quot;2026-06-15&quot;:1.99},{&quot;2026-06-16&quot;:1.99},{&quot;2026-06-17&quot;:1.99},{&quot;2026-06-18&quot;:1.99},{&quot;2026-06-19&quot;:2.04},{&quot;2026-06-20&quot;:2.2},{&quot;2026-06-21&quot;:2.22},{&quot;2026-06-22&quot;:2.28},{&quot;2026-06-23&quot;:2.28},{&quot;2026-06-24&quot;:2.28},{&quot;2026-06-25&quot;:2.28},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.27},{&quot;2026-06-28&quot;:2.27},{&quot;2026-06-29&quot;:2.27},{&quot;2026-06-30&quot;:2.27},{&quot;2026-07-01&quot;:2.27},{&quot;2026-07-02&quot;:2.36},{&quot;2026-07-03&quot;:2.36},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.33},{&quot;2026-07-06&quot;:2.33},{&quot;2026-07-07&quot;:2.36},{&quot;2026-07-08&quot;:2.36},{&quot;2026-07-09&quot;:2.36},{&quot;2026-07-10&quot;:2.39},{&quot;2026-07-11&quot;:2.39},{&quot;2026-07-12&quot;:2.39},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.45},{&quot;2026-07-15&quot;:2.45},{&quot;2026-07-16&quot;:2.45},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.45},{&quot;2026-07-19&quot;:2.47},{&quot;2026-07-20&quot;:2.47},{&quot;2026-07-21&quot;:2.47},{&quot;2026-07-23&quot;:2.47},{&quot;2026-07-25&quot;:2.47},{&quot;2026-07-26&quot;:2.47},{&quot;2026-07-27&quot;:2.59},{&quot;2026-07-28&quot;:2.59},{&quot;2026-07-29&quot;:2.59},{&quot;2026-07-30&quot;:2.57},{&quot;2026-07-31&quot;:2.6},{&quot;2026-08-01&quot;:2.6},{&quot;2026-08-02&quot;:2.6},{&quot;2026-08-03&quot;:2.6},{&quot;2026-08-04&quot;:2.6},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.77},{&quot;2026-08-08&quot;:2.78},{&quot;2026-08-09&quot;:2.73},{&quot;2026-08-10&quot;:2.69},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.77},{&quot;2026-08-13&quot;:2.82},{&quot;2026-08-14&quot;:2.82},{&quot;2026-08-15&quot;:2.79},{&quot;2026-08-16&quot;:2.84},{&quot;2026-08-17&quot;:2.84},{&quot;2026-08-18&quot;:2.84},{&quot;2026-08-19&quot;:2.84},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.82},{&quot;2026-08-23&quot;:2.81},{&quot;2026-08-24&quot;:2.91},{&quot;2026-08-25&quot;:2.91},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.91},{&quot;2026-08-28&quot;:2.88},{&quot;2026-08-29&quot;:2.88},{&quot;2026-08-30&quot;:2.93},{&quot;2026-08-31&quot;:3.02},{&quot;2026-09-01&quot;:3.02},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.92},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.96},{&quot;2026-09-06&quot;:2.88},{&quot;2026-09-07&quot;:3.03},{&quot;2026-09-08&quot;:3.03},{&quot;2026-09-09&quot;:3.0},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.98}]}"
        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="89496"
  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-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">
            Zulaport Cutthroat
        </span>


      </div>

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

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

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

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

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

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

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Zulaport Cutthroat" src="https://cards.scryfall.io/large/front/7/a/7a264eb1-9fd4-4cf3-8eff-0def0ccbfbd7.jpg?1783929473" />
    </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">
                $2.98
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.54},{&quot;2026-06-14&quot;:3.54},{&quot;2026-06-15&quot;:3.54},{&quot;2026-06-16&quot;:3.47},{&quot;2026-06-17&quot;:3.47},{&quot;2026-06-18&quot;:3.5},{&quot;2026-06-19&quot;:3.5},{&quot;2026-06-20&quot;:3.5},{&quot;2026-06-21&quot;:3.5},{&quot;2026-06-22&quot;:3.5},{&quot;2026-06-23&quot;:3.5},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.55},{&quot;2026-06-26&quot;:3.45},{&quot;2026-06-27&quot;:3.41},{&quot;2026-06-28&quot;:3.41},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.39},{&quot;2026-07-02&quot;:3.39},{&quot;2026-07-03&quot;:3.5},{&quot;2026-07-04&quot;:3.56},{&quot;2026-07-05&quot;:3.46},{&quot;2026-07-06&quot;:3.36},{&quot;2026-07-07&quot;:3.36},{&quot;2026-07-08&quot;:3.27},{&quot;2026-07-09&quot;:3.27},{&quot;2026-07-10&quot;:3.2},{&quot;2026-07-11&quot;:3.2},{&quot;2026-07-12&quot;:3.2},{&quot;2026-07-13&quot;:2.98},{&quot;2026-07-14&quot;:2.98},{&quot;2026-07-15&quot;:2.98},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.79},{&quot;2026-07-19&quot;:2.56},{&quot;2026-07-20&quot;:2.56},{&quot;2026-07-21&quot;:2.56},{&quot;2026-07-22&quot;:2.56},{&quot;2026-07-23&quot;:2.5},{&quot;2026-07-24&quot;:2.5},{&quot;2026-07-25&quot;:2.5},{&quot;2026-07-26&quot;:2.5},{&quot;2026-07-27&quot;:2.56},{&quot;2026-07-28&quot;:2.51},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.59},{&quot;2026-07-31&quot;:2.61},{&quot;2026-08-01&quot;:2.61},{&quot;2026-08-02&quot;:2.61},{&quot;2026-08-03&quot;:2.62},{&quot;2026-08-04&quot;:2.57},{&quot;2026-08-05&quot;:2.57},{&quot;2026-08-07&quot;:2.58},{&quot;2026-08-08&quot;:2.58},{&quot;2026-08-09&quot;:2.94},{&quot;2026-08-10&quot;:3.04},{&quot;2026-08-11&quot;:3.04},{&quot;2026-08-12&quot;:3.04},{&quot;2026-08-13&quot;:3.04},{&quot;2026-08-14&quot;:3.03},{&quot;2026-08-15&quot;:3.03},{&quot;2026-08-16&quot;:3.11},{&quot;2026-08-17&quot;:3.11},{&quot;2026-08-18&quot;:3.12},{&quot;2026-08-19&quot;:3.05},{&quot;2026-08-20&quot;:3.05},{&quot;2026-08-21&quot;:2.82},{&quot;2026-08-22&quot;:2.77},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.69},{&quot;2026-08-25&quot;:2.65},{&quot;2026-08-26&quot;:2.65},{&quot;2026-08-27&quot;:2.65},{&quot;2026-08-28&quot;:2.55},{&quot;2026-08-29&quot;:2.55},{&quot;2026-08-30&quot;:2.48},{&quot;2026-08-31&quot;:2.48},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.31},{&quot;2026-09-03&quot;:2.24},{&quot;2026-09-04&quot;:2.03},{&quot;2026-09-05&quot;:2.03},{&quot;2026-09-06&quot;:2.03},{&quot;2026-09-07&quot;:1.94},{&quot;2026-09-08&quot;:1.96},{&quot;2026-09-09&quot;:2.71},{&quot;2026-09-10&quot;:2.98},{&quot;2026-09-11&quot;:2.98}]}"
        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="109068"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-soc ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.98
          </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="Nature&#39;s Lore" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/7/c/7caedde3-8a02-4384-b8f5-5529b0ed27a5.jpg?1782683173" />

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

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

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

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Nature&#39;s Lore" src="https://cards.scryfall.io/large/front/7/c/7caedde3-8a02-4384-b8f5-5529b0ed27a5.jpg?1782683173" />
    </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">
                $2.98
              </span>

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

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

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

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:2.41},{&quot;2026-06-13&quot;:2.45},{&quot;2026-06-14&quot;:2.37},{&quot;2026-06-15&quot;:2.33},{&quot;2026-06-16&quot;:2.32},{&quot;2026-06-17&quot;:2.33},{&quot;2026-06-18&quot;:2.35},{&quot;2026-06-19&quot;:2.4},{&quot;2026-06-20&quot;:2.38},{&quot;2026-06-21&quot;:2.42},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.52},{&quot;2026-06-24&quot;:2.51},{&quot;2026-06-25&quot;:2.54},{&quot;2026-06-26&quot;:2.49},{&quot;2026-06-27&quot;:2.44},{&quot;2026-06-28&quot;:2.4},{&quot;2026-06-29&quot;:2.4},{&quot;2026-06-30&quot;:2.47},{&quot;2026-07-01&quot;:2.51},{&quot;2026-07-02&quot;:2.49},{&quot;2026-07-03&quot;:2.41},{&quot;2026-07-04&quot;:2.33},{&quot;2026-07-05&quot;:2.35},{&quot;2026-07-06&quot;:2.34},{&quot;2026-07-07&quot;:2.39},{&quot;2026-07-08&quot;:2.33},{&quot;2026-07-09&quot;:2.31},{&quot;2026-07-10&quot;:2.33},{&quot;2026-07-11&quot;:2.38},{&quot;2026-07-12&quot;:2.41},{&quot;2026-07-13&quot;:2.45},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.45},{&quot;2026-07-16&quot;:2.44},{&quot;2026-07-17&quot;:2.39},{&quot;2026-07-18&quot;:2.39},{&quot;2026-07-19&quot;:3.05},{&quot;2026-07-20&quot;:3.07},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-23&quot;:2.85},{&quot;2026-07-24&quot;:2.9},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:2.96},{&quot;2026-07-27&quot;:2.74},{&quot;2026-07-28&quot;:2.75},{&quot;2026-07-29&quot;:2.74},{&quot;2026-07-30&quot;:2.75},{&quot;2026-07-31&quot;:2.8},{&quot;2026-08-01&quot;:2.81},{&quot;2026-08-02&quot;:2.89},{&quot;2026-08-03&quot;:2.88},{&quot;2026-08-04&quot;:2.92},{&quot;2026-08-05&quot;:2.92},{&quot;2026-08-07&quot;:3.05},{&quot;2026-08-08&quot;:3.08},{&quot;2026-08-09&quot;:3.26},{&quot;2026-08-10&quot;:3.27},{&quot;2026-08-11&quot;:3.24},{&quot;2026-08-12&quot;:3.28},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.28},{&quot;2026-08-15&quot;:3.23},{&quot;2026-08-16&quot;:3.23},{&quot;2026-08-17&quot;:3.04},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.03},{&quot;2026-08-22&quot;:2.97},{&quot;2026-08-23&quot;:2.97},{&quot;2026-08-24&quot;:3.02},{&quot;2026-08-25&quot;:2.92},{&quot;2026-08-26&quot;:2.91},{&quot;2026-08-27&quot;:2.95},{&quot;2026-08-28&quot;:3.02},{&quot;2026-08-29&quot;:3.02},{&quot;2026-08-30&quot;:3.19},{&quot;2026-08-31&quot;:3.27},{&quot;2026-09-01&quot;:3.5},{&quot;2026-09-02&quot;:3.48},{&quot;2026-09-03&quot;:3.47},{&quot;2026-09-04&quot;:3.43},{&quot;2026-09-05&quot;:3.41},{&quot;2026-09-06&quot;:3.26},{&quot;2026-09-07&quot;:3.15},{&quot;2026-09-08&quot;:3.17},{&quot;2026-09-09&quot;:3.12},{&quot;2026-09-10&quot;:3.0},{&quot;2026-09-11&quot;:2.98}]}"
        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="15015"
  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">
            Guildless Commons
        </span>


      </div>

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

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

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

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

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

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

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

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

      </div>
    </div>

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Guildless Commons" src="https://cards.scryfall.io/large/front/8/f/8f943d5d-e8a1-4fe1-aad5-80c7ccf15435.jpg?1783915387" />
    </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">
                $2.97
              </span>

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

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-08&quot;:4.28},{&quot;2026-06-10&quot;:4.08},{&quot;2026-06-11&quot;:4.2},{&quot;2026-06-12&quot;:4.2},{&quot;2026-06-13&quot;:3.85},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:3.83},{&quot;2026-06-16&quot;:3.83},{&quot;2026-06-17&quot;:3.83},{&quot;2026-06-18&quot;:3.79},{&quot;2026-06-19&quot;:3.79},{&quot;2026-06-20&quot;:3.79},{&quot;2026-06-21&quot;:3.79},{&quot;2026-06-22&quot;:3.64},{&quot;2026-06-24&quot;:3.6},{&quot;2026-06-25&quot;:3.6},{&quot;2026-06-26&quot;:3.6},{&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.55},{&quot;2026-07-01&quot;:3.55},{&quot;2026-07-02&quot;:3.51},{&quot;2026-07-03&quot;:3.51},{&quot;2026-07-04&quot;:3.51},{&quot;2026-07-05&quot;:3.44},{&quot;2026-07-06&quot;:3.48},{&quot;2026-07-07&quot;:3.48},{&quot;2026-07-08&quot;:3.5},{&quot;2026-07-09&quot;:3.5},{&quot;2026-07-10&quot;:3.38},{&quot;2026-07-11&quot;:3.26},{&quot;2026-07-12&quot;:3.26},{&quot;2026-07-13&quot;:3.18},{&quot;2026-07-14&quot;:3.11},{&quot;2026-07-15&quot;:3.06},{&quot;2026-07-16&quot;:3.17},{&quot;2026-07-17&quot;:3.28},{&quot;2026-07-18&quot;:3.22},{&quot;2026-07-19&quot;:3.22},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.19},{&quot;2026-07-23&quot;:3.14},{&quot;2026-07-25&quot;:3.13},{&quot;2026-07-26&quot;:3.13},{&quot;2026-07-27&quot;:3.13},{&quot;2026-07-29&quot;:3.13},{&quot;2026-07-30&quot;:3.13},{&quot;2026-07-31&quot;:3.13},{&quot;2026-08-01&quot;:3.13},{&quot;2026-08-02&quot;:3.13},{&quot;2026-08-03&quot;:3.13},{&quot;2026-08-04&quot;:3.13},{&quot;2026-08-05&quot;:3.13},{&quot;2026-08-07&quot;:3.13},{&quot;2026-08-08&quot;:3.25},{&quot;2026-08-09&quot;:3.25},{&quot;2026-08-10&quot;:3.25},{&quot;2026-08-11&quot;:3.25},{&quot;2026-08-12&quot;:3.24},{&quot;2026-08-13&quot;:3.21},{&quot;2026-08-14&quot;:3.21},{&quot;2026-08-15&quot;:3.15},{&quot;2026-08-16&quot;:3.16},{&quot;2026-08-17&quot;:3.16},{&quot;2026-08-18&quot;:3.18},{&quot;2026-08-19&quot;:3.18},{&quot;2026-08-20&quot;:3.18},{&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.12},{&quot;2026-08-25&quot;:3.12},{&quot;2026-08-26&quot;:3.12},{&quot;2026-08-27&quot;:3.12},{&quot;2026-08-28&quot;:3.12},{&quot;2026-08-29&quot;:3.12},{&quot;2026-08-30&quot;:3.06},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:3.06},{&quot;2026-09-03&quot;:3.06},{&quot;2026-09-04&quot;:2.99},{&quot;2026-09-05&quot;:2.99},{&quot;2026-09-06&quot;:2.98},{&quot;2026-09-07&quot;:2.98},{&quot;2026-09-08&quot;:2.96},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.97}]}"
        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="20026"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2xm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Creature — Cat Cleric
      </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">
            $2.97
          </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="Leonin Abunas" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/4/14397b59-ff0d-4838-92c3-9728bf6b0af5.jpg?1783930213" />

        <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">
            Leonin Abunas
        </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 — Cat Cleric</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>
          </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="Leonin Abunas" src="https://cards.scryfall.io/large/front/1/4/14397b59-ff0d-4838-92c3-9728bf6b0af5.jpg?1783930213" />
    </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">
                $2.97
              </span>

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

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:2.22},{&quot;2026-06-14&quot;:2.22},{&quot;2026-06-15&quot;:2.22},{&quot;2026-06-16&quot;:2.22},{&quot;2026-06-17&quot;:2.2},{&quot;2026-06-18&quot;:2.2},{&quot;2026-06-19&quot;:2.2},{&quot;2026-06-20&quot;:2.2},{&quot;2026-06-21&quot;:2.2},{&quot;2026-06-22&quot;:2.2},{&quot;2026-06-23&quot;:2.2},{&quot;2026-06-24&quot;:2.2},{&quot;2026-06-25&quot;:2.2},{&quot;2026-06-26&quot;:2.2},{&quot;2026-06-27&quot;:2.2},{&quot;2026-06-28&quot;:2.2},{&quot;2026-06-29&quot;:2.2},{&quot;2026-06-30&quot;:2.2},{&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.2},{&quot;2026-07-07&quot;:2.2},{&quot;2026-07-08&quot;:2.21},{&quot;2026-07-09&quot;:2.21},{&quot;2026-07-10&quot;:2.21},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.22},{&quot;2026-07-13&quot;:2.22},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.22},{&quot;2026-07-17&quot;:2.16},{&quot;2026-07-18&quot;:2.16},{&quot;2026-07-19&quot;:2.16},{&quot;2026-07-20&quot;:2.15},{&quot;2026-07-21&quot;:2.15},{&quot;2026-07-22&quot;:2.15},{&quot;2026-07-23&quot;:2.15},{&quot;2026-07-24&quot;:2.15},{&quot;2026-07-25&quot;:2.14},{&quot;2026-07-26&quot;:2.14},{&quot;2026-07-27&quot;:2.14},{&quot;2026-07-28&quot;:2.14},{&quot;2026-07-29&quot;:2.14},{&quot;2026-07-30&quot;:2.14},{&quot;2026-07-31&quot;:2.14},{&quot;2026-08-01&quot;:2.14},{&quot;2026-08-02&quot;:2.14},{&quot;2026-08-03&quot;:2.15},{&quot;2026-08-04&quot;:2.15},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.16},{&quot;2026-08-08&quot;:2.16},{&quot;2026-08-09&quot;:2.16},{&quot;2026-08-10&quot;:2.16},{&quot;2026-08-11&quot;:2.16},{&quot;2026-08-12&quot;:2.16},{&quot;2026-08-13&quot;:2.16},{&quot;2026-08-14&quot;:2.22},{&quot;2026-08-15&quot;:2.22},{&quot;2026-08-16&quot;:2.22},{&quot;2026-08-17&quot;:2.24},{&quot;2026-08-18&quot;:2.24},{&quot;2026-08-19&quot;:2.24},{&quot;2026-08-20&quot;:2.27},{&quot;2026-08-21&quot;:2.27},{&quot;2026-08-22&quot;:2.27},{&quot;2026-08-23&quot;:2.27},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.29},{&quot;2026-08-27&quot;:2.29},{&quot;2026-08-28&quot;:2.32},{&quot;2026-08-29&quot;:2.32},{&quot;2026-08-30&quot;:2.32},{&quot;2026-08-31&quot;:2.32},{&quot;2026-09-01&quot;:2.32},{&quot;2026-09-02&quot;:2.34},{&quot;2026-09-03&quot;:2.4},{&quot;2026-09-04&quot;:2.4},{&quot;2026-09-05&quot;:2.36},{&quot;2026-09-06&quot;:2.36},{&quot;2026-09-07&quot;:2.36},{&quot;2026-09-08&quot;:2.36},{&quot;2026-09-09&quot;:2.39},{&quot;2026-09-10&quot;:2.39},{&quot;2026-09-11&quot;:2.39}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:3.46},{&quot;2026-06-14&quot;:3.32},{&quot;2026-06-15&quot;:3.32},{&quot;2026-06-16&quot;:3.31},{&quot;2026-06-17&quot;:3.31},{&quot;2026-06-18&quot;:3.31},{&quot;2026-06-19&quot;:3.07},{&quot;2026-06-20&quot;:3.09},{&quot;2026-06-21&quot;:3.14},{&quot;2026-06-22&quot;:3.14},{&quot;2026-06-23&quot;:3.09},{&quot;2026-06-24&quot;:3.09},{&quot;2026-06-25&quot;:3.2},{&quot;2026-06-26&quot;:3.05},{&quot;2026-06-27&quot;:3.05},{&quot;2026-06-28&quot;:2.81},{&quot;2026-06-29&quot;:2.81},{&quot;2026-06-30&quot;:2.81},{&quot;2026-07-01&quot;:2.81},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.89},{&quot;2026-07-04&quot;:2.92},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.92},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:2.97},{&quot;2026-07-10&quot;:3.05},{&quot;2026-07-11&quot;:3.05},{&quot;2026-07-12&quot;:3.05},{&quot;2026-07-13&quot;:3.03},{&quot;2026-07-14&quot;:3.03},{&quot;2026-07-15&quot;:3.11},{&quot;2026-07-16&quot;:3.0},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:2.91},{&quot;2026-07-19&quot;:2.91},{&quot;2026-07-20&quot;:2.9},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-22&quot;:3.06},{&quot;2026-07-23&quot;:3.06},{&quot;2026-07-24&quot;:3.06},{&quot;2026-07-25&quot;:3.01},{&quot;2026-07-26&quot;:3.01},{&quot;2026-07-27&quot;:3.06},{&quot;2026-07-28&quot;:3.06},{&quot;2026-07-29&quot;:3.14},{&quot;2026-07-30&quot;:3.14},{&quot;2026-07-31&quot;:3.14},{&quot;2026-08-01&quot;:3.14},{&quot;2026-08-02&quot;:3.22},{&quot;2026-08-03&quot;:3.3},{&quot;2026-08-04&quot;:3.3},{&quot;2026-08-05&quot;:3.25},{&quot;2026-08-07&quot;:3.32},{&quot;2026-08-08&quot;:3.26},{&quot;2026-08-09&quot;:3.26},{&quot;2026-08-10&quot;:3.26},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.33},{&quot;2026-08-13&quot;:3.33},{&quot;2026-08-14&quot;:3.3},{&quot;2026-08-15&quot;:3.3},{&quot;2026-08-16&quot;:3.3},{&quot;2026-08-17&quot;:3.38},{&quot;2026-08-18&quot;:3.38},{&quot;2026-08-19&quot;:3.46},{&quot;2026-08-20&quot;:3.46},{&quot;2026-08-21&quot;:3.46},{&quot;2026-08-22&quot;:3.38},{&quot;2026-08-23&quot;:3.41},{&quot;2026-08-24&quot;:3.34},{&quot;2026-08-25&quot;:3.34},{&quot;2026-08-26&quot;:3.34},{&quot;2026-08-27&quot;:3.34},{&quot;2026-08-28&quot;:3.34},{&quot;2026-08-29&quot;:3.34},{&quot;2026-08-30&quot;:3.38},{&quot;2026-08-31&quot;:3.47},{&quot;2026-09-01&quot;:3.35},{&quot;2026-09-02&quot;:3.29},{&quot;2026-09-03&quot;:3.29},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.12},{&quot;2026-09-07&quot;:3.12},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.11},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.97}]}"
        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="21286"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-2x2 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

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

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

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

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

      <div class="flex-1 min-w-0">
        <h3 class="font-semibold text-nine-white">
            Dimir Aqueduct
        </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="Dimir Aqueduct" src="https://cards.scryfall.io/large/front/7/7/7761b314-844a-4ade-a584-f37712cd2293.jpg?1783921752" />
    </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.21
              </span>

            </div>
          </div>

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

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

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-08&quot;:2.25},{&quot;2026-06-10&quot;:2.3},{&quot;2026-06-11&quot;:2.32},{&quot;2026-06-12&quot;:2.32},{&quot;2026-06-13&quot;:2.32},{&quot;2026-06-14&quot;:2.39},{&quot;2026-06-15&quot;:2.39},{&quot;2026-06-16&quot;:2.47},{&quot;2026-06-17&quot;:2.47},{&quot;2026-06-18&quot;:2.45},{&quot;2026-06-19&quot;:2.45},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.65},{&quot;2026-06-22&quot;:2.65},{&quot;2026-06-24&quot;:2.59},{&quot;2026-06-25&quot;:2.66},{&quot;2026-06-26&quot;:2.66},{&quot;2026-06-27&quot;:2.71},{&quot;2026-06-28&quot;:2.71},{&quot;2026-06-29&quot;:2.71},{&quot;2026-06-30&quot;:2.71},{&quot;2026-07-01&quot;:2.78},{&quot;2026-07-02&quot;:2.79},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.89},{&quot;2026-07-05&quot;:2.89},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.88},{&quot;2026-07-08&quot;:2.83},{&quot;2026-07-09&quot;:2.84},{&quot;2026-07-10&quot;:2.94},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.95},{&quot;2026-07-14&quot;:2.92},{&quot;2026-07-15&quot;:2.92},{&quot;2026-07-16&quot;:2.92},{&quot;2026-07-17&quot;:2.86},{&quot;2026-07-18&quot;:2.86},{&quot;2026-07-19&quot;:2.86},{&quot;2026-07-20&quot;:2.86},{&quot;2026-07-21&quot;:2.86},{&quot;2026-07-23&quot;:2.86},{&quot;2026-07-25&quot;:2.86},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:2.76},{&quot;2026-07-29&quot;:2.76},{&quot;2026-07-30&quot;:2.76},{&quot;2026-07-31&quot;:2.75},{&quot;2026-08-01&quot;:2.75},{&quot;2026-08-02&quot;:2.78},{&quot;2026-08-03&quot;:2.78},{&quot;2026-08-04&quot;:2.78},{&quot;2026-08-05&quot;:2.82},{&quot;2026-08-07&quot;:2.86},{&quot;2026-08-08&quot;:2.82},{&quot;2026-08-09&quot;:2.82},{&quot;2026-08-10&quot;:2.82},{&quot;2026-08-11&quot;:2.78},{&quot;2026-08-12&quot;:2.83},{&quot;2026-08-13&quot;:2.83},{&quot;2026-08-14&quot;:2.83},{&quot;2026-08-15&quot;:2.88},{&quot;2026-08-16&quot;:2.88},{&quot;2026-08-17&quot;:2.88},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.77},{&quot;2026-08-20&quot;:2.77},{&quot;2026-08-21&quot;:2.77},{&quot;2026-08-22&quot;:2.75},{&quot;2026-08-23&quot;:2.8},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.8},{&quot;2026-08-26&quot;:2.8},{&quot;2026-08-27&quot;:2.8},{&quot;2026-08-28&quot;:2.9},{&quot;2026-08-29&quot;:2.9},{&quot;2026-08-30&quot;:2.78},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.94},{&quot;2026-09-03&quot;:2.94},{&quot;2026-09-04&quot;:2.97},{&quot;2026-09-05&quot;:2.98},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.89},{&quot;2026-09-08&quot;:2.89},{&quot;2026-09-09&quot;:2.96},{&quot;2026-09-10&quot;:2.97},{&quot;2026-09-11&quot;:2.97}],&quot;normal&quot;:[{&quot;2026-06-08&quot;:1.53},{&quot;2026-06-10&quot;:1.55},{&quot;2026-06-11&quot;:1.68},{&quot;2026-06-12&quot;:1.68},{&quot;2026-06-13&quot;:1.68},{&quot;2026-06-14&quot;:1.73},{&quot;2026-06-15&quot;:1.73},{&quot;2026-06-16&quot;:1.8},{&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.77},{&quot;2026-06-21&quot;:1.77},{&quot;2026-06-22&quot;:2.03},{&quot;2026-06-24&quot;:2.02},{&quot;2026-06-25&quot;:2.17},{&quot;2026-06-26&quot;:2.22},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.17},{&quot;2026-06-30&quot;:2.16},{&quot;2026-07-01&quot;:2.15},{&quot;2026-07-02&quot;:2.15},{&quot;2026-07-03&quot;:2.15},{&quot;2026-07-04&quot;:2.15},{&quot;2026-07-05&quot;:2.15},{&quot;2026-07-06&quot;:2.05},{&quot;2026-07-07&quot;:1.99},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:1.82},{&quot;2026-07-10&quot;:1.83},{&quot;2026-07-11&quot;:1.83},{&quot;2026-07-12&quot;:1.83},{&quot;2026-07-13&quot;:1.93},{&quot;2026-07-14&quot;:1.97},{&quot;2026-07-15&quot;:2.02},{&quot;2026-07-16&quot;:2.03},{&quot;2026-07-17&quot;:2.05},{&quot;2026-07-18&quot;:2.26},{&quot;2026-07-19&quot;:2.19},{&quot;2026-07-20&quot;:2.2},{&quot;2026-07-21&quot;:2.19},{&quot;2026-07-23&quot;:2.18},{&quot;2026-07-25&quot;:2.23},{&quot;2026-07-26&quot;:2.23},{&quot;2026-07-27&quot;:2.25},{&quot;2026-07-29&quot;:2.31},{&quot;2026-07-30&quot;:2.31},{&quot;2026-07-31&quot;:2.27},{&quot;2026-08-01&quot;:2.27},{&quot;2026-08-02&quot;:2.26},{&quot;2026-08-03&quot;:2.27},{&quot;2026-08-04&quot;:2.27},{&quot;2026-08-05&quot;:2.26},{&quot;2026-08-07&quot;:2.22},{&quot;2026-08-08&quot;:2.22},{&quot;2026-08-09&quot;:2.24},{&quot;2026-08-10&quot;:2.24},{&quot;2026-08-11&quot;:2.24},{&quot;2026-08-12&quot;:2.24},{&quot;2026-08-13&quot;:2.06},{&quot;2026-08-14&quot;:2.04},{&quot;2026-08-15&quot;:2.01},{&quot;2026-08-16&quot;:2.05},{&quot;2026-08-17&quot;:2.05},{&quot;2026-08-18&quot;:2.08},{&quot;2026-08-19&quot;:2.08},{&quot;2026-08-20&quot;:2.08},{&quot;2026-08-21&quot;:2.12},{&quot;2026-08-22&quot;:2.08},{&quot;2026-08-23&quot;:2.07},{&quot;2026-08-24&quot;:2.06},{&quot;2026-08-25&quot;:2.06},{&quot;2026-08-26&quot;:2.09},{&quot;2026-08-27&quot;:2.09},{&quot;2026-08-28&quot;:2.16},{&quot;2026-08-29&quot;:2.16},{&quot;2026-08-30&quot;:2.15},{&quot;2026-08-31&quot;:2.13},{&quot;2026-09-01&quot;:2.13},{&quot;2026-09-02&quot;:2.1},{&quot;2026-09-03&quot;:2.2},{&quot;2026-09-04&quot;:2.2},{&quot;2026-09-05&quot;:2.2},{&quot;2026-09-06&quot;:2.2},{&quot;2026-09-07&quot;:2.2},{&quot;2026-09-08&quot;:2.22},{&quot;2026-09-09&quot;:2.2},{&quot;2026-09-10&quot;:2.21},{&quot;2026-09-11&quot;:2.21}]}"
        class="w-full"
        style="max-height: 275px;"
      ></canvas>
    </div>
  </div>
</div>

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

    <!-- Quick Actions -->

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

    
<div
  data-controller="mobile-card"
  data-mobile-card-card-id-value="57669"
  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">
            Soulless Jailer
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.97
          </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="Soulless Jailer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/b/f/bf9991fd-ea6a-4ed7-b5f1-46a95f8d0634.jpg?1783917986" />

        <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">
            Soulless Jailer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Artifact Creature — Phyrexian Golem</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="Soulless Jailer" src="https://cards.scryfall.io/large/front/b/f/bf9991fd-ea6a-4ed7-b5f1-46a95f8d0634.jpg?1783917986" />
    </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">
                $2.97
              </span>

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

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

            <div class="flex items-center gap-1.5">
              <span class="text-lg font-medium text-purple-400">
                $4.08
              </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-10&quot;:1.42},{&quot;2026-06-11&quot;:1.42},{&quot;2026-06-12&quot;:1.5},{&quot;2026-06-13&quot;:1.5},{&quot;2026-06-14&quot;:2.0},{&quot;2026-06-15&quot;:2.1},{&quot;2026-06-16&quot;:2.1},{&quot;2026-06-17&quot;:2.1},{&quot;2026-06-18&quot;:2.1},{&quot;2026-06-19&quot;:2.11},{&quot;2026-06-20&quot;:2.11},{&quot;2026-06-21&quot;:2.11},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.13},{&quot;2026-06-24&quot;:2.13},{&quot;2026-06-25&quot;:2.13},{&quot;2026-06-26&quot;:2.14},{&quot;2026-06-27&quot;:2.14},{&quot;2026-06-28&quot;:2.14},{&quot;2026-06-29&quot;:2.14},{&quot;2026-06-30&quot;:2.14},{&quot;2026-07-01&quot;:2.14},{&quot;2026-07-02&quot;:2.14},{&quot;2026-07-03&quot;:2.17},{&quot;2026-07-04&quot;:2.17},{&quot;2026-07-05&quot;:2.16},{&quot;2026-07-06&quot;:2.16},{&quot;2026-07-07&quot;:2.16},{&quot;2026-07-08&quot;:2.2},{&quot;2026-07-09&quot;:2.2},{&quot;2026-07-10&quot;:2.2},{&quot;2026-07-11&quot;:2.22},{&quot;2026-07-12&quot;:2.33},{&quot;2026-07-13&quot;:2.33},{&quot;2026-07-14&quot;:2.33},{&quot;2026-07-15&quot;:2.32},{&quot;2026-07-16&quot;:2.32},{&quot;2026-07-17&quot;:2.33},{&quot;2026-07-18&quot;:2.35},{&quot;2026-07-19&quot;:2.4},{&quot;2026-07-20&quot;:2.5},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.45},{&quot;2026-07-25&quot;:2.42},{&quot;2026-07-26&quot;:2.38},{&quot;2026-07-27&quot;:2.32},{&quot;2026-07-29&quot;:2.32},{&quot;2026-07-30&quot;:2.32},{&quot;2026-07-31&quot;:2.43},{&quot;2026-08-01&quot;:2.43},{&quot;2026-08-02&quot;:2.09},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.16},{&quot;2026-08-05&quot;:2.16},{&quot;2026-08-07&quot;:2.12},{&quot;2026-08-08&quot;:2.12},{&quot;2026-08-09&quot;:2.28},{&quot;2026-08-10&quot;:2.4},{&quot;2026-08-11&quot;:2.45},{&quot;2026-08-12&quot;:2.45},{&quot;2026-08-13&quot;:2.45},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.66},{&quot;2026-08-16&quot;:2.66},{&quot;2026-08-17&quot;:2.98},{&quot;2026-08-18&quot;:2.98},{&quot;2026-08-19&quot;:2.92},{&quot;2026-08-20&quot;:2.92},{&quot;2026-08-21&quot;:3.2},{&quot;2026-08-22&quot;:3.68},{&quot;2026-08-23&quot;:3.68},{&quot;2026-08-24&quot;:3.92},{&quot;2026-08-25&quot;:3.92},{&quot;2026-08-26&quot;:4.19},{&quot;2026-08-27&quot;:4.2},{&quot;2026-08-28&quot;:4.2},{&quot;2026-08-29&quot;:4.2},{&quot;2026-08-30&quot;:4.18},{&quot;2026-08-31&quot;:4.18},{&quot;2026-09-01&quot;:4.18},{&quot;2026-09-02&quot;:4.23},{&quot;2026-09-03&quot;:4.23},{&quot;2026-09-04&quot;:4.08},{&quot;2026-09-05&quot;:4.08},{&quot;2026-09-06&quot;:4.08},{&quot;2026-09-07&quot;:4.08},{&quot;2026-09-08&quot;:4.08},{&quot;2026-09-09&quot;:4.23},{&quot;2026-09-10&quot;:4.23},{&quot;2026-09-11&quot;:4.08}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:1.62},{&quot;2026-06-11&quot;:1.65},{&quot;2026-06-12&quot;:1.56},{&quot;2026-06-13&quot;:1.5},{&quot;2026-06-14&quot;:1.48},{&quot;2026-06-15&quot;:1.65},{&quot;2026-06-16&quot;:1.59},{&quot;2026-06-17&quot;:1.57},{&quot;2026-06-18&quot;:1.46},{&quot;2026-06-19&quot;:1.42},{&quot;2026-06-20&quot;:1.72},{&quot;2026-06-21&quot;:1.69},{&quot;2026-06-22&quot;:1.69},{&quot;2026-06-23&quot;:1.7},{&quot;2026-06-24&quot;:1.52},{&quot;2026-06-25&quot;:1.73},{&quot;2026-06-26&quot;:1.77},{&quot;2026-06-27&quot;:1.9},{&quot;2026-06-28&quot;:1.68},{&quot;2026-06-29&quot;:1.59},{&quot;2026-06-30&quot;:1.51},{&quot;2026-07-01&quot;:1.51},{&quot;2026-07-02&quot;:1.44},{&quot;2026-07-03&quot;:1.31},{&quot;2026-07-04&quot;:1.29},{&quot;2026-07-05&quot;:1.18},{&quot;2026-07-06&quot;:1.32},{&quot;2026-07-07&quot;:1.41},{&quot;2026-07-08&quot;:1.41},{&quot;2026-07-09&quot;:1.39},{&quot;2026-07-10&quot;:1.33},{&quot;2026-07-11&quot;:1.47},{&quot;2026-07-12&quot;:1.54},{&quot;2026-07-13&quot;:1.8},{&quot;2026-07-14&quot;:1.9},{&quot;2026-07-15&quot;:2.07},{&quot;2026-07-16&quot;:3.03},{&quot;2026-07-17&quot;:3.03},{&quot;2026-07-18&quot;:3.11},{&quot;2026-07-19&quot;:3.14},{&quot;2026-07-20&quot;:3.06},{&quot;2026-07-21&quot;:2.89},{&quot;2026-07-23&quot;:2.05},{&quot;2026-07-25&quot;:1.97},{&quot;2026-07-26&quot;:2.02},{&quot;2026-07-27&quot;:1.99},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.79},{&quot;2026-07-31&quot;:1.87},{&quot;2026-08-01&quot;:1.87},{&quot;2026-08-02&quot;:1.94},{&quot;2026-08-03&quot;:1.74},{&quot;2026-08-04&quot;:1.78},{&quot;2026-08-05&quot;:1.96},{&quot;2026-08-07&quot;:1.93},{&quot;2026-08-08&quot;:1.97},{&quot;2026-08-09&quot;:2.06},{&quot;2026-08-10&quot;:2.03},{&quot;2026-08-11&quot;:2.04},{&quot;2026-08-12&quot;:2.08},{&quot;2026-08-13&quot;:2.21},{&quot;2026-08-14&quot;:2.09},{&quot;2026-08-15&quot;:2.26},{&quot;2026-08-16&quot;:2.16},{&quot;2026-08-17&quot;:2.8},{&quot;2026-08-18&quot;:2.86},{&quot;2026-08-19&quot;:2.79},{&quot;2026-08-20&quot;:2.79},{&quot;2026-08-21&quot;:2.89},{&quot;2026-08-22&quot;:3.0},{&quot;2026-08-23&quot;:3.09},{&quot;2026-08-24&quot;:2.82},{&quot;2026-08-25&quot;:2.82},{&quot;2026-08-26&quot;:2.77},{&quot;2026-08-27&quot;:2.75},{&quot;2026-08-28&quot;:2.68},{&quot;2026-08-29&quot;:2.68},{&quot;2026-08-30&quot;:2.87},{&quot;2026-08-31&quot;:2.95},{&quot;2026-09-01&quot;:2.95},{&quot;2026-09-02&quot;:3.49},{&quot;2026-09-03&quot;:3.44},{&quot;2026-09-04&quot;:3.56},{&quot;2026-09-05&quot;:3.74},{&quot;2026-09-06&quot;:3.74},{&quot;2026-09-07&quot;:3.61},{&quot;2026-09-08&quot;:3.49},{&quot;2026-09-09&quot;:3.4},{&quot;2026-09-10&quot;:3.04},{&quot;2026-09-11&quot;:2.97}]}"
        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="75584"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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

          <span class="text-sm font-medium text-nine-white">
            $2.97
          </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/d/f/df194294-8fff-4421-865a-26d2edf8ca91.jpg?1783931281" />

        <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/d/f/df194294-8fff-4421-865a-26d2edf8ca91.jpg?1783931281" />
    </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">
                $2.97
              </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 Foil</span>
              <span class="text-lg font-medium text-nine-white">$0.75</span>
              <span class="text-xs text-grey-text">Credit: $0.98</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:2.7},{&quot;2026-06-12&quot;:2.7},{&quot;2026-06-13&quot;:2.7},{&quot;2026-06-14&quot;:2.7},{&quot;2026-06-15&quot;:2.7},{&quot;2026-06-16&quot;:2.7},{&quot;2026-06-17&quot;:2.7},{&quot;2026-06-18&quot;:2.7},{&quot;2026-06-19&quot;:2.71},{&quot;2026-06-20&quot;:2.62},{&quot;2026-06-21&quot;:2.53},{&quot;2026-06-22&quot;:2.53},{&quot;2026-06-23&quot;:2.53},{&quot;2026-06-24&quot;:2.53},{&quot;2026-06-25&quot;:2.57},{&quot;2026-06-26&quot;:2.57},{&quot;2026-06-27&quot;:2.57},{&quot;2026-06-28&quot;:2.57},{&quot;2026-06-29&quot;:2.57},{&quot;2026-06-30&quot;:2.64},{&quot;2026-07-01&quot;:2.69},{&quot;2026-07-02&quot;:2.68},{&quot;2026-07-03&quot;:2.68},{&quot;2026-07-04&quot;:2.68},{&quot;2026-07-05&quot;:2.56},{&quot;2026-07-06&quot;:2.49},{&quot;2026-07-07&quot;:2.49},{&quot;2026-07-08&quot;:2.49},{&quot;2026-07-09&quot;:2.49},{&quot;2026-07-10&quot;:2.49},{&quot;2026-07-11&quot;:2.49},{&quot;2026-07-12&quot;:2.49},{&quot;2026-07-13&quot;:2.49},{&quot;2026-07-14&quot;:2.49},{&quot;2026-07-15&quot;:2.49},{&quot;2026-07-16&quot;:2.49},{&quot;2026-07-17&quot;:2.45},{&quot;2026-07-18&quot;:2.37},{&quot;2026-07-19&quot;:2.39},{&quot;2026-07-20&quot;:2.42},{&quot;2026-07-21&quot;:2.4},{&quot;2026-07-23&quot;:2.46},{&quot;2026-07-25&quot;:2.4},{&quot;2026-07-26&quot;:2.4},{&quot;2026-07-27&quot;:2.4},{&quot;2026-07-28&quot;:2.42},{&quot;2026-07-29&quot;:2.42},{&quot;2026-07-30&quot;:2.42},{&quot;2026-07-31&quot;:2.42},{&quot;2026-08-01&quot;:2.42},{&quot;2026-08-02&quot;:2.44},{&quot;2026-08-03&quot;:2.44},{&quot;2026-08-04&quot;:2.44},{&quot;2026-08-05&quot;:2.44},{&quot;2026-08-07&quot;:2.57},{&quot;2026-08-08&quot;:2.57},{&quot;2026-08-09&quot;:2.57},{&quot;2026-08-10&quot;:2.57},{&quot;2026-08-11&quot;:2.57},{&quot;2026-08-12&quot;:2.57},{&quot;2026-08-13&quot;:2.69},{&quot;2026-08-14&quot;:2.66},{&quot;2026-08-15&quot;:2.7},{&quot;2026-08-16&quot;:2.7},{&quot;2026-08-17&quot;:2.7},{&quot;2026-08-18&quot;:2.7},{&quot;2026-08-19&quot;:2.7},{&quot;2026-08-20&quot;:2.7},{&quot;2026-08-21&quot;:2.7},{&quot;2026-08-22&quot;:2.7},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.68},{&quot;2026-08-25&quot;:2.68},{&quot;2026-08-26&quot;:2.74},{&quot;2026-08-27&quot;:2.76},{&quot;2026-08-28&quot;:2.76},{&quot;2026-08-29&quot;:2.76},{&quot;2026-08-30&quot;:2.99},{&quot;2026-08-31&quot;:3.06},{&quot;2026-09-01&quot;:3.06},{&quot;2026-09-02&quot;:3.02},{&quot;2026-09-03&quot;:3.02},{&quot;2026-09-04&quot;:3.02},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:3.02},{&quot;2026-09-07&quot;:3.02},{&quot;2026-09-08&quot;:3.02},{&quot;2026-09-09&quot;:3.02},{&quot;2026-09-10&quot;:2.94},{&quot;2026-09-11&quot;:2.97}],&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="78425"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-uncommon ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.97
          </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="Throat Slitter" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/8/5/85c6af5c-6a64-44ab-a316-0d500a9aa833.jpg?1783915352" />

        <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">
            Throat Slitter
        </h3>

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-4'></i><i class='no-tailwind ms ms-cost ml-0 ms-b'></i>
          </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="Throat Slitter" src="https://cards.scryfall.io/large/front/8/5/85c6af5c-6a64-44ab-a316-0d500a9aa833.jpg?1783915352" />
    </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">
                $2.97
              </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.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;:2.66},{&quot;2026-06-10&quot;:2.71},{&quot;2026-06-11&quot;:2.74},{&quot;2026-06-12&quot;:2.65},{&quot;2026-06-13&quot;:2.6},{&quot;2026-06-14&quot;:2.64},{&quot;2026-06-15&quot;:2.68},{&quot;2026-06-16&quot;:2.72},{&quot;2026-06-17&quot;:2.9},{&quot;2026-06-18&quot;:2.98},{&quot;2026-06-19&quot;:2.89},{&quot;2026-06-20&quot;:2.98},{&quot;2026-06-21&quot;:3.07},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-24&quot;:3.12},{&quot;2026-06-25&quot;:3.02},{&quot;2026-06-26&quot;:2.91},{&quot;2026-06-27&quot;:2.89},{&quot;2026-06-28&quot;:2.84},{&quot;2026-06-29&quot;:2.84},{&quot;2026-06-30&quot;:2.84},{&quot;2026-07-01&quot;:2.82},{&quot;2026-07-02&quot;:2.77},{&quot;2026-07-03&quot;:2.77},{&quot;2026-07-04&quot;:2.79},{&quot;2026-07-05&quot;:2.64},{&quot;2026-07-06&quot;:2.78},{&quot;2026-07-07&quot;:2.68},{&quot;2026-07-08&quot;:2.84},{&quot;2026-07-09&quot;:2.67},{&quot;2026-07-10&quot;:2.73},{&quot;2026-07-11&quot;:2.73},{&quot;2026-07-12&quot;:2.79},{&quot;2026-07-13&quot;:2.86},{&quot;2026-07-14&quot;:2.92},{&quot;2026-07-15&quot;:2.96},{&quot;2026-07-16&quot;:2.79},{&quot;2026-07-17&quot;:2.79},{&quot;2026-07-18&quot;:2.8},{&quot;2026-07-19&quot;:2.81},{&quot;2026-07-20&quot;:2.81},{&quot;2026-07-21&quot;:3.08},{&quot;2026-07-23&quot;:3.18},{&quot;2026-07-25&quot;:3.18},{&quot;2026-07-26&quot;:3.18},{&quot;2026-07-27&quot;:3.18},{&quot;2026-07-29&quot;:3.1},{&quot;2026-07-30&quot;:3.1},{&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.12},{&quot;2026-08-05&quot;:2.95},{&quot;2026-08-07&quot;:3.04},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.17},{&quot;2026-08-10&quot;:3.08},{&quot;2026-08-11&quot;:2.93},{&quot;2026-08-12&quot;:2.92},{&quot;2026-08-13&quot;:2.92},{&quot;2026-08-14&quot;:3.0},{&quot;2026-08-15&quot;:2.98},{&quot;2026-08-16&quot;:2.85},{&quot;2026-08-17&quot;:2.8},{&quot;2026-08-18&quot;:2.76},{&quot;2026-08-19&quot;:2.76},{&quot;2026-08-20&quot;:2.76},{&quot;2026-08-21&quot;:2.85},{&quot;2026-08-22&quot;:2.85},{&quot;2026-08-23&quot;:2.93},{&quot;2026-08-24&quot;:2.95},{&quot;2026-08-25&quot;:2.95},{&quot;2026-08-26&quot;:2.99},{&quot;2026-08-27&quot;:2.96},{&quot;2026-08-28&quot;:3.1},{&quot;2026-08-29&quot;:3.1},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.2},{&quot;2026-09-01&quot;:3.2},{&quot;2026-09-02&quot;:3.14},{&quot;2026-09-03&quot;:3.14},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.12},{&quot;2026-09-06&quot;:3.04},{&quot;2026-09-07&quot;:3.06},{&quot;2026-09-08&quot;:2.82},{&quot;2026-09-09&quot;:2.99},{&quot;2026-09-10&quot;:3.03},{&quot;2026-09-11&quot;:2.97}]}"
        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="91071"
  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">
            Metallic Mimic
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.97
          </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="Metallic Mimic" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/9/a/9ad98263-9fe6-4766-a9fb-4776e570c250.jpg?1783908063" />

        <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">
            Metallic Mimic
        </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 — Shapeshifter</span>
        </div>

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-2'></i>
          </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="Metallic Mimic" src="https://cards.scryfall.io/large/front/9/a/9ad98263-9fe6-4766-a9fb-4776e570c250.jpg?1783908063" />
    </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">
                $2.97
              </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.74
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-13&quot;:3.86},{&quot;2026-06-14&quot;:3.85},{&quot;2026-06-15&quot;:3.86},{&quot;2026-06-16&quot;:3.86},{&quot;2026-06-17&quot;:3.86},{&quot;2026-06-18&quot;:3.86},{&quot;2026-06-19&quot;:3.91},{&quot;2026-06-20&quot;:3.99},{&quot;2026-06-21&quot;:3.99},{&quot;2026-06-22&quot;:3.99},{&quot;2026-06-23&quot;:3.99},{&quot;2026-06-24&quot;:3.99},{&quot;2026-06-25&quot;:4.0},{&quot;2026-06-26&quot;:4.0},{&quot;2026-06-27&quot;:4.0},{&quot;2026-06-28&quot;:4.1},{&quot;2026-06-29&quot;:4.1},{&quot;2026-06-30&quot;:4.1},{&quot;2026-07-01&quot;:4.06},{&quot;2026-07-02&quot;:4.06},{&quot;2026-07-03&quot;:4.05},{&quot;2026-07-04&quot;:4.05},{&quot;2026-07-05&quot;:4.07},{&quot;2026-07-06&quot;:4.07},{&quot;2026-07-07&quot;:4.07},{&quot;2026-07-08&quot;:4.07},{&quot;2026-07-09&quot;:4.07},{&quot;2026-07-10&quot;:4.15},{&quot;2026-07-11&quot;:4.18},{&quot;2026-07-12&quot;:4.18},{&quot;2026-07-13&quot;:4.18},{&quot;2026-07-14&quot;:4.18},{&quot;2026-07-15&quot;:4.18},{&quot;2026-07-16&quot;:4.18},{&quot;2026-07-17&quot;:4.18},{&quot;2026-07-18&quot;:4.18},{&quot;2026-07-19&quot;:4.18},{&quot;2026-07-20&quot;:4.12},{&quot;2026-07-21&quot;:4.12},{&quot;2026-07-22&quot;:4.03},{&quot;2026-07-23&quot;:4.0},{&quot;2026-07-24&quot;:4.0},{&quot;2026-07-25&quot;:3.98},{&quot;2026-07-26&quot;:4.0},{&quot;2026-07-27&quot;:4.04},{&quot;2026-07-28&quot;:4.04},{&quot;2026-07-29&quot;:3.97},{&quot;2026-07-30&quot;:3.97},{&quot;2026-07-31&quot;:4.02},{&quot;2026-08-01&quot;:4.02},{&quot;2026-08-02&quot;:4.02},{&quot;2026-08-03&quot;:4.02},{&quot;2026-08-04&quot;:4.02},{&quot;2026-08-05&quot;:4.02},{&quot;2026-08-07&quot;:4.02},{&quot;2026-08-08&quot;:4.07},{&quot;2026-08-09&quot;:4.07},{&quot;2026-08-10&quot;:4.07},{&quot;2026-08-11&quot;:4.07},{&quot;2026-08-12&quot;:4.07},{&quot;2026-08-13&quot;:4.03},{&quot;2026-08-14&quot;:4.03},{&quot;2026-08-15&quot;:4.03},{&quot;2026-08-16&quot;:4.03},{&quot;2026-08-17&quot;:4.03},{&quot;2026-08-18&quot;:4.03},{&quot;2026-08-19&quot;:4.03},{&quot;2026-08-20&quot;:4.03},{&quot;2026-08-21&quot;:4.0},{&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.82},{&quot;2026-08-27&quot;:3.82},{&quot;2026-08-28&quot;:3.82},{&quot;2026-08-29&quot;:3.82},{&quot;2026-08-30&quot;:3.65},{&quot;2026-08-31&quot;:3.64},{&quot;2026-09-01&quot;:3.64},{&quot;2026-09-02&quot;:3.64},{&quot;2026-09-03&quot;:3.64},{&quot;2026-09-04&quot;:3.64},{&quot;2026-09-05&quot;:3.64},{&quot;2026-09-06&quot;:3.68},{&quot;2026-09-07&quot;:3.67},{&quot;2026-09-08&quot;:3.54},{&quot;2026-09-09&quot;:3.53},{&quot;2026-09-10&quot;:3.67},{&quot;2026-09-11&quot;:3.74}],&quot;normal&quot;:[{&quot;2026-06-13&quot;:2.65},{&quot;2026-06-14&quot;:2.56},{&quot;2026-06-15&quot;:2.56},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.46},{&quot;2026-06-18&quot;:2.43},{&quot;2026-06-19&quot;:2.43},{&quot;2026-06-20&quot;:2.43},{&quot;2026-06-21&quot;:2.42},{&quot;2026-06-22&quot;:2.47},{&quot;2026-06-23&quot;:2.49},{&quot;2026-06-24&quot;:2.49},{&quot;2026-06-25&quot;:2.47},{&quot;2026-06-26&quot;:2.4},{&quot;2026-06-27&quot;:2.42},{&quot;2026-06-28&quot;:2.63},{&quot;2026-06-29&quot;:2.65},{&quot;2026-06-30&quot;:2.65},{&quot;2026-07-01&quot;:2.65},{&quot;2026-07-02&quot;:2.62},{&quot;2026-07-03&quot;:2.72},{&quot;2026-07-04&quot;:2.75},{&quot;2026-07-05&quot;:2.81},{&quot;2026-07-06&quot;:2.81},{&quot;2026-07-07&quot;:2.8},{&quot;2026-07-08&quot;:2.97},{&quot;2026-07-09&quot;:3.01},{&quot;2026-07-10&quot;:3.03},{&quot;2026-07-11&quot;:3.03},{&quot;2026-07-12&quot;:3.1},{&quot;2026-07-13&quot;:3.08},{&quot;2026-07-14&quot;:3.1},{&quot;2026-07-15&quot;:3.1},{&quot;2026-07-16&quot;:3.11},{&quot;2026-07-17&quot;:3.1},{&quot;2026-07-18&quot;:3.09},{&quot;2026-07-19&quot;:3.09},{&quot;2026-07-20&quot;:3.09},{&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.13},{&quot;2026-07-25&quot;:3.09},{&quot;2026-07-26&quot;:3.09},{&quot;2026-07-27&quot;:2.92},{&quot;2026-07-28&quot;:2.92},{&quot;2026-07-29&quot;:3.02},{&quot;2026-07-30&quot;:2.96},{&quot;2026-07-31&quot;:2.77},{&quot;2026-08-01&quot;:2.74},{&quot;2026-08-02&quot;:2.74},{&quot;2026-08-03&quot;:2.7},{&quot;2026-08-04&quot;:2.66},{&quot;2026-08-05&quot;:2.6},{&quot;2026-08-07&quot;:2.6},{&quot;2026-08-08&quot;:2.43},{&quot;2026-08-09&quot;:2.47},{&quot;2026-08-10&quot;:2.39},{&quot;2026-08-11&quot;:2.39},{&quot;2026-08-12&quot;:2.39},{&quot;2026-08-13&quot;:2.37},{&quot;2026-08-14&quot;:2.37},{&quot;2026-08-15&quot;:2.33},{&quot;2026-08-16&quot;:2.36},{&quot;2026-08-17&quot;:2.39},{&quot;2026-08-18&quot;:2.45},{&quot;2026-08-19&quot;:2.58},{&quot;2026-08-20&quot;:2.65},{&quot;2026-08-21&quot;:2.57},{&quot;2026-08-22&quot;:2.68},{&quot;2026-08-23&quot;:2.68},{&quot;2026-08-24&quot;:2.8},{&quot;2026-08-25&quot;:2.86},{&quot;2026-08-26&quot;:2.86},{&quot;2026-08-27&quot;:2.86},{&quot;2026-08-28&quot;:2.85},{&quot;2026-08-29&quot;:2.85},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:2.91},{&quot;2026-09-01&quot;:2.98},{&quot;2026-09-02&quot;:2.92},{&quot;2026-09-03&quot;:2.92},{&quot;2026-09-04&quot;:3.06},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.09},{&quot;2026-09-07&quot;:3.11},{&quot;2026-09-08&quot;:3.12},{&quot;2026-09-09&quot;:3.1},{&quot;2026-09-10&quot;:3.07},{&quot;2026-09-11&quot;:2.97}]}"
        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="29317"
  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-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">
            Chandra, Flameshaper
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Chandra
      </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">
            $2.96
          </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="Chandra, Flameshaper" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/02db5a2d-28d3-4f57-9045-f0ef16d8aad1.jpg?1783909017" />

        <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">
            Chandra, Flameshaper
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Chandra</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-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="Chandra, Flameshaper" src="https://cards.scryfall.io/large/front/0/2/02db5a2d-28d3-4f57-9045-f0ef16d8aad1.jpg?1783909017" />
    </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">
                $2.96
              </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">
                $7.73
              </span>

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

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-10&quot;:7.96},{&quot;2026-06-11&quot;:8.06},{&quot;2026-06-12&quot;:8.06},{&quot;2026-06-13&quot;:8.07},{&quot;2026-06-14&quot;:8.07},{&quot;2026-06-15&quot;:8.07},{&quot;2026-06-16&quot;:8.07},{&quot;2026-06-17&quot;:8.07},{&quot;2026-06-18&quot;:8.07},{&quot;2026-06-19&quot;:8.07},{&quot;2026-06-20&quot;:8.07},{&quot;2026-06-21&quot;:8.07},{&quot;2026-06-22&quot;:8.07},{&quot;2026-06-23&quot;:8.07},{&quot;2026-06-24&quot;:8.07},{&quot;2026-06-25&quot;:8.07},{&quot;2026-06-26&quot;:8.07},{&quot;2026-06-27&quot;:8.07},{&quot;2026-06-28&quot;:8.07},{&quot;2026-06-29&quot;:8.07},{&quot;2026-06-30&quot;:8.07},{&quot;2026-07-01&quot;:8.07},{&quot;2026-07-02&quot;:8.07},{&quot;2026-07-03&quot;:8.07},{&quot;2026-07-04&quot;:8.04},{&quot;2026-07-05&quot;:8.06},{&quot;2026-07-06&quot;:8.06},{&quot;2026-07-07&quot;:8.06},{&quot;2026-07-08&quot;:8.06},{&quot;2026-07-09&quot;:8.06},{&quot;2026-07-10&quot;:8.06},{&quot;2026-07-11&quot;:8.06},{&quot;2026-07-12&quot;:8.0},{&quot;2026-07-13&quot;:8.0},{&quot;2026-07-14&quot;:8.0},{&quot;2026-07-15&quot;:8.0},{&quot;2026-07-16&quot;:8.0},{&quot;2026-07-17&quot;:8.0},{&quot;2026-07-18&quot;:8.0},{&quot;2026-07-19&quot;:8.0},{&quot;2026-07-20&quot;:8.0},{&quot;2026-07-21&quot;:8.0},{&quot;2026-07-23&quot;:7.88},{&quot;2026-07-25&quot;:7.88},{&quot;2026-07-26&quot;:7.88},{&quot;2026-07-27&quot;:7.88},{&quot;2026-07-29&quot;:7.88},{&quot;2026-07-30&quot;:7.88},{&quot;2026-07-31&quot;:7.88},{&quot;2026-08-01&quot;:7.88},{&quot;2026-08-02&quot;:7.88},{&quot;2026-08-03&quot;:7.88},{&quot;2026-08-04&quot;:7.88},{&quot;2026-08-05&quot;:7.93},{&quot;2026-08-07&quot;:7.93},{&quot;2026-08-08&quot;:7.93},{&quot;2026-08-09&quot;:7.93},{&quot;2026-08-10&quot;:7.93},{&quot;2026-08-11&quot;:7.85},{&quot;2026-08-12&quot;:7.85},{&quot;2026-08-13&quot;:7.85},{&quot;2026-08-14&quot;:7.85},{&quot;2026-08-15&quot;:7.93},{&quot;2026-08-16&quot;:7.93},{&quot;2026-08-17&quot;:7.93},{&quot;2026-08-18&quot;:7.93},{&quot;2026-08-19&quot;:7.93},{&quot;2026-08-20&quot;:7.93},{&quot;2026-08-21&quot;:7.93},{&quot;2026-08-22&quot;:7.93},{&quot;2026-08-23&quot;:7.93},{&quot;2026-08-24&quot;:7.83},{&quot;2026-08-25&quot;:7.83},{&quot;2026-08-26&quot;:7.83},{&quot;2026-08-27&quot;:7.73},{&quot;2026-08-28&quot;:7.73},{&quot;2026-08-29&quot;:7.73},{&quot;2026-08-30&quot;:7.73},{&quot;2026-08-31&quot;:7.73},{&quot;2026-09-01&quot;:7.73},{&quot;2026-09-02&quot;:7.73},{&quot;2026-09-03&quot;:7.73},{&quot;2026-09-04&quot;:7.73},{&quot;2026-09-05&quot;:7.73},{&quot;2026-09-06&quot;:7.73},{&quot;2026-09-07&quot;:7.73},{&quot;2026-09-08&quot;:7.73},{&quot;2026-09-09&quot;:7.73},{&quot;2026-09-10&quot;:7.73},{&quot;2026-09-11&quot;:7.73}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:3.1},{&quot;2026-06-11&quot;:3.07},{&quot;2026-06-12&quot;:3.26},{&quot;2026-06-13&quot;:3.43},{&quot;2026-06-14&quot;:3.46},{&quot;2026-06-15&quot;:3.46},{&quot;2026-06-16&quot;:3.46},{&quot;2026-06-17&quot;:3.51},{&quot;2026-06-18&quot;:3.53},{&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.5},{&quot;2026-06-23&quot;:3.43},{&quot;2026-06-24&quot;:3.43},{&quot;2026-06-25&quot;:3.43},{&quot;2026-06-26&quot;:3.48},{&quot;2026-06-27&quot;:3.53},{&quot;2026-06-28&quot;:3.53},{&quot;2026-06-29&quot;:3.4},{&quot;2026-06-30&quot;:3.4},{&quot;2026-07-01&quot;:3.2},{&quot;2026-07-02&quot;:3.07},{&quot;2026-07-03&quot;:2.88},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:2.85},{&quot;2026-07-06&quot;:2.89},{&quot;2026-07-07&quot;:2.75},{&quot;2026-07-08&quot;:2.75},{&quot;2026-07-09&quot;:2.75},{&quot;2026-07-10&quot;:2.75},{&quot;2026-07-11&quot;:2.75},{&quot;2026-07-12&quot;:2.75},{&quot;2026-07-13&quot;:2.78},{&quot;2026-07-14&quot;:2.75},{&quot;2026-07-15&quot;:2.75},{&quot;2026-07-16&quot;:2.89},{&quot;2026-07-17&quot;:3.06},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.03},{&quot;2026-07-20&quot;:2.98},{&quot;2026-07-21&quot;:3.01},{&quot;2026-07-23&quot;:3.01},{&quot;2026-07-25&quot;:3.55},{&quot;2026-07-26&quot;:3.55},{&quot;2026-07-27&quot;:3.46},{&quot;2026-07-29&quot;:3.49},{&quot;2026-07-30&quot;:3.49},{&quot;2026-07-31&quot;:3.81},{&quot;2026-08-01&quot;:3.81},{&quot;2026-08-02&quot;:3.81},{&quot;2026-08-03&quot;:3.88},{&quot;2026-08-04&quot;:3.76},{&quot;2026-08-05&quot;:3.76},{&quot;2026-08-07&quot;:3.59},{&quot;2026-08-08&quot;:3.74},{&quot;2026-08-09&quot;:3.69},{&quot;2026-08-10&quot;:3.55},{&quot;2026-08-11&quot;:3.75},{&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.32},{&quot;2026-08-16&quot;:3.32},{&quot;2026-08-17&quot;:3.32},{&quot;2026-08-18&quot;:3.25},{&quot;2026-08-19&quot;:3.25},{&quot;2026-08-20&quot;:3.25},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.29},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.06},{&quot;2026-08-25&quot;:3.06},{&quot;2026-08-26&quot;:3.07},{&quot;2026-08-27&quot;:3.07},{&quot;2026-08-28&quot;:3.11},{&quot;2026-08-29&quot;:3.11},{&quot;2026-08-30&quot;:3.04},{&quot;2026-08-31&quot;:3.19},{&quot;2026-09-01&quot;:3.19},{&quot;2026-09-02&quot;:3.2},{&quot;2026-09-03&quot;:3.16},{&quot;2026-09-04&quot;:3.16},{&quot;2026-09-05&quot;:3.08},{&quot;2026-09-06&quot;:3.06},{&quot;2026-09-07&quot;:2.87},{&quot;2026-09-08&quot;:2.92},{&quot;2026-09-09&quot;:2.92},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.96}]}"
        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="45994"
  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-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">
            Chandra, Hope&#39;s Beacon
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Planeswalker — Chandra
      </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">
            $2.96
          </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="Chandra, Hope&#39;s Beacon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a146ea07-ec1c-448d-b67a-dd9f9e27c2e0.jpg?1783916996" />

        <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">
            Chandra, Hope&#39;s Beacon
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Planeswalker — Chandra</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Chandra, Hope&#39;s Beacon" src="https://cards.scryfall.io/large/front/a/1/a146ea07-ec1c-448d-b67a-dd9f9e27c2e0.jpg?1783916996" />
    </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">
                $2.96
              </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">
                $3.17
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:2.75},{&quot;2026-06-11&quot;:2.75},{&quot;2026-06-12&quot;:2.75},{&quot;2026-06-13&quot;:2.75},{&quot;2026-06-14&quot;:2.75},{&quot;2026-06-15&quot;:2.75},{&quot;2026-06-16&quot;:2.75},{&quot;2026-06-17&quot;:2.75},{&quot;2026-06-18&quot;:2.75},{&quot;2026-06-19&quot;:2.75},{&quot;2026-06-20&quot;:2.75},{&quot;2026-06-21&quot;:2.75},{&quot;2026-06-22&quot;:2.75},{&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.74},{&quot;2026-06-27&quot;:2.79},{&quot;2026-06-28&quot;:2.79},{&quot;2026-06-29&quot;:2.79},{&quot;2026-06-30&quot;:2.79},{&quot;2026-07-01&quot;:2.85},{&quot;2026-07-02&quot;:2.9},{&quot;2026-07-03&quot;:2.9},{&quot;2026-07-04&quot;:2.85},{&quot;2026-07-05&quot;:2.96},{&quot;2026-07-06&quot;:3.02},{&quot;2026-07-07&quot;:3.02},{&quot;2026-07-08&quot;:3.02},{&quot;2026-07-09&quot;:3.02},{&quot;2026-07-10&quot;:3.02},{&quot;2026-07-11&quot;:2.99},{&quot;2026-07-12&quot;:2.99},{&quot;2026-07-13&quot;:2.99},{&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.96},{&quot;2026-07-19&quot;:2.96},{&quot;2026-07-20&quot;:2.96},{&quot;2026-07-21&quot;:2.96},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:3.0},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-29&quot;:3.0},{&quot;2026-07-30&quot;:3.0},{&quot;2026-07-31&quot;:3.0},{&quot;2026-08-01&quot;:3.0},{&quot;2026-08-02&quot;:3.0},{&quot;2026-08-03&quot;:3.0},{&quot;2026-08-04&quot;:3.0},{&quot;2026-08-05&quot;:3.07},{&quot;2026-08-07&quot;:3.12},{&quot;2026-08-08&quot;:3.12},{&quot;2026-08-09&quot;:3.12},{&quot;2026-08-10&quot;:3.12},{&quot;2026-08-11&quot;:3.12},{&quot;2026-08-12&quot;:3.12},{&quot;2026-08-13&quot;:3.12},{&quot;2026-08-14&quot;:3.12},{&quot;2026-08-15&quot;:3.12},{&quot;2026-08-16&quot;:3.12},{&quot;2026-08-17&quot;:3.12},{&quot;2026-08-18&quot;:3.08},{&quot;2026-08-19&quot;:3.15},{&quot;2026-08-20&quot;:3.15},{&quot;2026-08-21&quot;:3.13},{&quot;2026-08-22&quot;:3.13},{&quot;2026-08-23&quot;:3.13},{&quot;2026-08-24&quot;:3.13},{&quot;2026-08-25&quot;:3.13},{&quot;2026-08-26&quot;:3.13},{&quot;2026-08-27&quot;:3.13},{&quot;2026-08-28&quot;:3.13},{&quot;2026-08-29&quot;:3.13},{&quot;2026-08-30&quot;:3.13},{&quot;2026-08-31&quot;:3.17},{&quot;2026-09-01&quot;:3.17},{&quot;2026-09-02&quot;:3.17},{&quot;2026-09-03&quot;:3.17},{&quot;2026-09-04&quot;:3.15},{&quot;2026-09-05&quot;:3.15},{&quot;2026-09-06&quot;:3.17},{&quot;2026-09-07&quot;:3.17},{&quot;2026-09-08&quot;:3.17},{&quot;2026-09-09&quot;:3.17},{&quot;2026-09-10&quot;:3.17},{&quot;2026-09-11&quot;:3.17}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.23},{&quot;2026-06-11&quot;:2.23},{&quot;2026-06-12&quot;:2.25},{&quot;2026-06-13&quot;:2.19},{&quot;2026-06-14&quot;:2.17},{&quot;2026-06-15&quot;:2.11},{&quot;2026-06-16&quot;:2.12},{&quot;2026-06-17&quot;:2.12},{&quot;2026-06-18&quot;:2.16},{&quot;2026-06-19&quot;:2.14},{&quot;2026-06-20&quot;:2.15},{&quot;2026-06-21&quot;:2.12},{&quot;2026-06-22&quot;:2.12},{&quot;2026-06-23&quot;:2.14},{&quot;2026-06-24&quot;:2.18},{&quot;2026-06-25&quot;:2.15},{&quot;2026-06-26&quot;:2.19},{&quot;2026-06-27&quot;:2.22},{&quot;2026-06-28&quot;:2.24},{&quot;2026-06-29&quot;:2.29},{&quot;2026-06-30&quot;:2.29},{&quot;2026-07-01&quot;:2.34},{&quot;2026-07-02&quot;:2.34},{&quot;2026-07-03&quot;:2.42},{&quot;2026-07-04&quot;:2.43},{&quot;2026-07-05&quot;:2.4},{&quot;2026-07-06&quot;:2.4},{&quot;2026-07-07&quot;:2.46},{&quot;2026-07-08&quot;:2.42},{&quot;2026-07-09&quot;:2.43},{&quot;2026-07-10&quot;:2.48},{&quot;2026-07-11&quot;:2.5},{&quot;2026-07-12&quot;:2.53},{&quot;2026-07-13&quot;:2.63},{&quot;2026-07-14&quot;:2.66},{&quot;2026-07-15&quot;:2.67},{&quot;2026-07-16&quot;:2.67},{&quot;2026-07-17&quot;:2.62},{&quot;2026-07-18&quot;:2.62},{&quot;2026-07-19&quot;:2.62},{&quot;2026-07-20&quot;:2.62},{&quot;2026-07-21&quot;:2.62},{&quot;2026-07-23&quot;:2.87},{&quot;2026-07-25&quot;:2.85},{&quot;2026-07-26&quot;:2.85},{&quot;2026-07-27&quot;:2.8},{&quot;2026-07-29&quot;:2.85},{&quot;2026-07-30&quot;:2.85},{&quot;2026-07-31&quot;:2.92},{&quot;2026-08-01&quot;:2.92},{&quot;2026-08-02&quot;:2.94},{&quot;2026-08-03&quot;:2.98},{&quot;2026-08-04&quot;:3.01},{&quot;2026-08-05&quot;:2.96},{&quot;2026-08-07&quot;:2.88},{&quot;2026-08-08&quot;:2.91},{&quot;2026-08-09&quot;:2.9},{&quot;2026-08-10&quot;:2.83},{&quot;2026-08-11&quot;:2.81},{&quot;2026-08-12&quot;:2.85},{&quot;2026-08-13&quot;:2.85},{&quot;2026-08-14&quot;:2.85},{&quot;2026-08-15&quot;:2.84},{&quot;2026-08-16&quot;:2.95},{&quot;2026-08-17&quot;:2.91},{&quot;2026-08-18&quot;:2.91},{&quot;2026-08-19&quot;:2.86},{&quot;2026-08-20&quot;:2.86},{&quot;2026-08-21&quot;:2.86},{&quot;2026-08-22&quot;:2.86},{&quot;2026-08-23&quot;:2.92},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.85},{&quot;2026-08-28&quot;:2.81},{&quot;2026-08-29&quot;:2.81},{&quot;2026-08-30&quot;:3.07},{&quot;2026-08-31&quot;:3.04},{&quot;2026-09-01&quot;:3.04},{&quot;2026-09-02&quot;:2.88},{&quot;2026-09-03&quot;:2.87},{&quot;2026-09-04&quot;:2.87},{&quot;2026-09-05&quot;:2.87},{&quot;2026-09-06&quot;:2.89},{&quot;2026-09-07&quot;:2.97},{&quot;2026-09-08&quot;:3.02},{&quot;2026-09-09&quot;:3.01},{&quot;2026-09-10&quot;:3.01},{&quot;2026-09-11&quot;:2.96}]}"
        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="47630"
  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">
            Champion of Lambholt
        </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="text-sm font-medium text-nine-white">
            $2.96
          </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="Champion of Lambholt" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/2/0209078f-58cf-4584-9fff-95220bc865f5.jpg?1783925330" />

        <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">
            Champion of Lambholt
        </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-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="Champion of Lambholt" src="https://cards.scryfall.io/large/front/0/2/0209078f-58cf-4584-9fff-95220bc865f5.jpg?1783925330" />
    </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">
                $2.96
              </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-08&quot;:2.56},{&quot;2026-06-10&quot;:2.57},{&quot;2026-06-11&quot;:2.56},{&quot;2026-06-12&quot;:2.56},{&quot;2026-06-13&quot;:2.56},{&quot;2026-06-14&quot;:2.57},{&quot;2026-06-15&quot;:2.57},{&quot;2026-06-16&quot;:2.55},{&quot;2026-06-17&quot;:2.56},{&quot;2026-06-18&quot;:2.56},{&quot;2026-06-19&quot;:2.55},{&quot;2026-06-20&quot;:2.54},{&quot;2026-06-21&quot;:2.56},{&quot;2026-06-22&quot;:2.56},{&quot;2026-06-24&quot;:2.55},{&quot;2026-06-25&quot;:2.55},{&quot;2026-06-26&quot;:2.55},{&quot;2026-06-27&quot;:2.53},{&quot;2026-06-28&quot;:2.52},{&quot;2026-06-29&quot;:2.53},{&quot;2026-06-30&quot;:2.48},{&quot;2026-07-01&quot;:2.5},{&quot;2026-07-02&quot;:2.48},{&quot;2026-07-03&quot;:2.48},{&quot;2026-07-04&quot;:2.49},{&quot;2026-07-05&quot;:2.49},{&quot;2026-07-06&quot;:2.51},{&quot;2026-07-07&quot;:2.48},{&quot;2026-07-08&quot;:2.51},{&quot;2026-07-09&quot;:2.51},{&quot;2026-07-10&quot;:2.53},{&quot;2026-07-11&quot;:2.55},{&quot;2026-07-12&quot;:2.56},{&quot;2026-07-13&quot;:2.54},{&quot;2026-07-14&quot;:2.56},{&quot;2026-07-15&quot;:2.54},{&quot;2026-07-16&quot;:2.55},{&quot;2026-07-17&quot;:2.55},{&quot;2026-07-18&quot;:2.61},{&quot;2026-07-19&quot;:2.61},{&quot;2026-07-20&quot;:2.61},{&quot;2026-07-21&quot;:2.6},{&quot;2026-07-23&quot;:2.71},{&quot;2026-07-25&quot;:2.82},{&quot;2026-07-26&quot;:2.88},{&quot;2026-07-27&quot;:2.88},{&quot;2026-07-29&quot;:2.93},{&quot;2026-07-30&quot;:2.94},{&quot;2026-07-31&quot;:2.94},{&quot;2026-08-01&quot;:2.94},{&quot;2026-08-02&quot;:2.95},{&quot;2026-08-03&quot;:2.95},{&quot;2026-08-04&quot;:2.94},{&quot;2026-08-05&quot;:2.92},{&quot;2026-08-07&quot;:2.81},{&quot;2026-08-08&quot;:2.8},{&quot;2026-08-09&quot;:2.78},{&quot;2026-08-10&quot;:2.76},{&quot;2026-08-11&quot;:2.76},{&quot;2026-08-12&quot;:2.72},{&quot;2026-08-13&quot;:2.72},{&quot;2026-08-14&quot;:2.77},{&quot;2026-08-15&quot;:2.64},{&quot;2026-08-16&quot;:2.48},{&quot;2026-08-17&quot;:2.33},{&quot;2026-08-18&quot;:2.25},{&quot;2026-08-19&quot;:2.23},{&quot;2026-08-20&quot;:2.23},{&quot;2026-08-21&quot;:2.14},{&quot;2026-08-22&quot;:2.1},{&quot;2026-08-23&quot;:2.2},{&quot;2026-08-24&quot;:2.3},{&quot;2026-08-25&quot;:2.3},{&quot;2026-08-26&quot;:2.5},{&quot;2026-08-27&quot;:2.56},{&quot;2026-08-28&quot;:2.82},{&quot;2026-08-29&quot;:2.82},{&quot;2026-08-30&quot;:2.91},{&quot;2026-08-31&quot;:2.94},{&quot;2026-09-01&quot;:2.94},{&quot;2026-09-02&quot;:2.89},{&quot;2026-09-03&quot;:2.89},{&quot;2026-09-04&quot;:2.96},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.97},{&quot;2026-09-07&quot;:2.99},{&quot;2026-09-08&quot;:2.99},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.96},{&quot;2026-09-11&quot;:2.96}]}"
        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="74302"
  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">
            Samwise Gamgee
        </span>


      </div>

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

          <span class="text-sm font-medium text-nine-white">
            $2.96
          </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="Samwise Gamgee" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/a/1/a1b6f13e-63d0-46bf-aa57-23c2dbdf62dd.jpg?1783916249" />

        <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">
            Samwise Gamgee
        </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 — Halfling Peasant</span>
        </div>

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

    <!-- Full Image (Hidden by default) -->
    <div
      data-mobile-card-target="fullImage"
      class="hidden p-4 bg-menu/50 border-t border-highlight/50"
    >
        <img class="w-full max-w-xs mx-auto h-auto rounded-2xl" alt="Samwise Gamgee" src="https://cards.scryfall.io/large/front/a/1/a1b6f13e-63d0-46bf-aa57-23c2dbdf62dd.jpg?1783916249" />
    </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">
                $2.96
              </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.15
              </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.05</span>
              <span class="text-xs text-grey-text">Credit: $2.67</span>
            </div>
        </div>

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[{&quot;2026-06-11&quot;:3.39},{&quot;2026-06-12&quot;:3.39},{&quot;2026-06-13&quot;:3.34},{&quot;2026-06-14&quot;:3.22},{&quot;2026-06-15&quot;:3.2},{&quot;2026-06-16&quot;:3.26},{&quot;2026-06-17&quot;:3.27},{&quot;2026-06-18&quot;:3.27},{&quot;2026-06-19&quot;:3.46},{&quot;2026-06-20&quot;:3.3},{&quot;2026-06-21&quot;:3.3},{&quot;2026-06-22&quot;:3.3},{&quot;2026-06-23&quot;:3.3},{&quot;2026-06-24&quot;:3.3},{&quot;2026-06-25&quot;:3.3},{&quot;2026-06-26&quot;:3.35},{&quot;2026-06-27&quot;:3.31},{&quot;2026-06-28&quot;:3.29},{&quot;2026-06-29&quot;:3.29},{&quot;2026-06-30&quot;:3.31},{&quot;2026-07-01&quot;:3.27},{&quot;2026-07-02&quot;:3.18},{&quot;2026-07-03&quot;:3.18},{&quot;2026-07-04&quot;:3.18},{&quot;2026-07-05&quot;:3.18},{&quot;2026-07-06&quot;:3.18},{&quot;2026-07-07&quot;:3.18},{&quot;2026-07-08&quot;:3.18},{&quot;2026-07-09&quot;:3.18},{&quot;2026-07-10&quot;:3.18},{&quot;2026-07-11&quot;:3.18},{&quot;2026-07-12&quot;:3.19},{&quot;2026-07-13&quot;:3.11},{&quot;2026-07-14&quot;:3.12},{&quot;2026-07-15&quot;:3.12},{&quot;2026-07-16&quot;:3.12},{&quot;2026-07-17&quot;:3.13},{&quot;2026-07-18&quot;:3.13},{&quot;2026-07-19&quot;:3.19},{&quot;2026-07-20&quot;:3.19},{&quot;2026-07-21&quot;:3.21},{&quot;2026-07-23&quot;:3.0},{&quot;2026-07-25&quot;:3.0},{&quot;2026-07-26&quot;:3.0},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:2.99},{&quot;2026-07-29&quot;:2.99},{&quot;2026-07-30&quot;:2.99},{&quot;2026-07-31&quot;:2.96},{&quot;2026-08-01&quot;:2.96},{&quot;2026-08-02&quot;:2.96},{&quot;2026-08-03&quot;:2.99},{&quot;2026-08-04&quot;:2.99},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:3.09},{&quot;2026-08-08&quot;:3.09},{&quot;2026-08-09&quot;:3.09},{&quot;2026-08-10&quot;:3.06},{&quot;2026-08-11&quot;:3.06},{&quot;2026-08-12&quot;:3.09},{&quot;2026-08-13&quot;:3.11},{&quot;2026-08-14&quot;:3.15},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.26},{&quot;2026-08-17&quot;:3.26},{&quot;2026-08-18&quot;:3.23},{&quot;2026-08-19&quot;:3.6},{&quot;2026-08-20&quot;:3.6},{&quot;2026-08-21&quot;:3.57},{&quot;2026-08-22&quot;:3.5},{&quot;2026-08-23&quot;:3.5},{&quot;2026-08-24&quot;:3.5},{&quot;2026-08-25&quot;:3.5},{&quot;2026-08-26&quot;:3.62},{&quot;2026-08-27&quot;:3.62},{&quot;2026-08-28&quot;:3.92},{&quot;2026-08-29&quot;:3.92},{&quot;2026-08-30&quot;:3.99},{&quot;2026-08-31&quot;:4.03},{&quot;2026-09-01&quot;:4.03},{&quot;2026-09-02&quot;:4.03},{&quot;2026-09-03&quot;:4.25},{&quot;2026-09-04&quot;:4.25},{&quot;2026-09-05&quot;:4.25},{&quot;2026-09-06&quot;:4.28},{&quot;2026-09-07&quot;:4.24},{&quot;2026-09-08&quot;:4.24},{&quot;2026-09-09&quot;:4.24},{&quot;2026-09-10&quot;:4.15},{&quot;2026-09-11&quot;:4.15}],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.58},{&quot;2026-06-12&quot;:2.52},{&quot;2026-06-13&quot;:2.46},{&quot;2026-06-14&quot;:2.44},{&quot;2026-06-15&quot;:2.34},{&quot;2026-06-16&quot;:2.46},{&quot;2026-06-17&quot;:2.52},{&quot;2026-06-18&quot;:2.48},{&quot;2026-06-19&quot;:2.42},{&quot;2026-06-20&quot;:2.22},{&quot;2026-06-21&quot;:2.15},{&quot;2026-06-22&quot;:2.04},{&quot;2026-06-23&quot;:1.93},{&quot;2026-06-24&quot;:2.0},{&quot;2026-06-25&quot;:2.03},{&quot;2026-06-26&quot;:2.03},{&quot;2026-06-27&quot;:2.16},{&quot;2026-06-28&quot;:2.16},{&quot;2026-06-29&quot;:2.19},{&quot;2026-06-30&quot;:2.33},{&quot;2026-07-01&quot;:2.32},{&quot;2026-07-02&quot;:2.35},{&quot;2026-07-03&quot;:2.25},{&quot;2026-07-04&quot;:2.27},{&quot;2026-07-05&quot;:2.26},{&quot;2026-07-06&quot;:2.24},{&quot;2026-07-07&quot;:2.12},{&quot;2026-07-08&quot;:2.0},{&quot;2026-07-09&quot;:2.04},{&quot;2026-07-10&quot;:2.1},{&quot;2026-07-11&quot;:2.33},{&quot;2026-07-12&quot;:2.34},{&quot;2026-07-13&quot;:2.48},{&quot;2026-07-14&quot;:2.53},{&quot;2026-07-15&quot;:2.52},{&quot;2026-07-16&quot;:2.25},{&quot;2026-07-17&quot;:2.36},{&quot;2026-07-18&quot;:2.46},{&quot;2026-07-19&quot;:2.46},{&quot;2026-07-20&quot;:2.39},{&quot;2026-07-21&quot;:2.45},{&quot;2026-07-23&quot;:2.56},{&quot;2026-07-25&quot;:2.52},{&quot;2026-07-26&quot;:2.49},{&quot;2026-07-27&quot;:2.54},{&quot;2026-07-28&quot;:2.47},{&quot;2026-07-29&quot;:2.51},{&quot;2026-07-30&quot;:2.51},{&quot;2026-07-31&quot;:2.53},{&quot;2026-08-01&quot;:2.5},{&quot;2026-08-02&quot;:2.47},{&quot;2026-08-03&quot;:2.48},{&quot;2026-08-04&quot;:2.53},{&quot;2026-08-05&quot;:2.61},{&quot;2026-08-07&quot;:2.64},{&quot;2026-08-08&quot;:2.63},{&quot;2026-08-09&quot;:2.75},{&quot;2026-08-10&quot;:2.71},{&quot;2026-08-11&quot;:2.74},{&quot;2026-08-12&quot;:2.75},{&quot;2026-08-13&quot;:2.55},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.47},{&quot;2026-08-16&quot;:2.81},{&quot;2026-08-17&quot;:2.96},{&quot;2026-08-18&quot;:3.02},{&quot;2026-08-19&quot;:3.0},{&quot;2026-08-20&quot;:3.0},{&quot;2026-08-21&quot;:3.28},{&quot;2026-08-22&quot;:3.55},{&quot;2026-08-23&quot;:3.23},{&quot;2026-08-24&quot;:2.89},{&quot;2026-08-25&quot;:2.89},{&quot;2026-08-26&quot;:3.05},{&quot;2026-08-27&quot;:2.98},{&quot;2026-08-28&quot;:3.05},{&quot;2026-08-29&quot;:3.05},{&quot;2026-08-30&quot;:2.95},{&quot;2026-08-31&quot;:3.09},{&quot;2026-09-01&quot;:3.09},{&quot;2026-09-02&quot;:3.09},{&quot;2026-09-03&quot;:3.23},{&quot;2026-09-04&quot;:3.24},{&quot;2026-09-05&quot;:3.17},{&quot;2026-09-06&quot;:3.15},{&quot;2026-09-07&quot;:3.07},{&quot;2026-09-08&quot;:3.08},{&quot;2026-09-09&quot;:2.94},{&quot;2026-09-10&quot;:2.96},{&quot;2026-09-11&quot;:2.96}]}"
        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="76017"
  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-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-50 text-badge-text">
              ↑
              13%
            </span>

          <span class="text-sm font-medium text-nine-white">
            $2.96
          </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/a/3/a3b1da84-9c26-4c3c-b90f-43a0b2b20103.jpg?1783913836" />

        <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/a/3/a3b1da84-9c26-4c3c-b90f-43a0b2b20103.jpg?1783913836" />
    </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">
                $2.96
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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-12&quot;:2.54},{&quot;2026-06-13&quot;:2.71},{&quot;2026-06-14&quot;:2.62},{&quot;2026-06-15&quot;:3.28},{&quot;2026-06-16&quot;:3.55},{&quot;2026-06-17&quot;:3.5},{&quot;2026-06-18&quot;:3.24},{&quot;2026-06-19&quot;:3.2},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:2.99},{&quot;2026-06-22&quot;:2.87},{&quot;2026-06-23&quot;:2.79},{&quot;2026-06-24&quot;:2.82},{&quot;2026-06-25&quot;:2.76},{&quot;2026-06-26&quot;:2.71},{&quot;2026-06-27&quot;:2.54},{&quot;2026-06-28&quot;:2.59},{&quot;2026-06-29&quot;:2.66},{&quot;2026-06-30&quot;:2.72},{&quot;2026-07-01&quot;:2.79},{&quot;2026-07-02&quot;:2.86},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.78},{&quot;2026-07-05&quot;:3.57},{&quot;2026-07-06&quot;:3.6},{&quot;2026-07-07&quot;:3.37},{&quot;2026-07-08&quot;:3.03},{&quot;2026-07-09&quot;:2.99},{&quot;2026-07-10&quot;:2.88},{&quot;2026-07-11&quot;:2.87},{&quot;2026-07-12&quot;:2.91},{&quot;2026-07-13&quot;:3.47},{&quot;2026-07-14&quot;:3.47},{&quot;2026-07-15&quot;:3.32},{&quot;2026-07-16&quot;:3.32},{&quot;2026-07-17&quot;:3.08},{&quot;2026-07-18&quot;:3.06},{&quot;2026-07-19&quot;:3.28},{&quot;2026-07-20&quot;:3.52},{&quot;2026-07-21&quot;:3.31},{&quot;2026-07-23&quot;:3.22},{&quot;2026-07-24&quot;:3.09},{&quot;2026-07-25&quot;:3.04},{&quot;2026-07-26&quot;:3.04},{&quot;2026-07-27&quot;:2.86},{&quot;2026-07-28&quot;:3.32},{&quot;2026-07-29&quot;:3.4},{&quot;2026-07-30&quot;:3.24},{&quot;2026-07-31&quot;:3.22},{&quot;2026-08-01&quot;:3.18},{&quot;2026-08-02&quot;:3.08},{&quot;2026-08-03&quot;:2.98},{&quot;2026-08-04&quot;:3.19},{&quot;2026-08-05&quot;:3.32},{&quot;2026-08-07&quot;:3.33},{&quot;2026-08-08&quot;:3.45},{&quot;2026-08-09&quot;:3.38},{&quot;2026-08-10&quot;:3.43},{&quot;2026-08-11&quot;:3.6},{&quot;2026-08-12&quot;:3.53},{&quot;2026-08-13&quot;:3.43},{&quot;2026-08-14&quot;:3.39},{&quot;2026-08-15&quot;:3.37},{&quot;2026-08-16&quot;:3.36},{&quot;2026-08-17&quot;:2.76},{&quot;2026-08-18&quot;:2.74},{&quot;2026-08-19&quot;:2.61},{&quot;2026-08-20&quot;:2.61},{&quot;2026-08-21&quot;:2.83},{&quot;2026-08-22&quot;:2.69},{&quot;2026-08-23&quot;:2.69},{&quot;2026-08-24&quot;:2.75},{&quot;2026-08-25&quot;:2.74},{&quot;2026-08-26&quot;:2.83},{&quot;2026-08-27&quot;:2.83},{&quot;2026-08-28&quot;:2.89},{&quot;2026-08-29&quot;:2.89},{&quot;2026-08-30&quot;:2.65},{&quot;2026-08-31&quot;:2.49},{&quot;2026-09-01&quot;:2.49},{&quot;2026-09-02&quot;:2.44},{&quot;2026-09-03&quot;:2.49},{&quot;2026-09-04&quot;:2.54},{&quot;2026-09-05&quot;:2.61},{&quot;2026-09-06&quot;:2.6},{&quot;2026-09-07&quot;:2.77},{&quot;2026-09-08&quot;:2.69},{&quot;2026-09-09&quot;:2.86},{&quot;2026-09-10&quot;:3.06},{&quot;2026-09-11&quot;:2.96}]}"
        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="81765"
  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">
            Hope of Ghirapur
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.96
          </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="Hope of Ghirapur" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/1/7/17c6b8d3-2634-4e55-a9c4-22a4844a01c6.jpg?1783916756" />

        <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">
            Hope of Ghirapur
        </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 Creature — Thopter</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="Hope of Ghirapur" src="https://cards.scryfall.io/large/front/1/7/17c6b8d3-2634-4e55-a9c4-22a4844a01c6.jpg?1783916756" />
    </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">
                $2.96
              </span>

            </div>
          </div>

      </div>

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

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

          <span data-mobile-card-target="chartToggleText">
            Show price history
          </span>
        </button>
        <div
          data-mobile-card-target="chart"
          class="hidden mt-4 -mx-2 overflow-x-auto"
        >
          <div class="min-w-[300px] px-2">
            <div
  class="
    flex flex-col items-center w-full h-auto px-8 py-4 mt-2 rounded-xl
    bg-background
  "
>
  <div class="flex flex-row w-full h-full md:w-full">
    <div data-controller="card-price-chart" class="w-full p-0 bg-background">
      <canvas
        id="small-users-chart"
        data-card-price-chart-target="cardPriceChart"
        data-card-price-chart-events="{&quot;foil&quot;:[],&quot;normal&quot;:[{&quot;2026-06-11&quot;:2.98},{&quot;2026-06-12&quot;:2.98},{&quot;2026-06-13&quot;:2.98},{&quot;2026-06-14&quot;:2.98},{&quot;2026-06-15&quot;:2.98},{&quot;2026-06-16&quot;:2.98},{&quot;2026-06-17&quot;:3.0},{&quot;2026-06-18&quot;:2.96},{&quot;2026-06-19&quot;:2.96},{&quot;2026-06-20&quot;:3.05},{&quot;2026-06-21&quot;:3.06},{&quot;2026-06-22&quot;:3.06},{&quot;2026-06-23&quot;:3.06},{&quot;2026-06-24&quot;:3.06},{&quot;2026-06-25&quot;:3.06},{&quot;2026-06-26&quot;:3.04},{&quot;2026-06-27&quot;:3.04},{&quot;2026-06-28&quot;:3.04},{&quot;2026-06-29&quot;:3.01},{&quot;2026-06-30&quot;:3.06},{&quot;2026-07-01&quot;:3.07},{&quot;2026-07-02&quot;:2.95},{&quot;2026-07-03&quot;:2.95},{&quot;2026-07-04&quot;:2.95},{&quot;2026-07-05&quot;:3.01},{&quot;2026-07-06&quot;:3.01},{&quot;2026-07-07&quot;:3.01},{&quot;2026-07-08&quot;:2.95},{&quot;2026-07-09&quot;:2.95},{&quot;2026-07-10&quot;:2.95},{&quot;2026-07-11&quot;:2.95},{&quot;2026-07-12&quot;:2.95},{&quot;2026-07-13&quot;:2.89},{&quot;2026-07-14&quot;:2.89},{&quot;2026-07-15&quot;:2.91},{&quot;2026-07-16&quot;:2.91},{&quot;2026-07-17&quot;:2.91},{&quot;2026-07-18&quot;:2.91},{&quot;2026-07-19&quot;:2.95},{&quot;2026-07-20&quot;:3.02},{&quot;2026-07-21&quot;:3.03},{&quot;2026-07-23&quot;:3.05},{&quot;2026-07-25&quot;:3.05},{&quot;2026-07-26&quot;:3.05},{&quot;2026-07-27&quot;:3.05},{&quot;2026-07-28&quot;:3.05},{&quot;2026-07-29&quot;:3.11},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.17},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.17},{&quot;2026-08-03&quot;:3.18},{&quot;2026-08-04&quot;:3.18},{&quot;2026-08-05&quot;:3.11},{&quot;2026-08-07&quot;:3.3},{&quot;2026-08-08&quot;:3.3},{&quot;2026-08-09&quot;:3.3},{&quot;2026-08-10&quot;:3.3},{&quot;2026-08-11&quot;:3.26},{&quot;2026-08-12&quot;:3.26},{&quot;2026-08-13&quot;:3.26},{&quot;2026-08-14&quot;:3.26},{&quot;2026-08-15&quot;:3.26},{&quot;2026-08-16&quot;:3.26},{&quot;2026-08-17&quot;:3.36},{&quot;2026-08-18&quot;:3.36},{&quot;2026-08-19&quot;:3.36},{&quot;2026-08-20&quot;:3.36},{&quot;2026-08-21&quot;:3.36},{&quot;2026-08-22&quot;:3.36},{&quot;2026-08-23&quot;:3.32},{&quot;2026-08-24&quot;:3.32},{&quot;2026-08-25&quot;:3.32},{&quot;2026-08-26&quot;:3.18},{&quot;2026-08-27&quot;:3.18},{&quot;2026-08-28&quot;:3.18},{&quot;2026-08-29&quot;:3.18},{&quot;2026-08-30&quot;:2.98},{&quot;2026-08-31&quot;:2.98},{&quot;2026-09-01&quot;:2.98},{&quot;2026-09-02&quot;:2.96},{&quot;2026-09-03&quot;:2.87},{&quot;2026-09-04&quot;:2.95},{&quot;2026-09-05&quot;:2.95},{&quot;2026-09-06&quot;:2.95},{&quot;2026-09-07&quot;:2.95},{&quot;2026-09-08&quot;:2.95},{&quot;2026-09-09&quot;:2.95},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.96}]}"
        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="90277"
  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">
            Loot, Exuberant Explorer
        </span>


      </div>

      <!-- Card Type -->
      <div class="text-xs text-grey-text truncate mt-0.5">
        Legendary Creature — Beast Noble
      </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">
            $2.96
          </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="Loot, Exuberant Explorer" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/0/9/09980ce6-425b-4e03-94d0-0f02043cb361.jpg?1783909097" />

        <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">
            Loot, Exuberant Explorer
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">Legendary Creature — Beast Noble</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="Loot, Exuberant Explorer" src="https://cards.scryfall.io/large/front/0/9/09980ce6-425b-4e03-94d0-0f02043cb361.jpg?1783909097" />
    </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">
                $2.96
              </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.80
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$1.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;:2.76},{&quot;2026-06-13&quot;:2.82},{&quot;2026-06-14&quot;:3.15},{&quot;2026-06-15&quot;:3.15},{&quot;2026-06-16&quot;:3.33},{&quot;2026-06-17&quot;:3.39},{&quot;2026-06-18&quot;:3.41},{&quot;2026-06-19&quot;:3.41},{&quot;2026-06-20&quot;:3.41},{&quot;2026-06-21&quot;:3.44},{&quot;2026-06-22&quot;:3.45},{&quot;2026-06-23&quot;:3.44},{&quot;2026-06-24&quot;:3.55},{&quot;2026-06-25&quot;:3.53},{&quot;2026-06-26&quot;:3.53},{&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.55},{&quot;2026-07-01&quot;:3.54},{&quot;2026-07-02&quot;:3.72},{&quot;2026-07-03&quot;:3.72},{&quot;2026-07-04&quot;:3.3},{&quot;2026-07-05&quot;:3.3},{&quot;2026-07-06&quot;:3.3},{&quot;2026-07-07&quot;:3.25},{&quot;2026-07-08&quot;:3.24},{&quot;2026-07-09&quot;:3.25},{&quot;2026-07-10&quot;:3.34},{&quot;2026-07-11&quot;:3.35},{&quot;2026-07-12&quot;:3.46},{&quot;2026-07-13&quot;:3.49},{&quot;2026-07-14&quot;:3.49},{&quot;2026-07-15&quot;:3.45},{&quot;2026-07-16&quot;:3.45},{&quot;2026-07-17&quot;:3.45},{&quot;2026-07-18&quot;:3.39},{&quot;2026-07-19&quot;:3.37},{&quot;2026-07-20&quot;:3.36},{&quot;2026-07-21&quot;:3.35},{&quot;2026-07-23&quot;:3.32},{&quot;2026-07-24&quot;:3.32},{&quot;2026-07-25&quot;:3.35},{&quot;2026-07-26&quot;:3.16},{&quot;2026-07-27&quot;:3.11},{&quot;2026-07-28&quot;:3.18},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.17},{&quot;2026-07-31&quot;:3.04},{&quot;2026-08-01&quot;:3.04},{&quot;2026-08-02&quot;:3.06},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.14},{&quot;2026-08-05&quot;:3.22},{&quot;2026-08-07&quot;:3.4},{&quot;2026-08-08&quot;:3.39},{&quot;2026-08-09&quot;:3.44},{&quot;2026-08-10&quot;:3.67},{&quot;2026-08-11&quot;:4.11},{&quot;2026-08-12&quot;:4.42},{&quot;2026-08-13&quot;:4.71},{&quot;2026-08-14&quot;:4.67},{&quot;2026-08-15&quot;:4.7},{&quot;2026-08-16&quot;:4.72},{&quot;2026-08-17&quot;:4.72},{&quot;2026-08-18&quot;:4.69},{&quot;2026-08-19&quot;:4.39},{&quot;2026-08-20&quot;:4.39},{&quot;2026-08-21&quot;:4.11},{&quot;2026-08-22&quot;:4.07},{&quot;2026-08-23&quot;:3.92},{&quot;2026-08-24&quot;:3.8},{&quot;2026-08-25&quot;:3.85},{&quot;2026-08-26&quot;:3.63},{&quot;2026-08-27&quot;:3.63},{&quot;2026-08-28&quot;:3.47},{&quot;2026-08-29&quot;:3.47},{&quot;2026-08-30&quot;:3.28},{&quot;2026-08-31&quot;:3.31},{&quot;2026-09-01&quot;:3.36},{&quot;2026-09-02&quot;:3.42},{&quot;2026-09-03&quot;:3.43},{&quot;2026-09-04&quot;:3.44},{&quot;2026-09-05&quot;:3.45},{&quot;2026-09-06&quot;:3.52},{&quot;2026-09-07&quot;:3.43},{&quot;2026-09-08&quot;:3.45},{&quot;2026-09-09&quot;:3.46},{&quot;2026-09-10&quot;:3.55},{&quot;2026-09-11&quot;:3.8}],&quot;normal&quot;:[{&quot;2026-06-12&quot;:2.66},{&quot;2026-06-13&quot;:2.78},{&quot;2026-06-14&quot;:2.89},{&quot;2026-06-15&quot;:3.57},{&quot;2026-06-16&quot;:3.86},{&quot;2026-06-17&quot;:3.42},{&quot;2026-06-18&quot;:3.11},{&quot;2026-06-19&quot;:2.57},{&quot;2026-06-20&quot;:2.55},{&quot;2026-06-21&quot;:2.5},{&quot;2026-06-22&quot;:2.45},{&quot;2026-06-23&quot;:2.47},{&quot;2026-06-24&quot;:2.56},{&quot;2026-06-25&quot;:2.59},{&quot;2026-06-26&quot;:2.29},{&quot;2026-06-27&quot;:2.17},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.02},{&quot;2026-06-30&quot;:2.2},{&quot;2026-07-01&quot;:2.58},{&quot;2026-07-02&quot;:2.87},{&quot;2026-07-03&quot;:2.79},{&quot;2026-07-04&quot;:2.61},{&quot;2026-07-05&quot;:2.53},{&quot;2026-07-06&quot;:2.59},{&quot;2026-07-07&quot;:2.74},{&quot;2026-07-08&quot;:2.86},{&quot;2026-07-09&quot;:2.85},{&quot;2026-07-10&quot;:3.07},{&quot;2026-07-11&quot;:3.39},{&quot;2026-07-12&quot;:3.42},{&quot;2026-07-13&quot;:3.61},{&quot;2026-07-14&quot;:3.31},{&quot;2026-07-15&quot;:2.82},{&quot;2026-07-16&quot;:2.56},{&quot;2026-07-17&quot;:2.74},{&quot;2026-07-18&quot;:2.74},{&quot;2026-07-19&quot;:2.68},{&quot;2026-07-20&quot;:2.61},{&quot;2026-07-21&quot;:2.52},{&quot;2026-07-23&quot;:2.64},{&quot;2026-07-24&quot;:2.72},{&quot;2026-07-25&quot;:2.74},{&quot;2026-07-26&quot;:2.79},{&quot;2026-07-27&quot;:3.0},{&quot;2026-07-28&quot;:3.13},{&quot;2026-07-29&quot;:3.23},{&quot;2026-07-30&quot;:3.21},{&quot;2026-07-31&quot;:3.23},{&quot;2026-08-01&quot;:3.17},{&quot;2026-08-02&quot;:3.31},{&quot;2026-08-03&quot;:3.21},{&quot;2026-08-04&quot;:3.07},{&quot;2026-08-05&quot;:2.99},{&quot;2026-08-07&quot;:3.52},{&quot;2026-08-08&quot;:3.32},{&quot;2026-08-09&quot;:3.36},{&quot;2026-08-10&quot;:3.4},{&quot;2026-08-11&quot;:3.17},{&quot;2026-08-12&quot;:3.14},{&quot;2026-08-13&quot;:3.07},{&quot;2026-08-14&quot;:3.31},{&quot;2026-08-15&quot;:2.71},{&quot;2026-08-16&quot;:2.51},{&quot;2026-08-17&quot;:2.77},{&quot;2026-08-18&quot;:3.01},{&quot;2026-08-19&quot;:3.01},{&quot;2026-08-20&quot;:3.01},{&quot;2026-08-21&quot;:3.31},{&quot;2026-08-22&quot;:3.21},{&quot;2026-08-23&quot;:3.21},{&quot;2026-08-24&quot;:3.28},{&quot;2026-08-25&quot;:3.07},{&quot;2026-08-26&quot;:2.7},{&quot;2026-08-27&quot;:2.87},{&quot;2026-08-28&quot;:2.6},{&quot;2026-08-29&quot;:2.6},{&quot;2026-08-30&quot;:2.89},{&quot;2026-08-31&quot;:3.08},{&quot;2026-09-01&quot;:3.12},{&quot;2026-09-02&quot;:3.1},{&quot;2026-09-03&quot;:3.1},{&quot;2026-09-04&quot;:3.18},{&quot;2026-09-05&quot;:3.02},{&quot;2026-09-06&quot;:2.96},{&quot;2026-09-07&quot;:2.78},{&quot;2026-09-08&quot;:2.77},{&quot;2026-09-09&quot;:2.88},{&quot;2026-09-10&quot;:2.95},{&quot;2026-09-11&quot;:2.96}]}"
        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="93502"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tdm ss-rare ss-fw ss-2x flex-shrink-0"></i>

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


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.95
          </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="Maelstrom of the Spirit Dragon" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/4/8/48b89e6d-da58-465e-a9b1-69629da159f6.jpg?1743205288" />

        <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">
            Maelstrom of the Spirit Dragon
        </h3>

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

          <span class="text-grey-text">·</span>
          <span class="text-xs text-grey-text">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="Maelstrom of the Spirit Dragon" src="https://cards.scryfall.io/large/front/4/8/48b89e6d-da58-465e-a9b1-69629da159f6.jpg?1743205288" />
    </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">
                $2.95
              </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.65
              </span>

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

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$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.29},{&quot;2026-06-11&quot;:5.29},{&quot;2026-06-12&quot;:5.22},{&quot;2026-06-13&quot;:5.22},{&quot;2026-06-14&quot;:5.11},{&quot;2026-06-15&quot;:4.85},{&quot;2026-06-16&quot;:4.85},{&quot;2026-06-17&quot;:4.85},{&quot;2026-06-18&quot;:4.85},{&quot;2026-06-19&quot;:4.92},{&quot;2026-06-20&quot;:4.91},{&quot;2026-06-21&quot;:4.91},{&quot;2026-06-22&quot;:4.88},{&quot;2026-06-23&quot;:4.88},{&quot;2026-06-24&quot;:4.88},{&quot;2026-06-25&quot;:4.88},{&quot;2026-06-26&quot;:4.88},{&quot;2026-06-27&quot;:4.83},{&quot;2026-06-28&quot;:4.86},{&quot;2026-06-29&quot;:4.86},{&quot;2026-06-30&quot;:4.86},{&quot;2026-07-01&quot;:4.86},{&quot;2026-07-02&quot;:4.89},{&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.86},{&quot;2026-07-07&quot;:4.88},{&quot;2026-07-08&quot;:4.88},{&quot;2026-07-09&quot;:4.88},{&quot;2026-07-10&quot;:4.88},{&quot;2026-07-11&quot;:4.88},{&quot;2026-07-12&quot;:4.88},{&quot;2026-07-13&quot;:4.88},{&quot;2026-07-14&quot;:4.88},{&quot;2026-07-15&quot;:4.88},{&quot;2026-07-16&quot;:4.88},{&quot;2026-07-17&quot;:4.78},{&quot;2026-07-18&quot;:4.73},{&quot;2026-07-19&quot;:4.84},{&quot;2026-07-20&quot;:4.88},{&quot;2026-07-21&quot;:4.88},{&quot;2026-07-23&quot;:4.94},{&quot;2026-07-25&quot;:4.88},{&quot;2026-07-26&quot;:4.88},{&quot;2026-07-27&quot;:4.84},{&quot;2026-07-29&quot;:4.73},{&quot;2026-07-30&quot;:4.73},{&quot;2026-07-31&quot;:4.84},{&quot;2026-08-01&quot;:4.67},{&quot;2026-08-02&quot;:4.67},{&quot;2026-08-03&quot;:4.52},{&quot;2026-08-04&quot;:4.52},{&quot;2026-08-05&quot;:4.58},{&quot;2026-08-07&quot;:4.58},{&quot;2026-08-08&quot;:4.53},{&quot;2026-08-09&quot;:4.27},{&quot;2026-08-10&quot;:4.16},{&quot;2026-08-11&quot;:4.16},{&quot;2026-08-12&quot;:4.1},{&quot;2026-08-13&quot;:4.1},{&quot;2026-08-14&quot;:4.05},{&quot;2026-08-15&quot;:4.05},{&quot;2026-08-16&quot;:4.14},{&quot;2026-08-17&quot;:4.14},{&quot;2026-08-18&quot;:4.14},{&quot;2026-08-19&quot;:4.53},{&quot;2026-08-20&quot;:4.53},{&quot;2026-08-21&quot;:4.47},{&quot;2026-08-22&quot;:4.43},{&quot;2026-08-23&quot;:4.44},{&quot;2026-08-24&quot;:4.37},{&quot;2026-08-25&quot;:4.37},{&quot;2026-08-26&quot;:4.4},{&quot;2026-08-27&quot;:4.57},{&quot;2026-08-28&quot;:4.57},{&quot;2026-08-29&quot;:4.57},{&quot;2026-08-30&quot;:4.67},{&quot;2026-08-31&quot;:4.67},{&quot;2026-09-01&quot;:4.67},{&quot;2026-09-02&quot;:4.82},{&quot;2026-09-03&quot;:4.84},{&quot;2026-09-04&quot;:4.85},{&quot;2026-09-05&quot;:4.85},{&quot;2026-09-06&quot;:4.85},{&quot;2026-09-07&quot;:5.0},{&quot;2026-09-08&quot;:5.02},{&quot;2026-09-09&quot;:5.06},{&quot;2026-09-10&quot;:5.02},{&quot;2026-09-11&quot;:4.65}],&quot;normal&quot;:[{&quot;2026-06-10&quot;:2.52},{&quot;2026-06-11&quot;:2.52},{&quot;2026-06-12&quot;:2.52},{&quot;2026-06-13&quot;:2.4},{&quot;2026-06-14&quot;:2.45},{&quot;2026-06-15&quot;:2.45},{&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.6},{&quot;2026-06-20&quot;:2.56},{&quot;2026-06-21&quot;:2.4},{&quot;2026-06-22&quot;:2.4},{&quot;2026-06-23&quot;:2.37},{&quot;2026-06-24&quot;:2.24},{&quot;2026-06-25&quot;:2.23},{&quot;2026-06-26&quot;:2.28},{&quot;2026-06-27&quot;:2.28},{&quot;2026-06-28&quot;:2.22},{&quot;2026-06-29&quot;:2.3},{&quot;2026-06-30&quot;:2.28},{&quot;2026-07-01&quot;:2.22},{&quot;2026-07-02&quot;:2.3},{&quot;2026-07-03&quot;:2.29},{&quot;2026-07-04&quot;:2.48},{&quot;2026-07-05&quot;:2.47},{&quot;2026-07-06&quot;:2.53},{&quot;2026-07-07&quot;:2.5},{&quot;2026-07-08&quot;:2.47},{&quot;2026-07-09&quot;:2.39},{&quot;2026-07-10&quot;:2.34},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.23},{&quot;2026-07-14&quot;:2.22},{&quot;2026-07-15&quot;:2.22},{&quot;2026-07-16&quot;:2.16},{&quot;2026-07-17&quot;:2.15},{&quot;2026-07-18&quot;:2.03},{&quot;2026-07-19&quot;:2.05},{&quot;2026-07-20&quot;:1.99},{&quot;2026-07-21&quot;:1.96},{&quot;2026-07-23&quot;:1.89},{&quot;2026-07-25&quot;:1.94},{&quot;2026-07-26&quot;:1.96},{&quot;2026-07-27&quot;:1.87},{&quot;2026-07-29&quot;:1.91},{&quot;2026-07-30&quot;:1.94},{&quot;2026-07-31&quot;:1.88},{&quot;2026-08-01&quot;:1.88},{&quot;2026-08-02&quot;:2.01},{&quot;2026-08-03&quot;:2.09},{&quot;2026-08-04&quot;:2.14},{&quot;2026-08-05&quot;:2.14},{&quot;2026-08-07&quot;:2.39},{&quot;2026-08-08&quot;:2.4},{&quot;2026-08-09&quot;:2.4},{&quot;2026-08-10&quot;:2.45},{&quot;2026-08-11&quot;:2.58},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.58},{&quot;2026-08-14&quot;:2.57},{&quot;2026-08-15&quot;:2.57},{&quot;2026-08-16&quot;:2.62},{&quot;2026-08-17&quot;:2.57},{&quot;2026-08-18&quot;:2.52},{&quot;2026-08-19&quot;:2.38},{&quot;2026-08-20&quot;:2.38},{&quot;2026-08-21&quot;:2.36},{&quot;2026-08-22&quot;:2.24},{&quot;2026-08-23&quot;:2.29},{&quot;2026-08-24&quot;:2.29},{&quot;2026-08-25&quot;:2.29},{&quot;2026-08-26&quot;:2.0},{&quot;2026-08-27&quot;:2.03},{&quot;2026-08-28&quot;:1.98},{&quot;2026-08-29&quot;:1.98},{&quot;2026-08-30&quot;:2.44},{&quot;2026-08-31&quot;:2.41},{&quot;2026-09-01&quot;:2.41},{&quot;2026-09-02&quot;:2.51},{&quot;2026-09-03&quot;:2.6},{&quot;2026-09-04&quot;:2.53},{&quot;2026-09-05&quot;:2.68},{&quot;2026-09-06&quot;:2.71},{&quot;2026-09-07&quot;:2.82},{&quot;2026-09-08&quot;:2.83},{&quot;2026-09-09&quot;:2.85},{&quot;2026-09-10&quot;:2.87},{&quot;2026-09-11&quot;:2.95}]}"
        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="6284"
  class="border rounded-xl border-highlight bg-foreground overflow-hidden mb-2"
>
  <!-- Collapsed State (Card Header - Always Visible) -->
  <div
    data-action="click->mobile-card#toggle"
    class="
      flex items-center gap-3 px-3 py-3 cursor-pointer active:bg-menu
      transition-colors duration-150
    "
  >
    <!-- Rarity Icon -->
    <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-chr ss-rare ss-fw ss-2x flex-shrink-0"></i>

    <!-- Card Info -->
    <div class="flex-1 min-w-0">
      <!-- Card Name -->
      <div class="flex items-center gap-2">
        <span class="font-medium text-nine-white truncate">
            Hell&#39;s Caretaker
        </span>


      </div>

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

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

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

          <span class="text-sm font-medium text-nine-white">
            $2.93
          </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="Hell&#39;s Caretaker" class="w-16 h-auto rounded-lg" loading="lazy" src="https://cards.scryfall.io/small/front/c/e/ce4004fe-e8ed-4806-878b-34ee3ed82016.jpg?1783947371" />

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

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

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

          <div class="flex items-center mt-2 space-x-0.5">
            <i class='no-tailwind ms ms-cost ml-0 ms-3'></i><i class='no-tailwind ms ms-cost ml-0 ms-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="Hell&#39;s Caretaker" src="https://cards.scryfall.io/large/front/c/e/ce4004fe-e8ed-4806-878b-34ee3ed82016.jpg?1783947371" />
    </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">
                $2.93
              </span>

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

      </div>

        <div class="grid grid-cols-2 gap-3 mt-3">
            <div class="flex flex-col">
              <span class="text-xs text-grey-text">Sell Regular</span>
              <span class="text-lg font-medium text-nine-white">$0.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;normal&quot;:[{&quot;2026-06-13&quot;:2.13},{&quot;2026-06-14&quot;:2.13},{&quot;2026-06-15&quot;:2.13},{&quot;2026-06-16&quot;:2.13},{&quot;2026-06-17&quot;:2.13},{&quot;2026-06-18&quot;:2.13},{&quot;2026-06-19&quot;:2.13},{&quot;2026-06-20&quot;:2.13},{&quot;2026-06-21&quot;:2.13},{&quot;2026-06-22&quot;:2.11},{&quot;2026-06-23&quot;:2.11},{&quot;2026-06-24&quot;:2.11},{&quot;2026-06-25&quot;:2.11},{&quot;2026-06-26&quot;:2.11},{&quot;2026-06-27&quot;:2.11},{&quot;2026-06-28&quot;:2.11},{&quot;2026-06-29&quot;:2.11},{&quot;2026-06-30&quot;:2.11},{&quot;2026-07-01&quot;:2.11},{&quot;2026-07-02&quot;:2.11},{&quot;2026-07-03&quot;:2.11},{&quot;2026-07-04&quot;:2.11},{&quot;2026-07-05&quot;:2.11},{&quot;2026-07-06&quot;:2.11},{&quot;2026-07-07&quot;:2.11},{&quot;2026-07-08&quot;:2.29},{&quot;2026-07-09&quot;:2.29},{&quot;2026-07-10&quot;:2.29},{&quot;2026-07-11&quot;:2.29},{&quot;2026-07-12&quot;:2.29},{&quot;2026-07-13&quot;:2.46},{&quot;2026-07-14&quot;:2.46},{&quot;2026-07-15&quot;:2.46},{&quot;2026-07-16&quot;:2.5},{&quot;2026-07-17&quot;:2.5},{&quot;2026-07-18&quot;:2.5},{&quot;2026-07-19&quot;:2.5},{&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.46},{&quot;2026-07-25&quot;:2.46},{&quot;2026-07-26&quot;:2.46},{&quot;2026-07-27&quot;:2.46},{&quot;2026-07-28&quot;:2.46},{&quot;2026-07-29&quot;:2.46},{&quot;2026-07-30&quot;:2.46},{&quot;2026-07-31&quot;:2.46},{&quot;2026-08-01&quot;:2.46},{&quot;2026-08-02&quot;:2.46},{&quot;2026-08-03&quot;:2.46},{&quot;2026-08-04&quot;:2.46},{&quot;2026-08-05&quot;:2.46},{&quot;2026-08-07&quot;:2.46},{&quot;2026-08-08&quot;:2.46},{&quot;2026-08-09&quot;:2.46},{&quot;2026-08-10&quot;:2.46},{&quot;2026-08-11&quot;:2.46},{&quot;2026-08-12&quot;:2.58},{&quot;2026-08-13&quot;:2.61},{&quot;2026-08-14&quot;:2.61},{&quot;2026-08-15&quot;:2.75},{&quot;2026-08-16&quot;:2.75},{&quot;2026-08-17&quot;:2.75},{&quot;2026-08-18&quot;:2.75},{&quot;2026-08-19&quot;:2.75},{&quot;2026-08-20&quot;:2.84},{&quot;2026-08-21&quot;:2.84},{&quot;2026-08-22&quot;:2.84},{&quot;2026-08-23&quot;:2.84},{&quot;2026-08-24&quot;:2.84},{&quot;2026-08-25&quot;:2.84},{&quot;2026-08-26&quot;:2.84},{&quot;2026-08-27&quot;:2.86},{&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;:2.91},{&quot;2026-09-01&quot;:2.91},{&quot;2026-09-02&quot;:2.91},{&quot;2026-09-03&quot;:2.91},{&quot;2026-09-04&quot;:2.91},{&quot;2026-09-05&quot;:2.91},{&quot;2026-09-06&quot;:2.91},{&quot;2026-09-07&quot;:2.93},{&quot;2026-09-08&quot;:2.93},{&quot;2026-09-09&quot;:2.93},{&quot;2026-09-10&quot;:2.93},{&quot;2026-09-11&quot;:2.93}]}"
        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 1451-1500 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=29&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=29&amp;username=denvermullets" rel="prev">29</a><a role="link" aria-disabled="true" aria-current="page">30</a><a href="/load_collection?direction=asc&amp;page=31&amp;username=denvermullets" rel="next">31</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=31&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="89459"
          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">
              45
            </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>
              In Garruk&#39;s Wake


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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91025"
          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">
              226
            </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-mythic ss-fw ss-2x mr-4"></i>
              Wrenn and Seven


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="14890"
          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">
              960
            </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>
              Metalwork Colossus


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30224"
          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">
              218
            </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-common ss-fw ss-2x mr-4"></i>
              Red Elemental Blast


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="87979"
          class="
            border border-background text-grey-text bg-foreground
            hover:bg-menu hover:cursor-pointer
          "
        >
            <td class="pl-4 pr-0 text-sm py-7 whitespace-nowrap">
              M19-185j
            </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>
              Gigantosaurus


            </td>

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

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

                </div>
            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-sos ss-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.04

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="28801"
          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">
              164
            </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-common ss-fw ss-2x mr-4"></i>
              Nature&#39;s Lore


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="30511"
          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">
              321
            </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>
              Glasses of Urza


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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 ss-mythic ss-fw ss-2x mr-4"></i>
              Meren of Clan Nel Toth


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-tle ss-rare 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.03

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

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

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

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

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

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

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

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


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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15151"
          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">
              1049
            </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>
              Tyrite Sanctum


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="23947"
          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">
              129
            </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-mythic ss-fw ss-2x mr-4"></i>
              Charred Foyer // Warped Space


            </td>

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

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

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

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

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

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-dmc ss-rare ss-fw ss-2x mr-4"></i>
              Gerrard&#39;s Hourglass Pendant


            </td>

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="42441"
          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">
              440
            </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.93

                </div>
            </td>

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49378"
          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">
              214
            </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>
              Sythis, Harvest&#39;s Hand


            </td>

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="12580"
          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-cmr ss-rare ss-fw ss-2x mr-4"></i>
              Scourge of Fleets


            </td>

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

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

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="49276"
          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">
              180
            </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-uncommon ss-fw ss-2x mr-4"></i>
              Tireless Provisioner


            </td>

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 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">
                $2.25
            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-snc ss-mythic ss-fw ss-2x mr-4"></i>
              Falco Spara, Pactweaver


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="73471"
          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">
              SOI-1
            </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>
              Always Watching


            </td>

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

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 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">
                  $2.98

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="15015"
          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">
              1003
            </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>
              Guildless Commons


            </td>

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

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

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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

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

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

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

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


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

                </div>
            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="57669"
          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-one ss-rare ss-fw ss-2x mr-4"></i>
              Soulless Jailer


            </td>

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

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

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

                    <span class="px-2 py-1 text-xs rounded-full bg-accent-100 text-badge-text">
                      ↓
                      21%
                    </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.89
            </td>
        </tr>

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-mb1 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">
            </td>

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

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

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

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

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

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


            </td>

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="91071"
          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">
              268
            </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>
              Metallic Mimic


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="29317"
          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">
              360
            </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-mythic ss-fw ss-2x mr-4"></i>
              Chandra, Flameshaper


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="45994"
          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">
              134
            </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-mythic ss-fw ss-2x mr-4"></i>
              Chandra, Hope&#39;s Beacon


            </td>

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="47630"
          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">
              136
            </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>
              Champion of Lambholt


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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="74302"
          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">
              222
            </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>
              Samwise Gamgee


            </td>

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

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

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

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

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

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

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

        <tr
          data-action="click->expandable-row#toggle"
          data-card-id="76017"
          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-lcc 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">
                  $2.96

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

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

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

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

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

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


            </td>

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

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

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

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

            <td class="px-4 py-2 text-sm whitespace-nowrap">
              <i class="drop-shadow-nine py-1 rounded-xl ss ss-grad ss-fdn ss-rare ss-fw ss-2x mr-4"></i>
              Loot, Exuberant Explorer


            </td>

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


            </td>

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

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

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

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

        <tr
          data-expandable-row-target="content"
          data-card-id="6284"
          class="hidden border border-background"
        >
          <td colspan="9">
            <turbo-frame loading="lazy" id="card_details_6284" src="/boxset_card/6284?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 1451-1500 of 9368 in total</span>
      <nav class="pagy series-nav" aria-label="Pages"><a href="/load_collection?direction=asc&amp;page=29&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=29&amp;username=denvermullets" rel="prev">29</a><a role="link" aria-disabled="true" aria-current="page">30</a><a href="/load_collection?direction=asc&amp;page=31&amp;username=denvermullets" rel="next">31</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=31&amp;username=denvermullets" rel="next" aria-label="Next">&gt;</a></nav>
    </div>
</div>

</template></turbo-stream>